Default bg in tmux
This commit is contained in:
parent
41b75e29f1
commit
220c42a4ad
@ -35,7 +35,7 @@ set -g message-style "fg=white,bg=default"
|
||||
set -g message-command-style "fg=white,bg=default"
|
||||
set -g status-left ""
|
||||
set -g status-right "#[fg=cyan] #h "
|
||||
setw -g window-status-style "none,fg=cyan,bg=brightblack"
|
||||
setw -g window-status-style "none,fg=cyan,bg=default"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-activity-style "none"
|
||||
setw -g window-status-format "#[fg=cyan,bg=default] #W "
|
||||
|
Loading…
Reference in New Issue
Block a user