@zmzai/theme 0.9.2 → 0.9.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/tokens/theme.css +2 -1
package/package.json
CHANGED
package/src/tokens/theme.css
CHANGED
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
* v0.9.0 暖纸底 + Serif display——去单调
|
|
22
22
|
* v0.9.1 印色路标撤回,命名定全词(现行)
|
|
23
23
|
* v0.9.2 品红点睛色阶(墨底荧光)——spot 四层 + ink,仅深色载体
|
|
24
|
+
* v0.9.3 底色纯白化——暖纸退役,卡片层次交给 surface 灰阶与边框
|
|
24
25
|
*/
|
|
25
26
|
|
|
26
27
|
@theme {
|
|
@@ -30,7 +31,7 @@
|
|
|
30
31
|
v0.6 的 ink(30°) / ink-2(55°) / line(88°) / surface(90°) 四个色相
|
|
31
32
|
混用,是"说不出哪里怪"的根源。
|
|
32
33
|
══════════════════════════════════════════════════════ */
|
|
33
|
-
--color-bg: oklch(0
|
|
34
|
+
--color-bg: oklch(1 0 0); /* 页面底,纯白(v0.9.3 用户定案去暖纸黄;层次靠 surface 灰阶与边框) */
|
|
34
35
|
--color-surface: oklch(0.985 0.001 265); /* 卡片 / 面板 */
|
|
35
36
|
--color-surface-2: oklch(0.968 0.002 265); /* 嵌套 / 表头 */
|
|
36
37
|
--color-surface-3: oklch(0.94 0.003 265); /* hover / 按下 */
|