Tmux colors.
This commit is contained in:
parent
a7fac0b08f
commit
f6705556ba
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ set -g status-style "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 "
|
||||
set -g status-right "#[fg=brightblue] #h "
|
||||
setw -g window-status-separator ""
|
||||
setw -g window-status-format "#[fg=default,bg=default] #W "
|
||||
setw -g window-status-current-format "#[fg=black,bg=cyan] #W "
|
||||
setw -g window-status-current-format "#[fg=black,bg=brightblue] #W "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue