@ox-content/theme-color-vitesse 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 vitesse = {
16
16
  name: "vitesse",
@@ -151,8 +151,8 @@ const vitesse = {
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 vitesseBlack = {
158
158
  name: "vitesse-black",
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 vitesse: ThemeConfig;
13
13
  //#endregion
@@ -18,8 +18,8 @@ declare const vitesse: 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 vitesseBlack: ThemeConfig;
25
25
  //#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 vitesse: ThemeConfig;
13
13
  //#endregion
@@ -18,8 +18,8 @@ declare const vitesse: 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 vitesseBlack: ThemeConfig;
25
25
  //#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 vitesse = {
12
12
  name: "vitesse",
@@ -147,8 +147,8 @@ const vitesse = {
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 vitesseBlack = {
154
154
  name: "vitesse-black",
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/vitesse.ts","../src/vitesseBlack.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Vitesse — Anthony Fu's Vitesse light and dark.\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 vitesse: ThemeConfig = {\n name: \"vitesse\",\n colors: {\n primary: \"#1e754f\",\n primaryHover: \"#155a3c\",\n background: \"#ffffff\",\n backgroundAlt: \"#f7f7f6\",\n text: \"#393a34\",\n textMuted: \"#75756c\",\n border: \"#e3e3dd\",\n codeBackground: \"#f7f7f6\",\n codeBackgroundTop: \"#f7f7f6\",\n codeText: \"#393a34\",\n },\n darkColors: {\n primary: \"#4d9375\",\n primaryHover: \"#6fb494\",\n background: \"#121212\",\n backgroundAlt: \"#1b1b1b\",\n text: \"#dbd7caee\",\n textMuted: \"#84848c\",\n border: \"#2c2c2c\",\n codeBackground: \"#0f0f0f\",\n codeBackgroundTop: \"#0f0f0f\",\n codeText: \"#dbd7ca\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #296aa3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a65e2b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a65e2b\",\n \"color-code-line-error\": \"color-mix(in srgb, #ab5959 20%, transparent)\",\n \"color-code-line-error-border\": \"#ab5959\",\n \"color-code-line-add\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-add-border\": \"#1e754f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ab5959 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ab5959\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f7f7f6 92%, #393a34)\",\n \"color-code-title-text\": \"color-mix(in srgb, #393a34 88%, #f7f7f6)\",\n \"color-code-title-border\": \"color-mix(in srgb, #393a34 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #393a34 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e3e3dd 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7f7f6 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #e3e3dd 72%, #ffffff)\",\n \"brand-violet\": \"#6c51a3\",\n \"brand-cyan\": \"#2f8a89\",\n \"brand-lime\": \"#1e754f\",\n \"brand-coral\": \"#ab5959\",\n \"brand-navy\": \"color-mix(in srgb, #393a34 70%, #ffffff)\",\n \"brand-violet-rgb\": \"108, 81, 163\",\n \"brand-cyan-rgb\": \"47, 138, 137\",\n \"brand-lime-rgb\": \"30, 117, 79\",\n \"brand-coral-rgb\": \"171, 89, 89\",\n \"accent-a\": \"#1e754f\",\n \"accent-b\": \"#6c51a3\",\n \"accent-c\": \"#2f8a89\",\n \"accent-warm\": \"#a65e2b\",\n \"accent-cool\": \"#296aa3\",\n \"accent-a-ink\": \"#1e754f\",\n \"accent-b-ink\": \"#6c51a3\",\n \"accent-c-ink\": \"#2b7f7e\",\n \"accent-warm-ink\": \"#a65e2b\",\n \"accent-cool-ink\": \"#296aa3\",\n \"accent-coral-ink\": \"#ab5959\",\n \"syntax-foreground\": \"#393a34\",\n \"syntax-background\": \"#f7f7f6\",\n \"syntax-token-comment\": \"color-mix(in srgb, #393a34 55%, #f7f7f6)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #393a34 72%, #f7f7f6)\",\n \"syntax-token-keyword\": \"#6c51a3\",\n \"syntax-token-string\": \"#1e754f\",\n \"syntax-token-string-expression\": \"#1e754f\",\n \"syntax-token-constant\": \"#a65e2b\",\n \"syntax-token-function\": \"#296aa3\",\n \"syntax-token-parameter\": \"#ab5959\",\n \"syntax-token-link\": \"#2f8a89\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6394bf 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d4976c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d4976c\",\n \"color-code-line-error\": \"color-mix(in srgb, #cb7676 20%, transparent)\",\n \"color-code-line-error-border\": \"#cb7676\",\n \"color-code-line-add\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-add-border\": \"#4d9375\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cb7676 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cb7676\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f0f0f 92%, #dbd7ca)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dbd7ca 88%, #0f0f0f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dbd7ca 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dbd7ca 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2c2c2c 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 6, 6, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1b1b1b 62%, #121212)\",\n \"surface-line\": \"color-mix(in srgb, #2c2c2c 72%, #121212)\",\n \"brand-violet\": \"#a08cd0\",\n \"brand-cyan\": \"#5eaab5\",\n \"brand-lime\": \"#4d9375\",\n \"brand-coral\": \"#cb7676\",\n \"brand-navy\": \"color-mix(in srgb, #dbd7caee 70%, #121212)\",\n \"brand-violet-rgb\": \"160, 140, 208\",\n \"brand-cyan-rgb\": \"94, 170, 181\",\n \"brand-lime-rgb\": \"77, 147, 117\",\n \"brand-coral-rgb\": \"203, 118, 118\",\n \"accent-a\": \"#4d9375\",\n \"accent-b\": \"#a08cd0\",\n \"accent-c\": \"#5eaab5\",\n \"accent-warm\": \"#d4976c\",\n \"accent-cool\": \"#6394bf\",\n \"accent-a-ink\": \"#4d9375\",\n \"accent-b-ink\": \"#a08cd0\",\n \"accent-c-ink\": \"#5eaab5\",\n \"accent-warm-ink\": \"#d4976c\",\n \"accent-cool-ink\": \"#6394bf\",\n \"accent-coral-ink\": \"#cb7676\",\n \"syntax-foreground\": \"#dbd7ca\",\n \"syntax-background\": \"#0f0f0f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dbd7ca 55%, #0f0f0f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dbd7ca 72%, #0f0f0f)\",\n \"syntax-token-keyword\": \"#a08cd0\",\n \"syntax-token-string\": \"#4d9375\",\n \"syntax-token-string-expression\": \"#4d9375\",\n \"syntax-token-constant\": \"#d4976c\",\n \"syntax-token-function\": \"#6394bf\",\n \"syntax-token-parameter\": \"#cb7676\",\n \"syntax-token-link\": \"#5eaab5\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Vitesse — Vitesse Light and Black.\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 vitesseBlack: ThemeConfig = {\n name: \"vitesse-black\",\n colors: {\n primary: \"#1e754f\",\n primaryHover: \"#155a3c\",\n background: \"#ffffff\",\n backgroundAlt: \"#f7f7f6\",\n text: \"#393a34\",\n textMuted: \"#75756c\",\n border: \"#e3e3dd\",\n codeBackground: \"#f7f7f6\",\n codeBackgroundTop: \"#f7f7f6\",\n codeText: \"#393a34\",\n },\n darkColors: {\n primary: \"#4d9375\",\n primaryHover: \"#4d9375\",\n background: \"#000000\",\n backgroundAlt: \"#000000\",\n text: \"#dbd7cacc\",\n textMuted: \"#758575dd\",\n border: \"#191919\",\n codeBackground: \"#000000\",\n codeBackgroundTop: \"#000000\",\n codeText: \"#dbd7cacc\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #296aa3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a65e2b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a65e2b\",\n \"color-code-line-error\": \"color-mix(in srgb, #ab5959 20%, transparent)\",\n \"color-code-line-error-border\": \"#ab5959\",\n \"color-code-line-add\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-add-border\": \"#1e754f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ab5959 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ab5959\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f7f7f6 92%, #393a34)\",\n \"color-code-title-text\": \"color-mix(in srgb, #393a34 88%, #f7f7f6)\",\n \"color-code-title-border\": \"color-mix(in srgb, #393a34 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #393a34 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e3e3dd 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7f7f6 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #e3e3dd 72%, #ffffff)\",\n \"brand-violet\": \"#6c51a3\",\n \"brand-cyan\": \"#2f8a89\",\n \"brand-lime\": \"#1e754f\",\n \"brand-coral\": \"#ab5959\",\n \"brand-navy\": \"color-mix(in srgb, #393a34 70%, #ffffff)\",\n \"brand-violet-rgb\": \"108, 81, 163\",\n \"brand-cyan-rgb\": \"47, 138, 137\",\n \"brand-lime-rgb\": \"30, 117, 79\",\n \"brand-coral-rgb\": \"171, 89, 89\",\n \"accent-a\": \"#1e754f\",\n \"accent-b\": \"#6c51a3\",\n \"accent-c\": \"#2f8a89\",\n \"accent-warm\": \"#a65e2b\",\n \"accent-cool\": \"#296aa3\",\n \"accent-a-ink\": \"#1e754f\",\n \"accent-b-ink\": \"#6c51a3\",\n \"accent-c-ink\": \"#2b7f7e\",\n \"accent-warm-ink\": \"#a65e2b\",\n \"accent-cool-ink\": \"#296aa3\",\n \"accent-coral-ink\": \"#ab5959\",\n \"syntax-foreground\": \"#393a34\",\n \"syntax-background\": \"#f7f7f6\",\n \"syntax-token-comment\": \"color-mix(in srgb, #393a34 55%, #f7f7f6)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #393a34 72%, #f7f7f6)\",\n \"syntax-token-keyword\": \"#6c51a3\",\n \"syntax-token-string\": \"#1e754f\",\n \"syntax-token-string-expression\": \"#1e754f\",\n \"syntax-token-constant\": \"#a65e2b\",\n \"syntax-token-function\": \"#296aa3\",\n \"syntax-token-parameter\": \"#ab5959\",\n \"syntax-token-link\": \"#2f8a89\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6394bf 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e6cc77 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e6cc77\",\n \"color-code-line-error\": \"color-mix(in srgb, #cb7676 20%, transparent)\",\n \"color-code-line-error-border\": \"#cb7676\",\n \"color-code-line-add\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-add-border\": \"#4d9375\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cb7676 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cb7676\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #000000 92%, #dbd7cacc)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dbd7cacc 88%, #000000)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dbd7cacc 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dbd7cacc 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #191919 92%, transparent)\",\n \"color-backdrop\": \"rgba(0, 0, 0, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #000000 62%, #000000)\",\n \"surface-line\": \"color-mix(in srgb, #191919 72%, #000000)\",\n \"brand-violet\": \"#d9739f\",\n \"brand-cyan\": \"#5eaab5\",\n \"brand-lime\": \"#4d9375\",\n \"brand-coral\": \"#cb7676\",\n \"brand-navy\": \"color-mix(in srgb, #dbd7cacc 70%, #000000)\",\n \"brand-violet-rgb\": \"217, 115, 159\",\n \"brand-cyan-rgb\": \"94, 170, 181\",\n \"brand-lime-rgb\": \"77, 147, 117\",\n \"brand-coral-rgb\": \"203, 118, 118\",\n \"accent-a\": \"#4d9375\",\n \"accent-b\": \"#d9739f\",\n \"accent-c\": \"#5eaab5\",\n \"accent-warm\": \"#e6cc77\",\n \"accent-cool\": \"#6394bf\",\n \"accent-a-ink\": \"#4d9375\",\n \"accent-b-ink\": \"#d9739f\",\n \"accent-c-ink\": \"#5eaab5\",\n \"accent-warm-ink\": \"#e6cc77\",\n \"accent-cool-ink\": \"#6394bf\",\n \"accent-coral-ink\": \"#cb7676\",\n \"syntax-foreground\": \"#dbd7cacc\",\n \"syntax-background\": \"#000000\",\n \"syntax-token-comment\": \"#758575dd\",\n \"syntax-token-punctuation\": \"#444444\",\n \"syntax-token-keyword\": \"#4d9375\",\n \"syntax-token-string\": \"#c98a7d\",\n \"syntax-token-string-expression\": \"#c98a7d\",\n \"syntax-token-constant\": \"#c99076\",\n \"syntax-token-function\": \"#80a665\",\n \"syntax-token-parameter\": \"#dbd7cacc\",\n \"syntax-token-link\": \"#c98a7d\",\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;;;;;;;;;;;;AClIA,MAAa,eAA4B;CACvC,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/vitesse.ts","../src/vitesseBlack.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Vitesse — Anthony Fu's Vitesse light and dark.\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 vitesse: ThemeConfig = {\n name: \"vitesse\",\n colors: {\n primary: \"#1e754f\",\n primaryHover: \"#155a3c\",\n background: \"#ffffff\",\n backgroundAlt: \"#f7f7f6\",\n text: \"#393a34\",\n textMuted: \"#75756c\",\n border: \"#e3e3dd\",\n codeBackground: \"#f7f7f6\",\n codeBackgroundTop: \"#f7f7f6\",\n codeText: \"#393a34\",\n },\n darkColors: {\n primary: \"#4d9375\",\n primaryHover: \"#6fb494\",\n background: \"#121212\",\n backgroundAlt: \"#1b1b1b\",\n text: \"#dbd7caee\",\n textMuted: \"#84848c\",\n border: \"#2c2c2c\",\n codeBackground: \"#0f0f0f\",\n codeBackgroundTop: \"#0f0f0f\",\n codeText: \"#dbd7ca\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #296aa3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a65e2b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a65e2b\",\n \"color-code-line-error\": \"color-mix(in srgb, #ab5959 20%, transparent)\",\n \"color-code-line-error-border\": \"#ab5959\",\n \"color-code-line-add\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-add-border\": \"#1e754f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ab5959 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ab5959\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f7f7f6 92%, #393a34)\",\n \"color-code-title-text\": \"color-mix(in srgb, #393a34 88%, #f7f7f6)\",\n \"color-code-title-border\": \"color-mix(in srgb, #393a34 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #393a34 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e3e3dd 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7f7f6 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #e3e3dd 72%, #ffffff)\",\n \"brand-violet\": \"#6c51a3\",\n \"brand-cyan\": \"#2f8a89\",\n \"brand-lime\": \"#1e754f\",\n \"brand-coral\": \"#ab5959\",\n \"brand-navy\": \"color-mix(in srgb, #393a34 70%, #ffffff)\",\n \"brand-violet-rgb\": \"108, 81, 163\",\n \"brand-cyan-rgb\": \"47, 138, 137\",\n \"brand-lime-rgb\": \"30, 117, 79\",\n \"brand-coral-rgb\": \"171, 89, 89\",\n \"accent-a\": \"#1e754f\",\n \"accent-b\": \"#6c51a3\",\n \"accent-c\": \"#2f8a89\",\n \"accent-warm\": \"#a65e2b\",\n \"accent-cool\": \"#296aa3\",\n \"accent-a-ink\": \"#1e754f\",\n \"accent-b-ink\": \"#6c51a3\",\n \"accent-c-ink\": \"#2b7f7e\",\n \"accent-warm-ink\": \"#a65e2b\",\n \"accent-cool-ink\": \"#296aa3\",\n \"accent-coral-ink\": \"#ab5959\",\n \"syntax-foreground\": \"#393a34\",\n \"syntax-background\": \"#f7f7f6\",\n \"syntax-token-comment\": \"color-mix(in srgb, #393a34 55%, #f7f7f6)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #393a34 72%, #f7f7f6)\",\n \"syntax-token-keyword\": \"#6c51a3\",\n \"syntax-token-string\": \"#1e754f\",\n \"syntax-token-string-expression\": \"#1e754f\",\n \"syntax-token-constant\": \"#a65e2b\",\n \"syntax-token-function\": \"#296aa3\",\n \"syntax-token-parameter\": \"#ab5959\",\n \"syntax-token-link\": \"#2f8a89\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6394bf 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #d4976c 18%, transparent)\",\n \"color-code-line-warning-border\": \"#d4976c\",\n \"color-code-line-error\": \"color-mix(in srgb, #cb7676 20%, transparent)\",\n \"color-code-line-error-border\": \"#cb7676\",\n \"color-code-line-add\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-add-border\": \"#4d9375\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cb7676 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cb7676\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f0f0f 92%, #dbd7ca)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dbd7ca 88%, #0f0f0f)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dbd7ca 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dbd7ca 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2c2c2c 92%, transparent)\",\n \"color-backdrop\": \"rgba(6, 6, 6, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1b1b1b 62%, #121212)\",\n \"surface-line\": \"color-mix(in srgb, #2c2c2c 72%, #121212)\",\n \"brand-violet\": \"#a08cd0\",\n \"brand-cyan\": \"#5eaab5\",\n \"brand-lime\": \"#4d9375\",\n \"brand-coral\": \"#cb7676\",\n \"brand-navy\": \"color-mix(in srgb, #dbd7caee 70%, #121212)\",\n \"brand-violet-rgb\": \"160, 140, 208\",\n \"brand-cyan-rgb\": \"94, 170, 181\",\n \"brand-lime-rgb\": \"77, 147, 117\",\n \"brand-coral-rgb\": \"203, 118, 118\",\n \"accent-a\": \"#4d9375\",\n \"accent-b\": \"#a08cd0\",\n \"accent-c\": \"#5eaab5\",\n \"accent-warm\": \"#d4976c\",\n \"accent-cool\": \"#6394bf\",\n \"accent-a-ink\": \"#4d9375\",\n \"accent-b-ink\": \"#a08cd0\",\n \"accent-c-ink\": \"#5eaab5\",\n \"accent-warm-ink\": \"#d4976c\",\n \"accent-cool-ink\": \"#6394bf\",\n \"accent-coral-ink\": \"#cb7676\",\n \"syntax-foreground\": \"#dbd7ca\",\n \"syntax-background\": \"#0f0f0f\",\n \"syntax-token-comment\": \"color-mix(in srgb, #dbd7ca 55%, #0f0f0f)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #dbd7ca 72%, #0f0f0f)\",\n \"syntax-token-keyword\": \"#a08cd0\",\n \"syntax-token-string\": \"#4d9375\",\n \"syntax-token-string-expression\": \"#4d9375\",\n \"syntax-token-constant\": \"#d4976c\",\n \"syntax-token-function\": \"#6394bf\",\n \"syntax-token-parameter\": \"#cb7676\",\n \"syntax-token-link\": \"#5eaab5\",\n },\n};\n","import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Vitesse — Vitesse Light and Black.\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 vitesseBlack: ThemeConfig = {\n name: \"vitesse-black\",\n colors: {\n primary: \"#1e754f\",\n primaryHover: \"#155a3c\",\n background: \"#ffffff\",\n backgroundAlt: \"#f7f7f6\",\n text: \"#393a34\",\n textMuted: \"#75756c\",\n border: \"#e3e3dd\",\n codeBackground: \"#f7f7f6\",\n codeBackgroundTop: \"#f7f7f6\",\n codeText: \"#393a34\",\n },\n darkColors: {\n primary: \"#4d9375\",\n primaryHover: \"#4d9375\",\n background: \"#000000\",\n backgroundAlt: \"#000000\",\n text: \"#dbd7cacc\",\n textMuted: \"#758575dd\",\n border: \"#191919\",\n codeBackground: \"#000000\",\n codeBackgroundTop: \"#000000\",\n codeText: \"#dbd7cacc\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #296aa3 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a65e2b 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a65e2b\",\n \"color-code-line-error\": \"color-mix(in srgb, #ab5959 20%, transparent)\",\n \"color-code-line-error-border\": \"#ab5959\",\n \"color-code-line-add\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-add-border\": \"#1e754f\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ab5959 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ab5959\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1e754f 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #f7f7f6 92%, #393a34)\",\n \"color-code-title-text\": \"color-mix(in srgb, #393a34 88%, #f7f7f6)\",\n \"color-code-title-border\": \"color-mix(in srgb, #393a34 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #393a34 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e3e3dd 92%, transparent)\",\n \"color-backdrop\": \"rgba(89, 89, 89, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f7f7f6 62%, #ffffff)\",\n \"surface-line\": \"color-mix(in srgb, #e3e3dd 72%, #ffffff)\",\n \"brand-violet\": \"#6c51a3\",\n \"brand-cyan\": \"#2f8a89\",\n \"brand-lime\": \"#1e754f\",\n \"brand-coral\": \"#ab5959\",\n \"brand-navy\": \"color-mix(in srgb, #393a34 70%, #ffffff)\",\n \"brand-violet-rgb\": \"108, 81, 163\",\n \"brand-cyan-rgb\": \"47, 138, 137\",\n \"brand-lime-rgb\": \"30, 117, 79\",\n \"brand-coral-rgb\": \"171, 89, 89\",\n \"accent-a\": \"#1e754f\",\n \"accent-b\": \"#6c51a3\",\n \"accent-c\": \"#2f8a89\",\n \"accent-warm\": \"#a65e2b\",\n \"accent-cool\": \"#296aa3\",\n \"accent-a-ink\": \"#1e754f\",\n \"accent-b-ink\": \"#6c51a3\",\n \"accent-c-ink\": \"#2b7f7e\",\n \"accent-warm-ink\": \"#a65e2b\",\n \"accent-cool-ink\": \"#296aa3\",\n \"accent-coral-ink\": \"#ab5959\",\n \"syntax-foreground\": \"#393a34\",\n \"syntax-background\": \"#f7f7f6\",\n \"syntax-token-comment\": \"color-mix(in srgb, #393a34 55%, #f7f7f6)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #393a34 72%, #f7f7f6)\",\n \"syntax-token-keyword\": \"#6c51a3\",\n \"syntax-token-string\": \"#1e754f\",\n \"syntax-token-string-expression\": \"#1e754f\",\n \"syntax-token-constant\": \"#a65e2b\",\n \"syntax-token-function\": \"#296aa3\",\n \"syntax-token-parameter\": \"#ab5959\",\n \"syntax-token-link\": \"#2f8a89\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #6394bf 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e6cc77 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e6cc77\",\n \"color-code-line-error\": \"color-mix(in srgb, #cb7676 20%, transparent)\",\n \"color-code-line-error-border\": \"#cb7676\",\n \"color-code-line-add\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-add-border\": \"#4d9375\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cb7676 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cb7676\",\n \"color-code-line-focus\": \"color-mix(in srgb, #4d9375 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #000000 92%, #dbd7cacc)\",\n \"color-code-title-text\": \"color-mix(in srgb, #dbd7cacc 88%, #000000)\",\n \"color-code-title-border\": \"color-mix(in srgb, #dbd7cacc 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #dbd7cacc 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #191919 92%, transparent)\",\n \"color-backdrop\": \"rgba(0, 0, 0, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #000000 62%, #000000)\",\n \"surface-line\": \"color-mix(in srgb, #191919 72%, #000000)\",\n \"brand-violet\": \"#d9739f\",\n \"brand-cyan\": \"#5eaab5\",\n \"brand-lime\": \"#4d9375\",\n \"brand-coral\": \"#cb7676\",\n \"brand-navy\": \"color-mix(in srgb, #dbd7cacc 70%, #000000)\",\n \"brand-violet-rgb\": \"217, 115, 159\",\n \"brand-cyan-rgb\": \"94, 170, 181\",\n \"brand-lime-rgb\": \"77, 147, 117\",\n \"brand-coral-rgb\": \"203, 118, 118\",\n \"accent-a\": \"#4d9375\",\n \"accent-b\": \"#d9739f\",\n \"accent-c\": \"#5eaab5\",\n \"accent-warm\": \"#e6cc77\",\n \"accent-cool\": \"#6394bf\",\n \"accent-a-ink\": \"#4d9375\",\n \"accent-b-ink\": \"#d9739f\",\n \"accent-c-ink\": \"#5eaab5\",\n \"accent-warm-ink\": \"#e6cc77\",\n \"accent-cool-ink\": \"#6394bf\",\n \"accent-coral-ink\": \"#cb7676\",\n \"syntax-foreground\": \"#dbd7cacc\",\n \"syntax-background\": \"#000000\",\n \"syntax-token-comment\": \"#758575dd\",\n \"syntax-token-punctuation\": \"#444444\",\n \"syntax-token-keyword\": \"#4d9375\",\n \"syntax-token-string\": \"#c98a7d\",\n \"syntax-token-string-expression\": \"#c98a7d\",\n \"syntax-token-constant\": \"#c99076\",\n \"syntax-token-function\": \"#80a665\",\n \"syntax-token-parameter\": \"#dbd7cacc\",\n \"syntax-token-link\": \"#c98a7d\",\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-vitesse",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.3",
4
4
  "description": "Anthony Fu's Vitesse light and dark — 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",