@noxickon/onyx 6.0.0 → 6.1.1

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.
@@ -0,0 +1,21 @@
1
+ :root {
2
+ --sidebar-w: 256px;
3
+ --topbar-h: 56px;
4
+
5
+ --radius-sm: 4px;
6
+ --radius: 6px;
7
+ --radius-md: 10px;
8
+ --radius-lg: 14px;
9
+
10
+ --ring-move: oklch(0.685 0.19 25);
11
+ --ring-exercise: oklch(0.76 0.165 150);
12
+ --ring-stand: oklch(0.7 0.15 235);
13
+ }
14
+
15
+ [data-ox-scheme='light'] {
16
+ --glass-bg: oklch(0.99 0.002 285 / 0.7);
17
+
18
+ --ring-move: oklch(0.6 0.205 27);
19
+ --ring-exercise: oklch(0.58 0.15 150);
20
+ --ring-stand: oklch(0.56 0.15 238);
21
+ }
@@ -0,0 +1,17 @@
1
+ [data-ox-mode='console'] {
2
+ --sidebar-w: 256px;
3
+ --topbar-h: 52px;
4
+
5
+ --radius-sm: 3px;
6
+ --radius: 4px;
7
+ --radius-md: 6px;
8
+ --radius-lg: 8px;
9
+
10
+ --shadow-2: 0 10px 30px oklch(0 0 0 / 0.4);
11
+ }
12
+
13
+ [data-ox-scheme='light'] [data-ox-mode='console'] {
14
+ --glass-bg: oklch(0.99 0.002 285 / 0.66);
15
+
16
+ --shadow-2: 0 10px 28px oklch(0.5 0.02 285 / 0.14);
17
+ }