diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,6 +66,6 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style "fg=#f0ecfe bg=#1c1c1c" +set -g status-style "fg=#dedede bg=#121212" set -g pane-active-border-style "fg=#ffffff" set -g pane-border-style "fg=#ffffff" |