From b9c4757319fd8c5f9b5cffdf22268082815a38f2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 28 May 2022 21:16:38 +0200 Subject: tmux: light color scheme --- %HOME%/.tmux.conf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/%HOME%/.tmux.conf b/%HOME%/.tmux.conf index d9d05d4..4c8f677 100644 --- a/%HOME%/.tmux.conf +++ b/%HOME%/.tmux.conf @@ -149,10 +149,5 @@ set -g status-right "%d %b %H:%M" set -g status-style fg=white,bg=blue set-window-option -g window-status-current-style fg=black,bg=white -#set-window-option -g window-status-current-style fg=terminal,bg=colour234 -set-window-option -g pane-border-style fg=colour248,bg=colour232 -set-window-option -g pane-active-border-style fg=colour248,bg=colour234 - -set-window-option -g window-style bg=colour232 -set-window-option -g window-active-style bg=colour234 +set-window-option -g pane-active-border-style bg=colour7,fg=colour9 -- cgit v1.2.3