@ox-content/theme-color-slate 3.0.0-alpha.9 → 3.0.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
package/dist/index.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.d.cts","names":[],"sources":["../src/slate.ts"],"mappings":";;;;;;;;;;;cAWa,OAAO"}
|
package/dist/index.d.mts
CHANGED
package/dist/index.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.d.mts","names":[],"sources":["../src/slate.ts"],"mappings":";;;;;;;;;;;cAWa,OAAO"}
|
package/dist/index.mjs
CHANGED
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/slate.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Slate — Cool grey with an electric lime edge.\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 slate: ThemeConfig = {\n name: \"slate\",\n colors: {\n primary: \"#4a7a12\",\n primaryHover: \"#375c0d\",\n background: \"#f6f7f9\",\n backgroundAlt: \"#eceef2\",\n text: \"#14181f\",\n textMuted: \"#61697a\",\n border: \"#dfe3ea\",\n codeBackground: \"#14181f\",\n codeBackgroundTop: \"#14181f\",\n codeText: \"#e6e9ef\",\n },\n darkColors: {\n primary: \"#b6e84f\",\n primaryHover: \"#cef07f\",\n background: \"#0f1216\",\n backgroundAlt: \"#171b21\",\n text: \"#e6e9ef\",\n textMuted: \"#868f9f\",\n border: \"#232830\",\n codeBackground: \"#0a0d10\",\n codeBackgroundTop: \"#0a0d10\",\n codeText: \"#e6e9ef\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2f5fa8 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8f6d14 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8f6d14\",\n \"color-code-line-error\": \"color-mix(in srgb, #c23a45 20%, transparent)\",\n \"color-code-line-error-border\": \"#c23a45\",\n \"color-code-line-add\": \"color-mix(in srgb, #4a7a12 16%, transparent)\",\n \"color-code-line-add-border\": \"#4a7a12\",\n \"color-code-line-remove\": \"color-mix(in srgb, #c23a45 14%, transparent)\",\n \"color-code-line-remove-border\": \"#c23a45\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4a7a12 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #14181f 92%, #e6e9ef)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e6e9ef 88%, #14181f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e6e9ef 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e6e9ef 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #dfe3ea 92%, transparent)\",\n \"color-backdrop\": \"rgba(86, 86, 87, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #eceef2 62%, #f6f7f9)\",\n \"surface-line\": \"color-mix(in srgb, #dfe3ea 72%, #f6f7f9)\",\n \"brand-violet\": \"#7148ab\",\n \"brand-cyan\": \"#12727f\",\n \"brand-lime\": \"#4a7a12\",\n \"brand-coral\": \"#c23a45\",\n \"brand-navy\": \"color-mix(in srgb, #14181f 70%, #f6f7f9)\",\n \"brand-violet-rgb\": \"113, 72, 171\",\n \"brand-cyan-rgb\": \"18, 114, 127\",\n \"brand-lime-rgb\": \"74, 122, 18\",\n \"brand-coral-rgb\": \"194, 58, 69\",\n \"accent-a\": \"#4a7a12\",\n \"accent-b\": \"#7148ab\",\n \"accent-c\": \"#12727f\",\n \"accent-warm\": \"#8f6d14\",\n \"accent-cool\": \"#2f5fa8\",\n \"accent-a-ink\": \"#4a7a12\",\n \"accent-b-ink\": \"#7148ab\",\n \"accent-c-ink\": \"#12727f\",\n \"accent-warm-ink\": \"#896913\",\n \"accent-cool-ink\": \"#2f5fa8\",\n \"accent-coral-ink\": \"#c23a45\",\n \"syntax-foreground\": \"#e6e9ef\",\n \"syntax-background\": \"#14181f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e6e9ef 55%, #14181f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e6e9ef 72%, #14181f)\",\n \"syntax-token-keyword\": \"#b190f2\",\n \"syntax-token-string\": \"#b6e84f\",\n \"syntax-token-string-expression\": \"#b6e84f\",\n \"syntax-token-constant\": \"#e9c86a\",\n \"syntax-token-function\": \"#77a8f0\",\n \"syntax-token-parameter\": \"#f27c88\",\n \"syntax-token-link\": \"#57cbd8\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #77a8f0 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e9c86a 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e9c86a\",\n \"color-code-line-error\": \"color-mix(in srgb, #f27c88 20%, transparent)\",\n \"color-code-line-error-border\": \"#f27c88\",\n \"color-code-line-add\": \"color-mix(in srgb, #b6e84f 16%, transparent)\",\n \"color-code-line-add-border\": \"#b6e84f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f27c88 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f27c88\",\n \"color-code-line-focus\": \"color-mix(in srgb, #b6e84f 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0a0d10 92%, #e6e9ef)\",\n \"color-code-title-text\": \"color-mix(in srgb, #e6e9ef 88%, #0a0d10)\",\n \"color-code-title-border\": \"color-mix(in srgb, #e6e9ef 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #e6e9ef 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #232830 92%, transparent)\",\n \"color-backdrop\": \"rgba(5, 6, 8, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #171b21 62%, #0f1216)\",\n \"surface-line\": \"color-mix(in srgb, #232830 72%, #0f1216)\",\n \"brand-violet\": \"#b190f2\",\n \"brand-cyan\": \"#57cbd8\",\n \"brand-lime\": \"#b6e84f\",\n \"brand-coral\": \"#f27c88\",\n \"brand-navy\": \"color-mix(in srgb, #e6e9ef 70%, #0f1216)\",\n \"brand-violet-rgb\": \"177, 144, 242\",\n \"brand-cyan-rgb\": \"87, 203, 216\",\n \"brand-lime-rgb\": \"182, 232, 79\",\n \"brand-coral-rgb\": \"242, 124, 136\",\n \"accent-a\": \"#b6e84f\",\n \"accent-b\": \"#b190f2\",\n \"accent-c\": \"#57cbd8\",\n \"accent-warm\": \"#e9c86a\",\n \"accent-cool\": \"#77a8f0\",\n \"accent-a-ink\": \"#b6e84f\",\n \"accent-b-ink\": \"#b190f2\",\n \"accent-c-ink\": \"#57cbd8\",\n \"accent-warm-ink\": \"#e9c86a\",\n \"accent-cool-ink\": \"#77a8f0\",\n \"accent-coral-ink\": \"#f27c88\",\n \"syntax-foreground\": \"#e6e9ef\",\n \"syntax-background\": \"#0a0d10\",\n \"syntax-token-comment\": \"color-mix(in srgb, #e6e9ef 55%, #0a0d10)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #e6e9ef 72%, #0a0d10)\",\n \"syntax-token-keyword\": \"#b190f2\",\n \"syntax-token-string\": \"#b6e84f\",\n \"syntax-token-string-expression\": \"#b6e84f\",\n \"syntax-token-constant\": \"#e9c86a\",\n \"syntax-token-function\": \"#77a8f0\",\n \"syntax-token-parameter\": \"#f27c88\",\n \"syntax-token-link\": \"#57cbd8\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,QAAqB;CAChC,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-slate",
|
|
3
|
-
"version": "3.0.0-
|
|
3
|
+
"version": "3.0.0-beta.0",
|
|
4
4
|
"description": "Cool grey with an electric lime edge — 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-
|
|
45
|
+
"@ox-content/vite-plugin": "3.0.0-beta.0"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|