[tmux] improve status line colors

This commit is contained in:
Fernando Schauenburg 2018-04-15 11:07:53 +02:00
parent 79c8dd2f26
commit d21989d8f4

View file

@ -46,18 +46,18 @@ set -g status-right '%Y-%m-%d %a %H:%M' # date, weekday, time
# Colors # Colors
# #
# statusbar colors # statusbar colors
set -g status-fg colour4 # Blue set -g status-fg colour12 # Base0
set -g status-bg colour0 # Base02 set -g status-bg colour0 # Base02
# window title colors # window title colors
setw -g window-status-fg colour12 # Base0 setw -g window-status-fg colour12 # Base0
setw -g window-status-bg default setw -g window-status-bg default # none
setw -g window-status-current-fg colour15 # Base3 setw -g window-status-current-fg colour8 # Base03
setw -g window-status-current-bg default setw -g window-status-current-bg colour12 # Base0
# pane border # pane border
set -g pane-border-fg colour0 # Base02 set -g pane-border-fg colour6 # Cyan
set -g pane-active-border-fg colour9 # Orange set -g pane-active-border-fg colour1 # Red
# Apply platform specific configurations: # Apply platform specific configurations:
# See http://www.economyofeffort.com/2013/07/29/reattach-to-user-namespace-the-fix-for-your-tmux-in-os-x-woes/ # See http://www.economyofeffort.com/2013/07/29/reattach-to-user-namespace-the-fix-for-your-tmux-in-os-x-woes/