change the bel and activity colors
This commit is contained in:
parent
74d4f39ee1
commit
86adef3499
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ set-option -g status-style "bg=default,fg=colour10"
|
|||
set-option -g pane-active-border-style "bg=default,fg=colour10"
|
||||
|
||||
## Window entries (in status bar) colors.
|
||||
set-option -g window-status-activity-style "bg=default,fg=white,bold,reverse"
|
||||
set-option -g window-status-bell-style "bg=default,fg=colour10,bold,reverse"
|
||||
set-option -g window-status-activity-style "bg=default,fg=colour235,bold,reverse"
|
||||
set-option -g window-status-bell-style "bg=default,fg=white,bold,reverse"
|
||||
set-option -g window-status-current-style "bg=default,fg=colour10,bold,reverse"
|
||||
set-option -g window-status-style "bg=default,fg=colour10"
|
||||
|
||||
|
|
Loading…
Reference in a new issue