@ox-content/theme-color-gruvbox 3.0.0-beta.2 → 3.0.0-beta.3
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/dist/index.cjs +6 -6
- package/dist/index.d.cts +6 -6
- package/dist/index.d.mts +6 -6
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -9,8 +9,8 @@ Object.defineProperties(exports, {
|
|
|
9
9
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
10
10
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
11
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.
|
|
12
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
13
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
14
14
|
*/
|
|
15
15
|
const gruvbox = {
|
|
16
16
|
name: "gruvbox",
|
|
@@ -151,8 +151,8 @@ const gruvbox = {
|
|
|
151
151
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
152
152
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
153
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.
|
|
154
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
155
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
156
156
|
*/
|
|
157
157
|
const gruvboxHard = {
|
|
158
158
|
name: "gruvbox-hard",
|
|
@@ -293,8 +293,8 @@ const gruvboxHard = {
|
|
|
293
293
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
294
294
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
295
295
|
*
|
|
296
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
297
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
296
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
297
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
298
298
|
*/
|
|
299
299
|
const gruvboxSoft = {
|
|
300
300
|
name: "gruvbox-soft",
|
package/dist/index.d.cts
CHANGED
|
@@ -6,8 +6,8 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
6
6
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
7
7
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
8
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.
|
|
9
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
12
|
declare const gruvbox: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
@@ -18,8 +18,8 @@ declare const gruvbox: ThemeConfig;
|
|
|
18
18
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
19
19
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
20
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.
|
|
21
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
23
23
|
*/
|
|
24
24
|
declare const gruvboxHard: ThemeConfig;
|
|
25
25
|
//#endregion
|
|
@@ -30,8 +30,8 @@ declare const gruvboxHard: ThemeConfig;
|
|
|
30
30
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
31
31
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
32
32
|
*
|
|
33
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
33
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
35
35
|
*/
|
|
36
36
|
declare const gruvboxSoft: ThemeConfig;
|
|
37
37
|
//#endregion
|
package/dist/index.d.mts
CHANGED
|
@@ -6,8 +6,8 @@ import { ThemeConfig } from "@ox-content/vite-plugin";
|
|
|
6
6
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
7
7
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
8
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.
|
|
9
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
10
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
11
11
|
*/
|
|
12
12
|
declare const gruvbox: ThemeConfig;
|
|
13
13
|
//#endregion
|
|
@@ -18,8 +18,8 @@ declare const gruvbox: ThemeConfig;
|
|
|
18
18
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
19
19
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
20
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.
|
|
21
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
22
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
23
23
|
*/
|
|
24
24
|
declare const gruvboxHard: ThemeConfig;
|
|
25
25
|
//#endregion
|
|
@@ -30,8 +30,8 @@ declare const gruvboxHard: ThemeConfig;
|
|
|
30
30
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
31
31
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
32
32
|
*
|
|
33
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
33
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
34
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
35
35
|
*/
|
|
36
36
|
declare const gruvboxSoft: ThemeConfig;
|
|
37
37
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
6
6
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
7
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.
|
|
8
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
9
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
10
10
|
*/
|
|
11
11
|
const gruvbox = {
|
|
12
12
|
name: "gruvbox",
|
|
@@ -147,8 +147,8 @@ const gruvbox = {
|
|
|
147
147
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
148
148
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
149
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.
|
|
150
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
151
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
152
152
|
*/
|
|
153
153
|
const gruvboxHard = {
|
|
154
154
|
name: "gruvbox-hard",
|
|
@@ -289,8 +289,8 @@ const gruvboxHard = {
|
|
|
289
289
|
* Color only: no layout, no texture, no typography. Compose it under any
|
|
290
290
|
* `@ox-content/theme-*` skin, or use it on its own over the default theme.
|
|
291
291
|
*
|
|
292
|
-
* Generated from `scripts/theme-colors/palettes.json`; edit that file and run
|
|
293
|
-
* `node scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
292
|
+
* Generated from `tools/scripts/theme-colors/palettes.json`; edit that file and run
|
|
293
|
+
* `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.
|
|
294
294
|
*/
|
|
295
295
|
const gruvboxSoft = {
|
|
296
296
|
name: "gruvbox-soft",
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/gruvbox.ts","../src/gruvboxHard.ts","../src/gruvboxSoft.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Gruvbox — Gruvbox light and dark, medium contrast.\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 gruvbox: ThemeConfig = {\n name: \"gruvbox\",\n colors: {\n primary: \"#af3a03\",\n primaryHover: \"#8f2f02\",\n background: \"#fbf1c7\",\n backgroundAlt: \"#f2e5bc\",\n text: \"#3c3836\",\n textMuted: \"#665c54\",\n border: \"#d5c4a1\",\n codeBackground: \"#f2e5bc\",\n codeBackgroundTop: \"#f2e5bc\",\n codeText: \"#3c3836\",\n },\n darkColors: {\n primary: \"#fe8019\",\n primaryHover: \"#fea86a\",\n background: \"#282828\",\n backgroundAlt: \"#32302f\",\n text: \"#ebdbb2\",\n textMuted: \"#a89984\",\n border: \"#504945\",\n codeBackground: \"#1d2021\",\n codeBackgroundTop: \"#1d2021\",\n codeText: \"#ebdbb2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #076678 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b57614 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b57614\",\n \"color-code-line-error\": \"color-mix(in srgb, #9d0006 20%, transparent)\",\n \"color-code-line-error-border\": \"#9d0006\",\n \"color-code-line-add\": \"color-mix(in srgb, #79740e 16%, transparent)\",\n \"color-code-line-add-border\": \"#79740e\",\n \"color-code-line-remove\": \"color-mix(in srgb, #9d0006 14%, transparent)\",\n \"color-code-line-remove-border\": \"#9d0006\",\n \"color-code-line-focus\": \"color-mix(in srgb, #af3a03 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2e5bc 92%, #3c3836)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3c3836 88%, #f2e5bc)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3c3836 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3c3836 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d5c4a1 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 84, 70, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2e5bc 62%, #fbf1c7)\",\n \"surface-line\": \"color-mix(in srgb, #d5c4a1 72%, #fbf1c7)\",\n \"brand-violet\": \"#8f3f71\",\n \"brand-cyan\": \"#427b58\",\n \"brand-lime\": \"#79740e\",\n \"brand-coral\": \"#9d0006\",\n \"brand-navy\": \"color-mix(in srgb, #3c3836 70%, #fbf1c7)\",\n \"brand-violet-rgb\": \"143, 63, 113\",\n \"brand-cyan-rgb\": \"66, 123, 88\",\n \"brand-lime-rgb\": \"121, 116, 14\",\n \"brand-coral-rgb\": \"157, 0, 6\",\n \"accent-a\": \"#af3a03\",\n \"accent-b\": \"#8f3f71\",\n \"accent-c\": \"#427b58\",\n \"accent-warm\": \"#b57614\",\n \"accent-cool\": \"#076678\",\n \"accent-a-ink\": \"#af3a03\",\n \"accent-b-ink\": \"#8f3f71\",\n \"accent-c-ink\": \"#3f7654\",\n \"accent-warm-ink\": \"#915e10\",\n \"accent-cool-ink\": \"#076678\",\n \"accent-coral-ink\": \"#9d0006\",\n \"syntax-foreground\": \"#3c3836\",\n \"syntax-background\": \"#f2e5bc\",\n \"syntax-token-comment\": \"color-mix(in srgb, #3c3836 55%, #f2e5bc)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #3c3836 72%, #f2e5bc)\",\n \"syntax-token-keyword\": \"#8f3f71\",\n \"syntax-token-string\": \"#79740e\",\n \"syntax-token-string-expression\": \"#79740e\",\n \"syntax-token-constant\": \"#b57614\",\n \"syntax-token-function\": \"#076678\",\n \"syntax-token-parameter\": \"#9d0006\",\n \"syntax-token-link\": \"#427b58\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #83a598 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #fabd2f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#fabd2f\",\n \"color-code-line-error\": \"color-mix(in srgb, #fb4934 20%, transparent)\",\n \"color-code-line-error-border\": \"#fb4934\",\n \"color-code-line-add\": \"color-mix(in srgb, #b8bb26 16%, transparent)\",\n \"color-code-line-add-border\": \"#b8bb26\",\n \"color-code-line-remove\": \"color-mix(in srgb, #fb4934 14%, transparent)\",\n \"color-code-line-remove-border\": \"#fb4934\",\n \"color-code-line-focus\": \"color-mix(in srgb, #fe8019 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1d2021 92%, #ebdbb2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ebdbb2 88%, #1d2021)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ebdbb2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ebdbb2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #504945 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 14, 14, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #32302f 62%, #282828)\",\n \"surface-line\": \"color-mix(in srgb, #504945 72%, #282828)\",\n \"brand-violet\": \"#d3869b\",\n \"brand-cyan\": \"#8ec07c\",\n \"brand-lime\": \"#b8bb26\",\n \"brand-coral\": \"#fb4934\",\n \"brand-navy\": \"color-mix(in srgb, #ebdbb2 70%, #282828)\",\n \"brand-violet-rgb\": \"211, 134, 155\",\n \"brand-cyan-rgb\": \"142, 192, 124\",\n \"brand-lime-rgb\": \"184, 187, 38\",\n \"brand-coral-rgb\": \"251, 73, 52\",\n \"accent-a\": \"#fe8019\",\n \"accent-b\": \"#d3869b\",\n \"accent-c\": \"#8ec07c\",\n \"accent-warm\": \"#fabd2f\",\n \"accent-cool\": \"#83a598\",\n \"accent-a-ink\": \"#fe8019\",\n \"accent-b-ink\": \"#d3869b\",\n \"accent-c-ink\": \"#8ec07c\",\n \"accent-warm-ink\": \"#fabd2f\",\n \"accent-cool-ink\": \"#83a598\",\n \"accent-coral-ink\": \"#fb5844\",\n \"syntax-foreground\": \"#ebdbb2\",\n \"syntax-background\": \"#1d2021\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ebdbb2 55%, #1d2021)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ebdbb2 72%, #1d2021)\",\n \"syntax-token-keyword\": \"#d3869b\",\n \"syntax-token-string\": \"#b8bb26\",\n \"syntax-token-string-expression\": \"#b8bb26\",\n \"syntax-token-constant\": \"#fabd2f\",\n \"syntax-token-function\": \"#83a598\",\n \"syntax-token-parameter\": \"#fb4934\",\n \"syntax-token-link\": \"#8ec07c\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Gruvbox — Gruvbox light and dark, hard contrast.\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 gruvboxHard: ThemeConfig = {\n name: \"gruvbox-hard\",\n colors: {\n primary: \"#076678\",\n primaryHover: \"#3d7578\",\n background: \"#f9f5d7\",\n backgroundAlt: \"#f9f5d7\",\n text: \"#3c3836\",\n textMuted: \"#75695d\",\n border: \"#ebdbb2\",\n codeBackground: \"#f9f5d7\",\n codeBackgroundTop: \"#f9f5d7\",\n codeText: \"#3c3836\",\n },\n darkColors: {\n primary: \"#83a598\",\n primaryHover: \"#5b9496\",\n background: \"#1d2021\",\n backgroundAlt: \"#1d2021\",\n text: \"#ebdbb2\",\n textMuted: \"#96887a\",\n border: \"#3c3836\",\n codeBackground: \"#1d2021\",\n codeBackgroundTop: \"#1d2021\",\n codeText: \"#ebdbb2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #076678 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f9f5d7 92%, #3c3836)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3c3836 88%, #f9f5d7)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3c3836 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3c3836 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ebdbb2 92%, transparent)\",\n \"color-backdrop\": \"rgba(87, 86, 75, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f9f5d7 62%, #f9f5d7)\",\n \"surface-line\": \"color-mix(in srgb, #ebdbb2 72%, #f9f5d7)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #3c3836 70%, #f9f5d7)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#076678\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#076678\",\n \"accent-b-ink\": \"#9c5676\",\n \"accent-c-ink\": \"#4f7751\",\n \"accent-warm-ink\": \"#926816\",\n \"accent-cool-ink\": \"#3d7578\",\n \"accent-coral-ink\": \"#cc241d\",\n \"syntax-foreground\": \"#3c3836\",\n \"syntax-background\": \"#f9f5d7\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#7c6f64\",\n \"syntax-token-keyword\": \"#9d0006\",\n \"syntax-token-string\": \"#79740e\",\n \"syntax-token-string-expression\": \"#79740e\",\n \"syntax-token-constant\": \"#8f3f71\",\n \"syntax-token-function\": \"#b57614\",\n \"syntax-token-parameter\": \"#076678\",\n \"syntax-token-link\": \"#928374\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #83a598 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1d2021 92%, #ebdbb2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ebdbb2 88%, #1d2021)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ebdbb2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ebdbb2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #3c3836 92%, transparent)\",\n \"color-backdrop\": \"rgba(10, 11, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1d2021 62%, #1d2021)\",\n \"surface-line\": \"color-mix(in srgb, #3c3836 72%, #1d2021)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #ebdbb2 70%, #1d2021)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#83a598\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#83a598\",\n \"accent-b-ink\": \"#ba7595\",\n \"accent-c-ink\": \"#689d6a\",\n \"accent-warm-ink\": \"#d79921\",\n \"accent-cool-ink\": \"#5b9496\",\n \"accent-coral-ink\": \"#da615c\",\n \"syntax-foreground\": \"#ebdbb2\",\n \"syntax-background\": \"#1d2021\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#a89984\",\n \"syntax-token-keyword\": \"#fb4934\",\n \"syntax-token-string\": \"#b8bb26\",\n \"syntax-token-string-expression\": \"#b8bb26\",\n \"syntax-token-constant\": \"#d3869b\",\n \"syntax-token-function\": \"#fabd2f\",\n \"syntax-token-parameter\": \"#83a598\",\n \"syntax-token-link\": \"#928374\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Gruvbox — Gruvbox light and dark, soft contrast.\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 gruvboxSoft: ThemeConfig = {\n name: \"gruvbox-soft\",\n colors: {\n primary: \"#076678\",\n primaryHover: \"#376a6d\",\n background: \"#f2e5bc\",\n backgroundAlt: \"#f2e5bc\",\n text: \"#3c3836\",\n textMuted: \"#6f6458\",\n border: \"#ebdbb2\",\n codeBackground: \"#f2e5bc\",\n codeBackgroundTop: \"#f2e5bc\",\n codeText: \"#3c3836\",\n },\n darkColors: {\n primary: \"#83a598\",\n primaryHover: \"#72a2a5\",\n background: \"#32302f\",\n backgroundAlt: \"#32302f\",\n text: \"#ebdbb2\",\n textMuted: \"#a3978a\",\n border: \"#3c3836\",\n codeBackground: \"#32302f\",\n codeBackgroundTop: \"#32302f\",\n codeText: \"#ebdbb2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #076678 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2e5bc 92%, #3c3836)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3c3836 88%, #f2e5bc)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3c3836 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3c3836 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ebdbb2 92%, transparent)\",\n \"color-backdrop\": \"rgba(85, 80, 66, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2e5bc 62%, #f2e5bc)\",\n \"surface-line\": \"color-mix(in srgb, #ebdbb2 72%, #f2e5bc)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #3c3836 70%, #f2e5bc)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#076678\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#076678\",\n \"accent-b-ink\": \"#8e4e6b\",\n \"accent-c-ink\": \"#476b48\",\n \"accent-warm-ink\": \"#815c14\",\n \"accent-cool-ink\": \"#376a6d\",\n \"accent-coral-ink\": \"#c4231c\",\n \"syntax-foreground\": \"#3c3836\",\n \"syntax-background\": \"#f2e5bc\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#7c6f64\",\n \"syntax-token-keyword\": \"#9d0006\",\n \"syntax-token-string\": \"#79740e\",\n \"syntax-token-string-expression\": \"#79740e\",\n \"syntax-token-constant\": \"#8f3f71\",\n \"syntax-token-function\": \"#b57614\",\n \"syntax-token-parameter\": \"#076678\",\n \"syntax-token-link\": \"#928374\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #83a598 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #32302f 92%, #ebdbb2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ebdbb2 88%, #32302f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ebdbb2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ebdbb2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #3c3836 92%, transparent)\",\n \"color-backdrop\": \"rgba(18, 17, 16, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #32302f 62%, #32302f)\",\n \"surface-line\": \"color-mix(in srgb, #3c3836 72%, #32302f)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #ebdbb2 70%, #32302f)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#83a598\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#83a598\",\n \"accent-b-ink\": \"#c488a3\",\n \"accent-c-ink\": \"#74a576\",\n \"accent-warm-ink\": \"#d79921\",\n \"accent-cool-ink\": \"#72a2a5\",\n \"accent-coral-ink\": \"#e07c77\",\n \"syntax-foreground\": \"#ebdbb2\",\n \"syntax-background\": \"#32302f\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#a89984\",\n \"syntax-token-keyword\": \"#fb4934\",\n \"syntax-token-string\": \"#b8bb26\",\n \"syntax-token-string-expression\": \"#b8bb26\",\n \"syntax-token-constant\": \"#d3869b\",\n \"syntax-token-function\": \"#fabd2f\",\n \"syntax-token-parameter\": \"#83a598\",\n \"syntax-token-link\": \"#928374\",\n },\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/gruvbox.ts","../src/gruvboxHard.ts","../src/gruvboxSoft.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Gruvbox — Gruvbox light and dark, medium contrast.\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 `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const gruvbox: ThemeConfig = {\n name: \"gruvbox\",\n colors: {\n primary: \"#af3a03\",\n primaryHover: \"#8f2f02\",\n background: \"#fbf1c7\",\n backgroundAlt: \"#f2e5bc\",\n text: \"#3c3836\",\n textMuted: \"#665c54\",\n border: \"#d5c4a1\",\n codeBackground: \"#f2e5bc\",\n codeBackgroundTop: \"#f2e5bc\",\n codeText: \"#3c3836\",\n },\n darkColors: {\n primary: \"#fe8019\",\n primaryHover: \"#fea86a\",\n background: \"#282828\",\n backgroundAlt: \"#32302f\",\n text: \"#ebdbb2\",\n textMuted: \"#a89984\",\n border: \"#504945\",\n codeBackground: \"#1d2021\",\n codeBackgroundTop: \"#1d2021\",\n codeText: \"#ebdbb2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #076678 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b57614 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b57614\",\n \"color-code-line-error\": \"color-mix(in srgb, #9d0006 20%, transparent)\",\n \"color-code-line-error-border\": \"#9d0006\",\n \"color-code-line-add\": \"color-mix(in srgb, #79740e 16%, transparent)\",\n \"color-code-line-add-border\": \"#79740e\",\n \"color-code-line-remove\": \"color-mix(in srgb, #9d0006 14%, transparent)\",\n \"color-code-line-remove-border\": \"#9d0006\",\n \"color-code-line-focus\": \"color-mix(in srgb, #af3a03 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2e5bc 92%, #3c3836)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3c3836 88%, #f2e5bc)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3c3836 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3c3836 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d5c4a1 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 84, 70, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2e5bc 62%, #fbf1c7)\",\n \"surface-line\": \"color-mix(in srgb, #d5c4a1 72%, #fbf1c7)\",\n \"brand-violet\": \"#8f3f71\",\n \"brand-cyan\": \"#427b58\",\n \"brand-lime\": \"#79740e\",\n \"brand-coral\": \"#9d0006\",\n \"brand-navy\": \"color-mix(in srgb, #3c3836 70%, #fbf1c7)\",\n \"brand-violet-rgb\": \"143, 63, 113\",\n \"brand-cyan-rgb\": \"66, 123, 88\",\n \"brand-lime-rgb\": \"121, 116, 14\",\n \"brand-coral-rgb\": \"157, 0, 6\",\n \"accent-a\": \"#af3a03\",\n \"accent-b\": \"#8f3f71\",\n \"accent-c\": \"#427b58\",\n \"accent-warm\": \"#b57614\",\n \"accent-cool\": \"#076678\",\n \"accent-a-ink\": \"#af3a03\",\n \"accent-b-ink\": \"#8f3f71\",\n \"accent-c-ink\": \"#3f7654\",\n \"accent-warm-ink\": \"#915e10\",\n \"accent-cool-ink\": \"#076678\",\n \"accent-coral-ink\": \"#9d0006\",\n \"syntax-foreground\": \"#3c3836\",\n \"syntax-background\": \"#f2e5bc\",\n \"syntax-token-comment\": \"color-mix(in srgb, #3c3836 55%, #f2e5bc)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #3c3836 72%, #f2e5bc)\",\n \"syntax-token-keyword\": \"#8f3f71\",\n \"syntax-token-string\": \"#79740e\",\n \"syntax-token-string-expression\": \"#79740e\",\n \"syntax-token-constant\": \"#b57614\",\n \"syntax-token-function\": \"#076678\",\n \"syntax-token-parameter\": \"#9d0006\",\n \"syntax-token-link\": \"#427b58\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #83a598 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #fabd2f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#fabd2f\",\n \"color-code-line-error\": \"color-mix(in srgb, #fb4934 20%, transparent)\",\n \"color-code-line-error-border\": \"#fb4934\",\n \"color-code-line-add\": \"color-mix(in srgb, #b8bb26 16%, transparent)\",\n \"color-code-line-add-border\": \"#b8bb26\",\n \"color-code-line-remove\": \"color-mix(in srgb, #fb4934 14%, transparent)\",\n \"color-code-line-remove-border\": \"#fb4934\",\n \"color-code-line-focus\": \"color-mix(in srgb, #fe8019 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1d2021 92%, #ebdbb2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ebdbb2 88%, #1d2021)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ebdbb2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ebdbb2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #504945 92%, transparent)\",\n \"color-backdrop\": \"rgba(14, 14, 14, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #32302f 62%, #282828)\",\n \"surface-line\": \"color-mix(in srgb, #504945 72%, #282828)\",\n \"brand-violet\": \"#d3869b\",\n \"brand-cyan\": \"#8ec07c\",\n \"brand-lime\": \"#b8bb26\",\n \"brand-coral\": \"#fb4934\",\n \"brand-navy\": \"color-mix(in srgb, #ebdbb2 70%, #282828)\",\n \"brand-violet-rgb\": \"211, 134, 155\",\n \"brand-cyan-rgb\": \"142, 192, 124\",\n \"brand-lime-rgb\": \"184, 187, 38\",\n \"brand-coral-rgb\": \"251, 73, 52\",\n \"accent-a\": \"#fe8019\",\n \"accent-b\": \"#d3869b\",\n \"accent-c\": \"#8ec07c\",\n \"accent-warm\": \"#fabd2f\",\n \"accent-cool\": \"#83a598\",\n \"accent-a-ink\": \"#fe8019\",\n \"accent-b-ink\": \"#d3869b\",\n \"accent-c-ink\": \"#8ec07c\",\n \"accent-warm-ink\": \"#fabd2f\",\n \"accent-cool-ink\": \"#83a598\",\n \"accent-coral-ink\": \"#fb5844\",\n \"syntax-foreground\": \"#ebdbb2\",\n \"syntax-background\": \"#1d2021\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ebdbb2 55%, #1d2021)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ebdbb2 72%, #1d2021)\",\n \"syntax-token-keyword\": \"#d3869b\",\n \"syntax-token-string\": \"#b8bb26\",\n \"syntax-token-string-expression\": \"#b8bb26\",\n \"syntax-token-constant\": \"#fabd2f\",\n \"syntax-token-function\": \"#83a598\",\n \"syntax-token-parameter\": \"#fb4934\",\n \"syntax-token-link\": \"#8ec07c\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Gruvbox — Gruvbox light and dark, hard contrast.\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 `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const gruvboxHard: ThemeConfig = {\n name: \"gruvbox-hard\",\n colors: {\n primary: \"#076678\",\n primaryHover: \"#3d7578\",\n background: \"#f9f5d7\",\n backgroundAlt: \"#f9f5d7\",\n text: \"#3c3836\",\n textMuted: \"#75695d\",\n border: \"#ebdbb2\",\n codeBackground: \"#f9f5d7\",\n codeBackgroundTop: \"#f9f5d7\",\n codeText: \"#3c3836\",\n },\n darkColors: {\n primary: \"#83a598\",\n primaryHover: \"#5b9496\",\n background: \"#1d2021\",\n backgroundAlt: \"#1d2021\",\n text: \"#ebdbb2\",\n textMuted: \"#96887a\",\n border: \"#3c3836\",\n codeBackground: \"#1d2021\",\n codeBackgroundTop: \"#1d2021\",\n codeText: \"#ebdbb2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #076678 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f9f5d7 92%, #3c3836)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3c3836 88%, #f9f5d7)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3c3836 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3c3836 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ebdbb2 92%, transparent)\",\n \"color-backdrop\": \"rgba(87, 86, 75, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f9f5d7 62%, #f9f5d7)\",\n \"surface-line\": \"color-mix(in srgb, #ebdbb2 72%, #f9f5d7)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #3c3836 70%, #f9f5d7)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#076678\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#076678\",\n \"accent-b-ink\": \"#9c5676\",\n \"accent-c-ink\": \"#4f7751\",\n \"accent-warm-ink\": \"#926816\",\n \"accent-cool-ink\": \"#3d7578\",\n \"accent-coral-ink\": \"#cc241d\",\n \"syntax-foreground\": \"#3c3836\",\n \"syntax-background\": \"#f9f5d7\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#7c6f64\",\n \"syntax-token-keyword\": \"#9d0006\",\n \"syntax-token-string\": \"#79740e\",\n \"syntax-token-string-expression\": \"#79740e\",\n \"syntax-token-constant\": \"#8f3f71\",\n \"syntax-token-function\": \"#b57614\",\n \"syntax-token-parameter\": \"#076678\",\n \"syntax-token-link\": \"#928374\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #83a598 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1d2021 92%, #ebdbb2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ebdbb2 88%, #1d2021)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ebdbb2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ebdbb2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #3c3836 92%, transparent)\",\n \"color-backdrop\": \"rgba(10, 11, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1d2021 62%, #1d2021)\",\n \"surface-line\": \"color-mix(in srgb, #3c3836 72%, #1d2021)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #ebdbb2 70%, #1d2021)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#83a598\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#83a598\",\n \"accent-b-ink\": \"#ba7595\",\n \"accent-c-ink\": \"#689d6a\",\n \"accent-warm-ink\": \"#d79921\",\n \"accent-cool-ink\": \"#5b9496\",\n \"accent-coral-ink\": \"#da615c\",\n \"syntax-foreground\": \"#ebdbb2\",\n \"syntax-background\": \"#1d2021\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#a89984\",\n \"syntax-token-keyword\": \"#fb4934\",\n \"syntax-token-string\": \"#b8bb26\",\n \"syntax-token-string-expression\": \"#b8bb26\",\n \"syntax-token-constant\": \"#d3869b\",\n \"syntax-token-function\": \"#fabd2f\",\n \"syntax-token-parameter\": \"#83a598\",\n \"syntax-token-link\": \"#928374\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Gruvbox — Gruvbox light and dark, soft contrast.\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 `tools/scripts/theme-colors/palettes.json`; edit that file and run\n * `node tools/scripts/theme-colors/generate.mjs` rather than editing this by hand.\n */\nexport const gruvboxSoft: ThemeConfig = {\n name: \"gruvbox-soft\",\n colors: {\n primary: \"#076678\",\n primaryHover: \"#376a6d\",\n background: \"#f2e5bc\",\n backgroundAlt: \"#f2e5bc\",\n text: \"#3c3836\",\n textMuted: \"#6f6458\",\n border: \"#ebdbb2\",\n codeBackground: \"#f2e5bc\",\n codeBackgroundTop: \"#f2e5bc\",\n codeText: \"#3c3836\",\n },\n darkColors: {\n primary: \"#83a598\",\n primaryHover: \"#72a2a5\",\n background: \"#32302f\",\n backgroundAlt: \"#32302f\",\n text: \"#ebdbb2\",\n textMuted: \"#a3978a\",\n border: \"#3c3836\",\n codeBackground: \"#32302f\",\n codeBackgroundTop: \"#32302f\",\n codeText: \"#ebdbb2\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #076678 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2e5bc 92%, #3c3836)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3c3836 88%, #f2e5bc)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3c3836 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3c3836 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ebdbb2 92%, transparent)\",\n \"color-backdrop\": \"rgba(85, 80, 66, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2e5bc 62%, #f2e5bc)\",\n \"surface-line\": \"color-mix(in srgb, #ebdbb2 72%, #f2e5bc)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #3c3836 70%, #f2e5bc)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#076678\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#076678\",\n \"accent-b-ink\": \"#8e4e6b\",\n \"accent-c-ink\": \"#476b48\",\n \"accent-warm-ink\": \"#815c14\",\n \"accent-cool-ink\": \"#376a6d\",\n \"accent-coral-ink\": \"#c4231c\",\n \"syntax-foreground\": \"#3c3836\",\n \"syntax-background\": \"#f2e5bc\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#7c6f64\",\n \"syntax-token-keyword\": \"#9d0006\",\n \"syntax-token-string\": \"#79740e\",\n \"syntax-token-string-expression\": \"#79740e\",\n \"syntax-token-constant\": \"#8f3f71\",\n \"syntax-token-function\": \"#b57614\",\n \"syntax-token-parameter\": \"#076678\",\n \"syntax-token-link\": \"#928374\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #458588 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d79921 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d79921\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc241d 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc241d\",\n \"color-code-line-add\": \"color-mix(in srgb, #98971a 16%, transparent)\",\n \"color-code-line-add-border\": \"#98971a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc241d 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc241d\",\n \"color-code-line-focus\": \"color-mix(in srgb, #83a598 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #32302f 92%, #ebdbb2)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ebdbb2 88%, #32302f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ebdbb2 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ebdbb2 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #3c3836 92%, transparent)\",\n \"color-backdrop\": \"rgba(18, 17, 16, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #32302f 62%, #32302f)\",\n \"surface-line\": \"color-mix(in srgb, #3c3836 72%, #32302f)\",\n \"brand-violet\": \"#b16286\",\n \"brand-cyan\": \"#689d6a\",\n \"brand-lime\": \"#98971a\",\n \"brand-coral\": \"#cc241d\",\n \"brand-navy\": \"color-mix(in srgb, #ebdbb2 70%, #32302f)\",\n \"brand-violet-rgb\": \"177, 98, 134\",\n \"brand-cyan-rgb\": \"104, 157, 106\",\n \"brand-lime-rgb\": \"152, 151, 26\",\n \"brand-coral-rgb\": \"204, 36, 29\",\n \"accent-a\": \"#83a598\",\n \"accent-b\": \"#b16286\",\n \"accent-c\": \"#689d6a\",\n \"accent-warm\": \"#d79921\",\n \"accent-cool\": \"#458588\",\n \"accent-a-ink\": \"#83a598\",\n \"accent-b-ink\": \"#c488a3\",\n \"accent-c-ink\": \"#74a576\",\n \"accent-warm-ink\": \"#d79921\",\n \"accent-cool-ink\": \"#72a2a5\",\n \"accent-coral-ink\": \"#e07c77\",\n \"syntax-foreground\": \"#ebdbb2\",\n \"syntax-background\": \"#32302f\",\n \"syntax-token-comment\": \"#928374\",\n \"syntax-token-punctuation\": \"#a89984\",\n \"syntax-token-keyword\": \"#fb4934\",\n \"syntax-token-string\": \"#b8bb26\",\n \"syntax-token-string-expression\": \"#b8bb26\",\n \"syntax-token-constant\": \"#d3869b\",\n \"syntax-token-function\": \"#fabd2f\",\n \"syntax-token-parameter\": \"#83a598\",\n \"syntax-token-link\": \"#928374\",\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-gruvbox",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
4
4
|
"description": "Gruvbox light and dark, medium contrast — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"provenance": true
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@ox-content/vite-plugin": "3.0.0-beta.
|
|
41
|
+
"@ox-content/vite-plugin": "3.0.0-beta.3",
|
|
42
42
|
"@types/node": "^26.2.0",
|
|
43
43
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
44
44
|
"typescript": "^7.0.2",
|