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
+1 -1
View File
@@ -420,7 +420,7 @@ The end state should support runtime switching without remounting components.
Minimum contract:
```ts
type ThemeName = "morandi" | "brand";
type ThemeName = "morandi" | "earth" | "brand";
type SkinName = "minimal" | "glass" | "pixel";
type MotionPackName = "calm" | "snappy" | "spring";
type MotionAccessibilityName = "system" | "full" | "reduced";