@ox-content/theme-color-sand 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 +21 -0
- package/README.md +39 -0
- package/dist/index.cjs +148 -0
- package/dist/index.d.cts +15 -0
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +15 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +145 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +60 -0
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-sand
|
|
2
|
+
|
|
3
|
+
Sand — Warm neutral stone with terracotta — 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-sand
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
```ts
|
|
13
|
+
// vite.config.ts
|
|
14
|
+
import { defineConfig } from "vite";
|
|
15
|
+
import { oxContent } from "@ox-content/vite-plugin";
|
|
16
|
+
import sand from "@ox-content/theme-color-sand";
|
|
17
|
+
|
|
18
|
+
export default defineConfig({
|
|
19
|
+
plugins: [
|
|
20
|
+
oxContent({
|
|
21
|
+
srcDir: "docs",
|
|
22
|
+
ssg: { siteName: "My Docs", theme: sand },
|
|
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, sand, { 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
|
+
* Sand — Warm neutral stone with terracotta.
|
|
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 sand = {
|
|
16
|
+
name: "sand",
|
|
17
|
+
colors: {
|
|
18
|
+
primary: "#b4552d",
|
|
19
|
+
primaryHover: "#8f4122",
|
|
20
|
+
background: "#faf7f2",
|
|
21
|
+
backgroundAlt: "#f0ebe2",
|
|
22
|
+
text: "#1f1b16",
|
|
23
|
+
textMuted: "#6d6255",
|
|
24
|
+
border: "#e2dacd",
|
|
25
|
+
codeBackground: "#221d18",
|
|
26
|
+
codeBackgroundTop: "#221d18",
|
|
27
|
+
codeText: "#f0ebe2"
|
|
28
|
+
},
|
|
29
|
+
darkColors: {
|
|
30
|
+
primary: "#e08a5c",
|
|
31
|
+
primaryHover: "#eda884",
|
|
32
|
+
background: "#191510",
|
|
33
|
+
backgroundAlt: "#221d17",
|
|
34
|
+
text: "#f0e9dd",
|
|
35
|
+
textMuted: "#9d9082",
|
|
36
|
+
border: "#332b22",
|
|
37
|
+
codeBackground: "#12100c",
|
|
38
|
+
codeBackgroundTop: "#12100c",
|
|
39
|
+
codeText: "#f0e9dd"
|
|
40
|
+
},
|
|
41
|
+
tokens: {
|
|
42
|
+
"color-code-line-highlight": "color-mix(in srgb, #4a6478 16%, transparent)",
|
|
43
|
+
"color-code-line-warning": "color-mix(in srgb, #9a7420 18%, transparent)",
|
|
44
|
+
"color-code-line-warning-border": "#9a7420",
|
|
45
|
+
"color-code-line-error": "color-mix(in srgb, #b03a2e 20%, transparent)",
|
|
46
|
+
"color-code-line-error-border": "#b03a2e",
|
|
47
|
+
"color-code-line-add": "color-mix(in srgb, #5c7043 16%, transparent)",
|
|
48
|
+
"color-code-line-add-border": "#5c7043",
|
|
49
|
+
"color-code-line-remove": "color-mix(in srgb, #b03a2e 14%, transparent)",
|
|
50
|
+
"color-code-line-remove-border": "#b03a2e",
|
|
51
|
+
"color-code-line-focus": "color-mix(in srgb, #b4552d 16%, transparent)",
|
|
52
|
+
"color-code-line-dim": "0.45",
|
|
53
|
+
"color-code-title-bg": "color-mix(in srgb, #221d18 92%, #f0ebe2)",
|
|
54
|
+
"color-code-title-text": "color-mix(in srgb, #f0ebe2 88%, #221d18)",
|
|
55
|
+
"color-code-title-border": "color-mix(in srgb, #f0ebe2 22%, transparent)",
|
|
56
|
+
"color-code-line-number": "color-mix(in srgb, #f0ebe2 48%, transparent)",
|
|
57
|
+
"color-code-frame-border": "color-mix(in srgb, #e2dacd 92%, transparent)",
|
|
58
|
+
"color-backdrop": "rgba(88, 86, 85, 0.62)",
|
|
59
|
+
"surface-glass": "color-mix(in srgb, #f0ebe2 62%, #faf7f2)",
|
|
60
|
+
"surface-line": "color-mix(in srgb, #e2dacd 72%, #faf7f2)",
|
|
61
|
+
"brand-violet": "#8a5470",
|
|
62
|
+
"brand-cyan": "#3f6f68",
|
|
63
|
+
"brand-lime": "#5c7043",
|
|
64
|
+
"brand-coral": "#b03a2e",
|
|
65
|
+
"brand-navy": "color-mix(in srgb, #1f1b16 70%, #faf7f2)",
|
|
66
|
+
"brand-violet-rgb": "138, 84, 112",
|
|
67
|
+
"brand-cyan-rgb": "63, 111, 104",
|
|
68
|
+
"brand-lime-rgb": "92, 112, 67",
|
|
69
|
+
"brand-coral-rgb": "176, 58, 46",
|
|
70
|
+
"accent-a": "#b4552d",
|
|
71
|
+
"accent-b": "#8a5470",
|
|
72
|
+
"accent-c": "#3f6f68",
|
|
73
|
+
"accent-warm": "#9a7420",
|
|
74
|
+
"accent-cool": "#4a6478",
|
|
75
|
+
"accent-a-ink": "#b4552d",
|
|
76
|
+
"accent-b-ink": "#8a5470",
|
|
77
|
+
"accent-c-ink": "#3f6f68",
|
|
78
|
+
"accent-warm-ink": "#8e6b1d",
|
|
79
|
+
"accent-cool-ink": "#4a6478",
|
|
80
|
+
"accent-coral-ink": "#b03a2e",
|
|
81
|
+
"shiki-foreground": "#f0ebe2",
|
|
82
|
+
"shiki-background": "#221d18",
|
|
83
|
+
"shiki-token-comment": "color-mix(in srgb, #f0ebe2 55%, #221d18)",
|
|
84
|
+
"shiki-token-punctuation": "color-mix(in srgb, #f0ebe2 72%, #221d18)",
|
|
85
|
+
"shiki-token-keyword": "#c396ac",
|
|
86
|
+
"shiki-token-string": "#a3b878",
|
|
87
|
+
"shiki-token-string-expression": "#a3b878",
|
|
88
|
+
"shiki-token-constant": "#dcbb7a",
|
|
89
|
+
"shiki-token-function": "#8fa8bc",
|
|
90
|
+
"shiki-token-parameter": "#e08272",
|
|
91
|
+
"shiki-token-link": "#7fb3a8"
|
|
92
|
+
},
|
|
93
|
+
darkTokens: {
|
|
94
|
+
"color-code-line-highlight": "color-mix(in srgb, #8fa8bc 16%, transparent)",
|
|
95
|
+
"color-code-line-warning": "color-mix(in srgb, #dcbb7a 18%, transparent)",
|
|
96
|
+
"color-code-line-warning-border": "#dcbb7a",
|
|
97
|
+
"color-code-line-error": "color-mix(in srgb, #e08272 20%, transparent)",
|
|
98
|
+
"color-code-line-error-border": "#e08272",
|
|
99
|
+
"color-code-line-add": "color-mix(in srgb, #a3b878 16%, transparent)",
|
|
100
|
+
"color-code-line-add-border": "#a3b878",
|
|
101
|
+
"color-code-line-remove": "color-mix(in srgb, #e08272 14%, transparent)",
|
|
102
|
+
"color-code-line-remove-border": "#e08272",
|
|
103
|
+
"color-code-line-focus": "color-mix(in srgb, #e08a5c 16%, transparent)",
|
|
104
|
+
"color-code-line-dim": "0.35",
|
|
105
|
+
"color-code-title-bg": "color-mix(in srgb, #12100c 92%, #f0e9dd)",
|
|
106
|
+
"color-code-title-text": "color-mix(in srgb, #f0e9dd 88%, #12100c)",
|
|
107
|
+
"color-code-title-border": "color-mix(in srgb, #f0e9dd 22%, transparent)",
|
|
108
|
+
"color-code-line-number": "color-mix(in srgb, #f0e9dd 48%, transparent)",
|
|
109
|
+
"color-code-frame-border": "color-mix(in srgb, #332b22 92%, transparent)",
|
|
110
|
+
"color-backdrop": "rgba(9, 7, 6, 0.62)",
|
|
111
|
+
"surface-glass": "color-mix(in srgb, #221d17 62%, #191510)",
|
|
112
|
+
"surface-line": "color-mix(in srgb, #332b22 72%, #191510)",
|
|
113
|
+
"brand-violet": "#c396ac",
|
|
114
|
+
"brand-cyan": "#7fb3a8",
|
|
115
|
+
"brand-lime": "#a3b878",
|
|
116
|
+
"brand-coral": "#e08272",
|
|
117
|
+
"brand-navy": "color-mix(in srgb, #f0e9dd 70%, #191510)",
|
|
118
|
+
"brand-violet-rgb": "195, 150, 172",
|
|
119
|
+
"brand-cyan-rgb": "127, 179, 168",
|
|
120
|
+
"brand-lime-rgb": "163, 184, 120",
|
|
121
|
+
"brand-coral-rgb": "224, 130, 114",
|
|
122
|
+
"accent-a": "#e08a5c",
|
|
123
|
+
"accent-b": "#c396ac",
|
|
124
|
+
"accent-c": "#7fb3a8",
|
|
125
|
+
"accent-warm": "#dcbb7a",
|
|
126
|
+
"accent-cool": "#8fa8bc",
|
|
127
|
+
"accent-a-ink": "#e08a5c",
|
|
128
|
+
"accent-b-ink": "#c396ac",
|
|
129
|
+
"accent-c-ink": "#7fb3a8",
|
|
130
|
+
"accent-warm-ink": "#dcbb7a",
|
|
131
|
+
"accent-cool-ink": "#8fa8bc",
|
|
132
|
+
"accent-coral-ink": "#e08272",
|
|
133
|
+
"shiki-foreground": "#f0e9dd",
|
|
134
|
+
"shiki-background": "#12100c",
|
|
135
|
+
"shiki-token-comment": "color-mix(in srgb, #f0e9dd 55%, #12100c)",
|
|
136
|
+
"shiki-token-punctuation": "color-mix(in srgb, #f0e9dd 72%, #12100c)",
|
|
137
|
+
"shiki-token-keyword": "#c396ac",
|
|
138
|
+
"shiki-token-string": "#a3b878",
|
|
139
|
+
"shiki-token-string-expression": "#a3b878",
|
|
140
|
+
"shiki-token-constant": "#dcbb7a",
|
|
141
|
+
"shiki-token-function": "#8fa8bc",
|
|
142
|
+
"shiki-token-parameter": "#e08272",
|
|
143
|
+
"shiki-token-link": "#7fb3a8"
|
|
144
|
+
}
|
|
145
|
+
};
|
|
146
|
+
//#endregion
|
|
147
|
+
exports.default = sand;
|
|
148
|
+
exports.sand = sand;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
2
|
+
//#region src/index.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* Sand — Warm neutral stone with terracotta.
|
|
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 sand: ThemeConfig;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { sand as default, sand };
|
|
15
|
+
//# sourceMappingURL=index.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;cAWa,MAAM"}
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
2
|
+
//#region src/index.d.ts
|
|
3
|
+
/**
|
|
4
|
+
* Sand — Warm neutral stone with terracotta.
|
|
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 sand: ThemeConfig;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { sand as default, sand };
|
|
15
|
+
//# sourceMappingURL=index.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"mappings":";;;;;;;;;;;cAWa,MAAM"}
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
//#region src/index.ts
|
|
2
|
+
/**
|
|
3
|
+
* Sand — Warm neutral stone with terracotta.
|
|
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 sand = {
|
|
12
|
+
name: "sand",
|
|
13
|
+
colors: {
|
|
14
|
+
primary: "#b4552d",
|
|
15
|
+
primaryHover: "#8f4122",
|
|
16
|
+
background: "#faf7f2",
|
|
17
|
+
backgroundAlt: "#f0ebe2",
|
|
18
|
+
text: "#1f1b16",
|
|
19
|
+
textMuted: "#6d6255",
|
|
20
|
+
border: "#e2dacd",
|
|
21
|
+
codeBackground: "#221d18",
|
|
22
|
+
codeBackgroundTop: "#221d18",
|
|
23
|
+
codeText: "#f0ebe2"
|
|
24
|
+
},
|
|
25
|
+
darkColors: {
|
|
26
|
+
primary: "#e08a5c",
|
|
27
|
+
primaryHover: "#eda884",
|
|
28
|
+
background: "#191510",
|
|
29
|
+
backgroundAlt: "#221d17",
|
|
30
|
+
text: "#f0e9dd",
|
|
31
|
+
textMuted: "#9d9082",
|
|
32
|
+
border: "#332b22",
|
|
33
|
+
codeBackground: "#12100c",
|
|
34
|
+
codeBackgroundTop: "#12100c",
|
|
35
|
+
codeText: "#f0e9dd"
|
|
36
|
+
},
|
|
37
|
+
tokens: {
|
|
38
|
+
"color-code-line-highlight": "color-mix(in srgb, #4a6478 16%, transparent)",
|
|
39
|
+
"color-code-line-warning": "color-mix(in srgb, #9a7420 18%, transparent)",
|
|
40
|
+
"color-code-line-warning-border": "#9a7420",
|
|
41
|
+
"color-code-line-error": "color-mix(in srgb, #b03a2e 20%, transparent)",
|
|
42
|
+
"color-code-line-error-border": "#b03a2e",
|
|
43
|
+
"color-code-line-add": "color-mix(in srgb, #5c7043 16%, transparent)",
|
|
44
|
+
"color-code-line-add-border": "#5c7043",
|
|
45
|
+
"color-code-line-remove": "color-mix(in srgb, #b03a2e 14%, transparent)",
|
|
46
|
+
"color-code-line-remove-border": "#b03a2e",
|
|
47
|
+
"color-code-line-focus": "color-mix(in srgb, #b4552d 16%, transparent)",
|
|
48
|
+
"color-code-line-dim": "0.45",
|
|
49
|
+
"color-code-title-bg": "color-mix(in srgb, #221d18 92%, #f0ebe2)",
|
|
50
|
+
"color-code-title-text": "color-mix(in srgb, #f0ebe2 88%, #221d18)",
|
|
51
|
+
"color-code-title-border": "color-mix(in srgb, #f0ebe2 22%, transparent)",
|
|
52
|
+
"color-code-line-number": "color-mix(in srgb, #f0ebe2 48%, transparent)",
|
|
53
|
+
"color-code-frame-border": "color-mix(in srgb, #e2dacd 92%, transparent)",
|
|
54
|
+
"color-backdrop": "rgba(88, 86, 85, 0.62)",
|
|
55
|
+
"surface-glass": "color-mix(in srgb, #f0ebe2 62%, #faf7f2)",
|
|
56
|
+
"surface-line": "color-mix(in srgb, #e2dacd 72%, #faf7f2)",
|
|
57
|
+
"brand-violet": "#8a5470",
|
|
58
|
+
"brand-cyan": "#3f6f68",
|
|
59
|
+
"brand-lime": "#5c7043",
|
|
60
|
+
"brand-coral": "#b03a2e",
|
|
61
|
+
"brand-navy": "color-mix(in srgb, #1f1b16 70%, #faf7f2)",
|
|
62
|
+
"brand-violet-rgb": "138, 84, 112",
|
|
63
|
+
"brand-cyan-rgb": "63, 111, 104",
|
|
64
|
+
"brand-lime-rgb": "92, 112, 67",
|
|
65
|
+
"brand-coral-rgb": "176, 58, 46",
|
|
66
|
+
"accent-a": "#b4552d",
|
|
67
|
+
"accent-b": "#8a5470",
|
|
68
|
+
"accent-c": "#3f6f68",
|
|
69
|
+
"accent-warm": "#9a7420",
|
|
70
|
+
"accent-cool": "#4a6478",
|
|
71
|
+
"accent-a-ink": "#b4552d",
|
|
72
|
+
"accent-b-ink": "#8a5470",
|
|
73
|
+
"accent-c-ink": "#3f6f68",
|
|
74
|
+
"accent-warm-ink": "#8e6b1d",
|
|
75
|
+
"accent-cool-ink": "#4a6478",
|
|
76
|
+
"accent-coral-ink": "#b03a2e",
|
|
77
|
+
"shiki-foreground": "#f0ebe2",
|
|
78
|
+
"shiki-background": "#221d18",
|
|
79
|
+
"shiki-token-comment": "color-mix(in srgb, #f0ebe2 55%, #221d18)",
|
|
80
|
+
"shiki-token-punctuation": "color-mix(in srgb, #f0ebe2 72%, #221d18)",
|
|
81
|
+
"shiki-token-keyword": "#c396ac",
|
|
82
|
+
"shiki-token-string": "#a3b878",
|
|
83
|
+
"shiki-token-string-expression": "#a3b878",
|
|
84
|
+
"shiki-token-constant": "#dcbb7a",
|
|
85
|
+
"shiki-token-function": "#8fa8bc",
|
|
86
|
+
"shiki-token-parameter": "#e08272",
|
|
87
|
+
"shiki-token-link": "#7fb3a8"
|
|
88
|
+
},
|
|
89
|
+
darkTokens: {
|
|
90
|
+
"color-code-line-highlight": "color-mix(in srgb, #8fa8bc 16%, transparent)",
|
|
91
|
+
"color-code-line-warning": "color-mix(in srgb, #dcbb7a 18%, transparent)",
|
|
92
|
+
"color-code-line-warning-border": "#dcbb7a",
|
|
93
|
+
"color-code-line-error": "color-mix(in srgb, #e08272 20%, transparent)",
|
|
94
|
+
"color-code-line-error-border": "#e08272",
|
|
95
|
+
"color-code-line-add": "color-mix(in srgb, #a3b878 16%, transparent)",
|
|
96
|
+
"color-code-line-add-border": "#a3b878",
|
|
97
|
+
"color-code-line-remove": "color-mix(in srgb, #e08272 14%, transparent)",
|
|
98
|
+
"color-code-line-remove-border": "#e08272",
|
|
99
|
+
"color-code-line-focus": "color-mix(in srgb, #e08a5c 16%, transparent)",
|
|
100
|
+
"color-code-line-dim": "0.35",
|
|
101
|
+
"color-code-title-bg": "color-mix(in srgb, #12100c 92%, #f0e9dd)",
|
|
102
|
+
"color-code-title-text": "color-mix(in srgb, #f0e9dd 88%, #12100c)",
|
|
103
|
+
"color-code-title-border": "color-mix(in srgb, #f0e9dd 22%, transparent)",
|
|
104
|
+
"color-code-line-number": "color-mix(in srgb, #f0e9dd 48%, transparent)",
|
|
105
|
+
"color-code-frame-border": "color-mix(in srgb, #332b22 92%, transparent)",
|
|
106
|
+
"color-backdrop": "rgba(9, 7, 6, 0.62)",
|
|
107
|
+
"surface-glass": "color-mix(in srgb, #221d17 62%, #191510)",
|
|
108
|
+
"surface-line": "color-mix(in srgb, #332b22 72%, #191510)",
|
|
109
|
+
"brand-violet": "#c396ac",
|
|
110
|
+
"brand-cyan": "#7fb3a8",
|
|
111
|
+
"brand-lime": "#a3b878",
|
|
112
|
+
"brand-coral": "#e08272",
|
|
113
|
+
"brand-navy": "color-mix(in srgb, #f0e9dd 70%, #191510)",
|
|
114
|
+
"brand-violet-rgb": "195, 150, 172",
|
|
115
|
+
"brand-cyan-rgb": "127, 179, 168",
|
|
116
|
+
"brand-lime-rgb": "163, 184, 120",
|
|
117
|
+
"brand-coral-rgb": "224, 130, 114",
|
|
118
|
+
"accent-a": "#e08a5c",
|
|
119
|
+
"accent-b": "#c396ac",
|
|
120
|
+
"accent-c": "#7fb3a8",
|
|
121
|
+
"accent-warm": "#dcbb7a",
|
|
122
|
+
"accent-cool": "#8fa8bc",
|
|
123
|
+
"accent-a-ink": "#e08a5c",
|
|
124
|
+
"accent-b-ink": "#c396ac",
|
|
125
|
+
"accent-c-ink": "#7fb3a8",
|
|
126
|
+
"accent-warm-ink": "#dcbb7a",
|
|
127
|
+
"accent-cool-ink": "#8fa8bc",
|
|
128
|
+
"accent-coral-ink": "#e08272",
|
|
129
|
+
"shiki-foreground": "#f0e9dd",
|
|
130
|
+
"shiki-background": "#12100c",
|
|
131
|
+
"shiki-token-comment": "color-mix(in srgb, #f0e9dd 55%, #12100c)",
|
|
132
|
+
"shiki-token-punctuation": "color-mix(in srgb, #f0e9dd 72%, #12100c)",
|
|
133
|
+
"shiki-token-keyword": "#c396ac",
|
|
134
|
+
"shiki-token-string": "#a3b878",
|
|
135
|
+
"shiki-token-string-expression": "#a3b878",
|
|
136
|
+
"shiki-token-constant": "#dcbb7a",
|
|
137
|
+
"shiki-token-function": "#8fa8bc",
|
|
138
|
+
"shiki-token-parameter": "#e08272",
|
|
139
|
+
"shiki-token-link": "#7fb3a8"
|
|
140
|
+
}
|
|
141
|
+
};
|
|
142
|
+
//#endregion
|
|
143
|
+
export { sand as default, sand };
|
|
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 * Sand — Warm neutral stone with terracotta.\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 sand: ThemeConfig = {\n name: \"sand\",\n colors: {\n primary: \"#b4552d\",\n primaryHover: \"#8f4122\",\n background: \"#faf7f2\",\n backgroundAlt: \"#f0ebe2\",\n text: \"#1f1b16\",\n textMuted: \"#6d6255\",\n border: \"#e2dacd\",\n codeBackground: \"#221d18\",\n codeBackgroundTop: \"#221d18\",\n codeText: \"#f0ebe2\",\n },\n darkColors: {\n primary: \"#e08a5c\",\n primaryHover: \"#eda884\",\n background: \"#191510\",\n backgroundAlt: \"#221d17\",\n text: \"#f0e9dd\",\n textMuted: \"#9d9082\",\n border: \"#332b22\",\n codeBackground: \"#12100c\",\n codeBackgroundTop: \"#12100c\",\n codeText: \"#f0e9dd\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4a6478 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #9a7420 18%, transparent)\",\n \"color-code-line-warning-border\": \"#9a7420\",\n \"color-code-line-error\": \"color-mix(in srgb, #b03a2e 20%, transparent)\",\n \"color-code-line-error-border\": \"#b03a2e\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c7043 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c7043\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b03a2e 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b03a2e\",\n \"color-code-line-focus\": \"color-mix(in srgb, #b4552d 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #221d18 92%, #f0ebe2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #f0ebe2 88%, #221d18)\",\n \"color-code-title-border\": \"color-mix(in srgb, #f0ebe2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #f0ebe2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e2dacd 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 86, 85, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f0ebe2 62%, #faf7f2)\",\n \"surface-line\": \"color-mix(in srgb, #e2dacd 72%, #faf7f2)\",\n \"brand-violet\": \"#8a5470\",\n \"brand-cyan\": \"#3f6f68\",\n \"brand-lime\": \"#5c7043\",\n \"brand-coral\": \"#b03a2e\",\n \"brand-navy\": \"color-mix(in srgb, #1f1b16 70%, #faf7f2)\",\n \"brand-violet-rgb\": \"138, 84, 112\",\n \"brand-cyan-rgb\": \"63, 111, 104\",\n \"brand-lime-rgb\": \"92, 112, 67\",\n \"brand-coral-rgb\": \"176, 58, 46\",\n \"accent-a\": \"#b4552d\",\n \"accent-b\": \"#8a5470\",\n \"accent-c\": \"#3f6f68\",\n \"accent-warm\": \"#9a7420\",\n \"accent-cool\": \"#4a6478\",\n \"accent-a-ink\": \"#b4552d\",\n \"accent-b-ink\": \"#8a5470\",\n \"accent-c-ink\": \"#3f6f68\",\n \"accent-warm-ink\": \"#8e6b1d\",\n \"accent-cool-ink\": \"#4a6478\",\n \"accent-coral-ink\": \"#b03a2e\",\n \"shiki-foreground\": \"#f0ebe2\",\n \"shiki-background\": \"#221d18\",\n \"shiki-token-comment\": \"color-mix(in srgb, #f0ebe2 55%, #221d18)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #f0ebe2 72%, #221d18)\",\n \"shiki-token-keyword\": \"#c396ac\",\n \"shiki-token-string\": \"#a3b878\",\n \"shiki-token-string-expression\": \"#a3b878\",\n \"shiki-token-constant\": \"#dcbb7a\",\n \"shiki-token-function\": \"#8fa8bc\",\n \"shiki-token-parameter\": \"#e08272\",\n \"shiki-token-link\": \"#7fb3a8\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #8fa8bc 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #dcbb7a 18%, transparent)\",\n \"color-code-line-warning-border\": \"#dcbb7a\",\n \"color-code-line-error\": \"color-mix(in srgb, #e08272 20%, transparent)\",\n \"color-code-line-error-border\": \"#e08272\",\n \"color-code-line-add\": \"color-mix(in srgb, #a3b878 16%, transparent)\",\n \"color-code-line-add-border\": \"#a3b878\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e08272 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e08272\",\n \"color-code-line-focus\": \"color-mix(in srgb, #e08a5c 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #12100c 92%, #f0e9dd)\",\n \"color-code-title-text\": \"color-mix(in srgb, #f0e9dd 88%, #12100c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #f0e9dd 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #f0e9dd 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #332b22 92%, transparent)\",\n \"color-backdrop\": \"rgba(9, 7, 6, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #221d17 62%, #191510)\",\n \"surface-line\": \"color-mix(in srgb, #332b22 72%, #191510)\",\n \"brand-violet\": \"#c396ac\",\n \"brand-cyan\": \"#7fb3a8\",\n \"brand-lime\": \"#a3b878\",\n \"brand-coral\": \"#e08272\",\n \"brand-navy\": \"color-mix(in srgb, #f0e9dd 70%, #191510)\",\n \"brand-violet-rgb\": \"195, 150, 172\",\n \"brand-cyan-rgb\": \"127, 179, 168\",\n \"brand-lime-rgb\": \"163, 184, 120\",\n \"brand-coral-rgb\": \"224, 130, 114\",\n \"accent-a\": \"#e08a5c\",\n \"accent-b\": \"#c396ac\",\n \"accent-c\": \"#7fb3a8\",\n \"accent-warm\": \"#dcbb7a\",\n \"accent-cool\": \"#8fa8bc\",\n \"accent-a-ink\": \"#e08a5c\",\n \"accent-b-ink\": \"#c396ac\",\n \"accent-c-ink\": \"#7fb3a8\",\n \"accent-warm-ink\": \"#dcbb7a\",\n \"accent-cool-ink\": \"#8fa8bc\",\n \"accent-coral-ink\": \"#e08272\",\n \"shiki-foreground\": \"#f0e9dd\",\n \"shiki-background\": \"#12100c\",\n \"shiki-token-comment\": \"color-mix(in srgb, #f0e9dd 55%, #12100c)\",\n \"shiki-token-punctuation\": \"color-mix(in srgb, #f0e9dd 72%, #12100c)\",\n \"shiki-token-keyword\": \"#c396ac\",\n \"shiki-token-string\": \"#a3b878\",\n \"shiki-token-string-expression\": \"#a3b878\",\n \"shiki-token-constant\": \"#dcbb7a\",\n \"shiki-token-function\": \"#8fa8bc\",\n \"shiki-token-parameter\": \"#e08272\",\n \"shiki-token-link\": \"#7fb3a8\",\n },\n};\n\nexport default sand;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,OAAoB;CAC/B,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-sand",
|
|
3
|
+
"version": "2.84.0",
|
|
4
|
+
"description": "Warm neutral stone with terracotta — 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
|
+
"sand",
|
|
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/sand"
|
|
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
|
+
}
|