fix tmux style colors
This commit is contained in:
parent
1a0d68953a
commit
700b6ec873
1 changed files with 1 additions and 3 deletions
|
|
@ -39,14 +39,12 @@ bind = select-layout even-horizontal
|
|||
|
||||
# Status Bar
|
||||
#set -g status-bg black
|
||||
set -g status-fg white
|
||||
set -g status-interval 1
|
||||
#set -g status-left '#[fg=green]#H#[default]'
|
||||
#set -g status-left-length 20
|
||||
#set -g status-right '#[fg=green]#(~/src/tpom/tpom) #[fg=cyan,bold]%Y-%m-%d %H:%M:%S#[default]'
|
||||
set -g status-justify centre # center align window list
|
||||
set -g status-fg white
|
||||
set -g status-bg default
|
||||
set -g status-style fg=white,bg=default
|
||||
|
||||
# default window title colors
|
||||
set-window-option -g window-status-style fg=white,bg=default,dim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue