@ox-content/theme-color-fuji 3.0.0-beta.2 → 3.0.0-beta.4
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 +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +2 -2
- 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 fuji = {
|
|
16
16
|
name: "fuji",
|
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 fuji: 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 fuji: 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 fuji = {
|
|
12
12
|
name: "fuji",
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/fuji.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Fuji — Mountain festival poster — forest, dawn orange and open sky.\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 fuji: ThemeConfig = {\n name: \"fuji\",\n colors: {\n primary: \"#0f7a5f\",\n primaryHover: \"#0a5943\",\n background: \"#fbfaf5\",\n backgroundAlt: \"#f0efe4\",\n text: \"#16211c\",\n textMuted: \"#5b6a5f\",\n border: \"#dcdccd\",\n codeBackground: \"#16211c\",\n codeBackgroundTop: \"#16211c\",\n codeText: \"#eaf0ea\",\n },\n darkColors: {\n primary: \"#4fd39b\",\n primaryHover: \"#7fe3b8\",\n background: \"#101815\",\n backgroundAlt: \"#17211c\",\n text: \"#e6ede7\",\n textMuted: \"#8a9a8f\",\n border: \"#22302a\",\n codeBackground: \"#0b110e\",\n codeBackgroundTop: \"#0b110e\",\n codeText: \"#e6ede7\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2a6d9c 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b8790f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b8790f\",\n \"color-code-line-error\": \"color-mix(in srgb, #d2542f 20%, transparent)\",\n \"color-code-line-error-border\": \"#d2542f\",\n \"color-code-line-add\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-add-border\": \"#0f7a5f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d2542f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d2542f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16211c 92%, #eaf0ea)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eaf0ea 88%, #16211c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eaf0ea 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eaf0ea 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dcdccd 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f0efe4 62%, #fbfaf5)\",\n \"surface-line\": \"color-mix(in srgb, #dcdccd 72%, #fbfaf5)\",\n \"brand-violet\": \"#8a4a72\",\n \"brand-cyan\": \"#0f7f86\",\n \"brand-lime\": \"#0f7a5f\",\n \"brand-coral\": \"#d2542f\",\n \"brand-navy\": \"color-mix(in srgb, #16211c 70%, #fbfaf5)\",\n \"brand-violet-rgb\": \"138, 74, 114\",\n \"brand-cyan-rgb\": \"15, 127, 134\",\n \"brand-lime-rgb\": \"15, 122, 95\",\n \"brand-coral-rgb\": \"210, 84, 47\",\n \"accent-a\": \"#0f7a5f\",\n \"accent-b\": \"#8a4a72\",\n \"accent-c\": \"#0f7f86\",\n \"accent-warm\": \"#b8790f\",\n \"accent-cool\": \"#2a6d9c\",\n \"accent-a-ink\": \"#0f7a5f\",\n \"accent-b-ink\": \"#8a4a72\",\n \"accent-c-ink\": \"#0f7f86\",\n \"accent-warm-ink\": \"#9b660d\",\n \"accent-cool-ink\": \"#2a6d9c\",\n \"accent-coral-ink\": \"#c14d2b\",\n \"syntax-foreground\": \"#eaf0ea\",\n \"syntax-background\": \"#16211c\",\n \"syntax-token-comment\": \"color-mix(in srgb, #eaf0ea 55%, #16211c)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #eaf0ea 72%, #16211c)\",\n \"syntax-token-keyword\": \"#d49ac0\",\n \"syntax-token-string\": \"#4fd39b\",\n \"syntax-token-string-expression\": \"#4fd39b\",\n \"syntax-token-constant\": \"#ffcc5c\",\n \"syntax-token-function\": \"#6fbfe8\",\n \"syntax-token-parameter\": \"#ff8a5c\",\n \"syntax-token-link\": \"#5fd6cf\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6fbfe8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcc5c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcc5c\",\n \"color-code-line-error\": \"color-mix(in srgb, #ff8a5c 20%, transparent)\",\n \"color-code-line-error-border\": \"#ff8a5c\",\n \"color-code-line-add\": \"color-mix(in srgb, #4fd39b 16%, transparent)\",\n \"color-code-line-add-border\": \"#4fd39b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ff8a5c 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ff8a5c\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4fd39b 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0b110e 92%, #e6ede7)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e6ede7 88%, #0b110e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e6ede7 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e6ede7 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #22302a 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 8, 7, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #17211c 62%, #101815)\",\n \"surface-line\": \"color-mix(in srgb, #22302a 72%, #101815)\",\n \"brand-violet\": \"#d49ac0\",\n \"brand-cyan\": \"#5fd6cf\",\n \"brand-lime\": \"#4fd39b\",\n \"brand-coral\": \"#ff8a5c\",\n \"brand-navy\": \"color-mix(in srgb, #e6ede7 70%, #101815)\",\n \"brand-violet-rgb\": \"212, 154, 192\",\n \"brand-cyan-rgb\": \"95, 214, 207\",\n \"brand-lime-rgb\": \"79, 211, 155\",\n \"brand-coral-rgb\": \"255, 138, 92\",\n \"accent-a\": \"#4fd39b\",\n \"accent-b\": \"#d49ac0\",\n \"accent-c\": \"#5fd6cf\",\n \"accent-warm\": \"#ffcc5c\",\n \"accent-cool\": \"#6fbfe8\",\n \"accent-a-ink\": \"#4fd39b\",\n \"accent-b-ink\": \"#d49ac0\",\n \"accent-c-ink\": \"#5fd6cf\",\n \"accent-warm-ink\": \"#ffcc5c\",\n \"accent-cool-ink\": \"#6fbfe8\",\n \"accent-coral-ink\": \"#ff8a5c\",\n \"syntax-foreground\": \"#e6ede7\",\n \"syntax-background\": \"#0b110e\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e6ede7 55%, #0b110e)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e6ede7 72%, #0b110e)\",\n \"syntax-token-keyword\": \"#d49ac0\",\n \"syntax-token-string\": \"#4fd39b\",\n \"syntax-token-string-expression\": \"#4fd39b\",\n \"syntax-token-constant\": \"#ffcc5c\",\n \"syntax-token-function\": \"#6fbfe8\",\n \"syntax-token-parameter\": \"#ff8a5c\",\n \"syntax-token-link\": \"#5fd6cf\",\n },\n};\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,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/fuji.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Fuji — Mountain festival poster — forest, dawn orange and open sky.\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 fuji: ThemeConfig = {\n name: \"fuji\",\n colors: {\n primary: \"#0f7a5f\",\n primaryHover: \"#0a5943\",\n background: \"#fbfaf5\",\n backgroundAlt: \"#f0efe4\",\n text: \"#16211c\",\n textMuted: \"#5b6a5f\",\n border: \"#dcdccd\",\n codeBackground: \"#16211c\",\n codeBackgroundTop: \"#16211c\",\n codeText: \"#eaf0ea\",\n },\n darkColors: {\n primary: \"#4fd39b\",\n primaryHover: \"#7fe3b8\",\n background: \"#101815\",\n backgroundAlt: \"#17211c\",\n text: \"#e6ede7\",\n textMuted: \"#8a9a8f\",\n border: \"#22302a\",\n codeBackground: \"#0b110e\",\n codeBackgroundTop: \"#0b110e\",\n codeText: \"#e6ede7\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2a6d9c 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #b8790f 18%, transparent)\",\n \"color-code-line-warning-border\": \"#b8790f\",\n \"color-code-line-error\": \"color-mix(in srgb, #d2542f 20%, transparent)\",\n \"color-code-line-error-border\": \"#d2542f\",\n \"color-code-line-add\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-add-border\": \"#0f7a5f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d2542f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d2542f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #0f7a5f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16211c 92%, #eaf0ea)\",\n \"color-code-title-text\": \"color-mix(in srgb, #eaf0ea 88%, #16211c)\",\n \"color-code-title-border\": \"color-mix(in srgb, #eaf0ea 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #eaf0ea 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dcdccd 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 88, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f0efe4 62%, #fbfaf5)\",\n \"surface-line\": \"color-mix(in srgb, #dcdccd 72%, #fbfaf5)\",\n \"brand-violet\": \"#8a4a72\",\n \"brand-cyan\": \"#0f7f86\",\n \"brand-lime\": \"#0f7a5f\",\n \"brand-coral\": \"#d2542f\",\n \"brand-navy\": \"color-mix(in srgb, #16211c 70%, #fbfaf5)\",\n \"brand-violet-rgb\": \"138, 74, 114\",\n \"brand-cyan-rgb\": \"15, 127, 134\",\n \"brand-lime-rgb\": \"15, 122, 95\",\n \"brand-coral-rgb\": \"210, 84, 47\",\n \"accent-a\": \"#0f7a5f\",\n \"accent-b\": \"#8a4a72\",\n \"accent-c\": \"#0f7f86\",\n \"accent-warm\": \"#b8790f\",\n \"accent-cool\": \"#2a6d9c\",\n \"accent-a-ink\": \"#0f7a5f\",\n \"accent-b-ink\": \"#8a4a72\",\n \"accent-c-ink\": \"#0f7f86\",\n \"accent-warm-ink\": \"#9b660d\",\n \"accent-cool-ink\": \"#2a6d9c\",\n \"accent-coral-ink\": \"#c14d2b\",\n \"syntax-foreground\": \"#eaf0ea\",\n \"syntax-background\": \"#16211c\",\n \"syntax-token-comment\": \"color-mix(in srgb, #eaf0ea 55%, #16211c)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #eaf0ea 72%, #16211c)\",\n \"syntax-token-keyword\": \"#d49ac0\",\n \"syntax-token-string\": \"#4fd39b\",\n \"syntax-token-string-expression\": \"#4fd39b\",\n \"syntax-token-constant\": \"#ffcc5c\",\n \"syntax-token-function\": \"#6fbfe8\",\n \"syntax-token-parameter\": \"#ff8a5c\",\n \"syntax-token-link\": \"#5fd6cf\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6fbfe8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcc5c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcc5c\",\n \"color-code-line-error\": \"color-mix(in srgb, #ff8a5c 20%, transparent)\",\n \"color-code-line-error-border\": \"#ff8a5c\",\n \"color-code-line-add\": \"color-mix(in srgb, #4fd39b 16%, transparent)\",\n \"color-code-line-add-border\": \"#4fd39b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ff8a5c 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ff8a5c\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4fd39b 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0b110e 92%, #e6ede7)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e6ede7 88%, #0b110e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e6ede7 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e6ede7 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #22302a 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 8, 7, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #17211c 62%, #101815)\",\n \"surface-line\": \"color-mix(in srgb, #22302a 72%, #101815)\",\n \"brand-violet\": \"#d49ac0\",\n \"brand-cyan\": \"#5fd6cf\",\n \"brand-lime\": \"#4fd39b\",\n \"brand-coral\": \"#ff8a5c\",\n \"brand-navy\": \"color-mix(in srgb, #e6ede7 70%, #101815)\",\n \"brand-violet-rgb\": \"212, 154, 192\",\n \"brand-cyan-rgb\": \"95, 214, 207\",\n \"brand-lime-rgb\": \"79, 211, 155\",\n \"brand-coral-rgb\": \"255, 138, 92\",\n \"accent-a\": \"#4fd39b\",\n \"accent-b\": \"#d49ac0\",\n \"accent-c\": \"#5fd6cf\",\n \"accent-warm\": \"#ffcc5c\",\n \"accent-cool\": \"#6fbfe8\",\n \"accent-a-ink\": \"#4fd39b\",\n \"accent-b-ink\": \"#d49ac0\",\n \"accent-c-ink\": \"#5fd6cf\",\n \"accent-warm-ink\": \"#ffcc5c\",\n \"accent-cool-ink\": \"#6fbfe8\",\n \"accent-coral-ink\": \"#ff8a5c\",\n \"syntax-foreground\": \"#e6ede7\",\n \"syntax-background\": \"#0b110e\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e6ede7 55%, #0b110e)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e6ede7 72%, #0b110e)\",\n \"syntax-token-keyword\": \"#d49ac0\",\n \"syntax-token-string\": \"#4fd39b\",\n \"syntax-token-string-expression\": \"#4fd39b\",\n \"syntax-token-constant\": \"#ffcc5c\",\n \"syntax-token-function\": \"#6fbfe8\",\n \"syntax-token-parameter\": \"#ff8a5c\",\n \"syntax-token-link\": \"#5fd6cf\",\n },\n};\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,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-fuji",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.4",
|
|
4
4
|
"description": "Mountain festival poster — forest, dawn orange and open sky — 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.4",
|
|
42
42
|
"@types/node": "^26.2.0",
|
|
43
43
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
44
44
|
"typescript": "^7.0.2",
|