From 740fd41d448e9938c1cc2ddeac490c9c11c8a85e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Fri, 21 Sep 2018 14:19:47 -0600 Subject: No background color on status bar, transparency --- tmux.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.config') diff --git a/tmux.config b/tmux.config index 1426629..539dbfc 100644 --- a/tmux.config +++ b/tmux.config @@ -71,7 +71,7 @@ set -g history-limit 20000 ##################################### # default statusbar colors -set-option -g status-bg colour235 #base02 +set-option -g status-bg default #base02 set-option -g status-fg colour223 #yellow # pane border set-option -g pane-border-fg colour236 #base02 -- cgit v1.2.3