From 86adef349921225cffee7db338ef7436439b12da Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 3 Dec 2020 20:54:26 -0500 Subject: [PATCH] change the bel and activity colors --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index ce0a790..c900c4e 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -31,8 +31,8 @@ set-option -g status-style "bg=default,fg=colour10" set-option -g pane-active-border-style "bg=default,fg=colour10" ## Window entries (in status bar) colors. -set-option -g window-status-activity-style "bg=default,fg=white,bold,reverse" -set-option -g window-status-bell-style "bg=default,fg=colour10,bold,reverse" +set-option -g window-status-activity-style "bg=default,fg=colour235,bold,reverse" +set-option -g window-status-bell-style "bg=default,fg=white,bold,reverse" set-option -g window-status-current-style "bg=default,fg=colour10,bold,reverse" set-option -g window-status-style "bg=default,fg=colour10"