-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Inherit default style for popups #447
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bump
I came from trying to get tmux sessionx manager to be transparent
Hi, sorry for the ping
@kjnsn can you take a look when you get a chance
Appreciate all the work
I'm sympathetic to personal taste with regards to what colors things should be. At the same time the entire point of this repo is to be opinionated about what colors things should be in tmux. So I'm hesitant to remove colors and just use defaults, especially when catppuccin has a style guide about what things like pop-ups should look like. |
So how can I target the bg in my conf to use default? Edit: shall i open a new thread? |
Just set the tmux option after you load catppuccin |
I have this after running tpm
but it doesn't target the floating pane bg, i guess it's something in sessionx that's the issue? |
sessionx uses fzf under the hood to "draw" a popup window, fzf will inherit style from tmux for bg if it is not specified directly in fzf config. So, for transparent bg in fzf/sessionx you need to set set-option -wg popup-style bg=default And this should be after catppuccin set it to |
Thank you, this solved it |
The current setup can cause style inconsistencies between popups and other windows/elements, particularly when using transparent backgrounds.
This change will resolve that issue (popups will inherit default colors for foreground and background).
Since this plugin doesn't utilize
window-active-style
ormenu-style
, there's no need forpopup-style
either.