More colors

This commit is contained in:
2020-05-05 15:37:58 +03:00
parent eeb6938b3b
commit 506b9a5cd0
+1 -1
View File
@@ -68,7 +68,7 @@ set -g status-right "#[fg=$TMUX_STATUS_ORANGE,bg=$TMUX_STATUS_BG,bold]#[fg=$T
set -g status-right-length 60
# window name options
set -g window-status-format "#[fg=$TMUX_ACTIVE_COLOR,bg=$TMUX_STATUS_TEXT_COLOR] #I #W "
set -g window-status-format "#[fg=$TMUX_STATUS_TEXT_COLOR,bg=$TMUX_STATUS_BG] #I #W "
set -g window-status-current-format "#[fg=$TMUX_STATUS_TEXT_COLOR,bg=$TMUX_ACTIVE_COLOR,noreverse,bold] #I #W "