@ox-content/theme-color-flexoki 3.0.0-alpha.3 → 3.0.0-alpha.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 +22 -22
- package/dist/index.mjs +22 -22
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -78,17 +78,17 @@ const flexoki = {
|
|
|
78
78
|
"accent-warm-ink": "#916e01",
|
|
79
79
|
"accent-cool-ink": "#205ea6",
|
|
80
80
|
"accent-coral-ink": "#af3029",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#100f0f",
|
|
82
|
+
"syntax-background": "#f2f0e5",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #100f0f 55%, #f2f0e5)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #100f0f 72%, #f2f0e5)",
|
|
85
|
+
"syntax-token-keyword": "#a02f6f",
|
|
86
|
+
"syntax-token-string": "#66800b",
|
|
87
|
+
"syntax-token-string-expression": "#66800b",
|
|
88
|
+
"syntax-token-constant": "#ad8301",
|
|
89
|
+
"syntax-token-function": "#205ea6",
|
|
90
|
+
"syntax-token-parameter": "#af3029",
|
|
91
|
+
"syntax-token-link": "#24837b"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #4385be 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const flexoki = {
|
|
|
130
130
|
"accent-warm-ink": "#d0a215",
|
|
131
131
|
"accent-cool-ink": "#4385be",
|
|
132
132
|
"accent-coral-ink": "#d35449",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#fffcf0",
|
|
134
|
+
"syntax-background": "#1c1b1a",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #fffcf0 55%, #1c1b1a)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #fffcf0 72%, #1c1b1a)",
|
|
137
|
+
"syntax-token-keyword": "#ce5d97",
|
|
138
|
+
"syntax-token-string": "#879a39",
|
|
139
|
+
"syntax-token-string-expression": "#879a39",
|
|
140
|
+
"syntax-token-constant": "#d0a215",
|
|
141
|
+
"syntax-token-function": "#4385be",
|
|
142
|
+
"syntax-token-parameter": "#d14d41",
|
|
143
|
+
"syntax-token-link": "#3aa99f"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const flexoki = {
|
|
|
74
74
|
"accent-warm-ink": "#916e01",
|
|
75
75
|
"accent-cool-ink": "#205ea6",
|
|
76
76
|
"accent-coral-ink": "#af3029",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#100f0f",
|
|
78
|
+
"syntax-background": "#f2f0e5",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #100f0f 55%, #f2f0e5)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #100f0f 72%, #f2f0e5)",
|
|
81
|
+
"syntax-token-keyword": "#a02f6f",
|
|
82
|
+
"syntax-token-string": "#66800b",
|
|
83
|
+
"syntax-token-string-expression": "#66800b",
|
|
84
|
+
"syntax-token-constant": "#ad8301",
|
|
85
|
+
"syntax-token-function": "#205ea6",
|
|
86
|
+
"syntax-token-parameter": "#af3029",
|
|
87
|
+
"syntax-token-link": "#24837b"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #4385be 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const flexoki = {
|
|
|
126
126
|
"accent-warm-ink": "#d0a215",
|
|
127
127
|
"accent-cool-ink": "#4385be",
|
|
128
128
|
"accent-coral-ink": "#d35449",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#fffcf0",
|
|
130
|
+
"syntax-background": "#1c1b1a",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #fffcf0 55%, #1c1b1a)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #fffcf0 72%, #1c1b1a)",
|
|
133
|
+
"syntax-token-keyword": "#ce5d97",
|
|
134
|
+
"syntax-token-string": "#879a39",
|
|
135
|
+
"syntax-token-string-expression": "#879a39",
|
|
136
|
+
"syntax-token-constant": "#d0a215",
|
|
137
|
+
"syntax-token-function": "#4385be",
|
|
138
|
+
"syntax-token-parameter": "#d14d41",
|
|
139
|
+
"syntax-token-link": "#3aa99f"
|
|
140
140
|
}
|
|
141
141
|
};
|
|
142
142
|
//#endregion
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Flexoki — Ink and paper, tuned for e-ink-like calm.\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 flexoki: ThemeConfig = {\n name: \"flexoki\",\n colors: {\n primary: \"#237e76\",\n primaryHover: \"#1c6c66\",\n background: \"#fffcf0\",\n backgroundAlt: \"#f2f0e5\",\n text: \"#100f0f\",\n textMuted: \"#6f6e69\",\n border: \"#e6e4d9\",\n codeBackground: \"#f2f0e5\",\n codeBackgroundTop: \"#f2f0e5\",\n codeText: \"#100f0f\",\n },\n darkColors: {\n primary: \"#3aa99f\",\n primaryHover: \"#5abdb3\",\n background: \"#100f0f\",\n backgroundAlt: \"#1c1b1a\",\n text: \"#fffcf0\",\n textMuted: \"#878580\",\n border: \"#282726\",\n codeBackground: \"#1c1b1a\",\n codeBackgroundTop: \"#1c1b1a\",\n codeText: \"#fffcf0\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #205ea6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ad8301 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ad8301\",\n \"color-code-line-error\": \"color-mix(in srgb, #af3029 20%, transparent)\",\n \"color-code-line-error-border\": \"#af3029\",\n \"color-code-line-add\": \"color-mix(in srgb, #66800b 16%, transparent)\",\n \"color-code-line-add-border\": \"#66800b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #af3029 14%, transparent)\",\n \"color-code-line-remove-border\": \"#af3029\",\n \"color-code-line-focus\": \"color-mix(in srgb, #237e76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2f0e5 92%, #100f0f)\",\n \"color-code-title-text\": \"color-mix(in srgb, #100f0f 88%, #f2f0e5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #100f0f 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #100f0f 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6e4d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 88, 84, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2f0e5 62%, #fffcf0)\",\n \"surface-line\": \"color-mix(in srgb, #e6e4d9 72%, #fffcf0)\",\n \"brand-violet\": \"#a02f6f\",\n \"brand-cyan\": \"#24837b\",\n \"brand-lime\": \"#66800b\",\n \"brand-coral\": \"#af3029\",\n \"brand-navy\": \"color-mix(in srgb, #100f0f 70%, #fffcf0)\",\n \"brand-violet-rgb\": \"160, 47, 111\",\n \"brand-cyan-rgb\": \"36, 131, 123\",\n \"brand-lime-rgb\": \"102, 128, 11\",\n \"brand-coral-rgb\": \"175, 48, 41\",\n \"accent-a\": \"#237e76\",\n \"accent-b\": \"#a02f6f\",\n \"accent-c\": \"#24837b\",\n \"accent-warm\": \"#ad8301\",\n \"accent-cool\": \"#205ea6\",\n \"accent-a-ink\": \"#237e76\",\n \"accent-b-ink\": \"#a02f6f\",\n \"accent-c-ink\": \"#237e76\",\n \"accent-warm-ink\": \"#916e01\",\n \"accent-cool-ink\": \"#205ea6\",\n \"accent-coral-ink\": \"#af3029\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Flexoki — Ink and paper, tuned for e-ink-like calm.\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 flexoki: ThemeConfig = {\n name: \"flexoki\",\n colors: {\n primary: \"#237e76\",\n primaryHover: \"#1c6c66\",\n background: \"#fffcf0\",\n backgroundAlt: \"#f2f0e5\",\n text: \"#100f0f\",\n textMuted: \"#6f6e69\",\n border: \"#e6e4d9\",\n codeBackground: \"#f2f0e5\",\n codeBackgroundTop: \"#f2f0e5\",\n codeText: \"#100f0f\",\n },\n darkColors: {\n primary: \"#3aa99f\",\n primaryHover: \"#5abdb3\",\n background: \"#100f0f\",\n backgroundAlt: \"#1c1b1a\",\n text: \"#fffcf0\",\n textMuted: \"#878580\",\n border: \"#282726\",\n codeBackground: \"#1c1b1a\",\n codeBackgroundTop: \"#1c1b1a\",\n codeText: \"#fffcf0\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #205ea6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ad8301 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ad8301\",\n \"color-code-line-error\": \"color-mix(in srgb, #af3029 20%, transparent)\",\n \"color-code-line-error-border\": \"#af3029\",\n \"color-code-line-add\": \"color-mix(in srgb, #66800b 16%, transparent)\",\n \"color-code-line-add-border\": \"#66800b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #af3029 14%, transparent)\",\n \"color-code-line-remove-border\": \"#af3029\",\n \"color-code-line-focus\": \"color-mix(in srgb, #237e76 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f2f0e5 92%, #100f0f)\",\n \"color-code-title-text\": \"color-mix(in srgb, #100f0f 88%, #f2f0e5)\",\n \"color-code-title-border\": \"color-mix(in srgb, #100f0f 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #100f0f 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6e4d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 88, 84, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2f0e5 62%, #fffcf0)\",\n \"surface-line\": \"color-mix(in srgb, #e6e4d9 72%, #fffcf0)\",\n \"brand-violet\": \"#a02f6f\",\n \"brand-cyan\": \"#24837b\",\n \"brand-lime\": \"#66800b\",\n \"brand-coral\": \"#af3029\",\n \"brand-navy\": \"color-mix(in srgb, #100f0f 70%, #fffcf0)\",\n \"brand-violet-rgb\": \"160, 47, 111\",\n \"brand-cyan-rgb\": \"36, 131, 123\",\n \"brand-lime-rgb\": \"102, 128, 11\",\n \"brand-coral-rgb\": \"175, 48, 41\",\n \"accent-a\": \"#237e76\",\n \"accent-b\": \"#a02f6f\",\n \"accent-c\": \"#24837b\",\n \"accent-warm\": \"#ad8301\",\n \"accent-cool\": \"#205ea6\",\n \"accent-a-ink\": \"#237e76\",\n \"accent-b-ink\": \"#a02f6f\",\n \"accent-c-ink\": \"#237e76\",\n \"accent-warm-ink\": \"#916e01\",\n \"accent-cool-ink\": \"#205ea6\",\n \"accent-coral-ink\": \"#af3029\",\n \"syntax-foreground\": \"#100f0f\",\n \"syntax-background\": \"#f2f0e5\",\n \"syntax-token-comment\": \"color-mix(in srgb, #100f0f 55%, #f2f0e5)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #100f0f 72%, #f2f0e5)\",\n \"syntax-token-keyword\": \"#a02f6f\",\n \"syntax-token-string\": \"#66800b\",\n \"syntax-token-string-expression\": \"#66800b\",\n \"syntax-token-constant\": \"#ad8301\",\n \"syntax-token-function\": \"#205ea6\",\n \"syntax-token-parameter\": \"#af3029\",\n \"syntax-token-link\": \"#24837b\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #4385be 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d0a215 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d0a215\",\n \"color-code-line-error\": \"color-mix(in srgb, #d14d41 20%, transparent)\",\n \"color-code-line-error-border\": \"#d14d41\",\n \"color-code-line-add\": \"color-mix(in srgb, #879a39 16%, transparent)\",\n \"color-code-line-add-border\": \"#879a39\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d14d41 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d14d41\",\n \"color-code-line-focus\": \"color-mix(in srgb, #3aa99f 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1c1b1a 92%, #fffcf0)\",\n \"color-code-title-text\": \"color-mix(in srgb, #fffcf0 88%, #1c1b1a)\",\n \"color-code-title-border\": \"color-mix(in srgb, #fffcf0 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #fffcf0 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #282726 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 5, 5, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1c1b1a 62%, #100f0f)\",\n \"surface-line\": \"color-mix(in srgb, #282726 72%, #100f0f)\",\n \"brand-violet\": \"#ce5d97\",\n \"brand-cyan\": \"#3aa99f\",\n \"brand-lime\": \"#879a39\",\n \"brand-coral\": \"#d14d41\",\n \"brand-navy\": \"color-mix(in srgb, #fffcf0 70%, #100f0f)\",\n \"brand-violet-rgb\": \"206, 93, 151\",\n \"brand-cyan-rgb\": \"58, 169, 159\",\n \"brand-lime-rgb\": \"135, 154, 57\",\n \"brand-coral-rgb\": \"209, 77, 65\",\n \"accent-a\": \"#3aa99f\",\n \"accent-b\": \"#ce5d97\",\n \"accent-c\": \"#3aa99f\",\n \"accent-warm\": \"#d0a215\",\n \"accent-cool\": \"#4385be\",\n \"accent-a-ink\": \"#3aa99f\",\n \"accent-b-ink\": \"#ce5d97\",\n \"accent-c-ink\": \"#3aa99f\",\n \"accent-warm-ink\": \"#d0a215\",\n \"accent-cool-ink\": \"#4385be\",\n \"accent-coral-ink\": \"#d35449\",\n \"syntax-foreground\": \"#fffcf0\",\n \"syntax-background\": \"#1c1b1a\",\n \"syntax-token-comment\": \"color-mix(in srgb, #fffcf0 55%, #1c1b1a)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #fffcf0 72%, #1c1b1a)\",\n \"syntax-token-keyword\": \"#ce5d97\",\n \"syntax-token-string\": \"#879a39\",\n \"syntax-token-string-expression\": \"#879a39\",\n \"syntax-token-constant\": \"#d0a215\",\n \"syntax-token-function\": \"#4385be\",\n \"syntax-token-parameter\": \"#d14d41\",\n \"syntax-token-link\": \"#3aa99f\",\n },\n};\n\nexport default flexoki;\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-flexoki",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.4",
|
|
4
4
|
"description": "Ink and paper, tuned for e-ink-like calm — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"color-scheme",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@typescript/native-preview": "^7.0.0-dev.20260707.2",
|
|
43
43
|
"typescript": "^7.0.2",
|
|
44
44
|
"vite-plus": "0.2.9",
|
|
45
|
-
"@ox-content/vite-plugin": "3.0.0-alpha.
|
|
45
|
+
"@ox-content/vite-plugin": "3.0.0-alpha.4"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|