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:
parent
282e957913
commit
41070ab41b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue