From e33652def8a390300ad7f7305e6a05e60904dd7b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Tue, 31 Mar 2020 19:49:26 -0400 Subject: [PATCH] Darken the tmux status line a bit --- home/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index 89e4666..dca977a 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -49,7 +49,7 @@ setw -g automatic-rename set -g status on setw -g status-position bottom setw -g status-style "fg=#b2b2a0" -setw -ga status-style "bg=#3f3f3f" +setw -ga status-style "bg=#383838" setw -g window-status-current-style "fg=#dfaf8f" #setw -ga window-status-current-style "bg=#2b2b2b" -- 2.20.1