From a9f21c1139d92d8d11d4d9a7e70bc359b8a7413b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 2 Apr 2020 08:19:48 -0400 Subject: [PATCH] Comment on other tried tmux status bg colors --- home/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.tmux.conf b/home/.tmux.conf index dca977a..94109a2 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -50,6 +50,8 @@ set -g status on setw -g status-position bottom setw -g status-style "fg=#b2b2a0" setw -ga status-style "bg=#383838" +#setw -ga status-style "bg=#1f1f1f" # too dark +#setw -ga status-style "bg=#3f3f3f" # blends with term bg too much setw -g window-status-current-style "fg=#dfaf8f" #setw -ga window-status-current-style "bg=#2b2b2b" -- 2.20.1