diff options
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -66,5 +66,5 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style bg='#1c1c1c' -set -g status-style fg='#b5b4c9' +set -g status-style bg='#000000' +set -g status-style fg='#ffffff' |