mirror of
https://github.com/TECHNOFAB11/tmux2k.git
synced 2025-12-12 08:00:08 +01:00
feat: update current flag color
This commit is contained in:
parent
cba9aeafd5
commit
d6ac3d6055
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue