fix tmux style colors

This commit is contained in:
Barak Michener 2021-06-09 21:59:35 -07:00
parent 1a0d68953a
commit 700b6ec873

View file

@ -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