From 0c1c932abab0a075bbe7f5456f0d3f7177dd52ca Mon Sep 17 00:00:00 2001 From: Dominic Date: Mon, 16 Jun 2025 23:41:24 -0400 Subject: [PATCH] colors --- tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.conf b/tmux.conf index 1ef9f5b..0fdd157 100644 --- a/tmux.conf +++ b/tmux.conf @@ -34,14 +34,14 @@ set -g status-style 'fg=red' set -g status-left '' set -g status-left-length 10 -set -g status-right-style 'fg=black bg=yellow' +set -g status-right-style 'fg=black bg=green' set -g status-right '%Y-%m-%d %H:%M ' set -g status-right-length 50 -setw -g window-status-current-style 'fg=black bg=red' +setw -g window-status-current-style 'fg=black bg=green' setw -g window-status-current-format ' #I #W #F ' -setw -g window-status-style 'fg=red bg=black' +setw -g window-status-style 'fg=green bg=black' setw -g window-status-format ' #I #[fg=white]#W #[fg=yellow]#F ' setw -g window-status-bell-style 'fg=yellow bg=red bold'