From f694c9ad4d073442a4763dad4fc272b47f75cdee Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 1 Sep 2022 16:19:38 +0530 Subject: tmux_config: remove old colors Signed-off-by: listout --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 176da26..fed2736 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -66,5 +66,5 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style bg='#1c1c1c' -set -g status-style fg='#b5b4c9' +set -g status-style bg='#000000' +set -g status-style fg='#ffffff' -- cgit v1.2.3