@coderabbitai/carrot-ui 0.2.0 → 0.2.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.
- package/package.json +1 -1
- package/src/scales.css +25 -25
package/package.json
CHANGED
package/src/scales.css
CHANGED
|
@@ -28,38 +28,38 @@
|
|
|
28
28
|
*/
|
|
29
29
|
|
|
30
30
|
/* ── Mauve ──
|
|
31
|
-
* Purplish-gray neutral in OKLCH (hue 305, chroma 0.
|
|
31
|
+
* Purplish-gray neutral in OKLCH (hue 305, chroma 0.002–0.017).
|
|
32
32
|
* Matches mono's --cr-color-grey-* palette.
|
|
33
33
|
* Inverts between modes. Steps cluster tighter near backgrounds.
|
|
34
34
|
*/
|
|
35
35
|
:root {
|
|
36
|
-
--color-cui-mauve-1: oklch(0.994 0.
|
|
37
|
-
--color-cui-mauve-2: oklch(0.982 0.
|
|
38
|
-
--color-cui-mauve-3: oklch(0.956 0.
|
|
39
|
-
--color-cui-mauve-4: oklch(0.931 0.
|
|
40
|
-
--color-cui-mauve-5: oklch(0.91 0.
|
|
41
|
-
--color-cui-mauve-6: oklch(0.885 0.
|
|
42
|
-
--color-cui-mauve-7: oklch(0.851 0.
|
|
43
|
-
--color-cui-mauve-8: oklch(0.791 0.
|
|
44
|
-
--color-cui-mauve-9: oklch(0.641 0.
|
|
45
|
-
--color-cui-mauve-10: oklch(0.605 0.
|
|
46
|
-
--color-cui-mauve-11: oklch(0.498 0.
|
|
47
|
-
--color-cui-mauve-12: oklch(0.243 0.
|
|
36
|
+
--color-cui-mauve-1: oklch(0.994 0.002 305);
|
|
37
|
+
--color-cui-mauve-2: oklch(0.982 0.0035 305);
|
|
38
|
+
--color-cui-mauve-3: oklch(0.956 0.0056 305);
|
|
39
|
+
--color-cui-mauve-4: oklch(0.931 0.0084 305);
|
|
40
|
+
--color-cui-mauve-5: oklch(0.91 0.0098 305);
|
|
41
|
+
--color-cui-mauve-6: oklch(0.885 0.0112 305);
|
|
42
|
+
--color-cui-mauve-7: oklch(0.851 0.0126 305);
|
|
43
|
+
--color-cui-mauve-8: oklch(0.791 0.014 305);
|
|
44
|
+
--color-cui-mauve-9: oklch(0.641 0.0154 305);
|
|
45
|
+
--color-cui-mauve-10: oklch(0.605 0.0161 305);
|
|
46
|
+
--color-cui-mauve-11: oklch(0.498 0.0154 305);
|
|
47
|
+
--color-cui-mauve-12: oklch(0.243 0.0098 305);
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
[data-theme="dark"] {
|
|
51
|
-
--color-cui-mauve-1: oklch(0.177 0.
|
|
52
|
-
--color-cui-mauve-2: oklch(0.213 0.
|
|
53
|
-
--color-cui-mauve-3: oklch(0.252 0.
|
|
54
|
-
--color-cui-mauve-4: oklch(0.284 0.
|
|
55
|
-
--color-cui-mauve-5: oklch(0.312 0.
|
|
56
|
-
--color-cui-mauve-6: oklch(0.348 0.
|
|
57
|
-
--color-cui-mauve-7: oklch(0.401 0.
|
|
58
|
-
--color-cui-mauve-8: oklch(0.489 0.
|
|
59
|
-
--color-cui-mauve-9: oklch(0.534 0.
|
|
60
|
-
--color-cui-mauve-10: oklch(0.582 0.
|
|
61
|
-
--color-cui-mauve-11: oklch(0.767 0.
|
|
62
|
-
--color-cui-mauve-12: oklch(0.949 0.
|
|
51
|
+
--color-cui-mauve-1: oklch(0.177 0.0084 305);
|
|
52
|
+
--color-cui-mauve-2: oklch(0.213 0.0098 305);
|
|
53
|
+
--color-cui-mauve-3: oklch(0.252 0.0112 305);
|
|
54
|
+
--color-cui-mauve-4: oklch(0.284 0.0126 305);
|
|
55
|
+
--color-cui-mauve-5: oklch(0.312 0.014 305);
|
|
56
|
+
--color-cui-mauve-6: oklch(0.348 0.0154 305);
|
|
57
|
+
--color-cui-mauve-7: oklch(0.401 0.0161 305);
|
|
58
|
+
--color-cui-mauve-8: oklch(0.489 0.0168 305);
|
|
59
|
+
--color-cui-mauve-9: oklch(0.534 0.0161 305);
|
|
60
|
+
--color-cui-mauve-10: oklch(0.582 0.0154 305);
|
|
61
|
+
--color-cui-mauve-11: oklch(0.767 0.0105 305);
|
|
62
|
+
--color-cui-mauve-12: oklch(0.949 0.0035 305);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
/* ── CodeRabbit Orange ──
|