@ox-content/theme-color-one-dark 3.0.0-alpha.16 → 3.0.0-alpha.18
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/README.md +11 -0
- package/dist/index.cjs +144 -1
- package/dist/index.d.cts +14 -2
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +14 -2
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +144 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -34,6 +34,17 @@ import pixel from "@ox-content/theme-pixel";
|
|
|
34
34
|
theme: [pixel, oneDark, { colors: { primary: "#ff5f56" } }];
|
|
35
35
|
```
|
|
36
36
|
|
|
37
|
+
## Variants
|
|
38
|
+
|
|
39
|
+
The default export stays `oneDark` (Atom One Light and One Dark). Named variants
|
|
40
|
+
are exported from the same package:
|
|
41
|
+
|
|
42
|
+
```ts
|
|
43
|
+
import { oneDarkPro } from "@ox-content/theme-color-one-dark";
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
- `oneDarkPro` — One Light and One Dark Pro
|
|
47
|
+
|
|
37
48
|
## License
|
|
38
49
|
|
|
39
50
|
MIT
|
package/dist/index.cjs
CHANGED
|
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
//#region src/
|
|
5
|
+
//#region src/oneDark.ts
|
|
6
6
|
/**
|
|
7
7
|
* One Dark — Atom One Light and One Dark.
|
|
8
8
|
*
|
|
@@ -144,5 +144,148 @@ const oneDark = {
|
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
|
147
|
+
//#region src/oneDarkPro.ts
|
|
148
|
+
/**
|
|
149
|
+
* One Dark — One Light and One Dark Pro.
|
|
150
|
+
*
|
|
151
|
+
* Color only: no layout, no texture, no typography. Compose it under any
|
|
152
|
+
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
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.
|
|
156
|
+
*/
|
|
157
|
+
const oneDarkPro = {
|
|
158
|
+
name: "one-dark-pro",
|
|
159
|
+
colors: {
|
|
160
|
+
primary: "#121417",
|
|
161
|
+
primaryHover: "#5669be",
|
|
162
|
+
background: "#fafafa",
|
|
163
|
+
backgroundAlt: "#eaeaeb",
|
|
164
|
+
text: "#383a42",
|
|
165
|
+
textMuted: "#6d6d72",
|
|
166
|
+
border: "#dbdbdc",
|
|
167
|
+
codeBackground: "#fafafa",
|
|
168
|
+
codeBackgroundTop: "#fafafa",
|
|
169
|
+
codeText: "#383a42"
|
|
170
|
+
},
|
|
171
|
+
darkColors: {
|
|
172
|
+
primary: "#61afef",
|
|
173
|
+
primaryHover: "#5990ff",
|
|
174
|
+
background: "#282c34",
|
|
175
|
+
backgroundAlt: "#21252b",
|
|
176
|
+
text: "#abb2bf",
|
|
177
|
+
textMuted: "#90959e",
|
|
178
|
+
border: "#181a1f",
|
|
179
|
+
codeBackground: "#282c34",
|
|
180
|
+
codeBackgroundTop: "#282c34",
|
|
181
|
+
codeText: "#abb2bf"
|
|
182
|
+
},
|
|
183
|
+
tokens: {
|
|
184
|
+
"color-code-line-highlight": "color-mix(in srgb, #526fff 16%, transparent)",
|
|
185
|
+
"color-code-line-warning": "color-mix(in srgb, #986801 18%, transparent)",
|
|
186
|
+
"color-code-line-warning-border": "#986801",
|
|
187
|
+
"color-code-line-error": "color-mix(in srgb, #000000 20%, transparent)",
|
|
188
|
+
"color-code-line-error-border": "#000000",
|
|
189
|
+
"color-code-line-add": "color-mix(in srgb, #50a14f 16%, transparent)",
|
|
190
|
+
"color-code-line-add-border": "#50a14f",
|
|
191
|
+
"color-code-line-remove": "color-mix(in srgb, #000000 14%, transparent)",
|
|
192
|
+
"color-code-line-remove-border": "#000000",
|
|
193
|
+
"color-code-line-focus": "color-mix(in srgb, #121417 16%, transparent)",
|
|
194
|
+
"color-code-line-dim": "0.45",
|
|
195
|
+
"color-code-title-bg": "color-mix(in srgb, #fafafa 92%, #383a42)",
|
|
196
|
+
"color-code-title-text": "color-mix(in srgb, #383a42 88%, #fafafa)",
|
|
197
|
+
"color-code-title-border": "color-mix(in srgb, #383a42 22%, transparent)",
|
|
198
|
+
"color-code-line-number": "color-mix(in srgb, #383a42 48%, transparent)",
|
|
199
|
+
"color-code-frame-border": "color-mix(in srgb, #dbdbdc 92%, transparent)",
|
|
200
|
+
"color-backdrop": "rgba(88, 88, 88, 0.62)",
|
|
201
|
+
"surface-glass": "color-mix(in srgb, #eaeaeb 62%, #fafafa)",
|
|
202
|
+
"surface-line": "color-mix(in srgb, #dbdbdc 72%, #fafafa)",
|
|
203
|
+
"brand-violet": "#4078f2",
|
|
204
|
+
"brand-cyan": "#526fff",
|
|
205
|
+
"brand-lime": "#50a14f",
|
|
206
|
+
"brand-coral": "#000000",
|
|
207
|
+
"brand-navy": "color-mix(in srgb, #383a42 70%, #fafafa)",
|
|
208
|
+
"brand-violet-rgb": "64, 120, 242",
|
|
209
|
+
"brand-cyan-rgb": "82, 111, 255",
|
|
210
|
+
"brand-lime-rgb": "80, 161, 79",
|
|
211
|
+
"brand-coral-rgb": "0, 0, 0",
|
|
212
|
+
"accent-a": "#121417",
|
|
213
|
+
"accent-b": "#4078f2",
|
|
214
|
+
"accent-c": "#526fff",
|
|
215
|
+
"accent-warm": "#986801",
|
|
216
|
+
"accent-cool": "#526fff",
|
|
217
|
+
"accent-a-ink": "#121417",
|
|
218
|
+
"accent-b-ink": "#386ad5",
|
|
219
|
+
"accent-c-ink": "#4b66eb",
|
|
220
|
+
"accent-warm-ink": "#986801",
|
|
221
|
+
"accent-cool-ink": "#4b66eb",
|
|
222
|
+
"accent-coral-ink": "#000000",
|
|
223
|
+
"syntax-foreground": "#383a42",
|
|
224
|
+
"syntax-background": "#fafafa",
|
|
225
|
+
"syntax-token-comment": "#a0a1a7",
|
|
226
|
+
"syntax-token-punctuation": "#a0a1a7",
|
|
227
|
+
"syntax-token-keyword": "#a626a4",
|
|
228
|
+
"syntax-token-string": "#50a14f",
|
|
229
|
+
"syntax-token-string-expression": "#50a14f",
|
|
230
|
+
"syntax-token-constant": "#986801",
|
|
231
|
+
"syntax-token-function": "#0184bc",
|
|
232
|
+
"syntax-token-parameter": "#383a42",
|
|
233
|
+
"syntax-token-link": "#e45649"
|
|
234
|
+
},
|
|
235
|
+
darkTokens: {
|
|
236
|
+
"color-code-line-highlight": "color-mix(in srgb, #4aa5f0 16%, transparent)",
|
|
237
|
+
"color-code-line-warning": "color-mix(in srgb, #d18f52 18%, transparent)",
|
|
238
|
+
"color-code-line-warning-border": "#d18f52",
|
|
239
|
+
"color-code-line-error": "color-mix(in srgb, #e05561 20%, transparent)",
|
|
240
|
+
"color-code-line-error-border": "#e05561",
|
|
241
|
+
"color-code-line-add": "color-mix(in srgb, #8cc265 16%, transparent)",
|
|
242
|
+
"color-code-line-add-border": "#8cc265",
|
|
243
|
+
"color-code-line-remove": "color-mix(in srgb, #e05561 14%, transparent)",
|
|
244
|
+
"color-code-line-remove-border": "#e05561",
|
|
245
|
+
"color-code-line-focus": "color-mix(in srgb, #61afef 16%, transparent)",
|
|
246
|
+
"color-code-line-dim": "0.35",
|
|
247
|
+
"color-code-title-bg": "color-mix(in srgb, #282c34 92%, #abb2bf)",
|
|
248
|
+
"color-code-title-text": "color-mix(in srgb, #abb2bf 88%, #282c34)",
|
|
249
|
+
"color-code-title-border": "color-mix(in srgb, #abb2bf 22%, transparent)",
|
|
250
|
+
"color-code-line-number": "color-mix(in srgb, #abb2bf 48%, transparent)",
|
|
251
|
+
"color-code-frame-border": "color-mix(in srgb, #181a1f 92%, transparent)",
|
|
252
|
+
"color-backdrop": "rgba(14, 15, 18, 0.62)",
|
|
253
|
+
"surface-glass": "color-mix(in srgb, #21252b 62%, #282c34)",
|
|
254
|
+
"surface-line": "color-mix(in srgb, #181a1f 72%, #282c34)",
|
|
255
|
+
"brand-violet": "#c162de",
|
|
256
|
+
"brand-cyan": "#42b3c2",
|
|
257
|
+
"brand-lime": "#8cc265",
|
|
258
|
+
"brand-coral": "#e05561",
|
|
259
|
+
"brand-navy": "color-mix(in srgb, #abb2bf 70%, #282c34)",
|
|
260
|
+
"brand-violet-rgb": "193, 98, 222",
|
|
261
|
+
"brand-cyan-rgb": "66, 179, 194",
|
|
262
|
+
"brand-lime-rgb": "140, 194, 101",
|
|
263
|
+
"brand-coral-rgb": "224, 85, 97",
|
|
264
|
+
"accent-a": "#61afef",
|
|
265
|
+
"accent-b": "#c162de",
|
|
266
|
+
"accent-c": "#42b3c2",
|
|
267
|
+
"accent-warm": "#d18f52",
|
|
268
|
+
"accent-cool": "#4aa5f0",
|
|
269
|
+
"accent-a-ink": "#61afef",
|
|
270
|
+
"accent-b-ink": "#c66fe1",
|
|
271
|
+
"accent-c-ink": "#42b3c2",
|
|
272
|
+
"accent-warm-ink": "#d18f52",
|
|
273
|
+
"accent-cool-ink": "#4aa5f0",
|
|
274
|
+
"accent-coral-ink": "#e5707a",
|
|
275
|
+
"syntax-foreground": "#abb2bf",
|
|
276
|
+
"syntax-background": "#282c34",
|
|
277
|
+
"syntax-token-comment": "#5c6370",
|
|
278
|
+
"syntax-token-punctuation": "#e06c75",
|
|
279
|
+
"syntax-token-keyword": "#c678dd",
|
|
280
|
+
"syntax-token-string": "#98c379",
|
|
281
|
+
"syntax-token-string-expression": "#98c379",
|
|
282
|
+
"syntax-token-constant": "#d19a66",
|
|
283
|
+
"syntax-token-function": "#61afef",
|
|
284
|
+
"syntax-token-parameter": "#e5c07b",
|
|
285
|
+
"syntax-token-link": "#61afef"
|
|
286
|
+
}
|
|
287
|
+
};
|
|
288
|
+
//#endregion
|
|
147
289
|
exports.default = oneDark;
|
|
148
290
|
exports.oneDark = oneDark;
|
|
291
|
+
exports.oneDarkPro = oneDarkPro;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
2
|
-
//#region src/
|
|
2
|
+
//#region src/oneDark.d.ts
|
|
3
3
|
/**
|
|
4
4
|
* One Dark — Atom One Light and One Dark.
|
|
5
5
|
*
|
|
@@ -11,5 +11,17 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
11
11
|
*/
|
|
12
12
|
declare const oneDark: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
14
|
-
|
|
14
|
+
//#region src/oneDarkPro.d.ts
|
|
15
|
+
/**
|
|
16
|
+
* One Dark — One Light and One Dark Pro.
|
|
17
|
+
*
|
|
18
|
+
* Color only: no layout, no texture, no typography. Compose it under any
|
|
19
|
+
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
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.
|
|
23
|
+
*/
|
|
24
|
+
declare const oneDarkPro: ThemeConfig;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { oneDark as default, oneDark, oneDarkPro };
|
|
15
27
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/oneDark.ts","../src/oneDarkPro.ts"],"mappings":";;;;;;;;;;;cAWa,SAAS;;;;;;;;;;;;cCAT,YAAY"}
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
2
|
-
//#region src/
|
|
2
|
+
//#region src/oneDark.d.ts
|
|
3
3
|
/**
|
|
4
4
|
* One Dark — Atom One Light and One Dark.
|
|
5
5
|
*
|
|
@@ -11,5 +11,17 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
11
11
|
*/
|
|
12
12
|
declare const oneDark: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
14
|
-
|
|
14
|
+
//#region src/oneDarkPro.d.ts
|
|
15
|
+
/**
|
|
16
|
+
* One Dark — One Light and One Dark Pro.
|
|
17
|
+
*
|
|
18
|
+
* Color only: no layout, no texture, no typography. Compose it under any
|
|
19
|
+
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
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.
|
|
23
|
+
*/
|
|
24
|
+
declare const oneDarkPro: ThemeConfig;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { oneDark as default, oneDark, oneDarkPro };
|
|
15
27
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/oneDark.ts","../src/oneDarkPro.ts"],"mappings":";;;;;;;;;;;cAWa,SAAS;;;;;;;;;;;;cCAT,YAAY"}
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region src/
|
|
1
|
+
//#region src/oneDark.ts
|
|
2
2
|
/**
|
|
3
3
|
* One Dark — Atom One Light and One Dark.
|
|
4
4
|
*
|
|
@@ -140,6 +140,148 @@ const oneDark = {
|
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
//#endregion
|
|
143
|
-
|
|
143
|
+
//#region src/oneDarkPro.ts
|
|
144
|
+
/**
|
|
145
|
+
* One Dark — One Light and One Dark Pro.
|
|
146
|
+
*
|
|
147
|
+
* Color only: no layout, no texture, no typography. Compose it under any
|
|
148
|
+
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
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.
|
|
152
|
+
*/
|
|
153
|
+
const oneDarkPro = {
|
|
154
|
+
name: "one-dark-pro",
|
|
155
|
+
colors: {
|
|
156
|
+
primary: "#121417",
|
|
157
|
+
primaryHover: "#5669be",
|
|
158
|
+
background: "#fafafa",
|
|
159
|
+
backgroundAlt: "#eaeaeb",
|
|
160
|
+
text: "#383a42",
|
|
161
|
+
textMuted: "#6d6d72",
|
|
162
|
+
border: "#dbdbdc",
|
|
163
|
+
codeBackground: "#fafafa",
|
|
164
|
+
codeBackgroundTop: "#fafafa",
|
|
165
|
+
codeText: "#383a42"
|
|
166
|
+
},
|
|
167
|
+
darkColors: {
|
|
168
|
+
primary: "#61afef",
|
|
169
|
+
primaryHover: "#5990ff",
|
|
170
|
+
background: "#282c34",
|
|
171
|
+
backgroundAlt: "#21252b",
|
|
172
|
+
text: "#abb2bf",
|
|
173
|
+
textMuted: "#90959e",
|
|
174
|
+
border: "#181a1f",
|
|
175
|
+
codeBackground: "#282c34",
|
|
176
|
+
codeBackgroundTop: "#282c34",
|
|
177
|
+
codeText: "#abb2bf"
|
|
178
|
+
},
|
|
179
|
+
tokens: {
|
|
180
|
+
"color-code-line-highlight": "color-mix(in srgb, #526fff 16%, transparent)",
|
|
181
|
+
"color-code-line-warning": "color-mix(in srgb, #986801 18%, transparent)",
|
|
182
|
+
"color-code-line-warning-border": "#986801",
|
|
183
|
+
"color-code-line-error": "color-mix(in srgb, #000000 20%, transparent)",
|
|
184
|
+
"color-code-line-error-border": "#000000",
|
|
185
|
+
"color-code-line-add": "color-mix(in srgb, #50a14f 16%, transparent)",
|
|
186
|
+
"color-code-line-add-border": "#50a14f",
|
|
187
|
+
"color-code-line-remove": "color-mix(in srgb, #000000 14%, transparent)",
|
|
188
|
+
"color-code-line-remove-border": "#000000",
|
|
189
|
+
"color-code-line-focus": "color-mix(in srgb, #121417 16%, transparent)",
|
|
190
|
+
"color-code-line-dim": "0.45",
|
|
191
|
+
"color-code-title-bg": "color-mix(in srgb, #fafafa 92%, #383a42)",
|
|
192
|
+
"color-code-title-text": "color-mix(in srgb, #383a42 88%, #fafafa)",
|
|
193
|
+
"color-code-title-border": "color-mix(in srgb, #383a42 22%, transparent)",
|
|
194
|
+
"color-code-line-number": "color-mix(in srgb, #383a42 48%, transparent)",
|
|
195
|
+
"color-code-frame-border": "color-mix(in srgb, #dbdbdc 92%, transparent)",
|
|
196
|
+
"color-backdrop": "rgba(88, 88, 88, 0.62)",
|
|
197
|
+
"surface-glass": "color-mix(in srgb, #eaeaeb 62%, #fafafa)",
|
|
198
|
+
"surface-line": "color-mix(in srgb, #dbdbdc 72%, #fafafa)",
|
|
199
|
+
"brand-violet": "#4078f2",
|
|
200
|
+
"brand-cyan": "#526fff",
|
|
201
|
+
"brand-lime": "#50a14f",
|
|
202
|
+
"brand-coral": "#000000",
|
|
203
|
+
"brand-navy": "color-mix(in srgb, #383a42 70%, #fafafa)",
|
|
204
|
+
"brand-violet-rgb": "64, 120, 242",
|
|
205
|
+
"brand-cyan-rgb": "82, 111, 255",
|
|
206
|
+
"brand-lime-rgb": "80, 161, 79",
|
|
207
|
+
"brand-coral-rgb": "0, 0, 0",
|
|
208
|
+
"accent-a": "#121417",
|
|
209
|
+
"accent-b": "#4078f2",
|
|
210
|
+
"accent-c": "#526fff",
|
|
211
|
+
"accent-warm": "#986801",
|
|
212
|
+
"accent-cool": "#526fff",
|
|
213
|
+
"accent-a-ink": "#121417",
|
|
214
|
+
"accent-b-ink": "#386ad5",
|
|
215
|
+
"accent-c-ink": "#4b66eb",
|
|
216
|
+
"accent-warm-ink": "#986801",
|
|
217
|
+
"accent-cool-ink": "#4b66eb",
|
|
218
|
+
"accent-coral-ink": "#000000",
|
|
219
|
+
"syntax-foreground": "#383a42",
|
|
220
|
+
"syntax-background": "#fafafa",
|
|
221
|
+
"syntax-token-comment": "#a0a1a7",
|
|
222
|
+
"syntax-token-punctuation": "#a0a1a7",
|
|
223
|
+
"syntax-token-keyword": "#a626a4",
|
|
224
|
+
"syntax-token-string": "#50a14f",
|
|
225
|
+
"syntax-token-string-expression": "#50a14f",
|
|
226
|
+
"syntax-token-constant": "#986801",
|
|
227
|
+
"syntax-token-function": "#0184bc",
|
|
228
|
+
"syntax-token-parameter": "#383a42",
|
|
229
|
+
"syntax-token-link": "#e45649"
|
|
230
|
+
},
|
|
231
|
+
darkTokens: {
|
|
232
|
+
"color-code-line-highlight": "color-mix(in srgb, #4aa5f0 16%, transparent)",
|
|
233
|
+
"color-code-line-warning": "color-mix(in srgb, #d18f52 18%, transparent)",
|
|
234
|
+
"color-code-line-warning-border": "#d18f52",
|
|
235
|
+
"color-code-line-error": "color-mix(in srgb, #e05561 20%, transparent)",
|
|
236
|
+
"color-code-line-error-border": "#e05561",
|
|
237
|
+
"color-code-line-add": "color-mix(in srgb, #8cc265 16%, transparent)",
|
|
238
|
+
"color-code-line-add-border": "#8cc265",
|
|
239
|
+
"color-code-line-remove": "color-mix(in srgb, #e05561 14%, transparent)",
|
|
240
|
+
"color-code-line-remove-border": "#e05561",
|
|
241
|
+
"color-code-line-focus": "color-mix(in srgb, #61afef 16%, transparent)",
|
|
242
|
+
"color-code-line-dim": "0.35",
|
|
243
|
+
"color-code-title-bg": "color-mix(in srgb, #282c34 92%, #abb2bf)",
|
|
244
|
+
"color-code-title-text": "color-mix(in srgb, #abb2bf 88%, #282c34)",
|
|
245
|
+
"color-code-title-border": "color-mix(in srgb, #abb2bf 22%, transparent)",
|
|
246
|
+
"color-code-line-number": "color-mix(in srgb, #abb2bf 48%, transparent)",
|
|
247
|
+
"color-code-frame-border": "color-mix(in srgb, #181a1f 92%, transparent)",
|
|
248
|
+
"color-backdrop": "rgba(14, 15, 18, 0.62)",
|
|
249
|
+
"surface-glass": "color-mix(in srgb, #21252b 62%, #282c34)",
|
|
250
|
+
"surface-line": "color-mix(in srgb, #181a1f 72%, #282c34)",
|
|
251
|
+
"brand-violet": "#c162de",
|
|
252
|
+
"brand-cyan": "#42b3c2",
|
|
253
|
+
"brand-lime": "#8cc265",
|
|
254
|
+
"brand-coral": "#e05561",
|
|
255
|
+
"brand-navy": "color-mix(in srgb, #abb2bf 70%, #282c34)",
|
|
256
|
+
"brand-violet-rgb": "193, 98, 222",
|
|
257
|
+
"brand-cyan-rgb": "66, 179, 194",
|
|
258
|
+
"brand-lime-rgb": "140, 194, 101",
|
|
259
|
+
"brand-coral-rgb": "224, 85, 97",
|
|
260
|
+
"accent-a": "#61afef",
|
|
261
|
+
"accent-b": "#c162de",
|
|
262
|
+
"accent-c": "#42b3c2",
|
|
263
|
+
"accent-warm": "#d18f52",
|
|
264
|
+
"accent-cool": "#4aa5f0",
|
|
265
|
+
"accent-a-ink": "#61afef",
|
|
266
|
+
"accent-b-ink": "#c66fe1",
|
|
267
|
+
"accent-c-ink": "#42b3c2",
|
|
268
|
+
"accent-warm-ink": "#d18f52",
|
|
269
|
+
"accent-cool-ink": "#4aa5f0",
|
|
270
|
+
"accent-coral-ink": "#e5707a",
|
|
271
|
+
"syntax-foreground": "#abb2bf",
|
|
272
|
+
"syntax-background": "#282c34",
|
|
273
|
+
"syntax-token-comment": "#5c6370",
|
|
274
|
+
"syntax-token-punctuation": "#e06c75",
|
|
275
|
+
"syntax-token-keyword": "#c678dd",
|
|
276
|
+
"syntax-token-string": "#98c379",
|
|
277
|
+
"syntax-token-string-expression": "#98c379",
|
|
278
|
+
"syntax-token-constant": "#d19a66",
|
|
279
|
+
"syntax-token-function": "#61afef",
|
|
280
|
+
"syntax-token-parameter": "#e5c07b",
|
|
281
|
+
"syntax-token-link": "#61afef"
|
|
282
|
+
}
|
|
283
|
+
};
|
|
284
|
+
//#endregion
|
|
285
|
+
export { oneDark as default, oneDark, oneDarkPro };
|
|
144
286
|
|
|
145
287
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * One Dark — Atom One Light and One Dark.\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 oneDark: ThemeConfig = {\n name: \"one-dark\",\n colors: {\n primary: \"#386ad5\",\n primaryHover: \"#2a5fd4\",\n background: \"#fafafa\",\n backgroundAlt: \"#eaeaeb\",\n text: \"#383a42\",\n textMuted: \"#696c77\",\n border: \"#d0d0d1\",\n codeBackground: \"#eaeaeb\",\n codeBackgroundTop: \"#eaeaeb\",\n codeText: \"#383a42\",\n },\n darkColors: {\n primary: \"#61afef\",\n primaryHover: \"#8ac6f4\",\n background: \"#282c34\",\n backgroundAlt: \"#21252b\",\n text: \"#abb2bf\",\n textMuted: \"#8e939c\",\n border: \"#3e4451\",\n codeBackground: \"#21252b\",\n codeBackgroundTop: \"#21252b\",\n codeText: \"#abb2bf\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4078f2 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #c18401 18%, transparent)\",\n \"color-code-line-warning-border\": \"#c18401\",\n \"color-code-line-error\": \"color-mix(in srgb, #e45649 20%, transparent)\",\n \"color-code-line-error-border\": \"#e45649\",\n \"color-code-line-add\": \"color-mix(in srgb, #50a14f 16%, transparent)\",\n \"color-code-line-add-border\": \"#50a14f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e45649 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e45649\",\n \"color-code-line-focus\": \"color-mix(in srgb, #386ad5 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #eaeaeb 92%, #383a42)\",\n \"color-code-title-text\": \"color-mix(in srgb, #383a42 88%, #eaeaeb)\",\n \"color-code-title-border\": \"color-mix(in srgb, #383a42 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #383a42 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d0d0d1 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #eaeaeb 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #d0d0d1 72%, #fafafa)\",\n \"brand-violet\": \"#a626a4\",\n \"brand-cyan\": \"#0184bc\",\n \"brand-lime\": \"#50a14f\",\n \"brand-coral\": \"#e45649\",\n \"brand-navy\": \"color-mix(in srgb, #383a42 70%, #fafafa)\",\n \"brand-violet-rgb\": \"166, 38, 164\",\n \"brand-cyan-rgb\": \"1, 132, 188\",\n \"brand-lime-rgb\": \"80, 161, 79\",\n \"brand-coral-rgb\": \"228, 86, 73\",\n \"accent-a\": \"#386ad5\",\n \"accent-b\": \"#a626a4\",\n \"accent-c\": \"#0184bc\",\n \"accent-warm\": \"#c18401\",\n \"accent-cool\": \"#4078f2\",\n \"accent-a-ink\": \"#386ad5\",\n \"accent-b-ink\": \"#a626a4\",\n \"accent-c-ink\": \"#0179ad\",\n \"accent-warm-ink\": \"#9a6a01\",\n \"accent-cool-ink\": \"#386ad5\",\n \"accent-coral-ink\": \"#c0483d\",\n \"syntax-foreground\": \"#383a42\",\n \"syntax-background\": \"#eaeaeb\",\n \"syntax-token-comment\": \"color-mix(in srgb, #383a42 55%, #eaeaeb)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #383a42 72%, #eaeaeb)\",\n \"syntax-token-keyword\": \"#a626a4\",\n \"syntax-token-string\": \"#50a14f\",\n \"syntax-token-string-expression\": \"#50a14f\",\n \"syntax-token-constant\": \"#c18401\",\n \"syntax-token-function\": \"#4078f2\",\n \"syntax-token-parameter\": \"#e45649\",\n \"syntax-token-link\": \"#0184bc\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #61afef 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e5c07b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e5c07b\",\n \"color-code-line-error\": \"color-mix(in srgb, #e06c75 20%, transparent)\",\n \"color-code-line-error-border\": \"#e06c75\",\n \"color-code-line-add\": \"color-mix(in srgb, #98c379 16%, transparent)\",\n \"color-code-line-add-border\": \"#98c379\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e06c75 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e06c75\",\n \"color-code-line-focus\": \"color-mix(in srgb, #61afef 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #21252b 92%, #abb2bf)\",\n \"color-code-title-text\": \"color-mix(in srgb, #abb2bf 88%, #21252b)\",\n \"color-code-title-border\": \"color-mix(in srgb, #abb2bf 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #abb2bf 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #3e4451 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 15, 18, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #21252b 62%, #282c34)\",\n \"surface-line\": \"color-mix(in srgb, #3e4451 72%, #282c34)\",\n \"brand-violet\": \"#c678dd\",\n \"brand-cyan\": \"#56b6c2\",\n \"brand-lime\": \"#98c379\",\n \"brand-coral\": \"#e06c75\",\n \"brand-navy\": \"color-mix(in srgb, #abb2bf 70%, #282c34)\",\n \"brand-violet-rgb\": \"198, 120, 221\",\n \"brand-cyan-rgb\": \"86, 182, 194\",\n \"brand-lime-rgb\": \"152, 195, 121\",\n \"brand-coral-rgb\": \"224, 108, 117\",\n \"accent-a\": \"#61afef\",\n \"accent-b\": \"#c678dd\",\n \"accent-c\": \"#56b6c2\",\n \"accent-warm\": \"#e5c07b\",\n \"accent-cool\": \"#61afef\",\n \"accent-a-ink\": \"#61afef\",\n \"accent-b-ink\": \"#c678dd\",\n \"accent-c-ink\": \"#56b6c2\",\n \"accent-warm-ink\": \"#e5c07b\",\n \"accent-cool-ink\": \"#61afef\",\n \"accent-coral-ink\": \"#e1727b\",\n \"syntax-foreground\": \"#abb2bf\",\n \"syntax-background\": \"#21252b\",\n \"syntax-token-comment\": \"color-mix(in srgb, #abb2bf 55%, #21252b)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #abb2bf 72%, #21252b)\",\n \"syntax-token-keyword\": \"#c678dd\",\n \"syntax-token-string\": \"#98c379\",\n \"syntax-token-string-expression\": \"#98c379\",\n \"syntax-token-constant\": \"#e5c07b\",\n \"syntax-token-function\": \"#61afef\",\n \"syntax-token-parameter\": \"#e06c75\",\n \"syntax-token-link\": \"#56b6c2\",\n },\n};\n\nexport default oneDark;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,UAAuB;CAClC,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/oneDark.ts","../src/oneDarkPro.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * One Dark — Atom One Light and One Dark.\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 oneDark: ThemeConfig = {\n name: \"one-dark\",\n colors: {\n primary: \"#386ad5\",\n primaryHover: \"#2a5fd4\",\n background: \"#fafafa\",\n backgroundAlt: \"#eaeaeb\",\n text: \"#383a42\",\n textMuted: \"#696c77\",\n border: \"#d0d0d1\",\n codeBackground: \"#eaeaeb\",\n codeBackgroundTop: \"#eaeaeb\",\n codeText: \"#383a42\",\n },\n darkColors: {\n primary: \"#61afef\",\n primaryHover: \"#8ac6f4\",\n background: \"#282c34\",\n backgroundAlt: \"#21252b\",\n text: \"#abb2bf\",\n textMuted: \"#8e939c\",\n border: \"#3e4451\",\n codeBackground: \"#21252b\",\n codeBackgroundTop: \"#21252b\",\n codeText: \"#abb2bf\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4078f2 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #c18401 18%, transparent)\",\n \"color-code-line-warning-border\": \"#c18401\",\n \"color-code-line-error\": \"color-mix(in srgb, #e45649 20%, transparent)\",\n \"color-code-line-error-border\": \"#e45649\",\n \"color-code-line-add\": \"color-mix(in srgb, #50a14f 16%, transparent)\",\n \"color-code-line-add-border\": \"#50a14f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e45649 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e45649\",\n \"color-code-line-focus\": \"color-mix(in srgb, #386ad5 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #eaeaeb 92%, #383a42)\",\n \"color-code-title-text\": \"color-mix(in srgb, #383a42 88%, #eaeaeb)\",\n \"color-code-title-border\": \"color-mix(in srgb, #383a42 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #383a42 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d0d0d1 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #eaeaeb 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #d0d0d1 72%, #fafafa)\",\n \"brand-violet\": \"#a626a4\",\n \"brand-cyan\": \"#0184bc\",\n \"brand-lime\": \"#50a14f\",\n \"brand-coral\": \"#e45649\",\n \"brand-navy\": \"color-mix(in srgb, #383a42 70%, #fafafa)\",\n \"brand-violet-rgb\": \"166, 38, 164\",\n \"brand-cyan-rgb\": \"1, 132, 188\",\n \"brand-lime-rgb\": \"80, 161, 79\",\n \"brand-coral-rgb\": \"228, 86, 73\",\n \"accent-a\": \"#386ad5\",\n \"accent-b\": \"#a626a4\",\n \"accent-c\": \"#0184bc\",\n \"accent-warm\": \"#c18401\",\n \"accent-cool\": \"#4078f2\",\n \"accent-a-ink\": \"#386ad5\",\n \"accent-b-ink\": \"#a626a4\",\n \"accent-c-ink\": \"#0179ad\",\n \"accent-warm-ink\": \"#9a6a01\",\n \"accent-cool-ink\": \"#386ad5\",\n \"accent-coral-ink\": \"#c0483d\",\n \"syntax-foreground\": \"#383a42\",\n \"syntax-background\": \"#eaeaeb\",\n \"syntax-token-comment\": \"color-mix(in srgb, #383a42 55%, #eaeaeb)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #383a42 72%, #eaeaeb)\",\n \"syntax-token-keyword\": \"#a626a4\",\n \"syntax-token-string\": \"#50a14f\",\n \"syntax-token-string-expression\": \"#50a14f\",\n \"syntax-token-constant\": \"#c18401\",\n \"syntax-token-function\": \"#4078f2\",\n \"syntax-token-parameter\": \"#e45649\",\n \"syntax-token-link\": \"#0184bc\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #61afef 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e5c07b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e5c07b\",\n \"color-code-line-error\": \"color-mix(in srgb, #e06c75 20%, transparent)\",\n \"color-code-line-error-border\": \"#e06c75\",\n \"color-code-line-add\": \"color-mix(in srgb, #98c379 16%, transparent)\",\n \"color-code-line-add-border\": \"#98c379\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e06c75 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e06c75\",\n \"color-code-line-focus\": \"color-mix(in srgb, #61afef 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #21252b 92%, #abb2bf)\",\n \"color-code-title-text\": \"color-mix(in srgb, #abb2bf 88%, #21252b)\",\n \"color-code-title-border\": \"color-mix(in srgb, #abb2bf 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #abb2bf 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #3e4451 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 15, 18, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #21252b 62%, #282c34)\",\n \"surface-line\": \"color-mix(in srgb, #3e4451 72%, #282c34)\",\n \"brand-violet\": \"#c678dd\",\n \"brand-cyan\": \"#56b6c2\",\n \"brand-lime\": \"#98c379\",\n \"brand-coral\": \"#e06c75\",\n \"brand-navy\": \"color-mix(in srgb, #abb2bf 70%, #282c34)\",\n \"brand-violet-rgb\": \"198, 120, 221\",\n \"brand-cyan-rgb\": \"86, 182, 194\",\n \"brand-lime-rgb\": \"152, 195, 121\",\n \"brand-coral-rgb\": \"224, 108, 117\",\n \"accent-a\": \"#61afef\",\n \"accent-b\": \"#c678dd\",\n \"accent-c\": \"#56b6c2\",\n \"accent-warm\": \"#e5c07b\",\n \"accent-cool\": \"#61afef\",\n \"accent-a-ink\": \"#61afef\",\n \"accent-b-ink\": \"#c678dd\",\n \"accent-c-ink\": \"#56b6c2\",\n \"accent-warm-ink\": \"#e5c07b\",\n \"accent-cool-ink\": \"#61afef\",\n \"accent-coral-ink\": \"#e1727b\",\n \"syntax-foreground\": \"#abb2bf\",\n \"syntax-background\": \"#21252b\",\n \"syntax-token-comment\": \"color-mix(in srgb, #abb2bf 55%, #21252b)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #abb2bf 72%, #21252b)\",\n \"syntax-token-keyword\": \"#c678dd\",\n \"syntax-token-string\": \"#98c379\",\n \"syntax-token-string-expression\": \"#98c379\",\n \"syntax-token-constant\": \"#e5c07b\",\n \"syntax-token-function\": \"#61afef\",\n \"syntax-token-parameter\": \"#e06c75\",\n \"syntax-token-link\": \"#56b6c2\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * One Dark — One Light and One Dark Pro.\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 oneDarkPro: ThemeConfig = {\n name: \"one-dark-pro\",\n colors: {\n primary: \"#121417\",\n primaryHover: \"#5669be\",\n background: \"#fafafa\",\n backgroundAlt: \"#eaeaeb\",\n text: \"#383a42\",\n textMuted: \"#6d6d72\",\n border: \"#dbdbdc\",\n codeBackground: \"#fafafa\",\n codeBackgroundTop: \"#fafafa\",\n codeText: \"#383a42\",\n },\n darkColors: {\n primary: \"#61afef\",\n primaryHover: \"#5990ff\",\n background: \"#282c34\",\n backgroundAlt: \"#21252b\",\n text: \"#abb2bf\",\n textMuted: \"#90959e\",\n border: \"#181a1f\",\n codeBackground: \"#282c34\",\n codeBackgroundTop: \"#282c34\",\n codeText: \"#abb2bf\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #526fff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #986801 18%, transparent)\",\n \"color-code-line-warning-border\": \"#986801\",\n \"color-code-line-error\": \"color-mix(in srgb, #000000 20%, transparent)\",\n \"color-code-line-error-border\": \"#000000\",\n \"color-code-line-add\": \"color-mix(in srgb, #50a14f 16%, transparent)\",\n \"color-code-line-add-border\": \"#50a14f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #000000 14%, transparent)\",\n \"color-code-line-remove-border\": \"#000000\",\n \"color-code-line-focus\": \"color-mix(in srgb, #121417 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #fafafa 92%, #383a42)\",\n \"color-code-title-text\": \"color-mix(in srgb, #383a42 88%, #fafafa)\",\n \"color-code-title-border\": \"color-mix(in srgb, #383a42 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #383a42 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dbdbdc 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #eaeaeb 62%, #fafafa)\",\n \"surface-line\": \"color-mix(in srgb, #dbdbdc 72%, #fafafa)\",\n \"brand-violet\": \"#4078f2\",\n \"brand-cyan\": \"#526fff\",\n \"brand-lime\": \"#50a14f\",\n \"brand-coral\": \"#000000\",\n \"brand-navy\": \"color-mix(in srgb, #383a42 70%, #fafafa)\",\n \"brand-violet-rgb\": \"64, 120, 242\",\n \"brand-cyan-rgb\": \"82, 111, 255\",\n \"brand-lime-rgb\": \"80, 161, 79\",\n \"brand-coral-rgb\": \"0, 0, 0\",\n \"accent-a\": \"#121417\",\n \"accent-b\": \"#4078f2\",\n \"accent-c\": \"#526fff\",\n \"accent-warm\": \"#986801\",\n \"accent-cool\": \"#526fff\",\n \"accent-a-ink\": \"#121417\",\n \"accent-b-ink\": \"#386ad5\",\n \"accent-c-ink\": \"#4b66eb\",\n \"accent-warm-ink\": \"#986801\",\n \"accent-cool-ink\": \"#4b66eb\",\n \"accent-coral-ink\": \"#000000\",\n \"syntax-foreground\": \"#383a42\",\n \"syntax-background\": \"#fafafa\",\n \"syntax-token-comment\": \"#a0a1a7\",\n \"syntax-token-punctuation\": \"#a0a1a7\",\n \"syntax-token-keyword\": \"#a626a4\",\n \"syntax-token-string\": \"#50a14f\",\n \"syntax-token-string-expression\": \"#50a14f\",\n \"syntax-token-constant\": \"#986801\",\n \"syntax-token-function\": \"#0184bc\",\n \"syntax-token-parameter\": \"#383a42\",\n \"syntax-token-link\": \"#e45649\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4aa5f0 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d18f52 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d18f52\",\n \"color-code-line-error\": \"color-mix(in srgb, #e05561 20%, transparent)\",\n \"color-code-line-error-border\": \"#e05561\",\n \"color-code-line-add\": \"color-mix(in srgb, #8cc265 16%, transparent)\",\n \"color-code-line-add-border\": \"#8cc265\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e05561 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e05561\",\n \"color-code-line-focus\": \"color-mix(in srgb, #61afef 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #282c34 92%, #abb2bf)\",\n \"color-code-title-text\": \"color-mix(in srgb, #abb2bf 88%, #282c34)\",\n \"color-code-title-border\": \"color-mix(in srgb, #abb2bf 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #abb2bf 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #181a1f 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 15, 18, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #21252b 62%, #282c34)\",\n \"surface-line\": \"color-mix(in srgb, #181a1f 72%, #282c34)\",\n \"brand-violet\": \"#c162de\",\n \"brand-cyan\": \"#42b3c2\",\n \"brand-lime\": \"#8cc265\",\n \"brand-coral\": \"#e05561\",\n \"brand-navy\": \"color-mix(in srgb, #abb2bf 70%, #282c34)\",\n \"brand-violet-rgb\": \"193, 98, 222\",\n \"brand-cyan-rgb\": \"66, 179, 194\",\n \"brand-lime-rgb\": \"140, 194, 101\",\n \"brand-coral-rgb\": \"224, 85, 97\",\n \"accent-a\": \"#61afef\",\n \"accent-b\": \"#c162de\",\n \"accent-c\": \"#42b3c2\",\n \"accent-warm\": \"#d18f52\",\n \"accent-cool\": \"#4aa5f0\",\n \"accent-a-ink\": \"#61afef\",\n \"accent-b-ink\": \"#c66fe1\",\n \"accent-c-ink\": \"#42b3c2\",\n \"accent-warm-ink\": \"#d18f52\",\n \"accent-cool-ink\": \"#4aa5f0\",\n \"accent-coral-ink\": \"#e5707a\",\n \"syntax-foreground\": \"#abb2bf\",\n \"syntax-background\": \"#282c34\",\n \"syntax-token-comment\": \"#5c6370\",\n \"syntax-token-punctuation\": \"#e06c75\",\n \"syntax-token-keyword\": \"#c678dd\",\n \"syntax-token-string\": \"#98c379\",\n \"syntax-token-string-expression\": \"#98c379\",\n \"syntax-token-constant\": \"#d19a66\",\n \"syntax-token-function\": \"#61afef\",\n \"syntax-token-parameter\": \"#e5c07b\",\n \"syntax-token-link\": \"#61afef\",\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-one-dark",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.18",
|
|
4
4
|
"description": "Atom One Light and One Dark — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
43
|
"typescript": "^7.0.2",
|
|
44
44
|
"vite-plus": "0.2.9",
|
|
45
|
-
"@ox-content/vite-plugin": "3.0.0-alpha.
|
|
45
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.18"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|