diff options
Diffstat (limited to 'tmux-colorscheme.conf')
| -rw-r--r-- | tmux-colorscheme.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux-colorscheme.conf b/tmux-colorscheme.conf index fcda108..5b0f838 100644 --- a/tmux-colorscheme.conf +++ b/tmux-colorscheme.conf @@ -58,5 +58,5 @@ set-option -wg clock-mode-colour "#FE8019" set-option -g status-left "#[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{session_name} " set-option -g status-right "#[bg=#3C3836, fg=#7C6F64] %Y-%m-%d %H:%M:%S #[bg=#A89984, fg=#3C3836]#{?client_prefix,#[bg=#fe8019],#[bg=#A89984]} #{host_short} " -set-option -wg window-status-current-format " #{window_index} #{window_name} " -set-option -wg window-status-format " #{window_index} #{window_name} " +set-option -wg window-status-current-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} " +set-option -wg window-status-format "#{?window_zoomed_flag,#[fg=default bold],#[fg=default]} #{window_index} #{window_name} " |
