diff options
-rw-r--r-- | tmux/.tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 9edaf80..6dadb17 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -94,7 +94,7 @@ set -g status-interval 2 set -g message-fg colour0 set -g message-bg colour66 set -g message-command-fg colour66 -set -g message-command-bg colour0 +set -g message-command-bg colour1 #window mode setw -g mode-bg colour66 |