commit 2a4c80041473c8f91b67fb1e59766586726a071c parent 5fff3e19d6be2b402f083f59f8e86a252c55934b Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 21 Aug 2019 14:22:31 +0200 Use more visible colors for tmux pane borders Diffstat:
M | .tmux.conf | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.tmux.conf b/.tmux.conf @@ -26,8 +26,8 @@ set -g default-terminal "screen-256color" # use 256 colors set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' # fix escape sequences setw -g aggressive-resize on # resize window to smallest client -set -g pane-border-style fg=7 # border color for inactive panes -set -g pane-active-border-style fg=0 # border color for active panes +set -g pane-border-style fg="#333333" # border color for inactive panes +set -g pane-active-border-style fg="#999999" # border color for active panes # Status bar colors and format setw -g window-status-format ' #[fg=7]#I #[fg=7]#W '