From 700b6ec8739dc7939514dcf7e34c8ebc0034d8f0 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 9 Jun 2021 21:59:35 -0700 Subject: [PATCH] fix tmux style colors --- .tmux.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 2b79aa8..b408322 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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