diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-28 21:16:38 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-28 21:16:38 +0200 |
commit | b9c4757319fd8c5f9b5cffdf22268082815a38f2 (patch) | |
tree | 7ff4387dda070c6c2436ba47d22f025dfe5cabaf | |
parent | remove ranger settings (diff) | |
download | linux-home-b9c4757319fd8c5f9b5cffdf22268082815a38f2.tar.gz linux-home-b9c4757319fd8c5f9b5cffdf22268082815a38f2.zip |
tmux: light color scheme
-rw-r--r-- | %HOME%/.tmux.conf | 7 |
1 files changed, 1 insertions, 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 |