From 69ad546317f2938f638fe1c5748055f669982b2e Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 26 Aug 2018 20:27:37 +0100 Subject: [PATCH] Use grey instead of blue for selection highlights --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index b329214..a4936eb 100644 --- a/tmux.conf +++ b/tmux.conf @@ -108,5 +108,5 @@ set-option -g pane-border-fg colour233 set-option -g pane-border-bg colour233 # Command line window list selection -set-window-option -g mode-style fg=colour233,bg=colour30 -set-option -g message-style fg=colour233,bg=colour30 +set-window-option -g mode-style fg=white,bg=colour237 +set-option -g message-style fg=white,bg=colour237