feat(FN-1377): add sandstone, lagoon, frost, lavender, neon-bloom, sepia theme IDs to core types
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user