From 27249f56b26d60e1b4784a90cbbc192b3af15161 Mon Sep 17 00:00:00 2001 From: xesc Date: Sun, 10 Dec 2023 16:52:13 +0100 Subject: [PATCH] adds mode color --- tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux.conf b/tmux.conf index e80c172..c94f808 100644 --- a/tmux.conf +++ b/tmux.conf @@ -71,6 +71,7 @@ set -g status-left-length 100 # set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#dfa000]#[bold] PREFIX ,}' set -g status-right '#{?client_prefix,#[fg=#000000]#[bg=#dfa000]#[bold]  ,}' set -wg window-status-current-style bg="#dfa000",fg="#1d2021" +set -wg mode-style bg="#a7c080",fg="#1d2021" set -g cursor-style blinking-underline