You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Customize TUI with brand colors and refined visual design
Comprehensive theme and UI refinements:
Theme Colors:
- Replace Claude orange brand color with blue (rgb(88,190,255))
- Add BRAND_COLOR, BRAND_COLOR_LIGHT, BRAND_RED, BRAND_GREEN constants
- Update all 6 theme variants (light, dark, light-ansi, dark-ansi,
light-daltonized, dark-daltonized) with consistent brand palette
- Change permission/suggestion/remember colors to cyan-blue (rgb(131,210,238))
- Set dark theme userMessageBackground to #0f0f0f for better contrast
- Update diff colors: burgundy red (rgb(162,0,67)) and forest green
Syntax Highlighting:
- Add new Royal Gold Dark theme with gold/blue palette and lower saturation
- Replace Monokai Extended as default dark syntax theme
- Fine-tune scope colors for refined code appearance on black backgrounds
UI Behavior Changes:
- Remove spinner stalled-to-red warning animation for cleaner UX
- Remove syntax highlighting toggle (Ctrl+T) from ThemePicker
- Remove top padding from FullscreenLayout ScrollBox
- Set inline code color to amber gold (#FEC84A) in dark themes
Keybindings:
- Remove 'theme:toggleSyntaxHighlighting' action from schema
- Remove Ctrl+T binding from ThemePicker context
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments