@ox-content/theme-color-material 3.0.0-beta.0 → 3.0.0-beta.10
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/index.cjs +8 -8
- package/dist/index.d.cts +8 -8
- package/dist/index.d.mts +8 -8
- package/dist/index.mjs +8 -8
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -9,8 +9,8 @@ Object.defineProperties(exports, {
|
|
|
9
9
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
10
10
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
11
11
|
*
|
|
12
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
13
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
12
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
13
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
14
14
|
*/
|
|
15
15
|
const material = {
|
|
16
16
|
name: "material",
|
|
@@ -151,8 +151,8 @@ const material = {
|
|
|
151
151
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
152
152
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
153
153
|
*
|
|
154
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
155
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
154
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
155
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
156
156
|
*/
|
|
157
157
|
const materialDarker = {
|
|
158
158
|
name: "material-darker",
|
|
@@ -293,8 +293,8 @@ const materialDarker = {
|
|
|
293
293
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
294
294
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
295
295
|
*
|
|
296
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
297
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
296
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
297
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
298
298
|
*/
|
|
299
299
|
const materialOcean = {
|
|
300
300
|
name: "material-ocean",
|
|
@@ -435,8 +435,8 @@ const materialOcean = {
|
|
|
435
435
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
436
436
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
437
437
|
*
|
|
438
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
439
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
438
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
439
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
440
440
|
*/
|
|
441
441
|
const materialPalenight = {
|
|
442
442
|
name: "material-palenight",
|
package/dist/index.d.cts
CHANGED
|
@@ -6,8 +6,8 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
6
6
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
7
7
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
8
8
|
*
|
|
9
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
9
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
12
|
declare const material: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
@@ -18,8 +18,8 @@ declare const material: ThemeConfig;
|
|
|
18
18
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
19
19
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
20
20
|
*
|
|
21
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
21
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
23
23
|
*/
|
|
24
24
|
declare const materialDarker: ThemeConfig;
|
|
25
25
|
//#endregion
|
|
@@ -30,8 +30,8 @@ declare const materialDarker: ThemeConfig;
|
|
|
30
30
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
31
31
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
32
32
|
*
|
|
33
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
33
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
35
35
|
*/
|
|
36
36
|
declare const materialOcean: ThemeConfig;
|
|
37
37
|
//#endregion
|
|
@@ -42,8 +42,8 @@ declare const materialOcean: ThemeConfig;
|
|
|
42
42
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
43
43
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
44
44
|
*
|
|
45
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
46
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
45
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
46
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
47
47
|
*/
|
|
48
48
|
declare const materialPalenight: ThemeConfig;
|
|
49
49
|
//#endregion
|
package/dist/index.d.mts
CHANGED
|
@@ -6,8 +6,8 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
6
6
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
7
7
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
8
8
|
*
|
|
9
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
9
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
12
|
declare const material: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
@@ -18,8 +18,8 @@ declare const material: ThemeConfig;
|
|
|
18
18
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
19
19
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
20
20
|
*
|
|
21
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
21
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
23
23
|
*/
|
|
24
24
|
declare const materialDarker: ThemeConfig;
|
|
25
25
|
//#endregion
|
|
@@ -30,8 +30,8 @@ declare const materialDarker: ThemeConfig;
|
|
|
30
30
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
31
31
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
32
32
|
*
|
|
33
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
33
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
35
35
|
*/
|
|
36
36
|
declare const materialOcean: ThemeConfig;
|
|
37
37
|
//#endregion
|
|
@@ -42,8 +42,8 @@ declare const materialOcean: ThemeConfig;
|
|
|
42
42
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
43
43
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
44
44
|
*
|
|
45
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
46
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
45
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
46
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
47
47
|
*/
|
|
48
48
|
declare const materialPalenight: ThemeConfig;
|
|
49
49
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
6
6
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
7
7
|
*
|
|
8
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
9
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
8
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
9
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
10
10
|
*/
|
|
11
11
|
const material = {
|
|
12
12
|
name: "material",
|
|
@@ -147,8 +147,8 @@ const material = {
|
|
|
147
147
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
148
148
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
149
149
|
*
|
|
150
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
151
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
150
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
151
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
152
152
|
*/
|
|
153
153
|
const materialDarker = {
|
|
154
154
|
name: "material-darker",
|
|
@@ -289,8 +289,8 @@ const materialDarker = {
|
|
|
289
289
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
290
290
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
291
291
|
*
|
|
292
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
293
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
292
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
293
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
294
294
|
*/
|
|
295
295
|
const materialOcean = {
|
|
296
296
|
name: "material-ocean",
|
|
@@ -431,8 +431,8 @@ const materialOcean = {
|
|
|
431
431
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
432
432
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
433
433
|
*
|
|
434
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
435
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
434
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
435
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
436
436
|
*/
|
|
437
437
|
const materialPalenight = {
|
|
438
438
|
name: "material-palenight",
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/material.ts","../src/materialDarker.ts","../src/materialOcean.ts","../src/materialPalenight.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const material: ThemeConfig = {\n name: \"material\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#eeffff\",\n background: \"#263238\",\n backgroundAlt: \"#263238\",\n text: \"#eeffff\",\n textMuted: \"#8b9ca5\",\n border: \"#00000030\",\n codeBackground: \"#263238\",\n codeBackgroundTop: \"#263238\",\n codeText: \"#eeffff\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #263238 92%, #eeffff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eeffff 88%, #263238)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eeffff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eeffff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(13, 18, 20, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #263238 62%, #263238)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #263238)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #eeffff 70%, #263238)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#eeffff\",\n \"syntax-background\": \"#263238\",\n \"syntax-token-comment\": \"#546e7a\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme Darker.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const materialDarker: ThemeConfig = {\n name: \"material-darker\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#eeffff\",\n background: \"#212121\",\n backgroundAlt: \"#212121\",\n text: \"#eeffff\",\n textMuted: \"#8b8b8b\",\n border: \"#00000030\",\n codeBackground: \"#212121\",\n codeBackgroundTop: \"#212121\",\n codeText: \"#eeffff\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #212121 92%, #eeffff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eeffff 88%, #212121)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eeffff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eeffff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(12, 12, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #212121 62%, #212121)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #212121)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #eeffff 70%, #212121)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#eeffff\",\n \"syntax-background\": \"#212121\",\n \"syntax-token-comment\": \"#545454\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme Ocean.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const materialOcean: ThemeConfig = {\n name: \"material-ocean\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#babed8\",\n background: \"#0f111a\",\n backgroundAlt: \"#0f111a\",\n text: \"#babed8\",\n textMuted: \"#7a7d8a\",\n border: \"#00000030\",\n codeBackground: \"#0f111a\",\n codeBackgroundTop: \"#0f111a\",\n codeText: \"#babed8\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f111a 92%, #babed8)\",\n \"color-code-title-text\": \"color-mix(in srgb, #babed8 88%, #0f111a)\",\n \"color-code-title-border\": \"color-mix(in srgb, #babed8 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #babed8 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(5, 6, 9, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #0f111a 62%, #0f111a)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #0f111a)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #babed8 70%, #0f111a)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#babed8\",\n \"syntax-background\": \"#0f111a\",\n \"syntax-token-comment\": \"#464b5d\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme Palenight.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `scripts/theme-colors/palettes.json`; edit that file and run\n * `node scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const materialPalenight: ThemeConfig = {\n name: \"material-palenight\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#babed8\",\n background: \"#292d3e\",\n backgroundAlt: \"#292d3e\",\n text: \"#babed8\",\n textMuted: \"#9297b3\",\n border: \"#00000030\",\n codeBackground: \"#292d3e\",\n codeBackgroundTop: \"#292d3e\",\n codeText: \"#babed8\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #292d3e 92%, #babed8)\",\n \"color-code-title-text\": \"color-mix(in srgb, #babed8 88%, #292d3e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #babed8 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #babed8 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 16, 22, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #292d3e 62%, #292d3e)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #292d3e)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #babed8 70%, #292d3e)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#babed8\",\n \"syntax-background\": \"#292d3e\",\n \"syntax-token-comment\": \"#676e95\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,WAAwB;CACnC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF;;;;;;;;;;;;AClIA,MAAa,iBAA8B;CACzC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF;;;;;;;;;;;;AClIA,MAAa,gBAA6B;CACxC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF;;;;;;;;;;;;AClIA,MAAa,oBAAiC;CAC5C,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF"}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/material.ts","../src/materialDarker.ts","../src/materialOcean.ts","../src/materialPalenight.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const material: ThemeConfig = {\n name: \"material\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#eeffff\",\n background: \"#263238\",\n backgroundAlt: \"#263238\",\n text: \"#eeffff\",\n textMuted: \"#8b9ca5\",\n border: \"#00000030\",\n codeBackground: \"#263238\",\n codeBackgroundTop: \"#263238\",\n codeText: \"#eeffff\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #263238 92%, #eeffff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eeffff 88%, #263238)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eeffff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eeffff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(13, 18, 20, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #263238 62%, #263238)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #263238)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #eeffff 70%, #263238)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#eeffff\",\n \"syntax-background\": \"#263238\",\n \"syntax-token-comment\": \"#546e7a\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme Darker.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const materialDarker: ThemeConfig = {\n name: \"material-darker\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#eeffff\",\n background: \"#212121\",\n backgroundAlt: \"#212121\",\n text: \"#eeffff\",\n textMuted: \"#8b8b8b\",\n border: \"#00000030\",\n codeBackground: \"#212121\",\n codeBackgroundTop: \"#212121\",\n codeText: \"#eeffff\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #212121 92%, #eeffff)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eeffff 88%, #212121)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eeffff 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eeffff 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(12, 12, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #212121 62%, #212121)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #212121)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #eeffff 70%, #212121)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#eeffff\",\n \"syntax-background\": \"#212121\",\n \"syntax-token-comment\": \"#545454\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme Ocean.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const materialOcean: ThemeConfig = {\n name: \"material-ocean\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#babed8\",\n background: \"#0f111a\",\n backgroundAlt: \"#0f111a\",\n text: \"#babed8\",\n textMuted: \"#7a7d8a\",\n border: \"#00000030\",\n codeBackground: \"#0f111a\",\n codeBackgroundTop: \"#0f111a\",\n codeText: \"#babed8\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f111a 92%, #babed8)\",\n \"color-code-title-text\": \"color-mix(in srgb, #babed8 88%, #0f111a)\",\n \"color-code-title-border\": \"color-mix(in srgb, #babed8 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #babed8 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(5, 6, 9, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #0f111a 62%, #0f111a)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #0f111a)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #babed8 70%, #0f111a)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#babed8\",\n \"syntax-background\": \"#0f111a\",\n \"syntax-token-comment\": \"#464b5d\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Material — Material Theme Lighter and Material Theme Palenight.\n *\n * Color only: no layout, no texture, no typography. Compose it under any\n * `@ox-content/theme-*` skin, or use it on its own over the default theme.\n *\n * Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const materialPalenight: ThemeConfig = {\n name: \"material-palenight\",\n colors: {\n primary: \"#4d7a76\",\n primaryHover: \"#627076\",\n background: \"#fafafa\",\n backgroundAlt: \"#fafafa\",\n text: \"#627076\",\n textMuted: \"#627076\",\n border: \"#00000020\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#627076\",\n },\n darkColors: {\n primary: \"#80cbc4\",\n primaryHover: \"#babed8\",\n background: \"#292d3e\",\n backgroundAlt: \"#292d3e\",\n text: \"#babed8\",\n textMuted: \"#9297b3\",\n border: \"#00000030\",\n codeBackground: \"#292d3e\",\n codeBackgroundTop: \"#292d3e\",\n codeText: \"#babed8\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6182b8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2931d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2931d\",\n \"color-code-line-error\": \"color-mix(in srgb, #e53935 20%, transparent)\",\n \"color-code-line-error-border\": \"#e53935\",\n \"color-code-line-add\": \"color-mix(in srgb, #91b859 16%, transparent)\",\n \"color-code-line-add-border\": \"#91b859\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e53935 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e53935\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d7a76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #627076)\",\n \"color-code-title-text\": \"color-mix(in srgb, #627076 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #627076 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #627076 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000020 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fafafa 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #00000020 72%, #fafafa)\",\n \"brand-violet\": \"#9c3eda\",\n \"brand-cyan\": \"#39adb5\",\n \"brand-lime\": \"#91b859\",\n \"brand-coral\": \"#e53935\",\n \"brand-navy\": \"color-mix(in srgb, #627076 70%, #fafafa)\",\n \"brand-violet-rgb\": \"156, 62, 218\",\n \"brand-cyan-rgb\": \"57, 173, 181\",\n \"brand-lime-rgb\": \"145, 184, 89\",\n \"brand-coral-rgb\": \"229, 57, 53\",\n \"accent-a\": \"#4d7a76\",\n \"accent-b\": \"#9c3eda\",\n \"accent-c\": \"#39adb5\",\n \"accent-warm\": \"#e2931d\",\n \"accent-cool\": \"#6182b8\",\n \"accent-a-ink\": \"#4d7a76\",\n \"accent-b-ink\": \"#9c3eda\",\n \"accent-c-ink\": \"#297d82\",\n \"accent-warm-ink\": \"#9a6414\",\n \"accent-cool-ink\": \"#5572a2\",\n \"accent-coral-ink\": \"#d33431\",\n \"syntax-foreground\": \"#90a4ae\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#90a4ae\",\n \"syntax-token-punctuation\": \"#39adb5\",\n \"syntax-token-keyword\": \"#f76d47\",\n \"syntax-token-string\": \"#91b859\",\n \"syntax-token-string-expression\": \"#91b859\",\n \"syntax-token-constant\": \"#f76d47\",\n \"syntax-token-function\": \"#6182b8\",\n \"syntax-token-parameter\": \"#e53935\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcb6b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcb6b\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07178 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07178\",\n \"color-code-line-add\": \"color-mix(in srgb, #c3e88d 16%, transparent)\",\n \"color-code-line-add-border\": \"#c3e88d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07178 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07178\",\n \"color-code-line-focus\": \"color-mix(in srgb, #80cbc4 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #292d3e 92%, #babed8)\",\n \"color-code-title-text\": \"color-mix(in srgb, #babed8 88%, #292d3e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #babed8 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #babed8 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #00000030 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 16, 22, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #292d3e 62%, #292d3e)\",\n \"surface-line\": \"color-mix(in srgb, #00000030 72%, #292d3e)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#89ddff\",\n \"brand-lime\": \"#c3e88d\",\n \"brand-coral\": \"#f07178\",\n \"brand-navy\": \"color-mix(in srgb, #babed8 70%, #292d3e)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"137, 221, 255\",\n \"brand-lime-rgb\": \"195, 232, 141\",\n \"brand-coral-rgb\": \"240, 113, 120\",\n \"accent-a\": \"#80cbc4\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#89ddff\",\n \"accent-warm\": \"#ffcb6b\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#80cbc4\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#89ddff\",\n \"accent-warm-ink\": \"#ffcb6b\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#f07178\",\n \"syntax-foreground\": \"#babed8\",\n \"syntax-background\": \"#292d3e\",\n \"syntax-token-comment\": \"#676e95\",\n \"syntax-token-punctuation\": \"#89ddff\",\n \"syntax-token-keyword\": \"#f78c6c\",\n \"syntax-token-string\": \"#c3e88d\",\n \"syntax-token-string-expression\": \"#c3e88d\",\n \"syntax-token-constant\": \"#f78c6c\",\n \"syntax-token-function\": \"#82aaff\",\n \"syntax-token-parameter\": \"#f07178\",\n \"syntax-token-link\": \"#80cbc4\",\n },\n};\n"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-color-material",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.10",
|
|
4
4
|
"description": "Material Theme Lighter and Material Theme — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
+
"@ox-content/vite-plugin": "3.0.0-beta.10",
|
|
41
42
|
"@types/node": "^26.2.0",
|
|
42
43
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
44
|
"typescript": "^7.0.2",
|
|
44
|
-
"vite-plus": "0.
|
|
45
|
-
"@ox-content/vite-plugin": "3.0.0-beta.0"
|
|
45
|
+
"vite-plus": "0.3.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|