dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 6c9e4782657c52ed2ad1dad9850e1c82e7c47282 (patch)
parent dfc73b4e19fb5c6bfc8f0f2d16537f814ad2d379
Author: Alex Karle <alex@karle.co>
Date:   Tue, 30 Apr 2019 23:06:05 -0400

[tmux] add nicer pane border colors

The blue and white better matches the gruvbox theme

Diffstat:
Mtmux.conf | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/tmux.conf b/tmux.conf @@ -62,3 +62,8 @@ set -g status-right "[$USER@#h] [%m/%d/%y %I:%M]" set -g status-right-style "bg=magenta" set -g status-left-style "bg=yellow" set -g status-interval 60 + +# border colours +set -g pane-border-style fg=blue,bold +set -g pane-active-border-style fg=blue,bold +set -g pane-active-border-style bg=default,bold