From c85317694f4bb301105c0bd6d3ecc05ec44bef33 Mon Sep 17 00:00:00 2001 From: octospacc Date: Wed, 17 Aug 2022 23:41:37 +0200 Subject: [PATCH] More standard tmux colors --- .tmux.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4af8f69..2ad7865 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -10,15 +10,15 @@ bind - split-window -v # Status Bar set -g status-position bottom -set -g status-style 'bg=colour235 fg=colour224' +set -g status-style 'bg=black fg=pink' set -g status-left ' #S ' set -g status-right ' %H:%M:%S ' -setw -g window-status-current-style 'bg=colour224 fg=colour0 bold' +setw -g window-status-current-style 'bg=pink fg=black bold' setw -g window-status-current-format ' #W ' -setw -g window-status-style 'bg=colour0 fg=colour224' +setw -g window-status-style 'bg=brightblack fg=pink' setw -g window-status-format ' #W ' # Message Bar -set -g message-style 'bg=colour224 fg=colour0 bold' +set -g message-style 'bg=pink fg=black bold'