feat(FN-966): add new color themes and reduce purple across existing themes

- Add 4 new themes: night-owl, palenight, monokai-pro, slime
- Add one-dark light variant for the existing one-dark theme
- Reduce purple dominance in high-contrast, github-dark, catppuccin-mocha, everforest, and kanagawa themes
- Update workflow badges and step-type-ai-prompt to use non-purple accent colors
- Add new theme IDs to index.html validThemes for flash-of-unstyled-content prevention
- Create changeset for published @gsxdsm/fusion package
This commit is contained in:
gsxdsm
2026-04-05 14:57:31 -07:00
parent 15c4808d85
commit cb941df102
5 changed files with 369 additions and 27 deletions

View File

@@ -33,6 +33,10 @@ export const COLOR_THEMES = [
"everforest",
"rose-pine",
"kanagawa",
"night-owl",
"palenight",
"monokai-pro",
"slime",
] as const;
export type ColorTheme = (typeof COLOR_THEMES)[number];