From 1b18e232a3aae0689f2d102a39d993622570d9c9 Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Sun, 31 Dec 2017 12:46:28 -0600 Subject: [PATCH] tmux.org: Make tmux selection color be red bg, black fg --- tmux.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.org b/tmux.org index f92aaca..6df2b8d 100644 --- a/tmux.org +++ b/tmux.org @@ -24,6 +24,9 @@ Tmux configuration. Pretty boring in most ways. set-window-option -g window-status-fg black set-window-option -g window-status-current-bg white + # Selection highlight color + set-window-option -g mode-style bg=red,fg=black + # Status line options set-option -g status-bg black set-option -g status-fg colour7