diff options
author | listout <listout@protonmail.com> | 2022-01-17 23:26:07 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-01-17 23:26:07 +0530 |
commit | 1a2a97be4ff7bf711fea4cd9235f65718950a48b (patch) | |
tree | 70abb51a2eb5a64ea7304f427945755e2e844a76 /.tmux.conf | |
parent | c772102eb40ae27ff04ba0cdcd8c515f89789cf9 (diff) |
border colors matches color scheme
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 3 insertions, 3 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=#dedede bg=#121212" -set -g pane-active-border-style "fg=#ffffff" -set -g pane-border-style "fg=#ffffff" +set -g status-style "fg=#e6e6f1 bg=#1a1a24" +set -g pane-active-border-style "fg=#e6e6f1" +set -g pane-border-style "fg=#e6e6f1" |