From 43e2e1bd01dae1ca828d31778653826a804c4769 Mon Sep 17 00:00:00 2001 From: listout Date: Sat, 11 Sep 2021 10:09:30 +0530 Subject: removed colors --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 973323b..e435790 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -46,8 +46,8 @@ bind -r K resize-pane -U 5 bind -r L resize-pane -R 5 # styling -set -g status-style "fg=#080808 bg=#ebebeb" -set -g pane-active-border-style "fg=#ae81ff" -set -g pane-border-style "fg=#74b2ff" +set -g status-style "fg=#000000 bg=#ffffff" +set -g pane-active-border-style "fg=#ffffff" +set -g pane-border-style "fg=#ffffff" # source-file ~/.tmux/moonfly.tmux.conf -- cgit v1.2.3