From 41070ab41b109e000b6ceaa6f3850c84e715aedf Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 30 Jul 2025 23:11:40 +0200 Subject: [PATCH] Use brighter gruvbox purple for better prefix visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change prefix indicator from muted purple (#b16286) to bright purple (#d3869b) for much more noticeable visual feedback when prefix key is pressed. Maintains gruvbox color harmony while providing clear distinction from all other tmux theme elements. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tmux.nix b/modules/tmux.nix index 70172b1..1e28756 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -36,7 +36,7 @@ # Status bar content set -g status-left-length 40 set -g status-right-length 30 - set -g status-left '#{?client_prefix,#[bg=#b16286],#[bg=#a89984]}#[fg=#282828] #S #[default]' + set -g status-left '#{?client_prefix,#[bg=#d3869b],#[bg=#a89984]}#[fg=#282828] #S #[default]' set -g status-right ' %H:%M ' # Window status format