catppuccin / tmux

💽 Soothing pastel theme for Tmux!
MIT License
1.67k stars 515 forks source link

Issue with transparency when setting @catppuccin_status_background "default" #242

Closed 64rl0 closed 1 month ago

64rl0 commented 1 month ago

Is there an existing issue outlining your improvement?

What would you like to see added and/or changed?

change module_builder.sh line 10 local show_text="#[fg=$thm_fg,bg=$thm_gray] $text" to local show_text="#[fg=$thm_fg,bg=default] $text"

this will allow to set the bg color of the space character between the icon and the text to the default bg color of the terminal

vdbe commented 1 month ago

It looks like that has no side effects. Can you add 2 screen shots and your config to see what it would change?

64rl0 commented 1 month ago

sure, here it is

2024-07-07_14-19-36
vdbe commented 1 month ago

Feel free to open a PR.