More consistent colors.
This commit is contained in:
parent
7901f23ccd
commit
340aa9d19f
@ -119,7 +119,7 @@ screens = [
|
|||||||
top=bar.Bar(
|
top=bar.Bar(
|
||||||
[
|
[
|
||||||
widget.GroupBox(
|
widget.GroupBox(
|
||||||
active='#f8f8f2',
|
active='#f3ffff',
|
||||||
disable_drag=True,
|
disable_drag=True,
|
||||||
highlight_method='block',
|
highlight_method='block',
|
||||||
rounded=False,
|
rounded=False,
|
||||||
|
@ -26,7 +26,7 @@ set -g status-style "bg=default"
|
|||||||
set -g message-style "fg=default,bg=default"
|
set -g message-style "fg=default,bg=default"
|
||||||
set -g message-command-style "fg=default,bg=default"
|
set -g message-command-style "fg=default,bg=default"
|
||||||
set -g status-left ""
|
set -g status-left ""
|
||||||
set -g status-right "#[fg=brightblue] #h "
|
set -g status-right "#[fg=blue] #h "
|
||||||
setw -g window-status-separator ""
|
setw -g window-status-separator ""
|
||||||
setw -g window-status-format "#[fg=default,bg=default] #W "
|
setw -g window-status-format "#[fg=,bg=default] #W "
|
||||||
setw -g window-status-current-format "#[fg=black,bg=blue] #W "
|
setw -g window-status-current-format "#[fg=black,bg=blue] #W "
|
||||||
|
Loading…
Reference in New Issue
Block a user