diff options
author | listout <listout@protonmail.com> | 2021-09-03 20:09:02 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-09-03 20:09:02 +0530 |
commit | 8f4605a8eec78b79b6dfa9161412d4d09cc9f064 (patch) | |
tree | f579dd0aa346f012c1d4bbf6f965a28c0eefe363 /.tmux.conf | |
parent | 604c1e7d2dd3548b94ad4d3979eeadb34a9a4a8d (diff) |
moved to moonfly color scheme
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=#b5b4c9 bg=#1c1c1c" -set -g pane-active-border-style "fg=#5b5f71" -set -g pane-border-style "fg=#b5b4c9" +set -g status-style "fg=#080808 bg=#ebebeb" +set -g pane-active-border-style "fg=#ae81ff" +set -g pane-border-style "fg=#74b2ff" # source-file ~/.tmux/moonfly.tmux.conf |