Tmux : Make current window selection a bit brighter (match battery level color).
This commit is contained in:
parent
aa8ec85ee8
commit
c7354d4135
|
@ -72,7 +72,7 @@ set -g status-right-length 50
|
||||||
|
|
||||||
set-window-option -g window-status-separator '#[fg=color142]'
|
set-window-option -g window-status-separator '#[fg=color142]'
|
||||||
|
|
||||||
setw -g window-status-current-style 'fg=color187 bg=color236 bold italics'
|
setw -g window-status-current-style 'fg=color230 bg=color236 bold italics'
|
||||||
setw -g window-status-current-format ' #W '
|
setw -g window-status-current-format ' #W '
|
||||||
|
|
||||||
setw -g window-status-style 'fg=color187 bg=color236'
|
setw -g window-status-style 'fg=color187 bg=color236'
|
||||||
|
|
Loading…
Reference in a new issue