Use brighter gruvbox purple for better prefix visibility

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 <noreply@anthropic.com>
This commit is contained in:
Yan Lin 2025-07-30 23:11:40 +02:00
parent 282e957913
commit 41070ab41b

View file

@ -36,7 +36,7 @@
# Status bar content # Status bar content
set -g status-left-length 40 set -g status-left-length 40
set -g status-right-length 30 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 ' set -g status-right ' %H:%M '
# Window status format # Window status format