From 282e9579136b12f3024265271a73f1a761edaab7 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Wed, 30 Jul 2025 23:09:56 +0200 Subject: [PATCH] Use gruvbox purple for prefix indicator to improve visibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change prefix session name background from yellow (#fabd2f) to purple (#b16286) to avoid confusion with active window color. Purple provides better visual distinction and is not used elsewhere in the tmux theme. 🤖 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 a583ec9..70172b1 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=#fabd2f],#[bg=#a89984]}#[fg=#282828] #S #[default]' + set -g status-left '#{?client_prefix,#[bg=#b16286],#[bg=#a89984]}#[fg=#282828] #S #[default]' set -g status-right ' %H:%M ' # Window status format