feat(FN-1377): add sandstone, lagoon, frost, lavender, neon-bloom, sepia theme IDs to core types

This commit is contained in:
gsxdsm
2026-04-10 00:56:12 -07:00
parent e95c4f1f9f
commit 457b95d149

View File

@@ -59,6 +59,12 @@ export const COLOR_THEMES = [
"copper",
"foundry",
"carbon",
"sandstone",
"lagoon",
"frost",
"lavender",
"neon-bloom",
"sepia",
] as const;
export type ColorTheme = (typeof COLOR_THEMES)[number];