diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-09-21 21:45:20 +0000 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-09-21 21:45:20 +0000 |
commit | 6f5234a327a1b662c15043de32f272abb83bbe48 (patch) | |
tree | 6318f33cdb9605d53eff885bd960d463439645a1 /tmux.config | |
parent | 7f2ba8523e5f0d93355020ea84d982036522b08d (diff) |
Updating message background
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 539dbfc..dc36359 100644 --- a/tmux.config +++ b/tmux.config @@ -77,7 +77,7 @@ set-option -g status-fg colour223 #yellow set-option -g pane-border-fg colour236 #base02 set-option -g pane-active-border-fg colour239 #base01 ## message text -set-option -g message-bg colour235 #base02 +set-option -g message-bg default #base02 set-option -g message-fg colour196 #orange set-option -g status on set-option -g status-interval 2 |