fixing status bar colors #2663
-
What system are you running Yazi on?macOS What terminal are you running Yazi in?Ghostty
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Change [mode]
normal_main = { bg = "blue", bold = true }
# Select mode
select_main = { bg = "red", bold = true }
# Unset mode
unset_main = { bg = "red", bold = true }yazi/yazi-config/preset/theme-dark.toml Lines 64 to 73 in 9e9ebf0 Or copy this function into yazi/yazi-plugin/preset/components/status.lua Lines 43 to 45 in 9e9ebf0 yazi/yazi-plugin/preset/components/status.lua Lines 127 to 129 in 9e9ebf0 |
Beta Was this translation helpful? Give feedback.

Turns out, the default
yaziconfigs were giving the appropriate colors. I had a lot of it copied in mytheme.toml. So I delete all of it, only kept 1-2 things which I had personally changed like theme ascatppuccin-mocha, etc. and the colors automatically got fixed.