diff options
author | listout <listout@protonmail.com> | 2021-09-11 10:09:30 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-11 10:09:30 +0530 |
commit | 43e2e1bd01dae1ca828d31778653826a804c4769 (patch) | |
tree | 8f675a617a816c5cdcaa575db9f5134418d66a11 /.tmux.conf | |
parent | 74eed9d9c88f4ae50ebd28ef582238ceeedc7ee7 (diff) |
removed colors
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,8 +46,8 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style "fg=#080808 bg=#ebebeb" -set -g pane-active-border-style "fg=#ae81ff" -set -g pane-border-style "fg=#74b2ff" +set -g status-style "fg=#000000 bg=#ffffff" +set -g pane-active-border-style "fg=#ffffff" +set -g pane-border-style "fg=#ffffff" # source-file ~/.tmux/moonfly.tmux.conf |