@ox-content/theme-color-coral 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-coral
2
+
3
+ Coral — Warm off-white with coral and teal — 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-coral
10
+ ```
11
+
12
+ ```ts
13
+ // vite.config.ts
14
+ import { defineConfig } from "vite";
15
+ import { oxContent } from "@ox-content/vite-plugin";
16
+ import coral from "@ox-content/theme-color-coral";
17
+
18
+ export default defineConfig({
19
+ plugins: [
20
+ oxContent({
21
+ srcDir: "docs",
22
+ ssg: { siteName: "My Docs", theme: coral },
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, coral, { 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
+ * Coral — Warm off-white with coral and teal.
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 coral = {
16
+ name: "coral",
17
+ colors: {
18
+ primary: "#bc4d3c",
19
+ primaryHover: "#9c3c2e",
20
+ background: "#fdfaf8",
21
+ backgroundAlt: "#f6eeea",
22
+ text: "#1c1614",
23
+ textMuted: "#6d5f5a",
24
+ border: "#ebdcd5",
25
+ codeBackground: "#1c1614",
26
+ codeBackgroundTop: "#1c1614",
27
+ codeText: "#f2e8e3"
28
+ },
29
+ darkColors: {
30
+ primary: "#ff8a75",
31
+ primaryHover: "#ffab9b",
32
+ background: "#161110",
33
+ backgroundAlt: "#1f1817",
34
+ text: "#f2e6e1",
35
+ textMuted: "#9c8b85",
36
+ border: "#2c2321",
37
+ codeBackground: "#100c0b",
38
+ codeBackgroundTop: "#100c0b",
39
+ codeText: "#f2e6e1"
40
+ },
41
+ tokens: {
42
+ "color-code-line-highlight": "color-mix(in srgb, #3f6480 16%, transparent)",
43
+ "color-code-line-warning": "color-mix(in srgb, #93691f 18%, transparent)",
44
+ "color-code-line-warning-border": "#93691f",
45
+ "color-code-line-error": "color-mix(in srgb, #c4503f 20%, transparent)",
46
+ "color-code-line-error-border": "#c4503f",
47
+ "color-code-line-add": "color-mix(in srgb, #3f7566 16%, transparent)",
48
+ "color-code-line-add-border": "#3f7566",
49
+ "color-code-line-remove": "color-mix(in srgb, #c4503f 14%, transparent)",
50
+ "color-code-line-remove-border": "#c4503f",
51
+ "color-code-line-focus": "color-mix(in srgb, #bc4d3c 16%, transparent)",
52
+ "color-code-line-dim": "0.45",
53
+ "color-code-title-bg": "color-mix(in srgb, #1c1614 92%, #f2e8e3)",
54
+ "color-code-title-text": "color-mix(in srgb, #f2e8e3 88%, #1c1614)",
55
+ "color-code-title-border": "color-mix(in srgb, #f2e8e3 22%, transparent)",
56
+ "color-code-line-number": "color-mix(in srgb, #f2e8e3 48%, transparent)",
57
+ "color-code-frame-border": "color-mix(in srgb, #ebdcd5 92%, transparent)",
58
+ "color-backdrop": "rgba(89, 88, 87, 0.62)",
59
+ "surface-glass": "color-mix(in srgb, #f6eeea 62%, #fdfaf8)",
60
+ "surface-line": "color-mix(in srgb, #ebdcd5 72%, #fdfaf8)",
61
+ "brand-violet": "#8a4a72",
62
+ "brand-cyan": "#2f7370",
63
+ "brand-lime": "#3f7566",
64
+ "brand-coral": "#c4503f",
65
+ "brand-navy": "color-mix(in srgb, #1c1614 70%, #fdfaf8)",
66
+ "brand-violet-rgb": "138, 74, 114",
67
+ "brand-cyan-rgb": "47, 115, 112",
68
+ "brand-lime-rgb": "63, 117, 102",
69
+ "brand-coral-rgb": "196, 80, 63",
70
+ "accent-a": "#bc4d3c",
71
+ "accent-b": "#8a4a72",
72
+ "accent-c": "#2f7370",
73
+ "accent-warm": "#93691f",
74
+ "accent-cool": "#3f6480",
75
+ "accent-a-ink": "#bc4d3c",
76
+ "accent-b-ink": "#8a4a72",
77
+ "accent-c-ink": "#2f7370",
78
+ "accent-warm-ink": "#93691f",
79
+ "accent-cool-ink": "#3f6480",
80
+ "accent-coral-ink": "#bc4d3c",
81
+ "shiki-foreground": "#f2e8e3",
82
+ "shiki-background": "#1c1614",
83
+ "shiki-token-comment": "color-mix(in srgb, #f2e8e3 55%, #1c1614)",
84
+ "shiki-token-punctuation": "color-mix(in srgb, #f2e8e3 72%, #1c1614)",
85
+ "shiki-token-keyword": "#c99ab8",
86
+ "shiki-token-string": "#6fc9b0",
87
+ "shiki-token-string-expression": "#6fc9b0",
88
+ "shiki-token-constant": "#e6bd7d",
89
+ "shiki-token-function": "#89b4d4",
90
+ "shiki-token-parameter": "#ff8a75",
91
+ "shiki-token-link": "#6fc9c4"
92
+ },
93
+ darkTokens: {
94
+ "color-code-line-highlight": "color-mix(in srgb, #89b4d4 16%, transparent)",
95
+ "color-code-line-warning": "color-mix(in srgb, #e6bd7d 18%, transparent)",
96
+ "color-code-line-warning-border": "#e6bd7d",
97
+ "color-code-line-error": "color-mix(in srgb, #ff8a75 20%, transparent)",
98
+ "color-code-line-error-border": "#ff8a75",
99
+ "color-code-line-add": "color-mix(in srgb, #6fc9b0 16%, transparent)",
100
+ "color-code-line-add-border": "#6fc9b0",
101
+ "color-code-line-remove": "color-mix(in srgb, #ff8a75 14%, transparent)",
102
+ "color-code-line-remove-border": "#ff8a75",
103
+ "color-code-line-focus": "color-mix(in srgb, #ff8a75 16%, transparent)",
104
+ "color-code-line-dim": "0.35",
105
+ "color-code-title-bg": "color-mix(in srgb, #100c0b 92%, #f2e6e1)",
106
+ "color-code-title-text": "color-mix(in srgb, #f2e6e1 88%, #100c0b)",
107
+ "color-code-title-border": "color-mix(in srgb, #f2e6e1 22%, transparent)",
108
+ "color-code-line-number": "color-mix(in srgb, #f2e6e1 48%, transparent)",
109
+ "color-code-frame-border": "color-mix(in srgb, #2c2321 92%, transparent)",
110
+ "color-backdrop": "rgba(8, 6, 6, 0.62)",
111
+ "surface-glass": "color-mix(in srgb, #1f1817 62%, #161110)",
112
+ "surface-line": "color-mix(in srgb, #2c2321 72%, #161110)",
113
+ "brand-violet": "#c99ab8",
114
+ "brand-cyan": "#6fc9c4",
115
+ "brand-lime": "#6fc9b0",
116
+ "brand-coral": "#ff8a75",
117
+ "brand-navy": "color-mix(in srgb, #f2e6e1 70%, #161110)",
118
+ "brand-violet-rgb": "201, 154, 184",
119
+ "brand-cyan-rgb": "111, 201, 196",
120
+ "brand-lime-rgb": "111, 201, 176",
121
+ "brand-coral-rgb": "255, 138, 117",
122
+ "accent-a": "#ff8a75",
123
+ "accent-b": "#c99ab8",
124
+ "accent-c": "#6fc9c4",
125
+ "accent-warm": "#e6bd7d",
126
+ "accent-cool": "#89b4d4",
127
+ "accent-a-ink": "#ff8a75",
128
+ "accent-b-ink": "#c99ab8",
129
+ "accent-c-ink": "#6fc9c4",
130
+ "accent-warm-ink": "#e6bd7d",
131
+ "accent-cool-ink": "#89b4d4",
132
+ "accent-coral-ink": "#ff8a75",
133
+ "shiki-foreground": "#f2e6e1",
134
+ "shiki-background": "#100c0b",
135
+ "shiki-token-comment": "color-mix(in srgb, #f2e6e1 55%, #100c0b)",
136
+ "shiki-token-punctuation": "color-mix(in srgb, #f2e6e1 72%, #100c0b)",
137
+ "shiki-token-keyword": "#c99ab8",
138
+ "shiki-token-string": "#6fc9b0",
139
+ "shiki-token-string-expression": "#6fc9b0",
140
+ "shiki-token-constant": "#e6bd7d",
141
+ "shiki-token-function": "#89b4d4",
142
+ "shiki-token-parameter": "#ff8a75",
143
+ "shiki-token-link": "#6fc9c4"
144
+ }
145
+ };
146
+ //#endregion
147
+ exports.coral = coral;
148
+ exports.default = coral;
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Coral — Warm off-white with coral and teal.
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 coral: ThemeConfig;
13
+ //#endregion
14
+ export { coral, coral 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,OAAO"}
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Coral — Warm off-white with coral and teal.
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 coral: ThemeConfig;
13
+ //#endregion
14
+ export { coral, coral 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,OAAO"}
package/dist/index.mjs ADDED
@@ -0,0 +1,145 @@
1
+ //#region src/index.ts
2
+ /**
3
+ * Coral — Warm off-white with coral and teal.
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 coral = {
12
+ name: "coral",
13
+ colors: {
14
+ primary: "#bc4d3c",
15
+ primaryHover: "#9c3c2e",
16
+ background: "#fdfaf8",
17
+ backgroundAlt: "#f6eeea",
18
+ text: "#1c1614",
19
+ textMuted: "#6d5f5a",
20
+ border: "#ebdcd5",
21
+ codeBackground: "#1c1614",
22
+ codeBackgroundTop: "#1c1614",
23
+ codeText: "#f2e8e3"
24
+ },
25
+ darkColors: {
26
+ primary: "#ff8a75",
27
+ primaryHover: "#ffab9b",
28
+ background: "#161110",
29
+ backgroundAlt: "#1f1817",
30
+ text: "#f2e6e1",
31
+ textMuted: "#9c8b85",
32
+ border: "#2c2321",
33
+ codeBackground: "#100c0b",
34
+ codeBackgroundTop: "#100c0b",
35
+ codeText: "#f2e6e1"
36
+ },
37
+ tokens: {
38
+ "color-code-line-highlight": "color-mix(in srgb, #3f6480 16%, transparent)",
39
+ "color-code-line-warning": "color-mix(in srgb, #93691f 18%, transparent)",
40
+ "color-code-line-warning-border": "#93691f",
41
+ "color-code-line-error": "color-mix(in srgb, #c4503f 20%, transparent)",
42
+ "color-code-line-error-border": "#c4503f",
43
+ "color-code-line-add": "color-mix(in srgb, #3f7566 16%, transparent)",
44
+ "color-code-line-add-border": "#3f7566",
45
+ "color-code-line-remove": "color-mix(in srgb, #c4503f 14%, transparent)",
46
+ "color-code-line-remove-border": "#c4503f",
47
+ "color-code-line-focus": "color-mix(in srgb, #bc4d3c 16%, transparent)",
48
+ "color-code-line-dim": "0.45",
49
+ "color-code-title-bg": "color-mix(in srgb, #1c1614 92%, #f2e8e3)",
50
+ "color-code-title-text": "color-mix(in srgb, #f2e8e3 88%, #1c1614)",
51
+ "color-code-title-border": "color-mix(in srgb, #f2e8e3 22%, transparent)",
52
+ "color-code-line-number": "color-mix(in srgb, #f2e8e3 48%, transparent)",
53
+ "color-code-frame-border": "color-mix(in srgb, #ebdcd5 92%, transparent)",
54
+ "color-backdrop": "rgba(89, 88, 87, 0.62)",
55
+ "surface-glass": "color-mix(in srgb, #f6eeea 62%, #fdfaf8)",
56
+ "surface-line": "color-mix(in srgb, #ebdcd5 72%, #fdfaf8)",
57
+ "brand-violet": "#8a4a72",
58
+ "brand-cyan": "#2f7370",
59
+ "brand-lime": "#3f7566",
60
+ "brand-coral": "#c4503f",
61
+ "brand-navy": "color-mix(in srgb, #1c1614 70%, #fdfaf8)",
62
+ "brand-violet-rgb": "138, 74, 114",
63
+ "brand-cyan-rgb": "47, 115, 112",
64
+ "brand-lime-rgb": "63, 117, 102",
65
+ "brand-coral-rgb": "196, 80, 63",
66
+ "accent-a": "#bc4d3c",
67
+ "accent-b": "#8a4a72",
68
+ "accent-c": "#2f7370",
69
+ "accent-warm": "#93691f",
70
+ "accent-cool": "#3f6480",
71
+ "accent-a-ink": "#bc4d3c",
72
+ "accent-b-ink": "#8a4a72",
73
+ "accent-c-ink": "#2f7370",
74
+ "accent-warm-ink": "#93691f",
75
+ "accent-cool-ink": "#3f6480",
76
+ "accent-coral-ink": "#bc4d3c",
77
+ "shiki-foreground": "#f2e8e3",
78
+ "shiki-background": "#1c1614",
79
+ "shiki-token-comment": "color-mix(in srgb, #f2e8e3 55%, #1c1614)",
80
+ "shiki-token-punctuation": "color-mix(in srgb, #f2e8e3 72%, #1c1614)",
81
+ "shiki-token-keyword": "#c99ab8",
82
+ "shiki-token-string": "#6fc9b0",
83
+ "shiki-token-string-expression": "#6fc9b0",
84
+ "shiki-token-constant": "#e6bd7d",
85
+ "shiki-token-function": "#89b4d4",
86
+ "shiki-token-parameter": "#ff8a75",
87
+ "shiki-token-link": "#6fc9c4"
88
+ },
89
+ darkTokens: {
90
+ "color-code-line-highlight": "color-mix(in srgb, #89b4d4 16%, transparent)",
91
+ "color-code-line-warning": "color-mix(in srgb, #e6bd7d 18%, transparent)",
92
+ "color-code-line-warning-border": "#e6bd7d",
93
+ "color-code-line-error": "color-mix(in srgb, #ff8a75 20%, transparent)",
94
+ "color-code-line-error-border": "#ff8a75",
95
+ "color-code-line-add": "color-mix(in srgb, #6fc9b0 16%, transparent)",
96
+ "color-code-line-add-border": "#6fc9b0",
97
+ "color-code-line-remove": "color-mix(in srgb, #ff8a75 14%, transparent)",
98
+ "color-code-line-remove-border": "#ff8a75",
99
+ "color-code-line-focus": "color-mix(in srgb, #ff8a75 16%, transparent)",
100
+ "color-code-line-dim": "0.35",
101
+ "color-code-title-bg": "color-mix(in srgb, #100c0b 92%, #f2e6e1)",
102
+ "color-code-title-text": "color-mix(in srgb, #f2e6e1 88%, #100c0b)",
103
+ "color-code-title-border": "color-mix(in srgb, #f2e6e1 22%, transparent)",
104
+ "color-code-line-number": "color-mix(in srgb, #f2e6e1 48%, transparent)",
105
+ "color-code-frame-border": "color-mix(in srgb, #2c2321 92%, transparent)",
106
+ "color-backdrop": "rgba(8, 6, 6, 0.62)",
107
+ "surface-glass": "color-mix(in srgb, #1f1817 62%, #161110)",
108
+ "surface-line": "color-mix(in srgb, #2c2321 72%, #161110)",
109
+ "brand-violet": "#c99ab8",
110
+ "brand-cyan": "#6fc9c4",
111
+ "brand-lime": "#6fc9b0",
112
+ "brand-coral": "#ff8a75",
113
+ "brand-navy": "color-mix(in srgb, #f2e6e1 70%, #161110)",
114
+ "brand-violet-rgb": "201, 154, 184",
115
+ "brand-cyan-rgb": "111, 201, 196",
116
+ "brand-lime-rgb": "111, 201, 176",
117
+ "brand-coral-rgb": "255, 138, 117",
118
+ "accent-a": "#ff8a75",
119
+ "accent-b": "#c99ab8",
120
+ "accent-c": "#6fc9c4",
121
+ "accent-warm": "#e6bd7d",
122
+ "accent-cool": "#89b4d4",
123
+ "accent-a-ink": "#ff8a75",
124
+ "accent-b-ink": "#c99ab8",
125
+ "accent-c-ink": "#6fc9c4",
126
+ "accent-warm-ink": "#e6bd7d",
127
+ "accent-cool-ink": "#89b4d4",
128
+ "accent-coral-ink": "#ff8a75",
129
+ "shiki-foreground": "#f2e6e1",
130
+ "shiki-background": "#100c0b",
131
+ "shiki-token-comment": "color-mix(in srgb, #f2e6e1 55%, #100c0b)",
132
+ "shiki-token-punctuation": "color-mix(in srgb, #f2e6e1 72%, #100c0b)",
133
+ "shiki-token-keyword": "#c99ab8",
134
+ "shiki-token-string": "#6fc9b0",
135
+ "shiki-token-string-expression": "#6fc9b0",
136
+ "shiki-token-constant": "#e6bd7d",
137
+ "shiki-token-function": "#89b4d4",
138
+ "shiki-token-parameter": "#ff8a75",
139
+ "shiki-token-link": "#6fc9c4"
140
+ }
141
+ };
142
+ //#endregion
143
+ export { coral, coral 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 * Coral — Warm off-white with coral and teal.\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 coral: ThemeConfig = {\n name: \"coral\",\n colors: {\n primary: \"#bc4d3c\",\n primaryHover: \"#9c3c2e\",\n background: \"#fdfaf8\",\n backgroundAlt: \"#f6eeea\",\n text: \"#1c1614\",\n textMuted: \"#6d5f5a\",\n border: \"#ebdcd5\",\n codeBackground: \"#1c1614\",\n codeBackgroundTop: \"#1c1614\",\n codeText: \"#f2e8e3\",\n },\n darkColors: {\n primary: \"#ff8a75\",\n primaryHover: \"#ffab9b\",\n background: \"#161110\",\n backgroundAlt: \"#1f1817\",\n text: \"#f2e6e1\",\n textMuted: \"#9c8b85\",\n border: \"#2c2321\",\n codeBackground: \"#100c0b\",\n codeBackgroundTop: \"#100c0b\",\n codeText: \"#f2e6e1\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #3f6480 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #93691f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#93691f\",\n \"color-code-line-error\": \"color-mix(in srgb, #c4503f 20%, transparent)\",\n \"color-code-line-error-border\": \"#c4503f\",\n \"color-code-line-add\": \"color-mix(in srgb, #3f7566 16%, transparent)\",\n \"color-code-line-add-border\": \"#3f7566\",\n \"color-code-line-remove\": \"color-mix(in srgb, #c4503f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#c4503f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #bc4d3c 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1c1614 92%, #f2e8e3)\",\n \"color-code-title-text\": \"color-mix(in srgb, #f2e8e3 88%, #1c1614)\",\n \"color-code-title-border\": \"color-mix(in srgb, #f2e8e3 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #f2e8e3 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ebdcd5 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 88, 87, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f6eeea 62%, #fdfaf8)\",\n \"surface-line\": \"color-mix(in srgb, #ebdcd5 72%, #fdfaf8)\",\n \"brand-violet\": \"#8a4a72\",\n \"brand-cyan\": \"#2f7370\",\n \"brand-lime\": \"#3f7566\",\n \"brand-coral\": \"#c4503f\",\n \"brand-navy\": \"color-mix(in srgb, #1c1614 70%, #fdfaf8)\",\n \"brand-violet-rgb\": \"138, 74, 114\",\n \"brand-cyan-rgb\": \"47, 115, 112\",\n \"brand-lime-rgb\": \"63, 117, 102\",\n \"brand-coral-rgb\": \"196, 80, 63\",\n \"accent-a\": \"#bc4d3c\",\n \"accent-b\": \"#8a4a72\",\n \"accent-c\": \"#2f7370\",\n \"accent-warm\": \"#93691f\",\n \"accent-cool\": \"#3f6480\",\n \"accent-a-ink\": \"#bc4d3c\",\n \"accent-b-ink\": \"#8a4a72\",\n \"accent-c-ink\": \"#2f7370\",\n \"accent-warm-ink\": \"#93691f\",\n \"accent-cool-ink\": \"#3f6480\",\n \"accent-coral-ink\": \"#bc4d3c\",\n \"shiki-foreground\": \"#f2e8e3\",\n \"shiki-background\": \"#1c1614\",\n \"shiki-token-comment\": \"color-mix(in srgb, #f2e8e3 55%, #1c1614)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #f2e8e3 72%, #1c1614)\",\n \"shiki-token-keyword\": \"#c99ab8\",\n \"shiki-token-string\": \"#6fc9b0\",\n \"shiki-token-string-expression\": \"#6fc9b0\",\n \"shiki-token-constant\": \"#e6bd7d\",\n \"shiki-token-function\": \"#89b4d4\",\n \"shiki-token-parameter\": \"#ff8a75\",\n \"shiki-token-link\": \"#6fc9c4\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #89b4d4 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e6bd7d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e6bd7d\",\n \"color-code-line-error\": \"color-mix(in srgb, #ff8a75 20%, transparent)\",\n \"color-code-line-error-border\": \"#ff8a75\",\n \"color-code-line-add\": \"color-mix(in srgb, #6fc9b0 16%, transparent)\",\n \"color-code-line-add-border\": \"#6fc9b0\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ff8a75 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ff8a75\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ff8a75 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #100c0b 92%, #f2e6e1)\",\n \"color-code-title-text\": \"color-mix(in srgb, #f2e6e1 88%, #100c0b)\",\n \"color-code-title-border\": \"color-mix(in srgb, #f2e6e1 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #f2e6e1 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2c2321 92%, transparent)\",\n \"color-backdrop\": \"rgba(8, 6, 6, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1f1817 62%, #161110)\",\n \"surface-line\": \"color-mix(in srgb, #2c2321 72%, #161110)\",\n \"brand-violet\": \"#c99ab8\",\n \"brand-cyan\": \"#6fc9c4\",\n \"brand-lime\": \"#6fc9b0\",\n \"brand-coral\": \"#ff8a75\",\n \"brand-navy\": \"color-mix(in srgb, #f2e6e1 70%, #161110)\",\n \"brand-violet-rgb\": \"201, 154, 184\",\n \"brand-cyan-rgb\": \"111, 201, 196\",\n \"brand-lime-rgb\": \"111, 201, 176\",\n \"brand-coral-rgb\": \"255, 138, 117\",\n \"accent-a\": \"#ff8a75\",\n \"accent-b\": \"#c99ab8\",\n \"accent-c\": \"#6fc9c4\",\n \"accent-warm\": \"#e6bd7d\",\n \"accent-cool\": \"#89b4d4\",\n \"accent-a-ink\": \"#ff8a75\",\n \"accent-b-ink\": \"#c99ab8\",\n \"accent-c-ink\": \"#6fc9c4\",\n \"accent-warm-ink\": \"#e6bd7d\",\n \"accent-cool-ink\": \"#89b4d4\",\n \"accent-coral-ink\": \"#ff8a75\",\n \"shiki-foreground\": \"#f2e6e1\",\n \"shiki-background\": \"#100c0b\",\n \"shiki-token-comment\": \"color-mix(in srgb, #f2e6e1 55%, #100c0b)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #f2e6e1 72%, #100c0b)\",\n \"shiki-token-keyword\": \"#c99ab8\",\n \"shiki-token-string\": \"#6fc9b0\",\n \"shiki-token-string-expression\": \"#6fc9b0\",\n \"shiki-token-constant\": \"#e6bd7d\",\n \"shiki-token-function\": \"#89b4d4\",\n \"shiki-token-parameter\": \"#ff8a75\",\n \"shiki-token-link\": \"#6fc9c4\",\n },\n};\n\nexport default coral;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,QAAqB;CAChC,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-coral",
3
+ "version": "2.84.0",
4
+ "description": "Warm off-white with coral and teal — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
5
+ "keywords": [
6
+ "color-scheme",
7
+ "coral",
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/coral"
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
+ }