add zoom indicator
This commit is contained in:
parent
e01828f657
commit
e8011eb7ff
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ set -g window-status-style fg=colour244,bg=default
|
|||
set -g window-status-format ' #I #W '
|
||||
# Set the active window color and style
|
||||
set -g window-status-current-style fg=black,bg=colour136
|
||||
set -g window-status-current-format ' #I #W '
|
||||
set -g window-status-current-format '#{?window_zoomed_flag,#[fg=red](,}#I #W#{?window_zoomed_flag,#[fg=red]),}'
|
||||
|
||||
# Colors for pane borders(default)
|
||||
setw -g pane-border-style fg=colour240,bg=default
|
||||
|
|
Loading…
Add table
Reference in a new issue