New colors in tmux.
This commit is contained in:
parent
87bc1145f4
commit
e4f532a9d8
@ -31,12 +31,12 @@ set -g status-left-length "100"
|
||||
set -g status-right-length "100"
|
||||
set -g pane-border-style "fg=black"
|
||||
set -g pane-active-border-style "fg=cyan"
|
||||
set -g message-style "fg=white,bg=default"
|
||||
set -g message-command-style "fg=white,bg=default"
|
||||
set -g message-style "fg=default,bg=default"
|
||||
set -g message-command-style "fg=default,bg=default"
|
||||
set -g status-left ""
|
||||
set -g status-right "#[fg=cyan] #h "
|
||||
setw -g window-status-style "none,fg=cyan,bg=default"
|
||||
setw -g window-status-style "none,fg=default,bg=default"
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-activity-style "none"
|
||||
setw -g window-status-format "#[fg=cyan,bg=default] #W "
|
||||
setw -g window-status-format "#[fg=default,bg=default] #W "
|
||||
setw -g window-status-current-format "#[fg=black,bg=cyan] #W "
|
||||
|
Loading…
Reference in New Issue
Block a user