@ox-content/theme-color-ayu 2.84.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 ubugeeei
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,39 @@
1
+ # @ox-content/theme-color-ayu
2
+
3
+ Ayu — Ayu Light and Ayu Mirage — for [Ox Content](https://github.com/ubugeeei-prod/ox-content).
4
+
5
+ **Color only.** Light and dark `--octc-*` tokens and nothing else: no layout, no
6
+ texture, no typography. That is what lets it drop under any skin package.
7
+
8
+ ```bash
9
+ npm install @ox-content/theme-color-ayu
10
+ ```
11
+
12
+ ```ts
13
+ // vite.config.ts
14
+ import { defineConfig } from "vite";
15
+ import { oxContent } from "@ox-content/vite-plugin";
16
+ import ayu from "@ox-content/theme-color-ayu";
17
+
18
+ export default defineConfig({
19
+ plugins: [
20
+ oxContent({
21
+ srcDir: "docs",
22
+ ssg: { siteName: "My Docs", theme: ayu },
23
+ }),
24
+ ],
25
+ });
26
+ ```
27
+
28
+ Stack a skin on top to change the form as well — layers compose left to right,
29
+ so anything you append wins:
30
+
31
+ ```ts
32
+ import pixel from "@ox-content/theme-pixel";
33
+
34
+ theme: [pixel, ayu, { colors: { primary: "#ff5f56" } }];
35
+ ```
36
+
37
+ ## License
38
+
39
+ MIT
package/dist/index.cjs ADDED
@@ -0,0 +1,148 @@
1
+ Object.defineProperties(exports, {
2
+ __esModule: { value: true },
3
+ [Symbol.toStringTag]: { value: "Module" }
4
+ });
5
+ //#region src/index.ts
6
+ /**
7
+ * Ayu — Ayu Light and Ayu Mirage.
8
+ *
9
+ * Color only: no layout, no texture, no typography. Compose it under any
10
+ * `@ox-content/theme-*` skin, or use it on its own over the default theme.
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.
14
+ */
15
+ const ayu = {
16
+ name: "ayu",
17
+ colors: {
18
+ primary: "#a36229",
19
+ primaryHover: "#b65b00",
20
+ background: "#fcfcfc",
21
+ backgroundAlt: "#f3f4f5",
22
+ text: "#5c6166",
23
+ textMuted: "#6e747a",
24
+ border: "#e7e8e9",
25
+ codeBackground: "#f3f4f5",
26
+ codeBackgroundTop: "#f3f4f5",
27
+ codeText: "#5c6166"
28
+ },
29
+ darkColors: {
30
+ primary: "#ffcc66",
31
+ primaryHover: "#ffdd99",
32
+ background: "#1f2430",
33
+ backgroundAlt: "#242936",
34
+ text: "#cccac2",
35
+ textMuted: "#8a9199",
36
+ border: "#343b4b",
37
+ codeBackground: "#1a1f29",
38
+ codeBackgroundTop: "#1a1f29",
39
+ codeText: "#cccac2"
40
+ },
41
+ tokens: {
42
+ "color-code-line-highlight": "color-mix(in srgb, #399ee6 16%, transparent)",
43
+ "color-code-line-warning": "color-mix(in srgb, #f2ae49 18%, transparent)",
44
+ "color-code-line-warning-border": "#f2ae49",
45
+ "color-code-line-error": "color-mix(in srgb, #f07171 20%, transparent)",
46
+ "color-code-line-error-border": "#f07171",
47
+ "color-code-line-add": "color-mix(in srgb, #86b300 16%, transparent)",
48
+ "color-code-line-add-border": "#86b300",
49
+ "color-code-line-remove": "color-mix(in srgb, #f07171 14%, transparent)",
50
+ "color-code-line-remove-border": "#f07171",
51
+ "color-code-line-focus": "color-mix(in srgb, #a36229 16%, transparent)",
52
+ "color-code-line-dim": "0.45",
53
+ "color-code-title-bg": "color-mix(in srgb, #f3f4f5 92%, #5c6166)",
54
+ "color-code-title-text": "color-mix(in srgb, #5c6166 88%, #f3f4f5)",
55
+ "color-code-title-border": "color-mix(in srgb, #5c6166 22%, transparent)",
56
+ "color-code-line-number": "color-mix(in srgb, #5c6166 48%, transparent)",
57
+ "color-code-frame-border": "color-mix(in srgb, #e7e8e9 92%, transparent)",
58
+ "color-backdrop": "rgba(88, 88, 88, 0.62)",
59
+ "surface-glass": "color-mix(in srgb, #f3f4f5 62%, #fcfcfc)",
60
+ "surface-line": "color-mix(in srgb, #e7e8e9 72%, #fcfcfc)",
61
+ "brand-violet": "#a37acc",
62
+ "brand-cyan": "#4cbf99",
63
+ "brand-lime": "#86b300",
64
+ "brand-coral": "#f07171",
65
+ "brand-navy": "color-mix(in srgb, #5c6166 70%, #fcfcfc)",
66
+ "brand-violet-rgb": "163, 122, 204",
67
+ "brand-cyan-rgb": "76, 191, 153",
68
+ "brand-lime-rgb": "134, 179, 0",
69
+ "brand-coral-rgb": "240, 113, 113",
70
+ "accent-a": "#a36229",
71
+ "accent-b": "#a37acc",
72
+ "accent-c": "#4cbf99",
73
+ "accent-warm": "#f2ae49",
74
+ "accent-cool": "#399ee6",
75
+ "accent-a-ink": "#a36229",
76
+ "accent-b-ink": "#8262a3",
77
+ "accent-c-ink": "#348268",
78
+ "accent-warm-ink": "#91682c",
79
+ "accent-cool-ink": "#2b78af",
80
+ "accent-coral-ink": "#b65656",
81
+ "shiki-foreground": "#5c6166",
82
+ "shiki-background": "#f3f4f5",
83
+ "shiki-token-comment": "color-mix(in srgb, #5c6166 55%, #f3f4f5)",
84
+ "shiki-token-punctuation": "color-mix(in srgb, #5c6166 72%, #f3f4f5)",
85
+ "shiki-token-keyword": "#a37acc",
86
+ "shiki-token-string": "#86b300",
87
+ "shiki-token-string-expression": "#86b300",
88
+ "shiki-token-constant": "#f2ae49",
89
+ "shiki-token-function": "#399ee6",
90
+ "shiki-token-parameter": "#f07171",
91
+ "shiki-token-link": "#4cbf99"
92
+ },
93
+ darkTokens: {
94
+ "color-code-line-highlight": "color-mix(in srgb, #73d0ff 16%, transparent)",
95
+ "color-code-line-warning": "color-mix(in srgb, #ffd173 18%, transparent)",
96
+ "color-code-line-warning-border": "#ffd173",
97
+ "color-code-line-error": "color-mix(in srgb, #f28779 20%, transparent)",
98
+ "color-code-line-error-border": "#f28779",
99
+ "color-code-line-add": "color-mix(in srgb, #d5ff80 16%, transparent)",
100
+ "color-code-line-add-border": "#d5ff80",
101
+ "color-code-line-remove": "color-mix(in srgb, #f28779 14%, transparent)",
102
+ "color-code-line-remove-border": "#f28779",
103
+ "color-code-line-focus": "color-mix(in srgb, #ffcc66 16%, transparent)",
104
+ "color-code-line-dim": "0.35",
105
+ "color-code-title-bg": "color-mix(in srgb, #1a1f29 92%, #cccac2)",
106
+ "color-code-title-text": "color-mix(in srgb, #cccac2 88%, #1a1f29)",
107
+ "color-code-title-border": "color-mix(in srgb, #cccac2 22%, transparent)",
108
+ "color-code-line-number": "color-mix(in srgb, #cccac2 48%, transparent)",
109
+ "color-code-frame-border": "color-mix(in srgb, #343b4b 92%, transparent)",
110
+ "color-backdrop": "rgba(11, 13, 17, 0.62)",
111
+ "surface-glass": "color-mix(in srgb, #242936 62%, #1f2430)",
112
+ "surface-line": "color-mix(in srgb, #343b4b 72%, #1f2430)",
113
+ "brand-violet": "#dfbfff",
114
+ "brand-cyan": "#95e6cb",
115
+ "brand-lime": "#d5ff80",
116
+ "brand-coral": "#f28779",
117
+ "brand-navy": "color-mix(in srgb, #cccac2 70%, #1f2430)",
118
+ "brand-violet-rgb": "223, 191, 255",
119
+ "brand-cyan-rgb": "149, 230, 203",
120
+ "brand-lime-rgb": "213, 255, 128",
121
+ "brand-coral-rgb": "242, 135, 121",
122
+ "accent-a": "#ffcc66",
123
+ "accent-b": "#dfbfff",
124
+ "accent-c": "#95e6cb",
125
+ "accent-warm": "#ffd173",
126
+ "accent-cool": "#73d0ff",
127
+ "accent-a-ink": "#ffcc66",
128
+ "accent-b-ink": "#dfbfff",
129
+ "accent-c-ink": "#95e6cb",
130
+ "accent-warm-ink": "#ffd173",
131
+ "accent-cool-ink": "#73d0ff",
132
+ "accent-coral-ink": "#f28779",
133
+ "shiki-foreground": "#cccac2",
134
+ "shiki-background": "#1a1f29",
135
+ "shiki-token-comment": "color-mix(in srgb, #cccac2 55%, #1a1f29)",
136
+ "shiki-token-punctuation": "color-mix(in srgb, #cccac2 72%, #1a1f29)",
137
+ "shiki-token-keyword": "#dfbfff",
138
+ "shiki-token-string": "#d5ff80",
139
+ "shiki-token-string-expression": "#d5ff80",
140
+ "shiki-token-constant": "#ffd173",
141
+ "shiki-token-function": "#73d0ff",
142
+ "shiki-token-parameter": "#f28779",
143
+ "shiki-token-link": "#95e6cb"
144
+ }
145
+ };
146
+ //#endregion
147
+ exports.ayu = ayu;
148
+ exports.default = ayu;
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Ayu — Ayu Light and Ayu Mirage.
5
+ *
6
+ * Color only: no layout, no texture, no typography. Compose it under any
7
+ * `@ox-content/theme-*` skin, or use it on its own over the default theme.
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.
11
+ */
12
+ declare const ayu: ThemeConfig;
13
+ //#endregion
14
+ export { ayu, ayu as default };
15
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;cAWa,KAAK"}
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Ayu — Ayu Light and Ayu Mirage.
5
+ *
6
+ * Color only: no layout, no texture, no typography. Compose it under any
7
+ * `@ox-content/theme-*` skin, or use it on its own over the default theme.
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.
11
+ */
12
+ declare const ayu: ThemeConfig;
13
+ //#endregion
14
+ export { ayu, ayu as default };
15
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;cAWa,KAAK"}
package/dist/index.mjs ADDED
@@ -0,0 +1,145 @@
1
+ //#region src/index.ts
2
+ /**
3
+ * Ayu — Ayu Light and Ayu Mirage.
4
+ *
5
+ * Color only: no layout, no texture, no typography. Compose it under any
6
+ * `@ox-content/theme-*` skin, or use it on its own over the default theme.
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.
10
+ */
11
+ const ayu = {
12
+ name: "ayu",
13
+ colors: {
14
+ primary: "#a36229",
15
+ primaryHover: "#b65b00",
16
+ background: "#fcfcfc",
17
+ backgroundAlt: "#f3f4f5",
18
+ text: "#5c6166",
19
+ textMuted: "#6e747a",
20
+ border: "#e7e8e9",
21
+ codeBackground: "#f3f4f5",
22
+ codeBackgroundTop: "#f3f4f5",
23
+ codeText: "#5c6166"
24
+ },
25
+ darkColors: {
26
+ primary: "#ffcc66",
27
+ primaryHover: "#ffdd99",
28
+ background: "#1f2430",
29
+ backgroundAlt: "#242936",
30
+ text: "#cccac2",
31
+ textMuted: "#8a9199",
32
+ border: "#343b4b",
33
+ codeBackground: "#1a1f29",
34
+ codeBackgroundTop: "#1a1f29",
35
+ codeText: "#cccac2"
36
+ },
37
+ tokens: {
38
+ "color-code-line-highlight": "color-mix(in srgb, #399ee6 16%, transparent)",
39
+ "color-code-line-warning": "color-mix(in srgb, #f2ae49 18%, transparent)",
40
+ "color-code-line-warning-border": "#f2ae49",
41
+ "color-code-line-error": "color-mix(in srgb, #f07171 20%, transparent)",
42
+ "color-code-line-error-border": "#f07171",
43
+ "color-code-line-add": "color-mix(in srgb, #86b300 16%, transparent)",
44
+ "color-code-line-add-border": "#86b300",
45
+ "color-code-line-remove": "color-mix(in srgb, #f07171 14%, transparent)",
46
+ "color-code-line-remove-border": "#f07171",
47
+ "color-code-line-focus": "color-mix(in srgb, #a36229 16%, transparent)",
48
+ "color-code-line-dim": "0.45",
49
+ "color-code-title-bg": "color-mix(in srgb, #f3f4f5 92%, #5c6166)",
50
+ "color-code-title-text": "color-mix(in srgb, #5c6166 88%, #f3f4f5)",
51
+ "color-code-title-border": "color-mix(in srgb, #5c6166 22%, transparent)",
52
+ "color-code-line-number": "color-mix(in srgb, #5c6166 48%, transparent)",
53
+ "color-code-frame-border": "color-mix(in srgb, #e7e8e9 92%, transparent)",
54
+ "color-backdrop": "rgba(88, 88, 88, 0.62)",
55
+ "surface-glass": "color-mix(in srgb, #f3f4f5 62%, #fcfcfc)",
56
+ "surface-line": "color-mix(in srgb, #e7e8e9 72%, #fcfcfc)",
57
+ "brand-violet": "#a37acc",
58
+ "brand-cyan": "#4cbf99",
59
+ "brand-lime": "#86b300",
60
+ "brand-coral": "#f07171",
61
+ "brand-navy": "color-mix(in srgb, #5c6166 70%, #fcfcfc)",
62
+ "brand-violet-rgb": "163, 122, 204",
63
+ "brand-cyan-rgb": "76, 191, 153",
64
+ "brand-lime-rgb": "134, 179, 0",
65
+ "brand-coral-rgb": "240, 113, 113",
66
+ "accent-a": "#a36229",
67
+ "accent-b": "#a37acc",
68
+ "accent-c": "#4cbf99",
69
+ "accent-warm": "#f2ae49",
70
+ "accent-cool": "#399ee6",
71
+ "accent-a-ink": "#a36229",
72
+ "accent-b-ink": "#8262a3",
73
+ "accent-c-ink": "#348268",
74
+ "accent-warm-ink": "#91682c",
75
+ "accent-cool-ink": "#2b78af",
76
+ "accent-coral-ink": "#b65656",
77
+ "shiki-foreground": "#5c6166",
78
+ "shiki-background": "#f3f4f5",
79
+ "shiki-token-comment": "color-mix(in srgb, #5c6166 55%, #f3f4f5)",
80
+ "shiki-token-punctuation": "color-mix(in srgb, #5c6166 72%, #f3f4f5)",
81
+ "shiki-token-keyword": "#a37acc",
82
+ "shiki-token-string": "#86b300",
83
+ "shiki-token-string-expression": "#86b300",
84
+ "shiki-token-constant": "#f2ae49",
85
+ "shiki-token-function": "#399ee6",
86
+ "shiki-token-parameter": "#f07171",
87
+ "shiki-token-link": "#4cbf99"
88
+ },
89
+ darkTokens: {
90
+ "color-code-line-highlight": "color-mix(in srgb, #73d0ff 16%, transparent)",
91
+ "color-code-line-warning": "color-mix(in srgb, #ffd173 18%, transparent)",
92
+ "color-code-line-warning-border": "#ffd173",
93
+ "color-code-line-error": "color-mix(in srgb, #f28779 20%, transparent)",
94
+ "color-code-line-error-border": "#f28779",
95
+ "color-code-line-add": "color-mix(in srgb, #d5ff80 16%, transparent)",
96
+ "color-code-line-add-border": "#d5ff80",
97
+ "color-code-line-remove": "color-mix(in srgb, #f28779 14%, transparent)",
98
+ "color-code-line-remove-border": "#f28779",
99
+ "color-code-line-focus": "color-mix(in srgb, #ffcc66 16%, transparent)",
100
+ "color-code-line-dim": "0.35",
101
+ "color-code-title-bg": "color-mix(in srgb, #1a1f29 92%, #cccac2)",
102
+ "color-code-title-text": "color-mix(in srgb, #cccac2 88%, #1a1f29)",
103
+ "color-code-title-border": "color-mix(in srgb, #cccac2 22%, transparent)",
104
+ "color-code-line-number": "color-mix(in srgb, #cccac2 48%, transparent)",
105
+ "color-code-frame-border": "color-mix(in srgb, #343b4b 92%, transparent)",
106
+ "color-backdrop": "rgba(11, 13, 17, 0.62)",
107
+ "surface-glass": "color-mix(in srgb, #242936 62%, #1f2430)",
108
+ "surface-line": "color-mix(in srgb, #343b4b 72%, #1f2430)",
109
+ "brand-violet": "#dfbfff",
110
+ "brand-cyan": "#95e6cb",
111
+ "brand-lime": "#d5ff80",
112
+ "brand-coral": "#f28779",
113
+ "brand-navy": "color-mix(in srgb, #cccac2 70%, #1f2430)",
114
+ "brand-violet-rgb": "223, 191, 255",
115
+ "brand-cyan-rgb": "149, 230, 203",
116
+ "brand-lime-rgb": "213, 255, 128",
117
+ "brand-coral-rgb": "242, 135, 121",
118
+ "accent-a": "#ffcc66",
119
+ "accent-b": "#dfbfff",
120
+ "accent-c": "#95e6cb",
121
+ "accent-warm": "#ffd173",
122
+ "accent-cool": "#73d0ff",
123
+ "accent-a-ink": "#ffcc66",
124
+ "accent-b-ink": "#dfbfff",
125
+ "accent-c-ink": "#95e6cb",
126
+ "accent-warm-ink": "#ffd173",
127
+ "accent-cool-ink": "#73d0ff",
128
+ "accent-coral-ink": "#f28779",
129
+ "shiki-foreground": "#cccac2",
130
+ "shiki-background": "#1a1f29",
131
+ "shiki-token-comment": "color-mix(in srgb, #cccac2 55%, #1a1f29)",
132
+ "shiki-token-punctuation": "color-mix(in srgb, #cccac2 72%, #1a1f29)",
133
+ "shiki-token-keyword": "#dfbfff",
134
+ "shiki-token-string": "#d5ff80",
135
+ "shiki-token-string-expression": "#d5ff80",
136
+ "shiki-token-constant": "#ffd173",
137
+ "shiki-token-function": "#73d0ff",
138
+ "shiki-token-parameter": "#f28779",
139
+ "shiki-token-link": "#95e6cb"
140
+ }
141
+ };
142
+ //#endregion
143
+ export { ayu, ayu as default };
144
+
145
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Ayu — Ayu Light and Ayu Mirage.\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 ayu: ThemeConfig = {\n name: \"ayu\",\n colors: {\n primary: \"#a36229\",\n primaryHover: \"#b65b00\",\n background: \"#fcfcfc\",\n backgroundAlt: \"#f3f4f5\",\n text: \"#5c6166\",\n textMuted: \"#6e747a\",\n border: \"#e7e8e9\",\n codeBackground: \"#f3f4f5\",\n codeBackgroundTop: \"#f3f4f5\",\n codeText: \"#5c6166\",\n },\n darkColors: {\n primary: \"#ffcc66\",\n primaryHover: \"#ffdd99\",\n background: \"#1f2430\",\n backgroundAlt: \"#242936\",\n text: \"#cccac2\",\n textMuted: \"#8a9199\",\n border: \"#343b4b\",\n codeBackground: \"#1a1f29\",\n codeBackgroundTop: \"#1a1f29\",\n codeText: \"#cccac2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #399ee6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f2ae49 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f2ae49\",\n \"color-code-line-error\": \"color-mix(in srgb, #f07171 20%, transparent)\",\n \"color-code-line-error-border\": \"#f07171\",\n \"color-code-line-add\": \"color-mix(in srgb, #86b300 16%, transparent)\",\n \"color-code-line-add-border\": \"#86b300\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f07171 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f07171\",\n \"color-code-line-focus\": \"color-mix(in srgb, #a36229 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f3f4f5 92%, #5c6166)\",\n \"color-code-title-text\": \"color-mix(in srgb, #5c6166 88%, #f3f4f5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #5c6166 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #5c6166 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e7e8e9 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f3f4f5 62%, #fcfcfc)\",\n \"surface-line\": \"color-mix(in srgb, #e7e8e9 72%, #fcfcfc)\",\n \"brand-violet\": \"#a37acc\",\n \"brand-cyan\": \"#4cbf99\",\n \"brand-lime\": \"#86b300\",\n \"brand-coral\": \"#f07171\",\n \"brand-navy\": \"color-mix(in srgb, #5c6166 70%, #fcfcfc)\",\n \"brand-violet-rgb\": \"163, 122, 204\",\n \"brand-cyan-rgb\": \"76, 191, 153\",\n \"brand-lime-rgb\": \"134, 179, 0\",\n \"brand-coral-rgb\": \"240, 113, 113\",\n \"accent-a\": \"#a36229\",\n \"accent-b\": \"#a37acc\",\n \"accent-c\": \"#4cbf99\",\n \"accent-warm\": \"#f2ae49\",\n \"accent-cool\": \"#399ee6\",\n \"accent-a-ink\": \"#a36229\",\n \"accent-b-ink\": \"#8262a3\",\n \"accent-c-ink\": \"#348268\",\n \"accent-warm-ink\": \"#91682c\",\n \"accent-cool-ink\": \"#2b78af\",\n \"accent-coral-ink\": \"#b65656\",\n \"shiki-foreground\": \"#5c6166\",\n \"shiki-background\": \"#f3f4f5\",\n \"shiki-token-comment\": \"color-mix(in srgb, #5c6166 55%, #f3f4f5)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #5c6166 72%, #f3f4f5)\",\n \"shiki-token-keyword\": \"#a37acc\",\n \"shiki-token-string\": \"#86b300\",\n \"shiki-token-string-expression\": \"#86b300\",\n \"shiki-token-constant\": \"#f2ae49\",\n \"shiki-token-function\": \"#399ee6\",\n \"shiki-token-parameter\": \"#f07171\",\n \"shiki-token-link\": \"#4cbf99\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #73d0ff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffd173 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffd173\",\n \"color-code-line-error\": \"color-mix(in srgb, #f28779 20%, transparent)\",\n \"color-code-line-error-border\": \"#f28779\",\n \"color-code-line-add\": \"color-mix(in srgb, #d5ff80 16%, transparent)\",\n \"color-code-line-add-border\": \"#d5ff80\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f28779 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f28779\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ffcc66 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1a1f29 92%, #cccac2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #cccac2 88%, #1a1f29)\",\n \"color-code-title-border\": \"color-mix(in srgb, #cccac2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #cccac2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #343b4b 92%, transparent)\",\n \"color-backdrop\": \"rgba(11, 13, 17, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #242936 62%, #1f2430)\",\n \"surface-line\": \"color-mix(in srgb, #343b4b 72%, #1f2430)\",\n \"brand-violet\": \"#dfbfff\",\n \"brand-cyan\": \"#95e6cb\",\n \"brand-lime\": \"#d5ff80\",\n \"brand-coral\": \"#f28779\",\n \"brand-navy\": \"color-mix(in srgb, #cccac2 70%, #1f2430)\",\n \"brand-violet-rgb\": \"223, 191, 255\",\n \"brand-cyan-rgb\": \"149, 230, 203\",\n \"brand-lime-rgb\": \"213, 255, 128\",\n \"brand-coral-rgb\": \"242, 135, 121\",\n \"accent-a\": \"#ffcc66\",\n \"accent-b\": \"#dfbfff\",\n \"accent-c\": \"#95e6cb\",\n \"accent-warm\": \"#ffd173\",\n \"accent-cool\": \"#73d0ff\",\n \"accent-a-ink\": \"#ffcc66\",\n \"accent-b-ink\": \"#dfbfff\",\n \"accent-c-ink\": \"#95e6cb\",\n \"accent-warm-ink\": \"#ffd173\",\n \"accent-cool-ink\": \"#73d0ff\",\n \"accent-coral-ink\": \"#f28779\",\n \"shiki-foreground\": \"#cccac2\",\n \"shiki-background\": \"#1a1f29\",\n \"shiki-token-comment\": \"color-mix(in srgb, #cccac2 55%, #1a1f29)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #cccac2 72%, #1a1f29)\",\n \"shiki-token-keyword\": \"#dfbfff\",\n \"shiki-token-string\": \"#d5ff80\",\n \"shiki-token-string-expression\": \"#d5ff80\",\n \"shiki-token-constant\": \"#ffd173\",\n \"shiki-token-function\": \"#73d0ff\",\n \"shiki-token-parameter\": \"#f28779\",\n \"shiki-token-link\": \"#95e6cb\",\n },\n};\n\nexport default ayu;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,MAAmB;CAC9B,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,oBAAoB;EACpB,oBAAoB;EACpB,uBAAuB;EACvB,2BAA2B;EAC3B,uBAAuB;EACvB,sBAAsB;EACtB,iCAAiC;EACjC,wBAAwB;EACxB,wBAAwB;EACxB,yBAAyB;EACzB,oBAAoB;CACtB;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,oBAAoB;EACpB,oBAAoB;EACpB,uBAAuB;EACvB,2BAA2B;EAC3B,uBAAuB;EACvB,sBAAsB;EACtB,iCAAiC;EACjC,wBAAwB;EACxB,wBAAwB;EACxB,yBAAyB;EACzB,oBAAoB;CACtB;AACF"}
package/package.json ADDED
@@ -0,0 +1,60 @@
1
+ {
2
+ "name": "@ox-content/theme-color-ayu",
3
+ "version": "2.84.0",
4
+ "description": "Ayu Light and Ayu Mirage — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
5
+ "keywords": [
6
+ "ayu",
7
+ "color-scheme",
8
+ "documentation",
9
+ "markdown",
10
+ "ox-content",
11
+ "palette",
12
+ "ssg",
13
+ "theme"
14
+ ],
15
+ "license": "MIT",
16
+ "author": "ubugeeei",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "https://github.com/ubugeeei-prod/ox-content.git",
20
+ "directory": "npm/theme-color/ayu"
21
+ },
22
+ "files": [
23
+ "dist"
24
+ ],
25
+ "type": "module",
26
+ "sideEffects": false,
27
+ "main": "./dist/index.cjs",
28
+ "types": "./dist/index.d.mts",
29
+ "exports": {
30
+ ".": {
31
+ "import": "./dist/index.mjs",
32
+ "require": "./dist/index.cjs",
33
+ "types": "./dist/index.d.mts"
34
+ }
35
+ },
36
+ "publishConfig": {
37
+ "access": "public",
38
+ "provenance": true
39
+ },
40
+ "devDependencies": {
41
+ "@types/node": "^26.1.2",
42
+ "@typescript/native-preview": "^7.0.0-dev.20260707.2",
43
+ "typescript": "^7.0.2",
44
+ "vite-plus": "0.2.8",
45
+ "@ox-content/vite-plugin": "2.84.0"
46
+ },
47
+ "peerDependencies": {
48
+ "@ox-content/vite-plugin": ">=2.84.0"
49
+ },
50
+ "peerDependenciesMeta": {
51
+ "@ox-content/vite-plugin": {
52
+ "optional": true
53
+ }
54
+ },
55
+ "scripts": {
56
+ "build": "vp pack",
57
+ "dev": "vp pack --watch",
58
+ "typecheck": "tsgo --noEmit"
59
+ }
60
+ }