improve tmux colors

This commit is contained in:
Fernando Schauenburg 2019-02-27 21:06:23 +01:00
parent 820ae0ed40
commit 8d759d75dd

View file

@ -52,34 +52,31 @@ set-environment -gu SHLVL
# #
# Colors # 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} %if #{==:#{BACKGROUND},light}
# statusbar colors # statusbar colors
set -g status-fg colour10 set -g status-bg colour7 # Base2
set -g status-bg colour15
# window title colors # window title colors
setw -g window-status-fg colour10 setw -g window-status-fg colour11 # Base00
setw -g window-status-bg default
setw -g window-status-current-fg colour15
setw -g window-status-current-bg colour10
# pane border # pane border
set -g pane-border-fg colour6 set -g pane-border-fg colour7 # Base2
set -g pane-active-border-fg colour1 set -g pane-active-border-fg colour10 # Base01
%else %else
# statusbar colors # statusbar colors
set -g status-fg colour12 set -g status-bg colour0 # Base02
set -g status-bg colour0
# window title colors # window title colors
setw -g window-status-fg colour12 setw -g window-status-fg colour12 # Base0
setw -g window-status-bg default
setw -g window-status-current-fg colour0
setw -g window-status-current-bg colour12
# pane border # pane border
set -g pane-border-fg colour6 set -g pane-border-fg colour0 # Base02
set -g pane-active-border-fg colour1 set -g pane-active-border-fg colour14 # Base1
%endif %endif
# Fix for clipboard in vim running inside tmux: # Fix for clipboard in vim running inside tmux: