refactor(tokens): replace light and dark with morandi

This commit is contained in:
2026-03-20 16:25:02 +08:00
parent ffa9657ff6
commit af8476820e
6 changed files with 37 additions and 71 deletions
+5 -9
View File
@@ -1,16 +1,12 @@
export const themeNames = ["light", "dark", "brand"] as const;
export const themeNames = ["morandi", "brand"] as const;
export type ThemeName = (typeof themeNames)[number];
export const defaultTheme: ThemeName = "light";
export const defaultTheme: ThemeName = "morandi";
export const themeDetails = {
light: {
label: "Light",
note: "Warm editorial default"
},
dark: {
label: "Dark",
note: "Warm charcoal default"
morandi: {
label: "Morandi",
note: "Muted dusty neutrals with a calm, understated luxury mood"
},
brand: {
label: "Brand",