diff --git a/packages/@core/base/design/src/design-tokens/default.css b/packages/@core/base/design/src/design-tokens/default.css index 4ce7ff954..cf7dc28f2 100644 --- a/packages/@core/base/design/src/design-tokens/default.css +++ b/packages/@core/base/design/src/design-tokens/default.css @@ -109,6 +109,90 @@ color-scheme: light; } +.light, +.light[data-theme='custom'], +.light[data-theme='default'] { + /* Default background color of ...etc */ + --background: 0 0% 100%; + + /* 主体区域背景色 */ + --background-deep: 216 20.11% 95.47%; + --foreground: 210 6% 21%; + + /* Background color for */ + --card: 0 0% 100%; + --card-foreground: 222.2 84% 4.9%; + + /* Background color for popovers such as , , */ + --popover: 0 0% 100%; + --popover-foreground: 222.2 84% 4.9%; + + /* Muted backgrounds such as , and */ + --muted: 240 4.8% 95.9%; + --muted-foreground: 240 3.8% 46.1%; + + /* 主题颜色 */ + --primary-foreground: 0 0% 98%; + + /* Used for destructive actions such as