feat(FN-995): add slate, ash, graphite, silver color themes

- Add four new neutral-palette themes (slate, ash, graphite, silver) to the theme type definitions and selector
- Add full CSS variable sets for each theme covering backgrounds, text, borders, accents, and UI element colors
- Add swatch preview entries in ThemeSelector component for the new themes
- Add comprehensive tests covering theme registration, selector rendering, and CSS variable application
This commit is contained in:
gsxdsm
2026-04-05 17:45:09 -07:00
parent 411255da4e
commit 934f61774d
4 changed files with 284 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ export const COLOR_THEMES = [
"high-contrast",
"industrial",
"monochrome",
"slate",
"ash",
"graphite",
"silver",
"solarized",
"factory",
"ayu",