@new-ui/themes 3.0.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.
Files changed (54) hide show
  1. package/LICENSE +29 -0
  2. package/README.md +113 -0
  3. package/dist/index.css +941 -0
  4. package/dist/index.css.map +1 -0
  5. package/dist/index.min.css +2 -0
  6. package/dist/index.min.css.map +1 -0
  7. package/dist/themes/aura.css +56 -0
  8. package/dist/themes/aura.css.map +1 -0
  9. package/dist/themes/ayu-dark.css +59 -0
  10. package/dist/themes/ayu-dark.css.map +1 -0
  11. package/dist/themes/catppuccin-frappe.css +62 -0
  12. package/dist/themes/catppuccin-frappe.css.map +1 -0
  13. package/dist/themes/catppuccin-latte.css +62 -0
  14. package/dist/themes/catppuccin-latte.css.map +1 -0
  15. package/dist/themes/catppuccin-macchiato.css +62 -0
  16. package/dist/themes/catppuccin-macchiato.css.map +1 -0
  17. package/dist/themes/catppuccin-mocha.css +62 -0
  18. package/dist/themes/catppuccin-mocha.css.map +1 -0
  19. package/dist/themes/dracula.css +48 -0
  20. package/dist/themes/dracula.css.map +1 -0
  21. package/dist/themes/flexoki-dark.css +59 -0
  22. package/dist/themes/flexoki-dark.css.map +1 -0
  23. package/dist/themes/flexoki-light.css +59 -0
  24. package/dist/themes/flexoki-light.css.map +1 -0
  25. package/dist/themes/monokai.css +56 -0
  26. package/dist/themes/monokai.css.map +1 -0
  27. package/dist/themes/night-owl.css +57 -0
  28. package/dist/themes/night-owl.css.map +1 -0
  29. package/dist/themes/sargam-dark.css +94 -0
  30. package/dist/themes/sargam-dark.css.map +1 -0
  31. package/dist/themes/sargam-light.css +94 -0
  32. package/dist/themes/sargam-light.css.map +1 -0
  33. package/dist/themes/synthwave-84.css +57 -0
  34. package/dist/themes/synthwave-84.css.map +1 -0
  35. package/dist/themes/tokyo-night.css +54 -0
  36. package/dist/themes/tokyo-night.css.map +1 -0
  37. package/package.json +110 -0
  38. package/src/_contract.scss +46 -0
  39. package/src/index.scss +21 -0
  40. package/src/themes/aura.scss +74 -0
  41. package/src/themes/ayu-dark.scss +77 -0
  42. package/src/themes/catppuccin-frappe.scss +80 -0
  43. package/src/themes/catppuccin-latte.scss +80 -0
  44. package/src/themes/catppuccin-macchiato.scss +80 -0
  45. package/src/themes/catppuccin-mocha.scss +80 -0
  46. package/src/themes/dracula.scss +66 -0
  47. package/src/themes/flexoki-dark.scss +79 -0
  48. package/src/themes/flexoki-light.scss +79 -0
  49. package/src/themes/monokai.scss +74 -0
  50. package/src/themes/night-owl.scss +75 -0
  51. package/src/themes/sargam-dark.scss +112 -0
  52. package/src/themes/sargam-light.scss +112 -0
  53. package/src/themes/synthwave-84.scss +75 -0
  54. package/src/themes/tokyo-night.scss +72 -0
