@ox-content/theme-color-tokyo-night 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 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 tokyoNight = {
16
16
  name: "tokyo-night",
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 tokyoNight: 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 tokyoNight: 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 tokyoNight = {
12
12
  name: "tokyo-night",
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/tokyoNight.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Tokyo Night — Tokyo Night Day and Tokyo Night Storm.\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 tokyoNight: ThemeConfig = {\n name: \"tokyo-night\",\n colors: {\n primary: \"#235fb1\",\n primaryHover: \"#1a5fc4\",\n background: \"#e1e2e7\",\n backgroundAlt: \"#d6d8de\",\n text: \"#3760bf\",\n textMuted: \"#516094\",\n border: \"#a8aecb\",\n codeBackground: \"#d0d5e3\",\n codeBackgroundTop: \"#d0d5e3\",\n codeText: \"#3358b0\",\n },\n darkColors: {\n primary: \"#7aa2f7\",\n primaryHover: \"#9eb8fa\",\n background: \"#1a1b26\",\n backgroundAlt: \"#24283b\",\n text: \"#c0caf5\",\n textMuted: \"#8386a1\",\n border: \"#2f334d\",\n codeBackground: \"#16161e\",\n codeBackgroundTop: \"#16161e\",\n codeText: \"#c0caf5\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2e7de9 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8c6c3e 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8c6c3e\",\n \"color-code-line-error\": \"color-mix(in srgb, #f52a65 20%, transparent)\",\n \"color-code-line-error-border\": \"#f52a65\",\n \"color-code-line-add\": \"color-mix(in srgb, #587539 16%, transparent)\",\n \"color-code-line-add-border\": \"#587539\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f52a65 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f52a65\",\n \"color-code-line-focus\": \"color-mix(in srgb, #235fb1 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #d0d5e3 92%, #3358b0)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3358b0 88%, #d0d5e3)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3358b0 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3358b0 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #a8aecb 92%, transparent)\",\n \"color-backdrop\": \"rgba(79, 79, 81, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #d6d8de 62%, #e1e2e7)\",\n \"surface-line\": \"color-mix(in srgb, #a8aecb 72%, #e1e2e7)\",\n \"brand-violet\": \"#9854f1\",\n \"brand-cyan\": \"#007197\",\n \"brand-lime\": \"#587539\",\n \"brand-coral\": \"#f52a65\",\n \"brand-navy\": \"color-mix(in srgb, #3760bf 70%, #e1e2e7)\",\n \"brand-violet-rgb\": \"152, 84, 241\",\n \"brand-cyan-rgb\": \"0, 113, 151\",\n \"brand-lime-rgb\": \"88, 117, 57\",\n \"brand-coral-rgb\": \"245, 42, 101\",\n \"accent-a\": \"#235fb1\",\n \"accent-b\": \"#9854f1\",\n \"accent-c\": \"#007197\",\n \"accent-warm\": \"#8c6c3e\",\n \"accent-cool\": \"#2e7de9\",\n \"accent-a-ink\": \"#235fb1\",\n \"accent-b-ink\": \"#7a43c1\",\n \"accent-c-ink\": \"#006c91\",\n \"accent-warm-ink\": \"#7b5f37\",\n \"accent-cool-ink\": \"#235fb1\",\n \"accent-coral-ink\": \"#ba204d\",\n \"syntax-foreground\": \"#3358b0\",\n \"syntax-background\": \"#d0d5e3\",\n \"syntax-token-comment\": \"color-mix(in srgb, #3358b0 55%, #d0d5e3)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #3358b0 72%, #d0d5e3)\",\n \"syntax-token-keyword\": \"#9854f1\",\n \"syntax-token-string\": \"#587539\",\n \"syntax-token-string-expression\": \"#587539\",\n \"syntax-token-constant\": \"#8c6c3e\",\n \"syntax-token-function\": \"#2e7de9\",\n \"syntax-token-parameter\": \"#f52a65\",\n \"syntax-token-link\": \"#007197\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #7aa2f7 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e0af68 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e0af68\",\n \"color-code-line-error\": \"color-mix(in srgb, #f7768e 20%, transparent)\",\n \"color-code-line-error-border\": \"#f7768e\",\n \"color-code-line-add\": \"color-mix(in srgb, #9ece6a 16%, transparent)\",\n \"color-code-line-add-border\": \"#9ece6a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f7768e 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f7768e\",\n \"color-code-line-focus\": \"color-mix(in srgb, #7aa2f7 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16161e 92%, #c0caf5)\",\n \"color-code-title-text\": \"color-mix(in srgb, #c0caf5 88%, #16161e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #c0caf5 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #c0caf5 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2f334d 92%, transparent)\",\n \"color-backdrop\": \"rgba(9, 9, 13, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #24283b 62%, #1a1b26)\",\n \"surface-line\": \"color-mix(in srgb, #2f334d 72%, #1a1b26)\",\n \"brand-violet\": \"#bb9af7\",\n \"brand-cyan\": \"#7dcfff\",\n \"brand-lime\": \"#9ece6a\",\n \"brand-coral\": \"#f7768e\",\n \"brand-navy\": \"color-mix(in srgb, #c0caf5 70%, #1a1b26)\",\n \"brand-violet-rgb\": \"187, 154, 247\",\n \"brand-cyan-rgb\": \"125, 207, 255\",\n \"brand-lime-rgb\": \"158, 206, 106\",\n \"brand-coral-rgb\": \"247, 118, 142\",\n \"accent-a\": \"#7aa2f7\",\n \"accent-b\": \"#bb9af7\",\n \"accent-c\": \"#7dcfff\",\n \"accent-warm\": \"#e0af68\",\n \"accent-cool\": \"#7aa2f7\",\n \"accent-a-ink\": \"#7aa2f7\",\n \"accent-b-ink\": \"#bb9af7\",\n \"accent-c-ink\": \"#7dcfff\",\n \"accent-warm-ink\": \"#e0af68\",\n \"accent-cool-ink\": \"#7aa2f7\",\n \"accent-coral-ink\": \"#f7768e\",\n \"syntax-foreground\": \"#c0caf5\",\n \"syntax-background\": \"#16161e\",\n \"syntax-token-comment\": \"color-mix(in srgb, #c0caf5 55%, #16161e)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #c0caf5 72%, #16161e)\",\n \"syntax-token-keyword\": \"#bb9af7\",\n \"syntax-token-string\": \"#9ece6a\",\n \"syntax-token-string-expression\": \"#9ece6a\",\n \"syntax-token-constant\": \"#e0af68\",\n \"syntax-token-function\": \"#7aa2f7\",\n \"syntax-token-parameter\": \"#f7768e\",\n \"syntax-token-link\": \"#7dcfff\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,aAA0B;CACrC,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/tokyoNight.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Tokyo Night — Tokyo Night Day and Tokyo Night Storm.\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 tokyoNight: ThemeConfig = {\n name: \"tokyo-night\",\n colors: {\n primary: \"#235fb1\",\n primaryHover: \"#1a5fc4\",\n background: \"#e1e2e7\",\n backgroundAlt: \"#d6d8de\",\n text: \"#3760bf\",\n textMuted: \"#516094\",\n border: \"#a8aecb\",\n codeBackground: \"#d0d5e3\",\n codeBackgroundTop: \"#d0d5e3\",\n codeText: \"#3358b0\",\n },\n darkColors: {\n primary: \"#7aa2f7\",\n primaryHover: \"#9eb8fa\",\n background: \"#1a1b26\",\n backgroundAlt: \"#24283b\",\n text: \"#c0caf5\",\n textMuted: \"#8386a1\",\n border: \"#2f334d\",\n codeBackground: \"#16161e\",\n codeBackgroundTop: \"#16161e\",\n codeText: \"#c0caf5\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2e7de9 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8c6c3e 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8c6c3e\",\n \"color-code-line-error\": \"color-mix(in srgb, #f52a65 20%, transparent)\",\n \"color-code-line-error-border\": \"#f52a65\",\n \"color-code-line-add\": \"color-mix(in srgb, #587539 16%, transparent)\",\n \"color-code-line-add-border\": \"#587539\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f52a65 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f52a65\",\n \"color-code-line-focus\": \"color-mix(in srgb, #235fb1 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #d0d5e3 92%, #3358b0)\",\n \"color-code-title-text\": \"color-mix(in srgb, #3358b0 88%, #d0d5e3)\",\n \"color-code-title-border\": \"color-mix(in srgb, #3358b0 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #3358b0 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #a8aecb 92%, transparent)\",\n \"color-backdrop\": \"rgba(79, 79, 81, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #d6d8de 62%, #e1e2e7)\",\n \"surface-line\": \"color-mix(in srgb, #a8aecb 72%, #e1e2e7)\",\n \"brand-violet\": \"#9854f1\",\n \"brand-cyan\": \"#007197\",\n \"brand-lime\": \"#587539\",\n \"brand-coral\": \"#f52a65\",\n \"brand-navy\": \"color-mix(in srgb, #3760bf 70%, #e1e2e7)\",\n \"brand-violet-rgb\": \"152, 84, 241\",\n \"brand-cyan-rgb\": \"0, 113, 151\",\n \"brand-lime-rgb\": \"88, 117, 57\",\n \"brand-coral-rgb\": \"245, 42, 101\",\n \"accent-a\": \"#235fb1\",\n \"accent-b\": \"#9854f1\",\n \"accent-c\": \"#007197\",\n \"accent-warm\": \"#8c6c3e\",\n \"accent-cool\": \"#2e7de9\",\n \"accent-a-ink\": \"#235fb1\",\n \"accent-b-ink\": \"#7a43c1\",\n \"accent-c-ink\": \"#006c91\",\n \"accent-warm-ink\": \"#7b5f37\",\n \"accent-cool-ink\": \"#235fb1\",\n \"accent-coral-ink\": \"#ba204d\",\n \"syntax-foreground\": \"#3358b0\",\n \"syntax-background\": \"#d0d5e3\",\n \"syntax-token-comment\": \"color-mix(in srgb, #3358b0 55%, #d0d5e3)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #3358b0 72%, #d0d5e3)\",\n \"syntax-token-keyword\": \"#9854f1\",\n \"syntax-token-string\": \"#587539\",\n \"syntax-token-string-expression\": \"#587539\",\n \"syntax-token-constant\": \"#8c6c3e\",\n \"syntax-token-function\": \"#2e7de9\",\n \"syntax-token-parameter\": \"#f52a65\",\n \"syntax-token-link\": \"#007197\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #7aa2f7 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e0af68 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e0af68\",\n \"color-code-line-error\": \"color-mix(in srgb, #f7768e 20%, transparent)\",\n \"color-code-line-error-border\": \"#f7768e\",\n \"color-code-line-add\": \"color-mix(in srgb, #9ece6a 16%, transparent)\",\n \"color-code-line-add-border\": \"#9ece6a\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f7768e 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f7768e\",\n \"color-code-line-focus\": \"color-mix(in srgb, #7aa2f7 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #16161e 92%, #c0caf5)\",\n \"color-code-title-text\": \"color-mix(in srgb, #c0caf5 88%, #16161e)\",\n \"color-code-title-border\": \"color-mix(in srgb, #c0caf5 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #c0caf5 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2f334d 92%, transparent)\",\n \"color-backdrop\": \"rgba(9, 9, 13, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #24283b 62%, #1a1b26)\",\n \"surface-line\": \"color-mix(in srgb, #2f334d 72%, #1a1b26)\",\n \"brand-violet\": \"#bb9af7\",\n \"brand-cyan\": \"#7dcfff\",\n \"brand-lime\": \"#9ece6a\",\n \"brand-coral\": \"#f7768e\",\n \"brand-navy\": \"color-mix(in srgb, #c0caf5 70%, #1a1b26)\",\n \"brand-violet-rgb\": \"187, 154, 247\",\n \"brand-cyan-rgb\": \"125, 207, 255\",\n \"brand-lime-rgb\": \"158, 206, 106\",\n \"brand-coral-rgb\": \"247, 118, 142\",\n \"accent-a\": \"#7aa2f7\",\n \"accent-b\": \"#bb9af7\",\n \"accent-c\": \"#7dcfff\",\n \"accent-warm\": \"#e0af68\",\n \"accent-cool\": \"#7aa2f7\",\n \"accent-a-ink\": \"#7aa2f7\",\n \"accent-b-ink\": \"#bb9af7\",\n \"accent-c-ink\": \"#7dcfff\",\n \"accent-warm-ink\": \"#e0af68\",\n \"accent-cool-ink\": \"#7aa2f7\",\n \"accent-coral-ink\": \"#f7768e\",\n \"syntax-foreground\": \"#c0caf5\",\n \"syntax-background\": \"#16161e\",\n \"syntax-token-comment\": \"color-mix(in srgb, #c0caf5 55%, #16161e)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #c0caf5 72%, #16161e)\",\n \"syntax-token-keyword\": \"#bb9af7\",\n \"syntax-token-string\": \"#9ece6a\",\n \"syntax-token-string-expression\": \"#9ece6a\",\n \"syntax-token-constant\": \"#e0af68\",\n \"syntax-token-function\": \"#7aa2f7\",\n \"syntax-token-parameter\": \"#f7768e\",\n \"syntax-token-link\": \"#7dcfff\",\n },\n};\n"],"mappings":";;;;;;;;;;AAWA,MAAa,aAA0B;CACrC,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-tokyo-night",
3
- "version": "3.0.0-beta.2",
3
+ "version": "3.0.0-beta.4",
4
4
  "description": "Tokyo Night Day and Tokyo Night Storm — 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.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",