feat(FN-1377): register 6 new themes in ThemeSelector and flash-prevention

This commit is contained in:
gsxdsm
2026-04-10 00:58:52 -07:00
parent cd69dd1e4e
commit b76dc2d25d
3 changed files with 13 additions and 1 deletions

View File

@@ -64,6 +64,12 @@ const COLOR_THEMES: { value: ColorTheme; label: string; className: string }[] =
{ value: "copper", label: "Copper", className: "theme-swatch-copper" },
{ value: "foundry", label: "Foundry", className: "theme-swatch-foundry" },
{ value: "carbon", label: "Carbon", className: "theme-swatch-carbon" },
{ value: "sandstone", label: "Sandstone", className: "theme-swatch-sandstone" },
{ value: "lagoon", label: "Lagoon", className: "theme-swatch-lagoon" },
{ value: "frost", label: "Frost", className: "theme-swatch-frost" },
{ value: "lavender", label: "Lavender", className: "theme-swatch-lavender" },
{ value: "neon-bloom", label: "Neon Bloom", className: "theme-swatch-neon-bloom" },
{ value: "sepia", label: "Sepia", className: "theme-swatch-sepia" },
];
/**