@@ -0,0 +1,80 @@
1
+ // Catppuccin Latte (light)
2
+ // Palette values copied verbatim from the official Catppuccin palette (v1.8.0).
3
+ // Source: https://github.com/catppuccin/palette (MIT License)
4
+ // © Catppuccin. https://catppuccin.com
5
+
6
+ [data-new-ui-theme='catppuccin-latte'] {
7
+ color-scheme: light;
8
+
9
+ // Palette (verbatim)
10
+ --ctp-rosewater: oklch(71.41% 0.1045 33.1deg);
11
+ --ctp-flamingo: oklch(68.56% 0.1259 20.87deg);
12
+ --ctp-pink: oklch(72.56% 0.1739 338.43deg);
13
+ --ctp-mauve: oklch(55.47% 0.2503 297.02deg);
14
+ --ctp-red: oklch(55.05% 0.2155 19.81deg);
15
+ --ctp-maroon: oklch(62.52% 0.1967 20.27deg);
16
+ --ctp-peach: oklch(69.2% 0.2041 42.43deg);
17
+ --ctp-yellow: oklch(71.4% 0.1494 67.78deg);
18
+ --ctp-green: oklch(62.5% 0.1772 140.44deg);
19
+ --ctp-teal: oklch(60.23% 0.0981 201.1deg);
20
+ --ctp-sky: oklch(68.2% 0.1448 235.38deg);
21
+ --ctp-sapphire: oklch(64.77% 0.1068 212.89deg);
22
+ --ctp-blue: oklch(55.86% 0.2255 262.09deg);
23
+ --ctp-lavender: oklch(66.38% 0.1751 273.13deg);
24
+ --ctp-text: oklch(43.55% 0.043 279.33deg);
25
+ --ctp-subtext1: oklch(49.2% 0.0385 279.3deg);
26
+ --ctp-subtext0: oklch(54.71% 0.0343 279.08deg);
27
+ --ctp-overlay2: oklch(60.09% 0.0305 278.69deg);
28
+ --ctp-overlay1: oklch(65.36% 0.0269 278.12deg);
29
+ --ctp-overlay0: oklch(70.77% 0.0237 274.6deg);
30
+ --ctp-surface2: oklch(75.84% 0.0205 273.15deg);
31
+ --ctp-surface1: oklch(80.83% 0.0174 271.2deg);
32
+ --ctp-surface0: oklch(85.75% 0.0145 268.48deg);
33
+ --ctp-base: oklch(95.78% 0.0058 264.53deg);
34
+ --ctp-mantle: oklch(93.35% 0.0087 264.52deg);
35
+ --ctp-crust: oklch(90.6% 0.0117 264.51deg);
36
+
37
+ // Backgrounds
38
+ --background: var(--ctp-base);
39
+ --background-secondary: var(--ctp-mantle);
40
+ --background-hover: var(--ctp-surface0);
41
+ --background-selected: var(--ctp-surface1);
42
+ --background-selected-hover: var(--ctp-surface2);
43
+ --background-high-contrast: var(--ctp-crust);
44
+
45
+ // Borders
46
+ --border-muted: var(--ctp-surface0);
47
+ --border: var(--ctp-surface1);
48
+ --border-strong: var(--ctp-surface2);
49
+ --border-inked: var(--ctp-text);
50
+ --border-inverse: var(--ctp-base);
51
+ --border-focus: var(--ctp-lavender);
52
+
53
+ // Buttons
54
+ --button: var(--ctp-mauve);
55
+ --button-hover: var(--ctp-lavender);
56
+ --button-active: var(--ctp-blue);
57
+ --button-disabled: var(--ctp-surface2);
58
+
59
+ // Links
60
+ --link: var(--ctp-blue);
61
+ --link-hover: var(--ctp-sky);
62
+ --link-subtle: var(--ctp-overlay1);
63
+ --link-visited: var(--ctp-lavender);
64
+
65
+ // Support
66
+ --support-error: var(--ctp-red);
67
+ --support-warning: var(--ctp-yellow);
68
+ --support-success: var(--ctp-green);
69
+ --support-info: var(--ctp-teal);
70
+
71
+ // Content
72
+ --content-primary: var(--ctp-text);
73
+ --content-secondary: var(--ctp-subtext1);
74
+ --content-secondary-alt: var(--ctp-subtext0);
75
+ --content-placeholder: var(--ctp-overlay1);
76
+ --content-on-color: var(--ctp-base);
77
+ --content-error: var(--ctp-red);
78
+ --content-success: var(--ctp-green);
79
+ --content-inked: var(--ctp-text);
80
+ }
@@ -0,0 +1,80 @@
1
+ // Catppuccin Macchiato (dark)
2
+ // Palette values copied verbatim from the official Catppuccin palette (v1.8.0).
3
+ // Source: https://github.com/catppuccin/palette (MIT License)
4
+ // © Catppuccin. https://catppuccin.com
5
+
6
+ [data-new-ui-theme='catppuccin-macchiato'] {
7
+ color-scheme: dark;
8
+
9
+ // Palette (verbatim)
10
+ --ctp-rosewater: oklch(91.05% 0.0286 31.13deg);
11
+ --ctp-flamingo: oklch(86.29% 0.0479 18.12deg);
12
+ --ctp-pink: oklch(86.08% 0.083 336.18deg);
13
+ --ctp-mauve: oklch(77.15% 0.1259 303.9deg);
14
+ --ctp-red: oklch(73.7% 0.1252 11.19deg);
15
+ --ctp-maroon: oklch(77.02% 0.1024 14.37deg);
16
+ --ctp-peach: oklch(79.88% 0.1061 49.64deg);
17
+ --ctp-yellow: oklch(87.9% 0.0744 84.75deg);
18
+ --ctp-green: oklch(83.5% 0.1079 138.15deg);
19
+ --ctp-teal: oklch(82.14% 0.0755 184.1deg);
20
+ --ctp-sky: oklch(83.69% 0.0719 209.37deg);
21
+ --ctp-sapphire: oklch(78.51% 0.0845 228.38deg);
22
+ --ctp-blue: oklch(74.97% 0.1101 263.81deg);
23
+ --ctp-lavender: oklch(81.44% 0.0834 279.85deg);
24
+ --ctp-text: oklch(87.08% 0.0481 273.67deg);
25
+ --ctp-subtext1: oklch(81.2% 0.0459 274.27deg);
26
+ --ctp-subtext0: oklch(75.13% 0.0441 273.53deg);
27
+ --ctp-overlay2: oklch(69.05% 0.0433 274.54deg);
28
+ --ctp-overlay1: oklch(62.72% 0.0415 273.73deg);
29
+ --ctp-overlay0: oklch(56.08% 0.0407 276.47deg);
30
+ --ctp-surface2: oklch(49.39% 0.0389 275.68deg);
31
+ --ctp-surface1: oklch(42.59% 0.0385 276.95deg);
32
+ --ctp-surface0: oklch(35.38% 0.0369 275.99deg);
33
+ --ctp-base: oklch(27.88% 0.0353 276.94deg);
34
+ --ctp-mantle: oklch(24.93% 0.0305 278.44deg);
35
+ --ctp-crust: oklch(21.88% 0.0255 280.66deg);
36
+
37
+ // Backgrounds
38
+ --background: var(--ctp-base);
39
+ --background-secondary: var(--ctp-mantle);
40
+ --background-hover: var(--ctp-surface0);
41
+ --background-selected: var(--ctp-surface1);
42
+ --background-selected-hover: var(--ctp-surface2);
43
+ --background-high-contrast: var(--ctp-crust);
44
+
45
+ // Borders
46
+ --border-muted: var(--ctp-surface0);
47
+ --border: var(--ctp-surface1);
48
+ --border-strong: var(--ctp-surface2);
49
+ --border-inked: var(--ctp-text);
50
+ --border-inverse: var(--ctp-base);
51
+ --border-focus: var(--ctp-lavender);
52
+
53
+ // Buttons
54
+ --button: var(--ctp-mauve);
55
+ --button-hover: var(--ctp-lavender);
56
+ --button-active: var(--ctp-blue);
57
+ --button-disabled: var(--ctp-surface2);
58
+
59
+ // Links
60
+ --link: var(--ctp-blue);
61
+ --link-hover: var(--ctp-sky);
62
+ --link-subtle: var(--ctp-overlay1);
63
+ --link-visited: var(--ctp-lavender);
64
+
65
+ // Support
66
+ --support-error: var(--ctp-red);
67
+ --support-warning: var(--ctp-yellow);
68
+ --support-success: var(--ctp-green);
69
+ --support-info: var(--ctp-teal);
70
+
71
+ // Content
72
+ --content-primary: var(--ctp-text);
73
+ --content-secondary: var(--ctp-subtext1);
74
+ --content-secondary-alt: var(--ctp-subtext0);
75
+ --content-placeholder: var(--ctp-overlay1);
76
+ --content-on-color: var(--ctp-base);
77
+ --content-error: var(--ctp-red);
78
+ --content-success: var(--ctp-green);
79
+ --content-inked: var(--ctp-text);
80
+ }
@@ -0,0 +1,80 @@
1
+ // Catppuccin Mocha (dark)
2
+ // Palette values copied verbatim from the official Catppuccin palette (v1.8.0).
3
+ // Source: https://github.com/catppuccin/palette (MIT License)
4
+ // © Catppuccin. https://catppuccin.com
5
+
6
+ [data-new-ui-theme='catppuccin-mocha'] {
7
+ color-scheme: dark;
8
+
9
+ // Palette (verbatim)
10
+ --ctp-rosewater: oklch(92.26% 0.0238 30.49deg);
11
+ --ctp-flamingo: oklch(87.97% 0.0418 17.98deg);
12
+ --ctp-pink: oklch(87% 0.0752 336.3deg);
13
+ --ctp-mauve: oklch(78.71% 0.1187 304.77deg);
14
+ --ctp-red: oklch(75.56% 0.1297 2.76deg);
15
+ --ctp-maroon: oklch(78.21% 0.0903 8.85deg);
16
+ --ctp-peach: oklch(82.37% 0.1015 52.63deg);
17
+ --ctp-yellow: oklch(91.93% 0.0704 86.53deg);
18
+ --ctp-green: oklch(85.77% 0.1092 142.72deg);
19
+ --ctp-teal: oklch(85.85% 0.0792 182.75deg);
20
+ --ctp-sky: oklch(84.67% 0.0833 210.25deg);
21
+ --ctp-sapphire: oklch(79.06% 0.0965 228.65deg);
22
+ --ctp-blue: oklch(76.64% 0.1113 259.88deg);
23
+ --ctp-lavender: oklch(81.66% 0.091 277.31deg);
24
+ --ctp-text: oklch(87.87% 0.0426 272.28deg);
25
+ --ctp-subtext1: oklch(81.68% 0.0403 272.86deg);
26
+ --ctp-subtext0: oklch(75.1% 0.0396 273.93deg);
27
+ --ctp-overlay2: oklch(68.65% 0.0374 274.73deg);
28
+ --ctp-overlay1: oklch(61.76% 0.0367 276deg);
29
+ --ctp-overlay0: oklch(54.97% 0.0345 277.1deg);
30
+ --ctp-surface2: oklch(47.65% 0.034 278.64deg);
31
+ --ctp-surface1: oklch(40.37% 0.032 280.15deg);
32
+ --ctp-surface0: oklch(32.4% 0.0319 281.98deg);
33
+ --ctp-base: oklch(24.29% 0.0304 283.91deg);
34
+ --ctp-mantle: oklch(21.55% 0.0254 284.06deg);
35
+ --ctp-crust: oklch(18.28% 0.0204 284.2deg);
36
+
37
+ // Backgrounds
38
+ --background: var(--ctp-base);
39
+ --background-secondary: var(--ctp-mantle);
40
+ --background-hover: var(--ctp-surface0);
41
+ --background-selected: var(--ctp-surface1);
42
+ --background-selected-hover: var(--ctp-surface2);
43
+ --background-high-contrast: var(--ctp-crust);
44
+
45
+ // Borders
46
+ --border-muted: var(--ctp-surface0);
47
+ --border: var(--ctp-surface1);
48
+ --border-strong: var(--ctp-surface2);
49
+ --border-inked: var(--ctp-text);
50
+ --border-inverse: var(--ctp-base);
51
+ --border-focus: var(--ctp-lavender);
52
+
53
+ // Buttons
54
+ --button: var(--ctp-mauve);
55
+ --button-hover: var(--ctp-lavender);
56
+ --button-active: var(--ctp-blue);
57
+ --button-disabled: var(--ctp-surface2);
58
+
59
+ // Links
60
+ --link: var(--ctp-blue);
61
+ --link-hover: var(--ctp-sky);
62
+ --link-subtle: var(--ctp-overlay1);
63
+ --link-visited: var(--ctp-lavender);
64
+
65
+ // Support
66
+ --support-error: var(--ctp-red);
67
+ --support-warning: var(--ctp-yellow);
68
+ --support-success: var(--ctp-green);
69
+ --support-info: var(--ctp-teal);
70
+
71
+ // Content
72
+ --content-primary: var(--ctp-text);
73
+ --content-secondary: var(--ctp-subtext1);
74
+ --content-secondary-alt: var(--ctp-subtext0);
75
+ --content-placeholder: var(--ctp-overlay1);
76
+ --content-on-color: var(--ctp-base);
77
+ --content-error: var(--ctp-red);
78
+ --content-success: var(--ctp-green);
79
+ --content-inked: var(--ctp-text);
80
+ }
@@ -0,0 +1,66 @@
1
+ // Dracula
2
+ // Palette values copied verbatim from the official Dracula spec.
3
+ // Source: https://github.com/dracula/dracula-theme (MIT License)
4
+ // © Dracula Theme. https://draculatheme.com
5
+
6
+ [data-new-ui-theme='dracula'] {
7
+ color-scheme: dark;
8
+
9
+ // Palette (verbatim)
10
+ --dt-background: oklch(28.82% 0.0221 277.51deg);
11
+ --dt-current-line: oklch(40.28% 0.0322 277.83deg);
12
+ --dt-selection: oklch(40.28% 0.0322 277.83deg);
13
+ --dt-foreground: oklch(97.75% 0.0079 106.55deg);
14
+ --dt-comment: oklch(55.98% 0.0803 270.09deg);
15
+ --dt-cyan: oklch(88.26% 0.0934 212.85deg);
16
+ --dt-green: oklch(87.1% 0.2195 148.02deg);
17
+ --dt-orange: oklch(83.39% 0.1241 66.56deg);
18
+ --dt-pink: oklch(75.46% 0.1831 346.81deg);
19
+ --dt-purple: oklch(74.2% 0.1485 301.88deg);
20
+ --dt-red: oklch(68.22% 0.2063 24.43deg);
21
+ --dt-yellow: oklch(95.53% 0.1342 112.76deg);
22
+
23
+ // Backgrounds
24
+ --background: var(--dt-background);
25
+ --background-secondary: oklch(25.54% 0.0188 280.49deg);
26
+ --background-hover: var(--dt-current-line);
27
+ --background-selected: var(--dt-selection);
28
+ --background-selected-hover: oklch(46.88% 0.042 281.2deg);
29
+ --background-high-contrast: oklch(21.99% 0.0137 278.8deg);
30
+
31
+ // Borders
32
+ --border-muted: oklch(34.02% 0.0266 276.05deg);
33
+ --border: var(--dt-current-line);
34
+ --border-strong: var(--dt-comment);
35
+ --border-inked: var(--dt-foreground);
36
+ --border-inverse: var(--dt-background);
37
+ --border-focus: var(--dt-purple);
38
+
39
+ // Buttons
40
+ --button: var(--dt-purple);
41
+ --button-hover: var(--dt-pink);
42
+ --button-active: var(--dt-pink);
43
+ --button-disabled: var(--dt-comment);
44
+
45
+ // Links
46
+ --link: var(--dt-cyan);
47
+ --link-hover: var(--dt-pink);
48
+ --link-subtle: var(--dt-comment);
49
+ --link-visited: var(--dt-purple);
50
+
51
+ // Support
52
+ --support-error: var(--dt-red);
53
+ --support-warning: var(--dt-orange);
54
+ --support-success: var(--dt-green);
55
+ --support-info: var(--dt-cyan);
56
+
57
+ // Content
58
+ --content-primary: var(--dt-foreground);
59
+ --content-secondary: oklch(84.43% 0.0305 281.59deg);
60
+ --content-secondary-alt: var(--dt-comment);
61
+ --content-placeholder: var(--dt-comment);
62
+ --content-on-color: var(--dt-background);
63
+ --content-error: var(--dt-red);
64
+ --content-success: var(--dt-green);
65
+ --content-inked: var(--dt-foreground);
66
+ }
@@ -0,0 +1,79 @@
1
+ // Flexoki Dark
2
+ // Palette values copied verbatim from the official Flexoki spec.
3
+ // Source: https://github.com/kepano/flexoki (MIT License)
4
+ // © Steph Ango. https://stephango.com/flexoki
5
+
6
+ [data-new-ui-theme='flexoki-dark'] {
7
+ color-scheme: dark;
8
+
9
+ // Base ramp (verbatim)
10
+ --fk-paper: oklch(99.01% 0.0161 95.22deg);
11
+ --fk-base-50: oklch(95.37% 0.0147 98.29deg);
12
+ --fk-base-100: oklch(91.74% 0.0149 98.3deg);
13
+ --fk-base-150: oklch(88.1% 0.0137 97.46deg);
14
+ --fk-base-200: oklch(84.63% 0.0137 102.05deg);
15
+ --fk-base-300: oklch(77.21% 0.0128 96.47deg);
16
+ --fk-base-400: oklch(69.56% 0.0103 93.62deg);
17
+ --fk-base-500: oklch(61.69% 0.0078 88.67deg);
18
+ --fk-base-600: oklch(53.75% 0.0078 97.45deg);
19
+ --fk-base-700: oklch(45.31% 0.005 91.5deg);
20
+ --fk-base-800: oklch(36.51% 0.0044 67.69deg);
21
+ --fk-base-850: oklch(32.14% 0.0038 84.58deg);
22
+ --fk-base-900: oklch(27.34% 0.0023 67.73deg);
23
+ --fk-base-950: oklch(22.28% 0.0025 67.7deg);
24
+ --fk-black: oklch(16.96% 0.0017 17.32deg);
25
+
26
+ // Accents — 400 (verbatim)
27
+ --fk-red: oklch(59.7% 0.1692 28.38deg);
28
+ --fk-orange: oklch(65.76% 0.1539 49.3deg);
29
+ --fk-yellow: oklch(73.46% 0.1462 87.46deg);
30
+ --fk-green: oklch(65.13% 0.1242 119.38deg);
31
+ --fk-cyan: oklch(67.01% 0.0999 186.58deg);
32
+ --fk-blue: oklch(59.88% 0.1104 247deg);
33
+ --fk-purple: oklch(63.48% 0.1098 291deg);
34
+ --fk-magenta: oklch(63.48% 0.1565 350.47deg);
35
+
36
+ // Backgrounds
37
+ --background: var(--fk-black);
38
+ --background-secondary: var(--fk-base-950);
39
+ --background-hover: var(--fk-base-900);
40
+ --background-selected: var(--fk-base-850);
41
+ --background-selected-hover: var(--fk-base-800);
42
+ --background-high-contrast: var(--fk-black);
43
+
44
+ // Borders
45
+ --border-muted: var(--fk-base-900);
46
+ --border: var(--fk-base-800);
47
+ --border-strong: var(--fk-base-700);
48
+ --border-inked: var(--fk-base-200);
49
+ --border-inverse: var(--fk-black);
50
+ --border-focus: var(--fk-blue);
51
+
52
+ // Buttons
53
+ --button: var(--fk-purple);
54
+ --button-hover: var(--fk-magenta);
55
+ --button-active: var(--fk-magenta);
56
+ --button-disabled: var(--fk-base-700);
57
+
58
+ // Links
59
+ --link: var(--fk-blue);
60
+ --link-hover: var(--fk-cyan);
61
+ --link-subtle: var(--fk-base-500);
62
+ --link-visited: var(--fk-purple);
63
+
64
+ // Support
65
+ --support-error: var(--fk-red);
66
+ --support-warning: var(--fk-yellow);
67
+ --support-success: var(--fk-green);
68
+ --support-info: var(--fk-blue);
69
+
70
+ // Content
71
+ --content-primary: var(--fk-base-200);
72
+ --content-secondary: var(--fk-base-400);
73
+ --content-secondary-alt: var(--fk-base-500);
74
+ --content-placeholder: var(--fk-base-600);
75
+ --content-on-color: var(--fk-paper);
76
+ --content-error: var(--fk-red);
77
+ --content-success: var(--fk-green);
78
+ --content-inked: var(--fk-paper);
79
+ }
@@ -0,0 +1,79 @@
1
+ // Flexoki Light
2
+ // Palette values copied verbatim from the official Flexoki spec.
3
+ // Source: https://github.com/kepano/flexoki (MIT License)
4
+ // © Steph Ango. https://stephango.com/flexoki
5
+
6
+ [data-new-ui-theme='flexoki-light'] {
7
+ color-scheme: light;
8
+
9
+ // Base ramp (verbatim)
10
+ --fk-paper: oklch(99.01% 0.0161 95.22deg);
11
+ --fk-base-50: oklch(95.37% 0.0147 98.29deg);
12
+ --fk-base-100: oklch(91.74% 0.0149 98.3deg);
13
+ --fk-base-150: oklch(88.1% 0.0137 97.46deg);
14
+ --fk-base-200: oklch(84.63% 0.0137 102.05deg);
15
+ --fk-base-300: oklch(77.21% 0.0128 96.47deg);
16
+ --fk-base-400: oklch(69.56% 0.0103 93.62deg);
17
+ --fk-base-500: oklch(61.69% 0.0078 88.67deg);
18
+ --fk-base-600: oklch(53.75% 0.0078 97.45deg);
19
+ --fk-base-700: oklch(45.31% 0.005 91.5deg);
20
+ --fk-base-800: oklch(36.51% 0.0044 67.69deg);
21
+ --fk-base-850: oklch(32.14% 0.0038 84.58deg);
22
+ --fk-base-900: oklch(27.34% 0.0023 67.73deg);
23
+ --fk-base-950: oklch(22.28% 0.0025 67.7deg);
24
+ --fk-black: oklch(16.96% 0.0017 17.32deg);
25
+
26
+ // Accents — 600 (verbatim)
27
+ --fk-red: oklch(50.42% 0.1648 27.84deg);
28
+ --fk-orange: oklch(56.65% 0.1523 45.02deg);
29
+ --fk-yellow: oklch(63.33% 0.1295 85.81deg);
30
+ --fk-green: oklch(55.93% 0.1335 122.92deg);
31
+ --fk-cyan: oklch(55.44% 0.0863 186.74deg);
32
+ --fk-blue: oklch(48.18% 0.1315 254.79deg);
33
+ --fk-purple: oklch(45.4% 0.1451 294.83deg);
34
+ --fk-magenta: oklch(49.54% 0.1614 349.76deg);
35
+
36
+ // Backgrounds
37
+ --background: var(--fk-paper);
38
+ --background-secondary: var(--fk-base-50);
39
+ --background-hover: var(--fk-base-100);
40
+ --background-selected: var(--fk-base-150);
41
+ --background-selected-hover: var(--fk-base-200);
42
+ --background-high-contrast: var(--fk-paper);
43
+
44
+ // Borders
45
+ --border-muted: var(--fk-base-100);
46
+ --border: var(--fk-base-200);
47
+ --border-strong: var(--fk-base-300);
48
+ --border-inked: var(--fk-black);
49
+ --border-inverse: var(--fk-paper);
50
+ --border-focus: var(--fk-blue);
51
+
52
+ // Buttons
53
+ --button: var(--fk-purple);
54
+ --button-hover: var(--fk-magenta);
55
+ --button-active: var(--fk-magenta);
56
+ --button-disabled: var(--fk-base-300);
57
+
58
+ // Links
59
+ --link: var(--fk-blue);
60
+ --link-hover: var(--fk-cyan);
61
+ --link-subtle: var(--fk-base-500);
62
+ --link-visited: var(--fk-purple);
63
+
64
+ // Support
65
+ --support-error: var(--fk-red);
66
+ --support-warning: var(--fk-yellow);
67
+ --support-success: var(--fk-green);
68
+ --support-info: var(--fk-blue);
69
+
70
+ // Content
71
+ --content-primary: var(--fk-base-800);
72
+ --content-secondary: var(--fk-base-600);
73
+ --content-secondary-alt: var(--fk-base-500);
74
+ --content-placeholder: var(--fk-base-400);
75
+ --content-on-color: var(--fk-paper);
76
+ --content-error: var(--fk-red);
77
+ --content-success: var(--fk-green);
78
+ --content-inked: var(--fk-black);
79
+ }
@@ -0,0 +1,74 @@
1
+ // Monokai
2
+ // Palette values copied verbatim from the official VS Code Monokai theme.
3
+ // Source: https://github.com/microsoft/vscode (extensions/theme-monokai, MIT License)
4
+ // © Microsoft Corporation. Based on the original Monokai by Wimer Hazenberg.
5
+
6
+ [data-new-ui-theme='monokai'] {
7
+ color-scheme: dark;
8
+
9
+ // Palette (verbatim)
10
+ --mk-bg: oklch(27.37% 0.0109 114.8deg);
11
+ --mk-bg-well: oklch(23.71% 0.0058 121.89deg);
12
+ --mk-line: oklch(35.74% 0.0184 103deg);
13
+ --mk-selection: oklch(37.77% 0.0168 116.39deg);
14
+ --mk-surface: oklch(39.5% 0.01 114.53deg);
15
+ --mk-border: oklch(32.59% 0.0104 114.66deg);
16
+ --mk-fg: oklch(97.75% 0.0079 106.55deg);
17
+ --mk-fg-secondary: oklch(84.38% 0.0068 106.55deg);
18
+ --mk-fg-muted: oklch(65.15% 0.0087 106.64deg);
19
+ --mk-comment: oklch(54.67% 0.0288 97.39deg);
20
+ --mk-focus: oklch(66.42% 0.0347 97.49deg);
21
+ --mk-green: oklch(84.14% 0.2044 127.29deg);
22
+ --mk-green-dark: oklch(71.18% 0.167 126.9deg);
23
+ --mk-pink: oklch(64.16% 0.24 7.47deg);
24
+ --mk-orange: oklch(76.68% 0.1683 62.37deg);
25
+ --mk-yellow: oklch(87.92% 0.1255 103.18deg);
26
+ --mk-cyan: oklch(82.69% 0.108 211.96deg);
27
+ --mk-cyan-dark: oklch(69.95% 0.0862 210.17deg);
28
+ --mk-purple: oklch(70.12% 0.1812 298.06deg);
29
+ --mk-on-accent: oklch(27.37% 0.0109 114.8deg);
30
+
31
+ // Backgrounds
32
+ --background: var(--mk-bg);
33
+ --background-secondary: var(--mk-bg-well);
34
+ --background-hover: var(--mk-line);
35
+ --background-selected: var(--mk-selection);
36
+ --background-selected-hover: var(--mk-surface);
37
+ --background-high-contrast: var(--mk-bg-well);
38
+
39
+ // Borders
40
+ --border-muted: var(--mk-border);
41
+ --border: var(--mk-selection);
42
+ --border-strong: var(--mk-comment);
43
+ --border-inked: var(--mk-fg);
44
+ --border-inverse: var(--mk-bg);
45
+ --border-focus: var(--mk-focus);
46
+
47
+ // Buttons
48
+ --button: var(--mk-green);
49
+ --button-hover: var(--mk-green-dark);
50
+ --button-active: var(--mk-green-dark);
51
+ --button-disabled: var(--mk-comment);
52
+
53
+ // Links
54
+ --link: var(--mk-cyan);
55
+ --link-hover: var(--mk-cyan-dark);
56
+ --link-subtle: var(--mk-comment);
57
+ --link-visited: var(--mk-purple);
58
+
59
+ // Support
60
+ --support-error: var(--mk-pink);
61
+ --support-warning: var(--mk-orange);
62
+ --support-success: var(--mk-green);
63
+ --support-info: var(--mk-cyan);
64
+
65
+ // Content
66
+ --content-primary: var(--mk-fg);
67
+ --content-secondary: var(--mk-fg-secondary);
68
+ --content-secondary-alt: var(--mk-fg-muted);
69
+ --content-placeholder: var(--mk-comment);
70
+ --content-on-color: var(--mk-on-accent);
71
+ --content-error: var(--mk-pink);
72
+ --content-success: var(--mk-green);
73
+ --content-inked: oklch(100% 0 0deg);
74
+ }
@@ -0,0 +1,75 @@
1
+ // Night Owl (dark)
2
+ // Palette values copied verbatim from the official Night Owl VS Code theme.
3
+ // Source: https://github.com/sdras/night-owl-vscode-theme (MIT License)
4
+ // © Sarah Drasner. Night Owl.
5
+
6
+ [data-new-ui-theme='night-owl'] {
7
+ color-scheme: dark;
8
+
9
+ // Palette (verbatim)
10
+ --no-bg: oklch(19.28% 0.0452 243.97deg);
11
+ --no-bg-elevated: oklch(25.62% 0.0508 246.06deg);
12
+ --no-bg-hover: oklch(27.22% 0.0525 246.03deg);
13
+ --no-bg-deep: oklch(16.94% 0.0357 239.42deg);
14
+ --no-selection: oklch(34.09% 0.0556 244.62deg);
15
+ --no-selection-hover: oklch(40.74% 0.0754 246.24deg);
16
+ --no-fg: oklch(89.84% 0.0198 260.17deg);
17
+ --no-fg-muted: oklch(70.61% 0.0452 244.18deg);
18
+ --no-comment: oklch(55.31% 0.0236 196.49deg);
19
+ --no-slate: oklch(57.88% 0.0525 243.13deg);
20
+ --no-slate-strong: oklch(66.44% 0.0422 243.79deg);
21
+ --no-purple: oklch(54.95% 0.1615 297.66deg);
22
+ --no-purple-light: oklch(72.42% 0.115 290.1deg);
23
+ --no-teal: oklch(79.12% 0.0755 188.24deg);
24
+ --no-blue: oklch(74.41% 0.1311 264.28deg);
25
+ --no-magenta: oklch(74.27% 0.1348 311.06deg);
26
+ --no-string: oklch(84.25% 0.0844 75.06deg);
27
+ --no-red: oklch(65.39% 0.1926 25.14deg);
28
+ --no-green: oklch(77.99% 0.2035 150.74deg);
29
+ --no-yellow: oklch(86.22% 0.1681 88.31deg);
30
+ --no-info: oklch(74.82% 0.1235 244.75deg);
31
+
32
+ // Backgrounds
33
+ --background: var(--no-bg);
34
+ --background-secondary: var(--no-bg-elevated);
35
+ --background-hover: var(--no-bg-hover);
36
+ --background-selected: var(--no-selection);
37
+ --background-selected-hover: var(--no-selection-hover);
38
+ --background-high-contrast: var(--no-bg-deep);
39
+
40
+ // Borders
41
+ --border-muted: var(--no-bg-hover);
42
+ --border: var(--no-slate);
43
+ --border-strong: var(--no-slate-strong);
44
+ --border-inked: var(--no-fg);
45
+ --border-inverse: var(--no-bg);
46
+ --border-focus: var(--no-blue);
47
+
48
+ // Buttons
49
+ --button: var(--no-purple);
50
+ --button-hover: var(--no-purple-light);
51
+ --button-active: var(--no-purple-light);
52
+ --button-disabled: var(--no-slate);
53
+
54
+ // Links
55
+ --link: var(--no-teal);
56
+ --link-hover: var(--no-blue);
57
+ --link-subtle: var(--no-comment);
58
+ --link-visited: var(--no-magenta);
59
+
60
+ // Support
61
+ --support-error: var(--no-red);
62
+ --support-warning: var(--no-yellow);
63
+ --support-success: var(--no-green);
64
+ --support-info: var(--no-info);
65
+
66
+ // Content
67
+ --content-primary: var(--no-fg);
68
+ --content-secondary: var(--no-fg-muted);
69
+ --content-secondary-alt: var(--no-slate);
70
+ --content-placeholder: var(--no-comment);
71
+ --content-on-color: oklch(100% 0 0deg);
72
+ --content-error: var(--no-red);
73
+ --content-success: var(--no-green);
74
+ --content-inked: oklch(100% 0 0deg);
75
+ }