tmux: use base04 for status-style background
This commit is contained in:
parent
0abe37c888
commit
f174612d03
1 changed files with 2 additions and 1 deletions
|
@ -88,6 +88,7 @@ set -g status-justify centre
|
||||||
# Color definitions
|
# Color definitions
|
||||||
# SOLARIZED TMUX SOLARIZED TMUX
|
# SOLARIZED TMUX SOLARIZED TMUX
|
||||||
# --------- -------- --------- --------
|
# --------- -------- --------- --------
|
||||||
|
# Base04 n/a (#002028)
|
||||||
# Base03 colour8 Yellow colour3
|
# Base03 colour8 Yellow colour3
|
||||||
# Base02 colour0 Orange colour9
|
# Base02 colour0 Orange colour9
|
||||||
# Base01 colour10 Red colour1
|
# Base01 colour10 Red colour1
|
||||||
|
@ -112,7 +113,7 @@ set -g status-right "\
|
||||||
setw -g window-status-current-format "#{window_index}:#{window_name}#{window_flags}"
|
setw -g window-status-current-format "#{window_index}:#{window_name}#{window_flags}"
|
||||||
setw -g window-status-format "#{window_index}:#{window_name}#{window_flags}"
|
setw -g window-status-format "#{window_index}:#{window_name}#{window_flags}"
|
||||||
|
|
||||||
set -g status-style bg=colour8
|
set -g status-style bg=#002028
|
||||||
setw -g window-status-style fg=colour12,bg=default
|
setw -g window-status-style fg=colour12,bg=default
|
||||||
setw -g window-status-current-style fg="colour4 underscore",bg=default
|
setw -g window-status-current-style fg="colour4 underscore",bg=default
|
||||||
set -g pane-border-style fg=colour0
|
set -g pane-border-style fg=colour0
|
||||||
|
|
Loading…
Add table
Reference in a new issue