@ox-content/theme-color-iceberg 3.0.0-beta.1 → 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 +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 iceberg = {
|
|
16
16
|
name: "iceberg",
|
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 iceberg: 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 iceberg: 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 iceberg = {
|
|
12
12
|
name: "iceberg",
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../src/iceberg.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Iceberg — Cold, quiet blues borrowed from the vim scheme.\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 iceberg: ThemeConfig = {\n name: \"iceberg\",\n colors: {\n primary: \"#2d539e\",\n primaryHover: \"#23417c\",\n background: \"#e8e9ec\",\n backgroundAlt: \"#dcdfe7\",\n text: \"#33374c\",\n textMuted: \"#62677e\",\n border: \"#cbd0d9\",\n codeBackground: \"#dcdfe7\",\n codeBackgroundTop: \"#dcdfe7\",\n codeText: \"#33374c\",\n },\n darkColors: {\n primary: \"#84a0c6\",\n primaryHover: \"#a3b8d8\",\n background: \"#161821\",\n backgroundAlt: \"#1e2132\",\n text: \"#c6c8d1\",\n textMuted: \"#7d8197\",\n border: \"#2a2f45\",\n codeBackground: \"#0f1117\",\n codeBackgroundTop: \"#0f1117\",\n codeText: \"#c6c8d1\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2d539e 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #c57339 18%, transparent)\",\n \"color-code-line-warning-border\": \"#c57339\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc517a 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc517a\",\n \"color-code-line-add\": \"color-mix(in srgb, #668e3d 16%, transparent)\",\n \"color-code-line-add-border\": \"#668e3d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc517a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc517a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #2d539e 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #dcdfe7 92%, #33374c)\",\n \"color-code-title-text\": \"color-mix(in srgb, #33374c 88%, #dcdfe7)\",\n \"color-code-title-border\": \"color-mix(in srgb, #33374c 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #33374c 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #cbd0d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(81, 82, 83, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #dcdfe7 62%, #e8e9ec)\",\n \"surface-line\": \"color-mix(in srgb, #cbd0d9 72%, #e8e9ec)\",\n \"brand-violet\": \"#7759b4\",\n \"brand-cyan\": \"#3f83a6\",\n \"brand-lime\": \"#668e3d\",\n \"brand-coral\": \"#cc517a\",\n \"brand-navy\": \"color-mix(in srgb, #33374c 70%, #e8e9ec)\",\n \"brand-violet-rgb\": \"119, 89, 180\",\n \"brand-cyan-rgb\": \"63, 131, 166\",\n \"brand-lime-rgb\": \"102, 142, 61\",\n \"brand-coral-rgb\": \"204, 81, 122\",\n \"accent-a\": \"#2d539e\",\n \"accent-b\": \"#7759b4\",\n \"accent-c\": \"#3f83a6\",\n \"accent-warm\": \"#c57339\",\n \"accent-cool\": \"#2d539e\",\n \"accent-a-ink\": \"#2d539e\",\n \"accent-b-ink\": \"#7255ad\",\n \"accent-c-ink\": \"#356e8b\",\n \"accent-warm-ink\": \"#96572b\",\n \"accent-cool-ink\": \"#2d539e\",\n \"accent-coral-ink\": \"#ab4466\",\n \"syntax-foreground\": \"#33374c\",\n \"syntax-background\": \"#dcdfe7\",\n \"syntax-token-comment\": \"color-mix(in srgb, #33374c 55%, #dcdfe7)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #33374c 72%, #dcdfe7)\",\n \"syntax-token-keyword\": \"#7759b4\",\n \"syntax-token-string\": \"#668e3d\",\n \"syntax-token-string-expression\": \"#668e3d\",\n \"syntax-token-constant\": \"#c57339\",\n \"syntax-token-function\": \"#2d539e\",\n \"syntax-token-parameter\": \"#cc517a\",\n \"syntax-token-link\": \"#3f83a6\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #84a0c6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2a478 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2a478\",\n \"color-code-line-error\": \"color-mix(in srgb, #e27878 20%, transparent)\",\n \"color-code-line-error-border\": \"#e27878\",\n \"color-code-line-add\": \"color-mix(in srgb, #b4be82 16%, transparent)\",\n \"color-code-line-add-border\": \"#b4be82\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e27878 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e27878\",\n \"color-code-line-focus\": \"color-mix(in srgb, #84a0c6 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f1117 92%, #c6c8d1)\",\n \"color-code-title-text\": \"color-mix(in srgb, #c6c8d1 88%, #0f1117)\",\n \"color-code-title-border\": \"color-mix(in srgb, #c6c8d1 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #c6c8d1 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2a2f45 92%, transparent)\",\n \"color-backdrop\": \"rgba(8, 8, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1e2132 62%, #161821)\",\n \"surface-line\": \"color-mix(in srgb, #2a2f45 72%, #161821)\",\n \"brand-violet\": \"#a093c7\",\n \"brand-cyan\": \"#89b8c2\",\n \"brand-lime\": \"#b4be82\",\n \"brand-coral\": \"#e27878\",\n \"brand-navy\": \"color-mix(in srgb, #c6c8d1 70%, #161821)\",\n \"brand-violet-rgb\": \"160, 147, 199\",\n \"brand-cyan-rgb\": \"137, 184, 194\",\n \"brand-lime-rgb\": \"180, 190, 130\",\n \"brand-coral-rgb\": \"226, 120, 120\",\n \"accent-a\": \"#84a0c6\",\n \"accent-b\": \"#a093c7\",\n \"accent-c\": \"#89b8c2\",\n \"accent-warm\": \"#e2a478\",\n \"accent-cool\": \"#84a0c6\",\n \"accent-a-ink\": \"#84a0c6\",\n \"accent-b-ink\": \"#a093c7\",\n \"accent-c-ink\": \"#89b8c2\",\n \"accent-warm-ink\": \"#e2a478\",\n \"accent-cool-ink\": \"#84a0c6\",\n \"accent-coral-ink\": \"#e27878\",\n \"syntax-foreground\": \"#c6c8d1\",\n \"syntax-background\": \"#0f1117\",\n \"syntax-token-comment\": \"color-mix(in srgb, #c6c8d1 55%, #0f1117)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #c6c8d1 72%, #0f1117)\",\n \"syntax-token-keyword\": \"#a093c7\",\n \"syntax-token-string\": \"#b4be82\",\n \"syntax-token-string-expression\": \"#b4be82\",\n \"syntax-token-constant\": \"#e2a478\",\n \"syntax-token-function\": \"#84a0c6\",\n \"syntax-token-parameter\": \"#e27878\",\n \"syntax-token-link\": \"#89b8c2\",\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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/iceberg.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Iceberg — Cold, quiet blues borrowed from the vim scheme.\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 iceberg: ThemeConfig = {\n name: \"iceberg\",\n colors: {\n primary: \"#2d539e\",\n primaryHover: \"#23417c\",\n background: \"#e8e9ec\",\n backgroundAlt: \"#dcdfe7\",\n text: \"#33374c\",\n textMuted: \"#62677e\",\n border: \"#cbd0d9\",\n codeBackground: \"#dcdfe7\",\n codeBackgroundTop: \"#dcdfe7\",\n codeText: \"#33374c\",\n },\n darkColors: {\n primary: \"#84a0c6\",\n primaryHover: \"#a3b8d8\",\n background: \"#161821\",\n backgroundAlt: \"#1e2132\",\n text: \"#c6c8d1\",\n textMuted: \"#7d8197\",\n border: \"#2a2f45\",\n codeBackground: \"#0f1117\",\n codeBackgroundTop: \"#0f1117\",\n codeText: \"#c6c8d1\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #2d539e 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #c57339 18%, transparent)\",\n \"color-code-line-warning-border\": \"#c57339\",\n \"color-code-line-error\": \"color-mix(in srgb, #cc517a 20%, transparent)\",\n \"color-code-line-error-border\": \"#cc517a\",\n \"color-code-line-add\": \"color-mix(in srgb, #668e3d 16%, transparent)\",\n \"color-code-line-add-border\": \"#668e3d\",\n \"color-code-line-remove\": \"color-mix(in srgb, #cc517a 14%, transparent)\",\n \"color-code-line-remove-border\": \"#cc517a\",\n \"color-code-line-focus\": \"color-mix(in srgb, #2d539e 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #dcdfe7 92%, #33374c)\",\n \"color-code-title-text\": \"color-mix(in srgb, #33374c 88%, #dcdfe7)\",\n \"color-code-title-border\": \"color-mix(in srgb, #33374c 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #33374c 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #cbd0d9 92%, transparent)\",\n \"color-backdrop\": \"rgba(81, 82, 83, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #dcdfe7 62%, #e8e9ec)\",\n \"surface-line\": \"color-mix(in srgb, #cbd0d9 72%, #e8e9ec)\",\n \"brand-violet\": \"#7759b4\",\n \"brand-cyan\": \"#3f83a6\",\n \"brand-lime\": \"#668e3d\",\n \"brand-coral\": \"#cc517a\",\n \"brand-navy\": \"color-mix(in srgb, #33374c 70%, #e8e9ec)\",\n \"brand-violet-rgb\": \"119, 89, 180\",\n \"brand-cyan-rgb\": \"63, 131, 166\",\n \"brand-lime-rgb\": \"102, 142, 61\",\n \"brand-coral-rgb\": \"204, 81, 122\",\n \"accent-a\": \"#2d539e\",\n \"accent-b\": \"#7759b4\",\n \"accent-c\": \"#3f83a6\",\n \"accent-warm\": \"#c57339\",\n \"accent-cool\": \"#2d539e\",\n \"accent-a-ink\": \"#2d539e\",\n \"accent-b-ink\": \"#7255ad\",\n \"accent-c-ink\": \"#356e8b\",\n \"accent-warm-ink\": \"#96572b\",\n \"accent-cool-ink\": \"#2d539e\",\n \"accent-coral-ink\": \"#ab4466\",\n \"syntax-foreground\": \"#33374c\",\n \"syntax-background\": \"#dcdfe7\",\n \"syntax-token-comment\": \"color-mix(in srgb, #33374c 55%, #dcdfe7)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #33374c 72%, #dcdfe7)\",\n \"syntax-token-keyword\": \"#7759b4\",\n \"syntax-token-string\": \"#668e3d\",\n \"syntax-token-string-expression\": \"#668e3d\",\n \"syntax-token-constant\": \"#c57339\",\n \"syntax-token-function\": \"#2d539e\",\n \"syntax-token-parameter\": \"#cc517a\",\n \"syntax-token-link\": \"#3f83a6\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #84a0c6 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e2a478 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e2a478\",\n \"color-code-line-error\": \"color-mix(in srgb, #e27878 20%, transparent)\",\n \"color-code-line-error-border\": \"#e27878\",\n \"color-code-line-add\": \"color-mix(in srgb, #b4be82 16%, transparent)\",\n \"color-code-line-add-border\": \"#b4be82\",\n \"color-code-line-remove\": \"color-mix(in srgb, #e27878 14%, transparent)\",\n \"color-code-line-remove-border\": \"#e27878\",\n \"color-code-line-focus\": \"color-mix(in srgb, #84a0c6 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0f1117 92%, #c6c8d1)\",\n \"color-code-title-text\": \"color-mix(in srgb, #c6c8d1 88%, #0f1117)\",\n \"color-code-title-border\": \"color-mix(in srgb, #c6c8d1 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #c6c8d1 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2a2f45 92%, transparent)\",\n \"color-backdrop\": \"rgba(8, 8, 12, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1e2132 62%, #161821)\",\n \"surface-line\": \"color-mix(in srgb, #2a2f45 72%, #161821)\",\n \"brand-violet\": \"#a093c7\",\n \"brand-cyan\": \"#89b8c2\",\n \"brand-lime\": \"#b4be82\",\n \"brand-coral\": \"#e27878\",\n \"brand-navy\": \"color-mix(in srgb, #c6c8d1 70%, #161821)\",\n \"brand-violet-rgb\": \"160, 147, 199\",\n \"brand-cyan-rgb\": \"137, 184, 194\",\n \"brand-lime-rgb\": \"180, 190, 130\",\n \"brand-coral-rgb\": \"226, 120, 120\",\n \"accent-a\": \"#84a0c6\",\n \"accent-b\": \"#a093c7\",\n \"accent-c\": \"#89b8c2\",\n \"accent-warm\": \"#e2a478\",\n \"accent-cool\": \"#84a0c6\",\n \"accent-a-ink\": \"#84a0c6\",\n \"accent-b-ink\": \"#a093c7\",\n \"accent-c-ink\": \"#89b8c2\",\n \"accent-warm-ink\": \"#e2a478\",\n \"accent-cool-ink\": \"#84a0c6\",\n \"accent-coral-ink\": \"#e27878\",\n \"syntax-foreground\": \"#c6c8d1\",\n \"syntax-background\": \"#0f1117\",\n \"syntax-token-comment\": \"color-mix(in srgb, #c6c8d1 55%, #0f1117)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #c6c8d1 72%, #0f1117)\",\n \"syntax-token-keyword\": \"#a093c7\",\n \"syntax-token-string\": \"#b4be82\",\n \"syntax-token-string-expression\": \"#b4be82\",\n \"syntax-token-constant\": \"#e2a478\",\n \"syntax-token-function\": \"#84a0c6\",\n \"syntax-token-parameter\": \"#e27878\",\n \"syntax-token-link\": \"#89b8c2\",\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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ox-content/theme-color-iceberg",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.3",
|
|
4
4
|
"description": "Cold, quiet blues borrowed from the vim scheme — 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.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",
|