@ox-content/theme-color-retro 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 retro = {
|
|
|
78
78
|
"accent-warm-ink": "#8d5e08",
|
|
79
79
|
"accent-cool-ink": "#5b5330",
|
|
80
80
|
"accent-coral-ink": "#b32d1c",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#ffb000",
|
|
82
|
+
"syntax-background": "#2b2108",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #ffb000 55%, #2b2108)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffb000 72%, #2b2108)",
|
|
85
|
+
"syntax-token-keyword": "#ff8c42",
|
|
86
|
+
"syntax-token-string": "#b8d000",
|
|
87
|
+
"syntax-token-string-expression": "#b8d000",
|
|
88
|
+
"syntax-token-constant": "#ffcc33",
|
|
89
|
+
"syntax-token-function": "#ffa030",
|
|
90
|
+
"syntax-token-parameter": "#ff5f1f",
|
|
91
|
+
"syntax-token-link": "#e8d44d"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #ffa030 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const retro = {
|
|
|
130
130
|
"accent-warm-ink": "#ffcc33",
|
|
131
131
|
"accent-cool-ink": "#ffa030",
|
|
132
132
|
"accent-coral-ink": "#ff5f1f",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#ffb000",
|
|
134
|
+
"syntax-background": "#0d0902",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #ffb000 55%, #0d0902)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffb000 72%, #0d0902)",
|
|
137
|
+
"syntax-token-keyword": "#ff8c42",
|
|
138
|
+
"syntax-token-string": "#b8d000",
|
|
139
|
+
"syntax-token-string-expression": "#b8d000",
|
|
140
|
+
"syntax-token-constant": "#ffcc33",
|
|
141
|
+
"syntax-token-function": "#ffa030",
|
|
142
|
+
"syntax-token-parameter": "#ff5f1f",
|
|
143
|
+
"syntax-token-link": "#e8d44d"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const retro = {
|
|
|
74
74
|
"accent-warm-ink": "#8d5e08",
|
|
75
75
|
"accent-cool-ink": "#5b5330",
|
|
76
76
|
"accent-coral-ink": "#b32d1c",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#ffb000",
|
|
78
|
+
"syntax-background": "#2b2108",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #ffb000 55%, #2b2108)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffb000 72%, #2b2108)",
|
|
81
|
+
"syntax-token-keyword": "#ff8c42",
|
|
82
|
+
"syntax-token-string": "#b8d000",
|
|
83
|
+
"syntax-token-string-expression": "#b8d000",
|
|
84
|
+
"syntax-token-constant": "#ffcc33",
|
|
85
|
+
"syntax-token-function": "#ffa030",
|
|
86
|
+
"syntax-token-parameter": "#ff5f1f",
|
|
87
|
+
"syntax-token-link": "#e8d44d"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #ffa030 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const retro = {
|
|
|
126
126
|
"accent-warm-ink": "#ffcc33",
|
|
127
127
|
"accent-cool-ink": "#ffa030",
|
|
128
128
|
"accent-coral-ink": "#ff5f1f",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#ffb000",
|
|
130
|
+
"syntax-background": "#0d0902",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #ffb000 55%, #0d0902)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #ffb000 72%, #0d0902)",
|
|
133
|
+
"syntax-token-keyword": "#ff8c42",
|
|
134
|
+
"syntax-token-string": "#b8d000",
|
|
135
|
+
"syntax-token-string-expression": "#b8d000",
|
|
136
|
+
"syntax-token-constant": "#ffcc33",
|
|
137
|
+
"syntax-token-function": "#ffa030",
|
|
138
|
+
"syntax-token-parameter": "#ff5f1f",
|
|
139
|
+
"syntax-token-link": "#e8d44d"
|
|
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 * Retro — Warm amber phosphor terminal.\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 retro: ThemeConfig = {\n name: \"retro\",\n colors: {\n primary: \"#a8500a\",\n primaryHover: \"#8a4008\",\n background: \"#f4ecd8\",\n backgroundAlt: \"#e8dcc0\",\n text: \"#3b2f1e\",\n textMuted: \"#756647\",\n border: \"#c9b895\",\n codeBackground: \"#2b2108\",\n codeBackgroundTop: \"#2b2108\",\n codeText: \"#ffb000\",\n },\n darkColors: {\n primary: \"#ffcc33\",\n primaryHover: \"#ffe066\",\n background: \"#140f04\",\n backgroundAlt: \"#211906\",\n text: \"#ffb000\",\n textMuted: \"#a8741a\",\n border: \"#4a3608\",\n codeBackground: \"#0d0902\",\n codeBackgroundTop: \"#0d0902\",\n codeText: \"#ffb000\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5b5330 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a8700a 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a8700a\",\n \"color-code-line-error\": \"color-mix(in srgb, #b32d1c 20%, transparent)\",\n \"color-code-line-error-border\": \"#b32d1c\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c6f0e 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c6f0e\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b32d1c 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b32d1c\",\n \"color-code-line-focus\": \"color-mix(in srgb, #a8500a 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #2b2108 92%, #ffb000)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ffb000 88%, #2b2108)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ffb000 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ffb000 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #c9b895 92%, transparent)\",\n \"color-backdrop\": \"rgba(85, 83, 76, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e8dcc0 62%, #f4ecd8)\",\n \"surface-line\": \"color-mix(in srgb, #c9b895 72%, #f4ecd8)\",\n \"brand-violet\": \"#8f3a5c\",\n \"brand-cyan\": \"#37665e\",\n \"brand-lime\": \"#5c6f0e\",\n \"brand-coral\": \"#b32d1c\",\n \"brand-navy\": \"color-mix(in srgb, #3b2f1e 70%, #f4ecd8)\",\n \"brand-violet-rgb\": \"143, 58, 92\",\n \"brand-cyan-rgb\": \"55, 102, 94\",\n \"brand-lime-rgb\": \"92, 111, 14\",\n \"brand-coral-rgb\": \"179, 45, 28\",\n \"accent-a\": \"#a8500a\",\n \"accent-b\": \"#8f3a5c\",\n \"accent-c\": \"#37665e\",\n \"accent-warm\": \"#a8700a\",\n \"accent-cool\": \"#5b5330\",\n \"accent-a-ink\": \"#a8500a\",\n \"accent-b-ink\": \"#8f3a5c\",\n \"accent-c-ink\": \"#37665e\",\n \"accent-warm-ink\": \"#8d5e08\",\n \"accent-cool-ink\": \"#5b5330\",\n \"accent-coral-ink\": \"#b32d1c\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Retro — Warm amber phosphor terminal.\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 retro: ThemeConfig = {\n name: \"retro\",\n colors: {\n primary: \"#a8500a\",\n primaryHover: \"#8a4008\",\n background: \"#f4ecd8\",\n backgroundAlt: \"#e8dcc0\",\n text: \"#3b2f1e\",\n textMuted: \"#756647\",\n border: \"#c9b895\",\n codeBackground: \"#2b2108\",\n codeBackgroundTop: \"#2b2108\",\n codeText: \"#ffb000\",\n },\n darkColors: {\n primary: \"#ffcc33\",\n primaryHover: \"#ffe066\",\n background: \"#140f04\",\n backgroundAlt: \"#211906\",\n text: \"#ffb000\",\n textMuted: \"#a8741a\",\n border: \"#4a3608\",\n codeBackground: \"#0d0902\",\n codeBackgroundTop: \"#0d0902\",\n codeText: \"#ffb000\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #5b5330 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #a8700a 18%, transparent)\",\n \"color-code-line-warning-border\": \"#a8700a\",\n \"color-code-line-error\": \"color-mix(in srgb, #b32d1c 20%, transparent)\",\n \"color-code-line-error-border\": \"#b32d1c\",\n \"color-code-line-add\": \"color-mix(in srgb, #5c6f0e 16%, transparent)\",\n \"color-code-line-add-border\": \"#5c6f0e\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b32d1c 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b32d1c\",\n \"color-code-line-focus\": \"color-mix(in srgb, #a8500a 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #2b2108 92%, #ffb000)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ffb000 88%, #2b2108)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ffb000 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ffb000 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #c9b895 92%, transparent)\",\n \"color-backdrop\": \"rgba(85, 83, 76, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e8dcc0 62%, #f4ecd8)\",\n \"surface-line\": \"color-mix(in srgb, #c9b895 72%, #f4ecd8)\",\n \"brand-violet\": \"#8f3a5c\",\n \"brand-cyan\": \"#37665e\",\n \"brand-lime\": \"#5c6f0e\",\n \"brand-coral\": \"#b32d1c\",\n \"brand-navy\": \"color-mix(in srgb, #3b2f1e 70%, #f4ecd8)\",\n \"brand-violet-rgb\": \"143, 58, 92\",\n \"brand-cyan-rgb\": \"55, 102, 94\",\n \"brand-lime-rgb\": \"92, 111, 14\",\n \"brand-coral-rgb\": \"179, 45, 28\",\n \"accent-a\": \"#a8500a\",\n \"accent-b\": \"#8f3a5c\",\n \"accent-c\": \"#37665e\",\n \"accent-warm\": \"#a8700a\",\n \"accent-cool\": \"#5b5330\",\n \"accent-a-ink\": \"#a8500a\",\n \"accent-b-ink\": \"#8f3a5c\",\n \"accent-c-ink\": \"#37665e\",\n \"accent-warm-ink\": \"#8d5e08\",\n \"accent-cool-ink\": \"#5b5330\",\n \"accent-coral-ink\": \"#b32d1c\",\n \"syntax-foreground\": \"#ffb000\",\n \"syntax-background\": \"#2b2108\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ffb000 55%, #2b2108)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ffb000 72%, #2b2108)\",\n \"syntax-token-keyword\": \"#ff8c42\",\n \"syntax-token-string\": \"#b8d000\",\n \"syntax-token-string-expression\": \"#b8d000\",\n \"syntax-token-constant\": \"#ffcc33\",\n \"syntax-token-function\": \"#ffa030\",\n \"syntax-token-parameter\": \"#ff5f1f\",\n \"syntax-token-link\": \"#e8d44d\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #ffa030 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #ffcc33 18%, transparent)\",\n \"color-code-line-warning-border\": \"#ffcc33\",\n \"color-code-line-error\": \"color-mix(in srgb, #ff5f1f 20%, transparent)\",\n \"color-code-line-error-border\": \"#ff5f1f\",\n \"color-code-line-add\": \"color-mix(in srgb, #b8d000 16%, transparent)\",\n \"color-code-line-add-border\": \"#b8d000\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ff5f1f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ff5f1f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #ffcc33 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #0d0902 92%, #ffb000)\",\n \"color-code-title-text\": \"color-mix(in srgb, #ffb000 88%, #0d0902)\",\n \"color-code-title-border\": \"color-mix(in srgb, #ffb000 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #ffb000 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #4a3608 92%, transparent)\",\n \"color-backdrop\": \"rgba(7, 5, 1, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #211906 62%, #140f04)\",\n \"surface-line\": \"color-mix(in srgb, #4a3608 72%, #140f04)\",\n \"brand-violet\": \"#ff8c42\",\n \"brand-cyan\": \"#e8d44d\",\n \"brand-lime\": \"#b8d000\",\n \"brand-coral\": \"#ff5f1f\",\n \"brand-navy\": \"color-mix(in srgb, #ffb000 70%, #140f04)\",\n \"brand-violet-rgb\": \"255, 140, 66\",\n \"brand-cyan-rgb\": \"232, 212, 77\",\n \"brand-lime-rgb\": \"184, 208, 0\",\n \"brand-coral-rgb\": \"255, 95, 31\",\n \"accent-a\": \"#ffcc33\",\n \"accent-b\": \"#ff8c42\",\n \"accent-c\": \"#e8d44d\",\n \"accent-warm\": \"#ffcc33\",\n \"accent-cool\": \"#ffa030\",\n \"accent-a-ink\": \"#ffcc33\",\n \"accent-b-ink\": \"#ff8c42\",\n \"accent-c-ink\": \"#e8d44d\",\n \"accent-warm-ink\": \"#ffcc33\",\n \"accent-cool-ink\": \"#ffa030\",\n \"accent-coral-ink\": \"#ff5f1f\",\n \"syntax-foreground\": \"#ffb000\",\n \"syntax-background\": \"#0d0902\",\n \"syntax-token-comment\": \"color-mix(in srgb, #ffb000 55%, #0d0902)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #ffb000 72%, #0d0902)\",\n \"syntax-token-keyword\": \"#ff8c42\",\n \"syntax-token-string\": \"#b8d000\",\n \"syntax-token-string-expression\": \"#b8d000\",\n \"syntax-token-constant\": \"#ffcc33\",\n \"syntax-token-function\": \"#ffa030\",\n \"syntax-token-parameter\": \"#ff5f1f\",\n \"syntax-token-link\": \"#e8d44d\",\n },\n};\n\nexport default retro;\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-retro",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.4",
|
|
4
4
|
"description": "Warm amber phosphor terminal — 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"
|