Tmux: Change some colors
This commit is contained in:
parent
26d09b7385
commit
3e3e7f304c
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ set -g status-left " #S"
|
|||
set -g status-right ""
|
||||
set -g window-status-format "#I:#W" # Index and Name
|
||||
set -g window-status-current-format "#I:#W" # Current window
|
||||
set -g window-status-current-style "fg=orange bg=default bold"
|
||||
set -g window-status-current-style "fg=green bg=default bold"
|
||||
|
||||
# List of plugins
|
||||
set -g @plugin 'tmux-plugins/tpm'
|
||||
|
|
|
|||
Loading…
Reference in a new issue