@fastwork/xosmoz-theme 0.66.0 → 0.68.0
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/dist/dart/xz_colors.generated.dart +56 -56
- package/dist/figma-plugin.zip +0 -0
- package/dist/figma-tokens/Dark.json +175 -175
- package/dist/figma-tokens/Light.json +64 -64
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/dist/themes/dark.css +4 -4
- package/dist/themes/light.css +2 -2
- package/dist/themes.css +6 -6
- package/package.json +1 -1
package/dist/themes.css
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
--xz-color-bg-100: oklch(0.312 0.02 260.638);
|
|
26
26
|
--xz-color-bg-200: oklch(0.212 0.02 260.638);
|
|
27
27
|
--xz-color-surface-50: oklch(1.00 0.00 260);
|
|
28
|
-
--xz-color-surface-100: oklch(0.98 0.
|
|
28
|
+
--xz-color-surface-100: oklch(0.98 0.003 260);
|
|
29
29
|
--xz-color-surface-200: oklch(0.96 0.004 260);
|
|
30
30
|
--xz-color-surface-300: oklch(0.95 0.004 260);
|
|
31
31
|
--xz-color-surface-400: oklch(0.92 0.004 260);
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
--xz-color-text-200: color-mix(in oklab, var(--xz-color-text-100) 70%, transparent);
|
|
34
34
|
--xz-color-text-300: color-mix(in oklab, var(--xz-color-text-100) 60%, transparent);
|
|
35
35
|
--xz-color-text-fg: oklch(1 0 0);
|
|
36
|
-
--xz-color-line-50: oklch(0.
|
|
36
|
+
--xz-color-line-50: oklch(0.93 0.01 260 / 0.97);
|
|
37
37
|
--xz-color-line-100: oklch(0.90 0.01 260 / 0.97);
|
|
38
38
|
--xz-color-line-200: oklch(0.85 0.01 260 / 0.97);
|
|
39
39
|
--xz-color-line-300: oklch(0.80 0.01 260 / 0.97);
|
|
@@ -186,10 +186,10 @@
|
|
|
186
186
|
--xz-color-bg-100: oklch(0.97 0.01 260);
|
|
187
187
|
--xz-color-bg-200: oklch(0.92 0.01 260);
|
|
188
188
|
--xz-color-surface-50: oklch(0.26 0.02 269 / 1);
|
|
189
|
-
--xz-color-surface-100: oklch(0.
|
|
190
|
-
--xz-color-surface-200: oklch(0.
|
|
191
|
-
--xz-color-surface-300: oklch(0.
|
|
192
|
-
--xz-color-surface-400: oklch(0.
|
|
189
|
+
--xz-color-surface-100: oklch(0.29 0.02 269 / 1);
|
|
190
|
+
--xz-color-surface-200: oklch(0.32 0.02 269 / 1);
|
|
191
|
+
--xz-color-surface-300: oklch(0.345 0.02 269 / 1);
|
|
192
|
+
--xz-color-surface-400: oklch(0.365 0.02 269 / 1);
|
|
193
193
|
--xz-color-text-100: oklch(0.96 0 0);
|
|
194
194
|
--xz-color-text-200: color-mix(in oklab, var(--xz-color-text-100) 65%, transparent);
|
|
195
195
|
--xz-color-text-300: color-mix(in oklab, var(--xz-color-text-100) 55%, transparent);
|