feat(tokens): add earth theme

This commit is contained in:
2026-03-20 16:31:34 +08:00
parent af8476820e
commit 9009ce4853
3 changed files with 36 additions and 2 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
export const themeNames = ["morandi", "brand"] as const;
export const themeNames = ["morandi", "earth", "brand"] as const;
export type ThemeName = (typeof themeNames)[number];
export const defaultTheme: ThemeName = "morandi";
@@ -8,6 +8,10 @@ export const themeDetails = {
label: "Morandi",
note: "Muted dusty neutrals with a calm, understated luxury mood"
},
earth: {
label: "Earth",
note: "Organic browns, terracotta warmth, olive depth, and sandstone calm"
},
brand: {
label: "Brand",
note: "Verdant accent scaffold"