@ox-content/theme-color-zenburn 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 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 zenburn = {
16
16
  name: "zenburn",
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 zenburn: ThemeConfig;
13
13
  //#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 zenburn: ThemeConfig;
13
13
  //#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 zenburn = {
12
12
  name: "zenburn",
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/zenburn.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Zenburn — The classic low-contrast scheme for long sessions.\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 zenburn: ThemeConfig = {\n name: \"zenburn\",\n colors: {\n primary: \"#62704b\",\n primaryHover: \"#53603f\",\n background: \"#f4f4ec\",\n backgroundAlt: \"#e8e8dc\",\n text: \"#33322c\",\n textMuted: \"#6b6a5e\",\n border: \"#d4d3c4\",\n codeBackground: \"#3f3f3f\",\n codeBackgroundTop: \"#3f3f3f\",\n codeText: \"#dcdccc\",\n },\n darkColors: {\n primary: \"#8cd0d3\",\n primaryHover: \"#b0e0e3\",\n background: \"#3f3f3f\",\n backgroundAlt: \"#4a4a4a\",\n text: \"#dcdccc\",\n textMuted: \"#abab9c\",\n border: \"#585858\",\n codeBackground: \"#383838\",\n codeBackgroundTop: \"#383838\",\n codeText: \"#dcdccc\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5b6f88 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8a7444 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8a7444\",\n \"color-code-line-error\": \"color-mix(in srgb, #9d5b52 20%, transparent)\",\n \"color-code-line-error-border\": \"#9d5b52\",\n \"color-code-line-add\": \"color-mix(in srgb, #6a7a52 16%, transparent)\",\n \"color-code-line-add-border\": \"#6a7a52\",\n \"color-code-line-remove\": \"color-mix(in srgb, #9d5b52 14%, transparent)\",\n \"color-code-line-remove-border\": \"#9d5b52\",\n \"color-code-line-focus\": \"color-mix(in srgb, #62704b 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #3f3f3f 92%, #dcdccc)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dcdccc 88%, #3f3f3f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dcdccc 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dcdccc 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d4d3c4 92%, transparent)\",\n \"color-backdrop\": \"rgba(85, 85, 83, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e8e8dc 62%, #f4f4ec)\",\n \"surface-line\": \"color-mix(in srgb, #d4d3c4 72%, #f4f4ec)\",\n \"brand-violet\": \"#7d5f7a\",\n \"brand-cyan\": \"#4f7570\",\n \"brand-lime\": \"#6a7a52\",\n \"brand-coral\": \"#9d5b52\",\n \"brand-navy\": \"color-mix(in srgb, #33322c 70%, #f4f4ec)\",\n \"brand-violet-rgb\": \"125, 95, 122\",\n \"brand-cyan-rgb\": \"79, 117, 112\",\n \"brand-lime-rgb\": \"106, 122, 82\",\n \"brand-coral-rgb\": \"157, 91, 82\",\n \"accent-a\": \"#62704b\",\n \"accent-b\": \"#7d5f7a\",\n \"accent-c\": \"#4f7570\",\n \"accent-warm\": \"#8a7444\",\n \"accent-cool\": \"#5b6f88\",\n \"accent-a-ink\": \"#62704b\",\n \"accent-b-ink\": \"#7d5f7a\",\n \"accent-c-ink\": \"#4f7570\",\n \"accent-warm-ink\": \"#7f6b3f\",\n \"accent-cool-ink\": \"#5b6f88\",\n \"accent-coral-ink\": \"#9d5b52\",\n \"syntax-foreground\": \"#dcdccc\",\n \"syntax-background\": \"#3f3f3f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dcdccc 55%, #3f3f3f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dcdccc 72%, #3f3f3f)\",\n \"syntax-token-keyword\": \"#dc8cc3\",\n \"syntax-token-string\": \"#7f9f7f\",\n \"syntax-token-string-expression\": \"#7f9f7f\",\n \"syntax-token-constant\": \"#f0dfaf\",\n \"syntax-token-function\": \"#8cd0d3\",\n \"syntax-token-parameter\": \"#cc9393\",\n \"syntax-token-link\": \"#93e0e3\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #8cd0d3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f0dfaf 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f0dfaf\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc9393 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc9393\",\n \"color-code-line-add\": \"color-mix(in srgb, #7f9f7f 16%, transparent)\",\n \"color-code-line-add-border\": \"#7f9f7f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc9393 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc9393\",\n \"color-code-line-focus\": \"color-mix(in srgb, #8cd0d3 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #383838 92%, #dcdccc)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dcdccc 88%, #383838)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dcdccc 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dcdccc 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #585858 92%, transparent)\",\n \"color-backdrop\": \"rgba(22, 22, 22, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #4a4a4a 62%, #3f3f3f)\",\n \"surface-line\": \"color-mix(in srgb, #585858 72%, #3f3f3f)\",\n \"brand-violet\": \"#dc8cc3\",\n \"brand-cyan\": \"#93e0e3\",\n \"brand-lime\": \"#7f9f7f\",\n \"brand-coral\": \"#cc9393\",\n \"brand-navy\": \"color-mix(in srgb, #dcdccc 70%, #3f3f3f)\",\n \"brand-violet-rgb\": \"220, 140, 195\",\n \"brand-cyan-rgb\": \"147, 224, 227\",\n \"brand-lime-rgb\": \"127, 159, 127\",\n \"brand-coral-rgb\": \"204, 147, 147\",\n \"accent-a\": \"#8cd0d3\",\n \"accent-b\": \"#dc8cc3\",\n \"accent-c\": \"#93e0e3\",\n \"accent-warm\": \"#f0dfaf\",\n \"accent-cool\": \"#8cd0d3\",\n \"accent-a-ink\": \"#8cd0d3\",\n \"accent-b-ink\": \"#df95c8\",\n \"accent-c-ink\": \"#93e0e3\",\n \"accent-warm-ink\": \"#f0dfaf\",\n \"accent-cool-ink\": \"#8cd0d3\",\n \"accent-coral-ink\": \"#d2a0a0\",\n \"syntax-foreground\": \"#dcdccc\",\n \"syntax-background\": \"#383838\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dcdccc 55%, #383838)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dcdccc 72%, #383838)\",\n \"syntax-token-keyword\": \"#dc8cc3\",\n \"syntax-token-string\": \"#7f9f7f\",\n \"syntax-token-string-expression\": \"#7f9f7f\",\n \"syntax-token-constant\": \"#f0dfaf\",\n \"syntax-token-function\": \"#8cd0d3\",\n \"syntax-token-parameter\": \"#cc9393\",\n \"syntax-token-link\": \"#93e0e3\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,UAAuB;CAClC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/zenburn.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Zenburn — The classic low-contrast scheme for long sessions.\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 zenburn: ThemeConfig = {\n name: \"zenburn\",\n colors: {\n primary: \"#62704b\",\n primaryHover: \"#53603f\",\n background: \"#f4f4ec\",\n backgroundAlt: \"#e8e8dc\",\n text: \"#33322c\",\n textMuted: \"#6b6a5e\",\n border: \"#d4d3c4\",\n codeBackground: \"#3f3f3f\",\n codeBackgroundTop: \"#3f3f3f\",\n codeText: \"#dcdccc\",\n },\n darkColors: {\n primary: \"#8cd0d3\",\n primaryHover: \"#b0e0e3\",\n background: \"#3f3f3f\",\n backgroundAlt: \"#4a4a4a\",\n text: \"#dcdccc\",\n textMuted: \"#abab9c\",\n border: \"#585858\",\n codeBackground: \"#383838\",\n codeBackgroundTop: \"#383838\",\n codeText: \"#dcdccc\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5b6f88 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8a7444 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8a7444\",\n \"color-code-line-error\": \"color-mix(in srgb, #9d5b52 20%, transparent)\",\n \"color-code-line-error-border\": \"#9d5b52\",\n \"color-code-line-add\": \"color-mix(in srgb, #6a7a52 16%, transparent)\",\n \"color-code-line-add-border\": \"#6a7a52\",\n \"color-code-line-remove\": \"color-mix(in srgb, #9d5b52 14%, transparent)\",\n \"color-code-line-remove-border\": \"#9d5b52\",\n \"color-code-line-focus\": \"color-mix(in srgb, #62704b 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #3f3f3f 92%, #dcdccc)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dcdccc 88%, #3f3f3f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dcdccc 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dcdccc 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #d4d3c4 92%, transparent)\",\n \"color-backdrop\": \"rgba(85, 85, 83, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e8e8dc 62%, #f4f4ec)\",\n \"surface-line\": \"color-mix(in srgb, #d4d3c4 72%, #f4f4ec)\",\n \"brand-violet\": \"#7d5f7a\",\n \"brand-cyan\": \"#4f7570\",\n \"brand-lime\": \"#6a7a52\",\n \"brand-coral\": \"#9d5b52\",\n \"brand-navy\": \"color-mix(in srgb, #33322c 70%, #f4f4ec)\",\n \"brand-violet-rgb\": \"125, 95, 122\",\n \"brand-cyan-rgb\": \"79, 117, 112\",\n \"brand-lime-rgb\": \"106, 122, 82\",\n \"brand-coral-rgb\": \"157, 91, 82\",\n \"accent-a\": \"#62704b\",\n \"accent-b\": \"#7d5f7a\",\n \"accent-c\": \"#4f7570\",\n \"accent-warm\": \"#8a7444\",\n \"accent-cool\": \"#5b6f88\",\n \"accent-a-ink\": \"#62704b\",\n \"accent-b-ink\": \"#7d5f7a\",\n \"accent-c-ink\": \"#4f7570\",\n \"accent-warm-ink\": \"#7f6b3f\",\n \"accent-cool-ink\": \"#5b6f88\",\n \"accent-coral-ink\": \"#9d5b52\",\n \"syntax-foreground\": \"#dcdccc\",\n \"syntax-background\": \"#3f3f3f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dcdccc 55%, #3f3f3f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dcdccc 72%, #3f3f3f)\",\n \"syntax-token-keyword\": \"#dc8cc3\",\n \"syntax-token-string\": \"#7f9f7f\",\n \"syntax-token-string-expression\": \"#7f9f7f\",\n \"syntax-token-constant\": \"#f0dfaf\",\n \"syntax-token-function\": \"#8cd0d3\",\n \"syntax-token-parameter\": \"#cc9393\",\n \"syntax-token-link\": \"#93e0e3\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #8cd0d3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f0dfaf 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f0dfaf\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc9393 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc9393\",\n \"color-code-line-add\": \"color-mix(in srgb, #7f9f7f 16%, transparent)\",\n \"color-code-line-add-border\": \"#7f9f7f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc9393 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc9393\",\n \"color-code-line-focus\": \"color-mix(in srgb, #8cd0d3 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #383838 92%, #dcdccc)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dcdccc 88%, #383838)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dcdccc 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dcdccc 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #585858 92%, transparent)\",\n \"color-backdrop\": \"rgba(22, 22, 22, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #4a4a4a 62%, #3f3f3f)\",\n \"surface-line\": \"color-mix(in srgb, #585858 72%, #3f3f3f)\",\n \"brand-violet\": \"#dc8cc3\",\n \"brand-cyan\": \"#93e0e3\",\n \"brand-lime\": \"#7f9f7f\",\n \"brand-coral\": \"#cc9393\",\n \"brand-navy\": \"color-mix(in srgb, #dcdccc 70%, #3f3f3f)\",\n \"brand-violet-rgb\": \"220, 140, 195\",\n \"brand-cyan-rgb\": \"147, 224, 227\",\n \"brand-lime-rgb\": \"127, 159, 127\",\n \"brand-coral-rgb\": \"204, 147, 147\",\n \"accent-a\": \"#8cd0d3\",\n \"accent-b\": \"#dc8cc3\",\n \"accent-c\": \"#93e0e3\",\n \"accent-warm\": \"#f0dfaf\",\n \"accent-cool\": \"#8cd0d3\",\n \"accent-a-ink\": \"#8cd0d3\",\n \"accent-b-ink\": \"#df95c8\",\n \"accent-c-ink\": \"#93e0e3\",\n \"accent-warm-ink\": \"#f0dfaf\",\n \"accent-cool-ink\": \"#8cd0d3\",\n \"accent-coral-ink\": \"#d2a0a0\",\n \"syntax-foreground\": \"#dcdccc\",\n \"syntax-background\": \"#383838\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dcdccc 55%, #383838)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dcdccc 72%, #383838)\",\n \"syntax-token-keyword\": \"#dc8cc3\",\n \"syntax-token-string\": \"#7f9f7f\",\n \"syntax-token-string-expression\": \"#7f9f7f\",\n \"syntax-token-constant\": \"#f0dfaf\",\n \"syntax-token-function\": \"#8cd0d3\",\n \"syntax-token-parameter\": \"#cc9393\",\n \"syntax-token-link\": \"#93e0e3\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,UAAuB;CAClC,MAAM;CACN,QAAQ;EACN,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,YAAY;EACV,SAAS;EACT,cAAc;EACd,YAAY;EACZ,eAAe;EACf,MAAM;EACN,WAAW;EACX,QAAQ;EACR,gBAAgB;EAChB,mBAAmB;EACnB,UAAU;CACZ;CACA,QAAQ;EACN,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;CACA,YAAY;EACV,6BAA6B;EAC7B,2BAA2B;EAC3B,kCAAkC;EAClC,yBAAyB;EACzB,gCAAgC;EAChC,uBAAuB;EACvB,8BAA8B;EAC9B,0BAA0B;EAC1B,iCAAiC;EACjC,yBAAyB;EACzB,uBAAuB;EACvB,uBAAuB;EACvB,yBAAyB;EACzB,2BAA2B;EAC3B,0BAA0B;EAC1B,2BAA2B;EAC3B,kBAAkB;EAClB,iBAAiB;EACjB,gBAAgB;EAChB,gBAAgB;EAChB,cAAc;EACd,cAAc;EACd,eAAe;EACf,cAAc;EACd,oBAAoB;EACpB,kBAAkB;EAClB,kBAAkB;EAClB,mBAAmB;EACnB,YAAY;EACZ,YAAY;EACZ,YAAY;EACZ,eAAe;EACf,eAAe;EACf,gBAAgB;EAChB,gBAAgB;EAChB,gBAAgB;EAChB,mBAAmB;EACnB,mBAAmB;EACnB,oBAAoB;EACpB,qBAAqB;EACrB,qBAAqB;EACrB,wBAAwB;EACxB,4BAA4B;EAC5B,wBAAwB;EACxB,uBAAuB;EACvB,kCAAkC;EAClC,yBAAyB;EACzB,yBAAyB;EACzB,0BAA0B;EAC1B,qBAAqB;CACvB;AACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ox-content/theme-color-zenburn",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.3",
4
4
  "description": "The classic low-contrast scheme for long sessions — 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.2",
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",