commit 11ab0c21e7e30503da24a18967b5b684139ed1b0
parent d668de3b415945d4dcd9dc332a79fc7cdb7b1303
Author: Alex Balgavy <alex@balgavy.eu>
Date: Fri, 18 Dec 2020 23:51:58 +0100
tmux: change light mode border color
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tmux/tmux-light.conf b/tmux/tmux-light.conf
@@ -7,7 +7,8 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g default-command $SHELL
set -g default-shell $SHELL
set -g default-terminal "xterm-256color"
-set -g pane-active-border-style fg='#145a9c'
+set -g pane-border-style fg=#a4a4a4
+set -g pane-active-border-style fg=#ff5500
set -g set-titles on
set -g set-titles-string '#H:#S.#I.#P #W #T'
set -g status-bg '#e4e4e4'