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
* Add theming system with 9 color themes
Introduces a CSS-variable based theme system with semantic tokens
(panel, surface, border, fg, muted, success, warning, etc.) that the
major panels now use instead of hardcoded Tailwind neutral classes.
Themes are persisted in config.json and switched via a new Appearance
section in Settings.
Bundled themes: Dark (default), Dracula, Nord, Gruvbox Dark, Tokyo
Night, Catppuccin Mocha, One Dark, Solarized Dark, Solarized Light.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Lighten panel surfaces so sidebars read as distinct from main area
Previously --color-panel matched --color-app in every theme, so the
sidebar and right pane blended into the terminal. Nudging panel one
step toward panel-raised (or darker for the light theme) gives the
chrome a subtle lift without making it feel busy.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Update package-lock.json
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments