Change tmux pane border style colours

This commit is contained in:
Oliver Davies 2023-12-13 06:32:21 +00:00
parent 580e7c7940
commit 6df789852e

View file

@ -74,6 +74,9 @@
# Remove delay when switching Vim modes. # Remove delay when switching Vim modes.
set -sg escape-time 0 set -sg escape-time 0
set-option -g pane-active-border-style "fg=#1f2335"
set-option -g pane-border-style "fg=#1f2335"
# Smart pane switching with awareness of Vim splits. # Smart pane switching with awareness of Vim splits.
# See: https://github.com/christoomey/vim-tmux-navigator # See: https://github.com/christoomey/vim-tmux-navigator
is_vim="ps -o state= -o comm= -t '#{pane_tty}' \ is_vim="ps -o state= -o comm= -t '#{pane_tty}' \