Replies: 2 comments 1 reply
-
Regarding issue 1: This is well known, see #409, #435, #430, #454. I do not have the time to fix it myself, however PRs are welcome. Regarding issue 2: You have not written your config file correctly. I've just put together a guide, take a look at https://github.com/catppuccin/tmux/blob/main/docs/guides/troubleshooting.md#my-options-are-not-being-applied If that doesn't solve the issue please let me know |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help. I went through all the steps Pointed
However, it still didn't resolve my issue of 'instantly' reloading the new flavor. I still have to kill tmux and restart for the flavor to apply. Here is my updated tmux config:
|
Beta Was this translation helpful? Give feedback.
-
I did search for a similar issue, but couldn't find anything matching exactly with my issue.
Issue 1
When doing :
set -g @catppuccin_status_background "default"
This looks fine, but the background color didn't exactly match the terminal colors, so I tried to make the tmux status background color 'transparent'
But, when doing:
set -g @catppuccin_status_background "none"
Now, the status background color exactly matches the terminal color. As you can see when setting the status background color to 'none' i.e. transparent the separators around Status session modules are showing weird black/white colors. There is no such issue around Modules on the right hand side.
Issue 2
While changing the background color and doing refresh of the tmux config works fine within the current session, but changing the Catppuccin flavor doesn't work either after tmux config refresh or even after detaching and reattaching to the tmux session, or even creating a new one. Only way I can make the 'flavor change' work is by doing a tmux kill-server.
I am currently using iterm on MacOS, but both issue prersists across other terminals like Wezterm and Alacritty.
Paste your configuration.
Attach screenshots.
Screenshots mentioned in the Problem section.
Here is same issue in Latte Flavor.
What tmux version are you seeing the issue on?
tmux 3.5a
Beta Was this translation helpful? Give feedback.
All reactions