-
-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong bg/fg on custom separators #403
Comments
Potentially a solution for #409 could fix this at the same time |
FWIW, i'm running into this but only on my linux machine running sway. My other machines (macOs Sonoma and Catalina), which use the same dotfiles, display the separators just fine |
What terminal are you using? The window manager is irrelevant |
im using alacritty with the same toml config for all my machines. i mentioned Sway because Wayland can be weird about transparency- i don't know enough about it yet to point to why that is, ive just seen it mentioned online, so i could be totally wrong about that. my status line background color is set to "none" and that's the only time i see this come up with my separators (again, this only happens on Wayland), so it might be a totally different issue - if so, i'm happy to delete my comments as i'm just trying to help! Please let me know! |
@vdbe Just wondering if this is still happening with the latest update. |
This bug has been an issue since updating catppuccin/tmux with breaking changes. It appears when using "custom", e.g. Relevant system info:
Image showing the wrong bg/fg: Relevant
The bg/fg colors are not correctly set as shown below:
|
For custom settings, you'll have to set the colors yourself. Try the following config
|
I feel that for custom layouts, just set the tmux options for window formats, don't use the catppuccin window formats at all. It's much, much simpler and avoids a combinatorial explosion of options that will only serve to confuse everyone. |
I am not requesting help with my configuration and believe something is genuinely broken.
Is there an existing issue outlining your problem?
Describe your problem.
The separators bg (foreground of the separator) is not set correctly.
This was reported in #396 but closed because it's a support question?
In 2.0 the way the separators work was change if you want
█
as a separator you need to use
(the inverse).I don't know if this is intended or a bug either way the color's are not set correctly on the separator.
Expected behavior:
Deeper look:
The left separator
#[fg=#11111b,bg=#9399b2]
foreground should be the color of the status bar backgroundbg=#181825
.The middle and right separator should be styled correctly or documented that it does not set fg/bg like every other separator.
The that the status bar color is is not directly known in the users config since it's set by this if else block
tmux/catppuccin_tmux.conf
Lines 3 to 19 in c3fab98
making it difficult to set this correctly in the users config.
If the middle and right separators are not styled correctly these can just be removed since it's provides no value over adding them to _text.
into something
@catppuccin_window_number
and@catppuccin_window_text
bringing 4 options to two without losing functionality.Paste your configuration.
Attach screenshots.
Current:
Expected (old colors):
What tmux version are you seeing the issue on?
tmux 3.5a
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: