mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
update tmux looks
This commit is contained in:
parent
256c856778
commit
c740a1635e
1 changed files with 1 additions and 5 deletions
|
@ -72,7 +72,6 @@ set -g status-position bottom
|
|||
set -g status-justify left
|
||||
set -g status-style 'fg=blue'
|
||||
set -g status-left ' '
|
||||
set -g status-left-style 'fg=blue dim'
|
||||
set -g status-right '%Y-%m-%d %H:%M'
|
||||
set -g status-right-length 50
|
||||
set -g status-left-length 10
|
||||
|
@ -80,13 +79,10 @@ set -g status-left-length 10
|
|||
setw -g window-status-current-style 'fg=default bg=blue bold'
|
||||
setw -g window-status-current-format ' #I #W #F '
|
||||
|
||||
setw -g window-status-style 'fg=blue dim'
|
||||
setw -g window-status-style 'fg=blue'
|
||||
setw -g window-status-format ' #I #W #F '
|
||||
|
||||
setw -g window-status-bell-style 'fg=black bg=yellow bold'
|
||||
|
||||
# messages
|
||||
set -g message-style 'fg=black bg=white bold'
|
||||
|
||||
set -g window-style 'dim'
|
||||
set -g window-active-style 'dim'
|
||||
|
|
Loading…
Reference in a new issue