feat: update current flag color

This commit is contained in:
Abhishek Keshri 2024-03-17 08:12:59 +05:30
parent cba9aeafd5
commit d6ac3d6055
No known key found for this signature in database

View file

@ -128,7 +128,7 @@ status_bar() {
window_list() { window_list() {
if $show_flags; then if $show_flags; then
flags="#{?window_flags,#[fg=${light_red}]#{window_flags},}" flags="#{?window_flags,#[fg=${light_red}]#{window_flags},}"
current_flags="#{?window_flags,#[fg=${light_red}]#{window_flags},}" current_flags="#{?window_flags,#[fg=${light_green}]#{window_flags},}"
fi fi
if $show_powerline; then if $show_powerline; then