@ox-content/theme-color-night-owl 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-night-owl
2
+
3
+ Night Owl — Sarah Drasner's Light Owl and Night Owl — 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-night-owl
10
+ ```
11
+
12
+ ```ts
13
+ // vite.config.ts
14
+ import { defineConfig } from "vite";
15
+ import { oxContent } from "@ox-content/vite-plugin";
16
+ import nightOwl from "@ox-content/theme-color-night-owl";
17
+
18
+ export default defineConfig({
19
+ plugins: [
20
+ oxContent({
21
+ srcDir: "docs",
22
+ ssg: { siteName: "My Docs", theme: nightOwl },
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, nightOwl, { 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
+ * Night Owl — Sarah Drasner's Light Owl and Night Owl.
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 nightOwl = {
16
+ name: "night-owl",
17
+ colors: {
18
+ primary: "#0a7e82",
19
+ primaryHover: "#0a7a7e",
20
+ background: "#fbfbfb",
21
+ backgroundAlt: "#f0f0f0",
22
+ text: "#403f53",
23
+ textMuted: "#706f7b",
24
+ border: "#d9d9d9",
25
+ codeBackground: "#f0f0f0",
26
+ codeBackgroundTop: "#f0f0f0",
27
+ codeText: "#403f53"
28
+ },
29
+ darkColors: {
30
+ primary: "#82aaff",
31
+ primaryHover: "#a6c4ff",
32
+ background: "#011627",
33
+ backgroundAlt: "#0b2942",
34
+ text: "#d6deeb",
35
+ textMuted: "#8badc1",
36
+ border: "#1d3b53",
37
+ codeBackground: "#011425",
38
+ codeBackgroundTop: "#011425",
39
+ codeText: "#d6deeb"
40
+ },
41
+ tokens: {
42
+ "color-code-line-highlight": "color-mix(in srgb, #288ed7 16%, transparent)",
43
+ "color-code-line-warning": "color-mix(in srgb, #daaa01 18%, transparent)",
44
+ "color-code-line-warning-border": "#daaa01",
45
+ "color-code-line-error": "color-mix(in srgb, #de3d3b 20%, transparent)",
46
+ "color-code-line-error-border": "#de3d3b",
47
+ "color-code-line-add": "color-mix(in srgb, #08916a 16%, transparent)",
48
+ "color-code-line-add-border": "#08916a",
49
+ "color-code-line-remove": "color-mix(in srgb, #de3d3b 14%, transparent)",
50
+ "color-code-line-remove-border": "#de3d3b",
51
+ "color-code-line-focus": "color-mix(in srgb, #0a7e82 16%, transparent)",
52
+ "color-code-line-dim": "0.45",
53
+ "color-code-title-bg": "color-mix(in srgb, #f0f0f0 92%, #403f53)",
54
+ "color-code-title-text": "color-mix(in srgb, #403f53 88%, #f0f0f0)",
55
+ "color-code-title-border": "color-mix(in srgb, #403f53 22%, transparent)",
56
+ "color-code-line-number": "color-mix(in srgb, #403f53 48%, transparent)",
57
+ "color-code-frame-border": "color-mix(in srgb, #d9d9d9 92%, transparent)",
58
+ "color-backdrop": "rgba(88, 88, 88, 0.62)",
59
+ "surface-glass": "color-mix(in srgb, #f0f0f0 62%, #fbfbfb)",
60
+ "surface-line": "color-mix(in srgb, #d9d9d9 72%, #fbfbfb)",
61
+ "brand-violet": "#994cc3",
62
+ "brand-cyan": "#0c969b",
63
+ "brand-lime": "#08916a",
64
+ "brand-coral": "#de3d3b",
65
+ "brand-navy": "color-mix(in srgb, #403f53 70%, #fbfbfb)",
66
+ "brand-violet-rgb": "153, 76, 195",
67
+ "brand-cyan-rgb": "12, 150, 155",
68
+ "brand-lime-rgb": "8, 145, 106",
69
+ "brand-coral-rgb": "222, 61, 59",
70
+ "accent-a": "#0a7e82",
71
+ "accent-b": "#994cc3",
72
+ "accent-c": "#0c969b",
73
+ "accent-warm": "#daaa01",
74
+ "accent-cool": "#288ed7",
75
+ "accent-a-ink": "#0a7e82",
76
+ "accent-b-ink": "#994cc3",
77
+ "accent-c-ink": "#0a7e82",
78
+ "accent-warm-ink": "#8c6d01",
79
+ "accent-cool-ink": "#2277b5",
80
+ "accent-coral-ink": "#cc3836",
81
+ "shiki-foreground": "#403f53",
82
+ "shiki-background": "#f0f0f0",
83
+ "shiki-token-comment": "color-mix(in srgb, #403f53 55%, #f0f0f0)",
84
+ "shiki-token-punctuation": "color-mix(in srgb, #403f53 72%, #f0f0f0)",
85
+ "shiki-token-keyword": "#994cc3",
86
+ "shiki-token-string": "#08916a",
87
+ "shiki-token-string-expression": "#08916a",
88
+ "shiki-token-constant": "#daaa01",
89
+ "shiki-token-function": "#288ed7",
90
+ "shiki-token-parameter": "#de3d3b",
91
+ "shiki-token-link": "#0c969b"
92
+ },
93
+ darkTokens: {
94
+ "color-code-line-highlight": "color-mix(in srgb, #82aaff 16%, transparent)",
95
+ "color-code-line-warning": "color-mix(in srgb, #ecc48d 18%, transparent)",
96
+ "color-code-line-warning-border": "#ecc48d",
97
+ "color-code-line-error": "color-mix(in srgb, #ef5350 20%, transparent)",
98
+ "color-code-line-error-border": "#ef5350",
99
+ "color-code-line-add": "color-mix(in srgb, #addb67 16%, transparent)",
100
+ "color-code-line-add-border": "#addb67",
101
+ "color-code-line-remove": "color-mix(in srgb, #ef5350 14%, transparent)",
102
+ "color-code-line-remove-border": "#ef5350",
103
+ "color-code-line-focus": "color-mix(in srgb, #82aaff 16%, transparent)",
104
+ "color-code-line-dim": "0.35",
105
+ "color-code-title-bg": "color-mix(in srgb, #011425 92%, #d6deeb)",
106
+ "color-code-title-text": "color-mix(in srgb, #d6deeb 88%, #011425)",
107
+ "color-code-title-border": "color-mix(in srgb, #d6deeb 22%, transparent)",
108
+ "color-code-line-number": "color-mix(in srgb, #d6deeb 48%, transparent)",
109
+ "color-code-frame-border": "color-mix(in srgb, #1d3b53 92%, transparent)",
110
+ "color-backdrop": "rgba(0, 8, 14, 0.62)",
111
+ "surface-glass": "color-mix(in srgb, #0b2942 62%, #011627)",
112
+ "surface-line": "color-mix(in srgb, #1d3b53 72%, #011627)",
113
+ "brand-violet": "#c792ea",
114
+ "brand-cyan": "#7fdbca",
115
+ "brand-lime": "#addb67",
116
+ "brand-coral": "#ef5350",
117
+ "brand-navy": "color-mix(in srgb, #d6deeb 70%, #011627)",
118
+ "brand-violet-rgb": "199, 146, 234",
119
+ "brand-cyan-rgb": "127, 219, 202",
120
+ "brand-lime-rgb": "173, 219, 103",
121
+ "brand-coral-rgb": "239, 83, 80",
122
+ "accent-a": "#82aaff",
123
+ "accent-b": "#c792ea",
124
+ "accent-c": "#7fdbca",
125
+ "accent-warm": "#ecc48d",
126
+ "accent-cool": "#82aaff",
127
+ "accent-a-ink": "#82aaff",
128
+ "accent-b-ink": "#c792ea",
129
+ "accent-c-ink": "#7fdbca",
130
+ "accent-warm-ink": "#ecc48d",
131
+ "accent-cool-ink": "#82aaff",
132
+ "accent-coral-ink": "#ef5350",
133
+ "shiki-foreground": "#d6deeb",
134
+ "shiki-background": "#011425",
135
+ "shiki-token-comment": "color-mix(in srgb, #d6deeb 55%, #011425)",
136
+ "shiki-token-punctuation": "color-mix(in srgb, #d6deeb 72%, #011425)",
137
+ "shiki-token-keyword": "#c792ea",
138
+ "shiki-token-string": "#addb67",
139
+ "shiki-token-string-expression": "#addb67",
140
+ "shiki-token-constant": "#ecc48d",
141
+ "shiki-token-function": "#82aaff",
142
+ "shiki-token-parameter": "#ef5350",
143
+ "shiki-token-link": "#7fdbca"
144
+ }
145
+ };
146
+ //#endregion
147
+ exports.default = nightOwl;
148
+ exports.nightOwl = nightOwl;
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Night Owl — Sarah Drasner's Light Owl and Night Owl.
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 nightOwl: ThemeConfig;
13
+ //#endregion
14
+ export { nightOwl as default, nightOwl };
15
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;cAWa,UAAU"}
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Night Owl — Sarah Drasner's Light Owl and Night Owl.
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 nightOwl: ThemeConfig;
13
+ //#endregion
14
+ export { nightOwl as default, nightOwl };
15
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;cAWa,UAAU"}
package/dist/index.mjs ADDED
@@ -0,0 +1,145 @@
1
+ //#region src/index.ts
2
+ /**
3
+ * Night Owl — Sarah Drasner's Light Owl and Night Owl.
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 nightOwl = {
12
+ name: "night-owl",
13
+ colors: {
14
+ primary: "#0a7e82",
15
+ primaryHover: "#0a7a7e",
16
+ background: "#fbfbfb",
17
+ backgroundAlt: "#f0f0f0",
18
+ text: "#403f53",
19
+ textMuted: "#706f7b",
20
+ border: "#d9d9d9",
21
+ codeBackground: "#f0f0f0",
22
+ codeBackgroundTop: "#f0f0f0",
23
+ codeText: "#403f53"
24
+ },
25
+ darkColors: {
26
+ primary: "#82aaff",
27
+ primaryHover: "#a6c4ff",
28
+ background: "#011627",
29
+ backgroundAlt: "#0b2942",
30
+ text: "#d6deeb",
31
+ textMuted: "#8badc1",
32
+ border: "#1d3b53",
33
+ codeBackground: "#011425",
34
+ codeBackgroundTop: "#011425",
35
+ codeText: "#d6deeb"
36
+ },
37
+ tokens: {
38
+ "color-code-line-highlight": "color-mix(in srgb, #288ed7 16%, transparent)",
39
+ "color-code-line-warning": "color-mix(in srgb, #daaa01 18%, transparent)",
40
+ "color-code-line-warning-border": "#daaa01",
41
+ "color-code-line-error": "color-mix(in srgb, #de3d3b 20%, transparent)",
42
+ "color-code-line-error-border": "#de3d3b",
43
+ "color-code-line-add": "color-mix(in srgb, #08916a 16%, transparent)",
44
+ "color-code-line-add-border": "#08916a",
45
+ "color-code-line-remove": "color-mix(in srgb, #de3d3b 14%, transparent)",
46
+ "color-code-line-remove-border": "#de3d3b",
47
+ "color-code-line-focus": "color-mix(in srgb, #0a7e82 16%, transparent)",
48
+ "color-code-line-dim": "0.45",
49
+ "color-code-title-bg": "color-mix(in srgb, #f0f0f0 92%, #403f53)",
50
+ "color-code-title-text": "color-mix(in srgb, #403f53 88%, #f0f0f0)",
51
+ "color-code-title-border": "color-mix(in srgb, #403f53 22%, transparent)",
52
+ "color-code-line-number": "color-mix(in srgb, #403f53 48%, transparent)",
53
+ "color-code-frame-border": "color-mix(in srgb, #d9d9d9 92%, transparent)",
54
+ "color-backdrop": "rgba(88, 88, 88, 0.62)",
55
+ "surface-glass": "color-mix(in srgb, #f0f0f0 62%, #fbfbfb)",
56
+ "surface-line": "color-mix(in srgb, #d9d9d9 72%, #fbfbfb)",
57
+ "brand-violet": "#994cc3",
58
+ "brand-cyan": "#0c969b",
59
+ "brand-lime": "#08916a",
60
+ "brand-coral": "#de3d3b",
61
+ "brand-navy": "color-mix(in srgb, #403f53 70%, #fbfbfb)",
62
+ "brand-violet-rgb": "153, 76, 195",
63
+ "brand-cyan-rgb": "12, 150, 155",
64
+ "brand-lime-rgb": "8, 145, 106",
65
+ "brand-coral-rgb": "222, 61, 59",
66
+ "accent-a": "#0a7e82",
67
+ "accent-b": "#994cc3",
68
+ "accent-c": "#0c969b",
69
+ "accent-warm": "#daaa01",
70
+ "accent-cool": "#288ed7",
71
+ "accent-a-ink": "#0a7e82",
72
+ "accent-b-ink": "#994cc3",
73
+ "accent-c-ink": "#0a7e82",
74
+ "accent-warm-ink": "#8c6d01",
75
+ "accent-cool-ink": "#2277b5",
76
+ "accent-coral-ink": "#cc3836",
77
+ "shiki-foreground": "#403f53",
78
+ "shiki-background": "#f0f0f0",
79
+ "shiki-token-comment": "color-mix(in srgb, #403f53 55%, #f0f0f0)",
80
+ "shiki-token-punctuation": "color-mix(in srgb, #403f53 72%, #f0f0f0)",
81
+ "shiki-token-keyword": "#994cc3",
82
+ "shiki-token-string": "#08916a",
83
+ "shiki-token-string-expression": "#08916a",
84
+ "shiki-token-constant": "#daaa01",
85
+ "shiki-token-function": "#288ed7",
86
+ "shiki-token-parameter": "#de3d3b",
87
+ "shiki-token-link": "#0c969b"
88
+ },
89
+ darkTokens: {
90
+ "color-code-line-highlight": "color-mix(in srgb, #82aaff 16%, transparent)",
91
+ "color-code-line-warning": "color-mix(in srgb, #ecc48d 18%, transparent)",
92
+ "color-code-line-warning-border": "#ecc48d",
93
+ "color-code-line-error": "color-mix(in srgb, #ef5350 20%, transparent)",
94
+ "color-code-line-error-border": "#ef5350",
95
+ "color-code-line-add": "color-mix(in srgb, #addb67 16%, transparent)",
96
+ "color-code-line-add-border": "#addb67",
97
+ "color-code-line-remove": "color-mix(in srgb, #ef5350 14%, transparent)",
98
+ "color-code-line-remove-border": "#ef5350",
99
+ "color-code-line-focus": "color-mix(in srgb, #82aaff 16%, transparent)",
100
+ "color-code-line-dim": "0.35",
101
+ "color-code-title-bg": "color-mix(in srgb, #011425 92%, #d6deeb)",
102
+ "color-code-title-text": "color-mix(in srgb, #d6deeb 88%, #011425)",
103
+ "color-code-title-border": "color-mix(in srgb, #d6deeb 22%, transparent)",
104
+ "color-code-line-number": "color-mix(in srgb, #d6deeb 48%, transparent)",
105
+ "color-code-frame-border": "color-mix(in srgb, #1d3b53 92%, transparent)",
106
+ "color-backdrop": "rgba(0, 8, 14, 0.62)",
107
+ "surface-glass": "color-mix(in srgb, #0b2942 62%, #011627)",
108
+ "surface-line": "color-mix(in srgb, #1d3b53 72%, #011627)",
109
+ "brand-violet": "#c792ea",
110
+ "brand-cyan": "#7fdbca",
111
+ "brand-lime": "#addb67",
112
+ "brand-coral": "#ef5350",
113
+ "brand-navy": "color-mix(in srgb, #d6deeb 70%, #011627)",
114
+ "brand-violet-rgb": "199, 146, 234",
115
+ "brand-cyan-rgb": "127, 219, 202",
116
+ "brand-lime-rgb": "173, 219, 103",
117
+ "brand-coral-rgb": "239, 83, 80",
118
+ "accent-a": "#82aaff",
119
+ "accent-b": "#c792ea",
120
+ "accent-c": "#7fdbca",
121
+ "accent-warm": "#ecc48d",
122
+ "accent-cool": "#82aaff",
123
+ "accent-a-ink": "#82aaff",
124
+ "accent-b-ink": "#c792ea",
125
+ "accent-c-ink": "#7fdbca",
126
+ "accent-warm-ink": "#ecc48d",
127
+ "accent-cool-ink": "#82aaff",
128
+ "accent-coral-ink": "#ef5350",
129
+ "shiki-foreground": "#d6deeb",
130
+ "shiki-background": "#011425",
131
+ "shiki-token-comment": "color-mix(in srgb, #d6deeb 55%, #011425)",
132
+ "shiki-token-punctuation": "color-mix(in srgb, #d6deeb 72%, #011425)",
133
+ "shiki-token-keyword": "#c792ea",
134
+ "shiki-token-string": "#addb67",
135
+ "shiki-token-string-expression": "#addb67",
136
+ "shiki-token-constant": "#ecc48d",
137
+ "shiki-token-function": "#82aaff",
138
+ "shiki-token-parameter": "#ef5350",
139
+ "shiki-token-link": "#7fdbca"
140
+ }
141
+ };
142
+ //#endregion
143
+ export { nightOwl as default, nightOwl };
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 * Night Owl — Sarah Drasner's Light Owl and Night Owl.\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 nightOwl: ThemeConfig = {\n name: \"night-owl\",\n colors: {\n primary: \"#0a7e82\",\n primaryHover: \"#0a7a7e\",\n background: \"#fbfbfb\",\n backgroundAlt: \"#f0f0f0\",\n text: \"#403f53\",\n textMuted: \"#706f7b\",\n border: \"#d9d9d9\",\n codeBackground: \"#f0f0f0\",\n codeBackgroundTop: \"#f0f0f0\",\n codeText: \"#403f53\",\n },\n darkColors: {\n primary: \"#82aaff\",\n primaryHover: \"#a6c4ff\",\n background: \"#011627\",\n backgroundAlt: \"#0b2942\",\n text: \"#d6deeb\",\n textMuted: \"#8badc1\",\n border: \"#1d3b53\",\n codeBackground: \"#011425\",\n codeBackgroundTop: \"#011425\",\n codeText: \"#d6deeb\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #288ed7 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #daaa01 18%, transparent)\",\n \"color-code-line-warning-border\": \"#daaa01\",\n \"color-code-line-error\": \"color-mix(in srgb, #de3d3b 20%, transparent)\",\n \"color-code-line-error-border\": \"#de3d3b\",\n \"color-code-line-add\": \"color-mix(in srgb, #08916a 16%, transparent)\",\n \"color-code-line-add-border\": \"#08916a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #de3d3b 14%, transparent)\",\n \"color-code-line-remove-border\": \"#de3d3b\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0a7e82 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f0f0f0 92%, #403f53)\",\n \"color-code-title-text\": \"color-mix(in srgb, #403f53 88%, #f0f0f0)\",\n \"color-code-title-border\": \"color-mix(in srgb, #403f53 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #403f53 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d9d9d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f0f0f0 62%, #fbfbfb)\",\n \"surface-line\": \"color-mix(in srgb, #d9d9d9 72%, #fbfbfb)\",\n \"brand-violet\": \"#994cc3\",\n \"brand-cyan\": \"#0c969b\",\n \"brand-lime\": \"#08916a\",\n \"brand-coral\": \"#de3d3b\",\n \"brand-navy\": \"color-mix(in srgb, #403f53 70%, #fbfbfb)\",\n \"brand-violet-rgb\": \"153, 76, 195\",\n \"brand-cyan-rgb\": \"12, 150, 155\",\n \"brand-lime-rgb\": \"8, 145, 106\",\n \"brand-coral-rgb\": \"222, 61, 59\",\n \"accent-a\": \"#0a7e82\",\n \"accent-b\": \"#994cc3\",\n \"accent-c\": \"#0c969b\",\n \"accent-warm\": \"#daaa01\",\n \"accent-cool\": \"#288ed7\",\n \"accent-a-ink\": \"#0a7e82\",\n \"accent-b-ink\": \"#994cc3\",\n \"accent-c-ink\": \"#0a7e82\",\n \"accent-warm-ink\": \"#8c6d01\",\n \"accent-cool-ink\": \"#2277b5\",\n \"accent-coral-ink\": \"#cc3836\",\n \"shiki-foreground\": \"#403f53\",\n \"shiki-background\": \"#f0f0f0\",\n \"shiki-token-comment\": \"color-mix(in srgb, #403f53 55%, #f0f0f0)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #403f53 72%, #f0f0f0)\",\n \"shiki-token-keyword\": \"#994cc3\",\n \"shiki-token-string\": \"#08916a\",\n \"shiki-token-string-expression\": \"#08916a\",\n \"shiki-token-constant\": \"#daaa01\",\n \"shiki-token-function\": \"#288ed7\",\n \"shiki-token-parameter\": \"#de3d3b\",\n \"shiki-token-link\": \"#0c969b\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ecc48d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ecc48d\",\n \"color-code-line-error\": \"color-mix(in srgb, #ef5350 20%, transparent)\",\n \"color-code-line-error-border\": \"#ef5350\",\n \"color-code-line-add\": \"color-mix(in srgb, #addb67 16%, transparent)\",\n \"color-code-line-add-border\": \"#addb67\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ef5350 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ef5350\",\n \"color-code-line-focus\": \"color-mix(in srgb, #82aaff 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #011425 92%, #d6deeb)\",\n \"color-code-title-text\": \"color-mix(in srgb, #d6deeb 88%, #011425)\",\n \"color-code-title-border\": \"color-mix(in srgb, #d6deeb 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #d6deeb 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #1d3b53 92%, transparent)\",\n \"color-backdrop\": \"rgba(0, 8, 14, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #0b2942 62%, #011627)\",\n \"surface-line\": \"color-mix(in srgb, #1d3b53 72%, #011627)\",\n \"brand-violet\": \"#c792ea\",\n \"brand-cyan\": \"#7fdbca\",\n \"brand-lime\": \"#addb67\",\n \"brand-coral\": \"#ef5350\",\n \"brand-navy\": \"color-mix(in srgb, #d6deeb 70%, #011627)\",\n \"brand-violet-rgb\": \"199, 146, 234\",\n \"brand-cyan-rgb\": \"127, 219, 202\",\n \"brand-lime-rgb\": \"173, 219, 103\",\n \"brand-coral-rgb\": \"239, 83, 80\",\n \"accent-a\": \"#82aaff\",\n \"accent-b\": \"#c792ea\",\n \"accent-c\": \"#7fdbca\",\n \"accent-warm\": \"#ecc48d\",\n \"accent-cool\": \"#82aaff\",\n \"accent-a-ink\": \"#82aaff\",\n \"accent-b-ink\": \"#c792ea\",\n \"accent-c-ink\": \"#7fdbca\",\n \"accent-warm-ink\": \"#ecc48d\",\n \"accent-cool-ink\": \"#82aaff\",\n \"accent-coral-ink\": \"#ef5350\",\n \"shiki-foreground\": \"#d6deeb\",\n \"shiki-background\": \"#011425\",\n \"shiki-token-comment\": \"color-mix(in srgb, #d6deeb 55%, #011425)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #d6deeb 72%, #011425)\",\n \"shiki-token-keyword\": \"#c792ea\",\n \"shiki-token-string\": \"#addb67\",\n \"shiki-token-string-expression\": \"#addb67\",\n \"shiki-token-constant\": \"#ecc48d\",\n \"shiki-token-function\": \"#82aaff\",\n \"shiki-token-parameter\": \"#ef5350\",\n \"shiki-token-link\": \"#7fdbca\",\n },\n};\n\nexport default nightOwl;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,WAAwB;CACnC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,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-night-owl",
3
+ "version": "2.84.0",
4
+ "description": "Sarah Drasner's Light Owl and Night Owl — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
5
+ "keywords": [
6
+ "color-scheme",
7
+ "documentation",
8
+ "markdown",
9
+ "night-owl",
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/night-owl"
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
+ }