Update tmux indicator colors for better visibility

- Change prefix indicator from purple to bright red (#fb4934)
- Change copy mode position indicator from purple to bright yellow (#fabd2f)
- Both colors match existing gruvbox theme palette
- Improves visibility and consistency with nvim WIN indicator

🤖 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:47:41 +02:00
parent 0acbb7fca2
commit b096984394

View file

@ -34,14 +34,14 @@
set -g message-command-style 'bg=#fabd2f,fg=#282828'
# Copy mode colors
set -g mode-style 'bg=#d3869b,fg=#282828'
set -g mode-style 'bg=#fabd2f,fg=#282828'
set -g copy-mode-match-style 'bg=#fabd2f,fg=#282828'
set -g copy-mode-current-match-style 'bg=#fb4934,fg=#282828'
# Status bar content
set -g status-left-length 40
set -g status-right-length 30
set -g status-left '#{?client_prefix,#[bg=#d3869b],#[bg=#a89984]}#[fg=#282828] #S #[default]'
set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[default]'
set -g status-right '#{?pane_in_mode,[COPY],} %H:%M '
# Window status format