feat(KB-173): add Zen theme to dashboard

- Add Zen to COLOR_THEMES array in core types
- Add Zen theme CSS styles with dark and light variants
- Add Zen theme option to ThemeSelector component
- Add tests for Zen theme selection in ThemeSelector
- Update index.html theme initialization to include Zen
- Add changeset for the new theme
This commit is contained in:
gsxdsm
2026-03-30 16:34:49 -07:00
parent e03bd1ae38
commit 2508682a29
6 changed files with 77 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ export const COLOR_THEMES = [
"ocean",
"forest",
"sunset",
"zen",
"berry",
"monochrome",
"high-contrast",