updating tmux style to match new syntax
This commit is contained in:
parent
702799e62d
commit
d12b1aefde
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ set -g history-limit 10000
|
|||
# Make the status bar pretty.
|
||||
set -g status-bg colour16
|
||||
set -g status-fg colour61
|
||||
set-window-option -g window-status-current-bg colour236
|
||||
set-window-option -g window-status-current-fg colour141
|
||||
set -g window-status-style bg=colour236,fg=colour141
|
||||
set -g window-status-current-style bg=colour236,fg=colour80
|
||||
|
||||
# Add some info to the status bar
|
||||
set -g status-right-length 70
|
||||
|
|
Loading…
Reference in a new issue