diff options
author | listout <listout@protonmail.com> | 2021-04-22 11:14:04 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2021-04-22 11:14:04 +0530 |
commit | 9ad79d7a84b901fd182fc467794ce9f083259ff7 (patch) | |
tree | 05347fc7f9825b5487992a9a1e5a33be9cbf81b2 /.tmux.conf | |
parent | 9e684980b91b71bd568bb5cf339a49b4c50450f0 (diff) |
color for pane border
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,5 +47,7 @@ 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" # source-file ~/.tmux/moonfly.tmux.conf |