diff options
author | xero <x@xero.nu> | 2015-09-04 17:43:34 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-09-04 17:43:34 -0400 |
commit | c40c3f946c8d62a38dc39d2e35c6e28e54a9d870 (patch) | |
tree | 313792ca5fd75ff5809280cac6537554d5f092ff | |
parent | ca99575ce086e957749f75a4822b3ed901eed8b6 (diff) | |
download | dotfiles_ascii-c40c3f946c8d62a38dc39d2e35c6e28e54a9d870.tar.xz dotfiles_ascii-c40c3f946c8d62a38dc39d2e35c6e28e54a9d870.zip |
color tweak
-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 |