@ox-content/theme-color-rose-pine 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-rose-pine
2
+
3
+ Rosé Pine — Rosé Pine Dawn and Rosé Pine — 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-rose-pine
10
+ ```
11
+
12
+ ```ts
13
+ // vite.config.ts
14
+ import { defineConfig } from "vite";
15
+ import { oxContent } from "@ox-content/vite-plugin";
16
+ import rosePine from "@ox-content/theme-color-rose-pine";
17
+
18
+ export default defineConfig({
19
+ plugins: [
20
+ oxContent({
21
+ srcDir: "docs",
22
+ ssg: { siteName: "My Docs", theme: rosePine },
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, rosePine, { 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
+ * Rosé Pine — Rosé Pine Dawn and Rosé Pine.
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 rosePine = {
16
+ name: "rose-pine",
17
+ colors: {
18
+ primary: "#79668e",
19
+ primaryHover: "#75608c",
20
+ background: "#faf4ed",
21
+ backgroundAlt: "#fffaf3",
22
+ text: "#575279",
23
+ textMuted: "#6f6c87",
24
+ border: "#dfdad9",
25
+ codeBackground: "#f2e9e1",
26
+ codeBackgroundTop: "#f2e9e1",
27
+ codeText: "#575279"
28
+ },
29
+ darkColors: {
30
+ primary: "#c4a7e7",
31
+ primaryHover: "#dcc9f5",
32
+ background: "#191724",
33
+ backgroundAlt: "#1f1d2e",
34
+ text: "#e0def4",
35
+ textMuted: "#908caa",
36
+ border: "#26233a",
37
+ codeBackground: "#16141f",
38
+ codeBackgroundTop: "#16141f",
39
+ codeText: "#e0def4"
40
+ },
41
+ tokens: {
42
+ "color-code-line-highlight": "color-mix(in srgb, #56949f 16%, transparent)",
43
+ "color-code-line-warning": "color-mix(in srgb, #ea9d34 18%, transparent)",
44
+ "color-code-line-warning-border": "#ea9d34",
45
+ "color-code-line-error": "color-mix(in srgb, #b4637a 20%, transparent)",
46
+ "color-code-line-error-border": "#b4637a",
47
+ "color-code-line-add": "color-mix(in srgb, #286983 16%, transparent)",
48
+ "color-code-line-add-border": "#286983",
49
+ "color-code-line-remove": "color-mix(in srgb, #b4637a 14%, transparent)",
50
+ "color-code-line-remove-border": "#b4637a",
51
+ "color-code-line-focus": "color-mix(in srgb, #79668e 16%, transparent)",
52
+ "color-code-line-dim": "0.45",
53
+ "color-code-title-bg": "color-mix(in srgb, #f2e9e1 92%, #575279)",
54
+ "color-code-title-text": "color-mix(in srgb, #575279 88%, #f2e9e1)",
55
+ "color-code-title-border": "color-mix(in srgb, #575279 22%, transparent)",
56
+ "color-code-line-number": "color-mix(in srgb, #575279 48%, transparent)",
57
+ "color-code-frame-border": "color-mix(in srgb, #dfdad9 92%, transparent)",
58
+ "color-backdrop": "rgba(88, 85, 83, 0.62)",
59
+ "surface-glass": "color-mix(in srgb, #fffaf3 62%, #faf4ed)",
60
+ "surface-line": "color-mix(in srgb, #dfdad9 72%, #faf4ed)",
61
+ "brand-violet": "#907aa9",
62
+ "brand-cyan": "#286983",
63
+ "brand-lime": "#286983",
64
+ "brand-coral": "#b4637a",
65
+ "brand-navy": "color-mix(in srgb, #575279 70%, #faf4ed)",
66
+ "brand-violet-rgb": "144, 122, 169",
67
+ "brand-cyan-rgb": "40, 105, 131",
68
+ "brand-lime-rgb": "40, 105, 131",
69
+ "brand-coral-rgb": "180, 99, 122",
70
+ "accent-a": "#79668e",
71
+ "accent-b": "#907aa9",
72
+ "accent-c": "#286983",
73
+ "accent-warm": "#ea9d34",
74
+ "accent-cool": "#56949f",
75
+ "accent-a-ink": "#79668e",
76
+ "accent-b-ink": "#79668e",
77
+ "accent-c-ink": "#286983",
78
+ "accent-warm-ink": "#966421",
79
+ "accent-cool-ink": "#45767f",
80
+ "accent-coral-ink": "#9e576b",
81
+ "shiki-foreground": "#575279",
82
+ "shiki-background": "#f2e9e1",
83
+ "shiki-token-comment": "color-mix(in srgb, #575279 55%, #f2e9e1)",
84
+ "shiki-token-punctuation": "color-mix(in srgb, #575279 72%, #f2e9e1)",
85
+ "shiki-token-keyword": "#907aa9",
86
+ "shiki-token-string": "#286983",
87
+ "shiki-token-string-expression": "#286983",
88
+ "shiki-token-constant": "#ea9d34",
89
+ "shiki-token-function": "#56949f",
90
+ "shiki-token-parameter": "#b4637a",
91
+ "shiki-token-link": "#286983"
92
+ },
93
+ darkTokens: {
94
+ "color-code-line-highlight": "color-mix(in srgb, #9ccfd8 16%, transparent)",
95
+ "color-code-line-warning": "color-mix(in srgb, #f6c177 18%, transparent)",
96
+ "color-code-line-warning-border": "#f6c177",
97
+ "color-code-line-error": "color-mix(in srgb, #eb6f92 20%, transparent)",
98
+ "color-code-line-error-border": "#eb6f92",
99
+ "color-code-line-add": "color-mix(in srgb, #31748f 16%, transparent)",
100
+ "color-code-line-add-border": "#31748f",
101
+ "color-code-line-remove": "color-mix(in srgb, #eb6f92 14%, transparent)",
102
+ "color-code-line-remove-border": "#eb6f92",
103
+ "color-code-line-focus": "color-mix(in srgb, #c4a7e7 16%, transparent)",
104
+ "color-code-line-dim": "0.35",
105
+ "color-code-title-bg": "color-mix(in srgb, #16141f 92%, #e0def4)",
106
+ "color-code-title-text": "color-mix(in srgb, #e0def4 88%, #16141f)",
107
+ "color-code-title-border": "color-mix(in srgb, #e0def4 22%, transparent)",
108
+ "color-code-line-number": "color-mix(in srgb, #e0def4 48%, transparent)",
109
+ "color-code-frame-border": "color-mix(in srgb, #26233a 92%, transparent)",
110
+ "color-backdrop": "rgba(9, 8, 13, 0.62)",
111
+ "surface-glass": "color-mix(in srgb, #1f1d2e 62%, #191724)",
112
+ "surface-line": "color-mix(in srgb, #26233a 72%, #191724)",
113
+ "brand-violet": "#c4a7e7",
114
+ "brand-cyan": "#9ccfd8",
115
+ "brand-lime": "#31748f",
116
+ "brand-coral": "#eb6f92",
117
+ "brand-navy": "color-mix(in srgb, #e0def4 70%, #191724)",
118
+ "brand-violet-rgb": "196, 167, 231",
119
+ "brand-cyan-rgb": "156, 207, 216",
120
+ "brand-lime-rgb": "49, 116, 143",
121
+ "brand-coral-rgb": "235, 111, 146",
122
+ "accent-a": "#c4a7e7",
123
+ "accent-b": "#c4a7e7",
124
+ "accent-c": "#9ccfd8",
125
+ "accent-warm": "#f6c177",
126
+ "accent-cool": "#9ccfd8",
127
+ "accent-a-ink": "#c4a7e7",
128
+ "accent-b-ink": "#c4a7e7",
129
+ "accent-c-ink": "#9ccfd8",
130
+ "accent-warm-ink": "#f6c177",
131
+ "accent-cool-ink": "#9ccfd8",
132
+ "accent-coral-ink": "#eb6f92",
133
+ "shiki-foreground": "#e0def4",
134
+ "shiki-background": "#16141f",
135
+ "shiki-token-comment": "color-mix(in srgb, #e0def4 55%, #16141f)",
136
+ "shiki-token-punctuation": "color-mix(in srgb, #e0def4 72%, #16141f)",
137
+ "shiki-token-keyword": "#c4a7e7",
138
+ "shiki-token-string": "#31748f",
139
+ "shiki-token-string-expression": "#31748f",
140
+ "shiki-token-constant": "#f6c177",
141
+ "shiki-token-function": "#9ccfd8",
142
+ "shiki-token-parameter": "#eb6f92",
143
+ "shiki-token-link": "#9ccfd8"
144
+ }
145
+ };
146
+ //#endregion
147
+ exports.default = rosePine;
148
+ exports.rosePine = rosePine;
@@ -0,0 +1,15 @@
1
+ import { ThemeConfig } from "@ox-content/vite-plugin";
2
+ //#region src/index.d.ts
3
+ /**
4
+ * Rosé Pine — Rosé Pine Dawn and Rosé Pine.
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 rosePine: ThemeConfig;
13
+ //#endregion
14
+ export { rosePine as default, rosePine };
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
+ * Rosé Pine — Rosé Pine Dawn and Rosé Pine.
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 rosePine: ThemeConfig;
13
+ //#endregion
14
+ export { rosePine as default, rosePine };
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
+ * Rosé Pine — Rosé Pine Dawn and Rosé Pine.
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 rosePine = {
12
+ name: "rose-pine",
13
+ colors: {
14
+ primary: "#79668e",
15
+ primaryHover: "#75608c",
16
+ background: "#faf4ed",
17
+ backgroundAlt: "#fffaf3",
18
+ text: "#575279",
19
+ textMuted: "#6f6c87",
20
+ border: "#dfdad9",
21
+ codeBackground: "#f2e9e1",
22
+ codeBackgroundTop: "#f2e9e1",
23
+ codeText: "#575279"
24
+ },
25
+ darkColors: {
26
+ primary: "#c4a7e7",
27
+ primaryHover: "#dcc9f5",
28
+ background: "#191724",
29
+ backgroundAlt: "#1f1d2e",
30
+ text: "#e0def4",
31
+ textMuted: "#908caa",
32
+ border: "#26233a",
33
+ codeBackground: "#16141f",
34
+ codeBackgroundTop: "#16141f",
35
+ codeText: "#e0def4"
36
+ },
37
+ tokens: {
38
+ "color-code-line-highlight": "color-mix(in srgb, #56949f 16%, transparent)",
39
+ "color-code-line-warning": "color-mix(in srgb, #ea9d34 18%, transparent)",
40
+ "color-code-line-warning-border": "#ea9d34",
41
+ "color-code-line-error": "color-mix(in srgb, #b4637a 20%, transparent)",
42
+ "color-code-line-error-border": "#b4637a",
43
+ "color-code-line-add": "color-mix(in srgb, #286983 16%, transparent)",
44
+ "color-code-line-add-border": "#286983",
45
+ "color-code-line-remove": "color-mix(in srgb, #b4637a 14%, transparent)",
46
+ "color-code-line-remove-border": "#b4637a",
47
+ "color-code-line-focus": "color-mix(in srgb, #79668e 16%, transparent)",
48
+ "color-code-line-dim": "0.45",
49
+ "color-code-title-bg": "color-mix(in srgb, #f2e9e1 92%, #575279)",
50
+ "color-code-title-text": "color-mix(in srgb, #575279 88%, #f2e9e1)",
51
+ "color-code-title-border": "color-mix(in srgb, #575279 22%, transparent)",
52
+ "color-code-line-number": "color-mix(in srgb, #575279 48%, transparent)",
53
+ "color-code-frame-border": "color-mix(in srgb, #dfdad9 92%, transparent)",
54
+ "color-backdrop": "rgba(88, 85, 83, 0.62)",
55
+ "surface-glass": "color-mix(in srgb, #fffaf3 62%, #faf4ed)",
56
+ "surface-line": "color-mix(in srgb, #dfdad9 72%, #faf4ed)",
57
+ "brand-violet": "#907aa9",
58
+ "brand-cyan": "#286983",
59
+ "brand-lime": "#286983",
60
+ "brand-coral": "#b4637a",
61
+ "brand-navy": "color-mix(in srgb, #575279 70%, #faf4ed)",
62
+ "brand-violet-rgb": "144, 122, 169",
63
+ "brand-cyan-rgb": "40, 105, 131",
64
+ "brand-lime-rgb": "40, 105, 131",
65
+ "brand-coral-rgb": "180, 99, 122",
66
+ "accent-a": "#79668e",
67
+ "accent-b": "#907aa9",
68
+ "accent-c": "#286983",
69
+ "accent-warm": "#ea9d34",
70
+ "accent-cool": "#56949f",
71
+ "accent-a-ink": "#79668e",
72
+ "accent-b-ink": "#79668e",
73
+ "accent-c-ink": "#286983",
74
+ "accent-warm-ink": "#966421",
75
+ "accent-cool-ink": "#45767f",
76
+ "accent-coral-ink": "#9e576b",
77
+ "shiki-foreground": "#575279",
78
+ "shiki-background": "#f2e9e1",
79
+ "shiki-token-comment": "color-mix(in srgb, #575279 55%, #f2e9e1)",
80
+ "shiki-token-punctuation": "color-mix(in srgb, #575279 72%, #f2e9e1)",
81
+ "shiki-token-keyword": "#907aa9",
82
+ "shiki-token-string": "#286983",
83
+ "shiki-token-string-expression": "#286983",
84
+ "shiki-token-constant": "#ea9d34",
85
+ "shiki-token-function": "#56949f",
86
+ "shiki-token-parameter": "#b4637a",
87
+ "shiki-token-link": "#286983"
88
+ },
89
+ darkTokens: {
90
+ "color-code-line-highlight": "color-mix(in srgb, #9ccfd8 16%, transparent)",
91
+ "color-code-line-warning": "color-mix(in srgb, #f6c177 18%, transparent)",
92
+ "color-code-line-warning-border": "#f6c177",
93
+ "color-code-line-error": "color-mix(in srgb, #eb6f92 20%, transparent)",
94
+ "color-code-line-error-border": "#eb6f92",
95
+ "color-code-line-add": "color-mix(in srgb, #31748f 16%, transparent)",
96
+ "color-code-line-add-border": "#31748f",
97
+ "color-code-line-remove": "color-mix(in srgb, #eb6f92 14%, transparent)",
98
+ "color-code-line-remove-border": "#eb6f92",
99
+ "color-code-line-focus": "color-mix(in srgb, #c4a7e7 16%, transparent)",
100
+ "color-code-line-dim": "0.35",
101
+ "color-code-title-bg": "color-mix(in srgb, #16141f 92%, #e0def4)",
102
+ "color-code-title-text": "color-mix(in srgb, #e0def4 88%, #16141f)",
103
+ "color-code-title-border": "color-mix(in srgb, #e0def4 22%, transparent)",
104
+ "color-code-line-number": "color-mix(in srgb, #e0def4 48%, transparent)",
105
+ "color-code-frame-border": "color-mix(in srgb, #26233a 92%, transparent)",
106
+ "color-backdrop": "rgba(9, 8, 13, 0.62)",
107
+ "surface-glass": "color-mix(in srgb, #1f1d2e 62%, #191724)",
108
+ "surface-line": "color-mix(in srgb, #26233a 72%, #191724)",
109
+ "brand-violet": "#c4a7e7",
110
+ "brand-cyan": "#9ccfd8",
111
+ "brand-lime": "#31748f",
112
+ "brand-coral": "#eb6f92",
113
+ "brand-navy": "color-mix(in srgb, #e0def4 70%, #191724)",
114
+ "brand-violet-rgb": "196, 167, 231",
115
+ "brand-cyan-rgb": "156, 207, 216",
116
+ "brand-lime-rgb": "49, 116, 143",
117
+ "brand-coral-rgb": "235, 111, 146",
118
+ "accent-a": "#c4a7e7",
119
+ "accent-b": "#c4a7e7",
120
+ "accent-c": "#9ccfd8",
121
+ "accent-warm": "#f6c177",
122
+ "accent-cool": "#9ccfd8",
123
+ "accent-a-ink": "#c4a7e7",
124
+ "accent-b-ink": "#c4a7e7",
125
+ "accent-c-ink": "#9ccfd8",
126
+ "accent-warm-ink": "#f6c177",
127
+ "accent-cool-ink": "#9ccfd8",
128
+ "accent-coral-ink": "#eb6f92",
129
+ "shiki-foreground": "#e0def4",
130
+ "shiki-background": "#16141f",
131
+ "shiki-token-comment": "color-mix(in srgb, #e0def4 55%, #16141f)",
132
+ "shiki-token-punctuation": "color-mix(in srgb, #e0def4 72%, #16141f)",
133
+ "shiki-token-keyword": "#c4a7e7",
134
+ "shiki-token-string": "#31748f",
135
+ "shiki-token-string-expression": "#31748f",
136
+ "shiki-token-constant": "#f6c177",
137
+ "shiki-token-function": "#9ccfd8",
138
+ "shiki-token-parameter": "#eb6f92",
139
+ "shiki-token-link": "#9ccfd8"
140
+ }
141
+ };
142
+ //#endregion
143
+ export { rosePine as default, rosePine };
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 * Rosé Pine — Rosé Pine Dawn and Rosé Pine.\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 rosePine: ThemeConfig = {\n name: \"rose-pine\",\n colors: {\n primary: \"#79668e\",\n primaryHover: \"#75608c\",\n background: \"#faf4ed\",\n backgroundAlt: \"#fffaf3\",\n text: \"#575279\",\n textMuted: \"#6f6c87\",\n border: \"#dfdad9\",\n codeBackground: \"#f2e9e1\",\n codeBackgroundTop: \"#f2e9e1\",\n codeText: \"#575279\",\n },\n darkColors: {\n primary: \"#c4a7e7\",\n primaryHover: \"#dcc9f5\",\n background: \"#191724\",\n backgroundAlt: \"#1f1d2e\",\n text: \"#e0def4\",\n textMuted: \"#908caa\",\n border: \"#26233a\",\n codeBackground: \"#16141f\",\n codeBackgroundTop: \"#16141f\",\n codeText: \"#e0def4\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #56949f 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ea9d34 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ea9d34\",\n \"color-code-line-error\": \"color-mix(in srgb, #b4637a 20%, transparent)\",\n \"color-code-line-error-border\": \"#b4637a\",\n \"color-code-line-add\": \"color-mix(in srgb, #286983 16%, transparent)\",\n \"color-code-line-add-border\": \"#286983\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b4637a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b4637a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #79668e 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2e9e1 92%, #575279)\",\n \"color-code-title-text\": \"color-mix(in srgb, #575279 88%, #f2e9e1)\",\n \"color-code-title-border\": \"color-mix(in srgb, #575279 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #575279 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dfdad9 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 85, 83, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #fffaf3 62%, #faf4ed)\",\n \"surface-line\": \"color-mix(in srgb, #dfdad9 72%, #faf4ed)\",\n \"brand-violet\": \"#907aa9\",\n \"brand-cyan\": \"#286983\",\n \"brand-lime\": \"#286983\",\n \"brand-coral\": \"#b4637a\",\n \"brand-navy\": \"color-mix(in srgb, #575279 70%, #faf4ed)\",\n \"brand-violet-rgb\": \"144, 122, 169\",\n \"brand-cyan-rgb\": \"40, 105, 131\",\n \"brand-lime-rgb\": \"40, 105, 131\",\n \"brand-coral-rgb\": \"180, 99, 122\",\n \"accent-a\": \"#79668e\",\n \"accent-b\": \"#907aa9\",\n \"accent-c\": \"#286983\",\n \"accent-warm\": \"#ea9d34\",\n \"accent-cool\": \"#56949f\",\n \"accent-a-ink\": \"#79668e\",\n \"accent-b-ink\": \"#79668e\",\n \"accent-c-ink\": \"#286983\",\n \"accent-warm-ink\": \"#966421\",\n \"accent-cool-ink\": \"#45767f\",\n \"accent-coral-ink\": \"#9e576b\",\n \"shiki-foreground\": \"#575279\",\n \"shiki-background\": \"#f2e9e1\",\n \"shiki-token-comment\": \"color-mix(in srgb, #575279 55%, #f2e9e1)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #575279 72%, #f2e9e1)\",\n \"shiki-token-keyword\": \"#907aa9\",\n \"shiki-token-string\": \"#286983\",\n \"shiki-token-string-expression\": \"#286983\",\n \"shiki-token-constant\": \"#ea9d34\",\n \"shiki-token-function\": \"#56949f\",\n \"shiki-token-parameter\": \"#b4637a\",\n \"shiki-token-link\": \"#286983\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #9ccfd8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f6c177 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f6c177\",\n \"color-code-line-error\": \"color-mix(in srgb, #eb6f92 20%, transparent)\",\n \"color-code-line-error-border\": \"#eb6f92\",\n \"color-code-line-add\": \"color-mix(in srgb, #31748f 16%, transparent)\",\n \"color-code-line-add-border\": \"#31748f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #eb6f92 14%, transparent)\",\n \"color-code-line-remove-border\": \"#eb6f92\",\n \"color-code-line-focus\": \"color-mix(in srgb, #c4a7e7 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16141f 92%, #e0def4)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e0def4 88%, #16141f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e0def4 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e0def4 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #26233a 92%, transparent)\",\n \"color-backdrop\": \"rgba(9, 8, 13, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1f1d2e 62%, #191724)\",\n \"surface-line\": \"color-mix(in srgb, #26233a 72%, #191724)\",\n \"brand-violet\": \"#c4a7e7\",\n \"brand-cyan\": \"#9ccfd8\",\n \"brand-lime\": \"#31748f\",\n \"brand-coral\": \"#eb6f92\",\n \"brand-navy\": \"color-mix(in srgb, #e0def4 70%, #191724)\",\n \"brand-violet-rgb\": \"196, 167, 231\",\n \"brand-cyan-rgb\": \"156, 207, 216\",\n \"brand-lime-rgb\": \"49, 116, 143\",\n \"brand-coral-rgb\": \"235, 111, 146\",\n \"accent-a\": \"#c4a7e7\",\n \"accent-b\": \"#c4a7e7\",\n \"accent-c\": \"#9ccfd8\",\n \"accent-warm\": \"#f6c177\",\n \"accent-cool\": \"#9ccfd8\",\n \"accent-a-ink\": \"#c4a7e7\",\n \"accent-b-ink\": \"#c4a7e7\",\n \"accent-c-ink\": \"#9ccfd8\",\n \"accent-warm-ink\": \"#f6c177\",\n \"accent-cool-ink\": \"#9ccfd8\",\n \"accent-coral-ink\": \"#eb6f92\",\n \"shiki-foreground\": \"#e0def4\",\n \"shiki-background\": \"#16141f\",\n \"shiki-token-comment\": \"color-mix(in srgb, #e0def4 55%, #16141f)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #e0def4 72%, #16141f)\",\n \"shiki-token-keyword\": \"#c4a7e7\",\n \"shiki-token-string\": \"#31748f\",\n \"shiki-token-string-expression\": \"#31748f\",\n \"shiki-token-constant\": \"#f6c177\",\n \"shiki-token-function\": \"#9ccfd8\",\n \"shiki-token-parameter\": \"#eb6f92\",\n \"shiki-token-link\": \"#9ccfd8\",\n },\n};\n\nexport default rosePine;\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-rose-pine",
3
+ "version": "2.84.0",
4
+ "description": "Rosé Pine Dawn and Rosé Pine — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
5
+ "keywords": [
6
+ "color-scheme",
7
+ "documentation",
8
+ "markdown",
9
+ "ox-content",
10
+ "palette",
11
+ "rose-pine",
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/rose-pine"
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
+ }