summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-05-13 14:31:10 -0400
committerJesse Luehrs <doy@tozt.net>2019-05-13 14:31:10 -0400
commit9ff6eb0c6bb13e1d644994074ff7e5a67c88d21a (patch)
tree35eac702b2e5e34edb4402182fa48b843c19b781
parent30c7727784329974b2d50756f522f0b25c79365a (diff)
downloadconf-9ff6eb0c6bb13e1d644994074ff7e5a67c88d21a.tar.gz
conf-9ff6eb0c6bb13e1d644994074ff7e5a67c88d21a.zip
use new options for tmux colors
-rw-r--r--tmux.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmux.conf b/tmux.conf
index e127fb6..67e7dd6 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -21,10 +21,8 @@ setw -g mode-keys vi
set -g status-keys vi
# colors
-setw -g mode-bg cyan
-set -g status-bg blue
-set -g status-fg green
-set -g message-bg green
+setw -g mode-style bg=cyan,fg=black
+set -g message-style bg=green,fg=black
# fast escape
set -g escape-time 50