From 6b82f2c7a3db914b59bdf59a379d31e02cd92cf2 Mon Sep 17 00:00:00 2001 From: Nick MPB Date: Fri, 24 Apr 2020 12:18:16 -0400 Subject: [PATCH] Add mode-style setting for tmux 2.9 Changes highlight color from default yellow to cyan Affects copy mode and windows (C-b w) list Works for tmux 2.9+ --- src/nord.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/nord.conf b/src/nord.conf index f9aa12c..542fb22 100644 --- a/src/nord.conf +++ b/src/nord.conf @@ -51,3 +51,8 @@ set -g message-fg cyan set -g message-bg brightblack set -g message-command-fg cyan set -g message-command-bg brightblack + +#+------------+ +#+ Mode color + +#+------------+ +set -g mode-style fg=black,bg=cyan