improve tmux colors
This commit is contained in:
parent
820ae0ed40
commit
8d759d75dd
1 changed files with 13 additions and 16 deletions
|
@ -52,34 +52,31 @@ set-environment -gu SHLVL
|
|||
#
|
||||
# Colors
|
||||
#
|
||||
set -g status-fg colour3 # Yellow
|
||||
setw -g window-status-bg default # transparent
|
||||
setw -g window-status-current-fg colour9 # Orange
|
||||
setw -g window-status-current-bg default # transparent
|
||||
|
||||
%if #{==:#{BACKGROUND},light}
|
||||
# statusbar colors
|
||||
set -g status-fg colour10
|
||||
set -g status-bg colour15
|
||||
set -g status-bg colour7 # Base2
|
||||
|
||||
# window title colors
|
||||
setw -g window-status-fg colour10
|
||||
setw -g window-status-bg default
|
||||
setw -g window-status-current-fg colour15
|
||||
setw -g window-status-current-bg colour10
|
||||
setw -g window-status-fg colour11 # Base00
|
||||
|
||||
# pane border
|
||||
set -g pane-border-fg colour6
|
||||
set -g pane-active-border-fg colour1
|
||||
set -g pane-border-fg colour7 # Base2
|
||||
set -g pane-active-border-fg colour10 # Base01
|
||||
%else
|
||||
# statusbar colors
|
||||
set -g status-fg colour12
|
||||
set -g status-bg colour0
|
||||
set -g status-bg colour0 # Base02
|
||||
|
||||
# window title colors
|
||||
setw -g window-status-fg colour12
|
||||
setw -g window-status-bg default
|
||||
setw -g window-status-current-fg colour0
|
||||
setw -g window-status-current-bg colour12
|
||||
setw -g window-status-fg colour12 # Base0
|
||||
|
||||
# pane border
|
||||
set -g pane-border-fg colour6
|
||||
set -g pane-active-border-fg colour1
|
||||
set -g pane-border-fg colour0 # Base02
|
||||
set -g pane-active-border-fg colour14 # Base1
|
||||
%endif
|
||||
|
||||
# Fix for clipboard in vim running inside tmux:
|
||||
|
|
Loading…
Add table
Reference in a new issue