diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-09-21 14:19:47 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-09-21 14:20:26 -0600 |
commit | 740fd41d448e9938c1cc2ddeac490c9c11c8a85e (patch) | |
tree | 4489a11a19f007fa9cb7b6f5a686c290472ee5d4 /tmux.config | |
parent | a693c4a004d6a90c099b80369c8030d5cca2f894 (diff) |
No background color on status bar, transparency
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |