commit 7a12ecdadc230aa8d8bd9520cecfe32f453a22c2
parent 408709ad01348fb25a41d2999b225d1c27eb66ca
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Fri, 4 Jan 2019 03:05:50 +0100
Remove custom bg color in tmux
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/tmux.conf b/tmux.conf
@@ -70,9 +70,6 @@ set-option -g allow-rename off
####################### panes ####################################
##################################################################
-# for nice coloring of active pane
-set-window-option -g window-style 'bg=#1F1F1F'
-set-window-option -g window-active-style 'bg=#283033'
set-window-option -g pane-active-border-style ''
###########################################################