From b112a2e187741bd2e44b2904f6b8221cf469706e Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 1 Sep 2021 22:46:41 +0200 Subject: Change status bar style --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 07ede9f..7386489 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -18,8 +18,8 @@ set-option -g renumber-windows on set-option -g status-left "" set -ga status-left '#[bg=#0D0D0D]#[fg=white] #{?window_zoomed_flag,, }' set-option -g status-right "" -set-option -g window-status-format " #{window_index}#(echo ':')#{window_name}#{window_flag} " -set-option -g window-status-current-format " #[bg=#1c1c1c] #{window_index}#(echo ':')#{window_name}#{window_flag} " +set-option -g window-status-format " #[fg=#303030] #{window_index}#(echo ':')#{window_name}#{window_flag} " +set-option -g window-status-current-format " #[bold bg=#0D0D0D] #{window_index}#(echo ':')#{window_name}#{window_flag} " #set -g default-terminal screen-256color set -g status-keys vi -- cgit v1.2.3-70-g09d2