@ox-content/theme-color-plum 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 plum = {
|
|
|
78
78
|
"accent-warm-ink": "#8f6a22",
|
|
79
79
|
"accent-cool-ink": "#54588f",
|
|
80
80
|
"accent-coral-ink": "#b6394f",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#efe6ec",
|
|
82
|
+
"syntax-background": "#1e1520",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #efe6ec 55%, #1e1520)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #efe6ec 72%, #1e1520)",
|
|
85
|
+
"syntax-token-keyword": "#dfa3c9",
|
|
86
|
+
"syntax-token-string": "#9dc79c",
|
|
87
|
+
"syntax-token-string-expression": "#9dc79c",
|
|
88
|
+
"syntax-token-constant": "#e3c07d",
|
|
89
|
+
"syntax-token-function": "#9ea3e0",
|
|
90
|
+
"syntax-token-parameter": "#ef8298",
|
|
91
|
+
"syntax-token-link": "#83c3c9"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #9ea3e0 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const plum = {
|
|
|
130
130
|
"accent-warm-ink": "#e3c07d",
|
|
131
131
|
"accent-cool-ink": "#9ea3e0",
|
|
132
132
|
"accent-coral-ink": "#ef8298",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#efe4ec",
|
|
134
|
+
"syntax-background": "#100b12",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #efe4ec 55%, #100b12)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #efe4ec 72%, #100b12)",
|
|
137
|
+
"syntax-token-keyword": "#dfa3c9",
|
|
138
|
+
"syntax-token-string": "#9dc79c",
|
|
139
|
+
"syntax-token-string-expression": "#9dc79c",
|
|
140
|
+
"syntax-token-constant": "#e3c07d",
|
|
141
|
+
"syntax-token-function": "#9ea3e0",
|
|
142
|
+
"syntax-token-parameter": "#ef8298",
|
|
143
|
+
"syntax-token-link": "#83c3c9"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const plum = {
|
|
|
74
74
|
"accent-warm-ink": "#8f6a22",
|
|
75
75
|
"accent-cool-ink": "#54588f",
|
|
76
76
|
"accent-coral-ink": "#b6394f",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#efe6ec",
|
|
78
|
+
"syntax-background": "#1e1520",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #efe6ec 55%, #1e1520)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #efe6ec 72%, #1e1520)",
|
|
81
|
+
"syntax-token-keyword": "#dfa3c9",
|
|
82
|
+
"syntax-token-string": "#9dc79c",
|
|
83
|
+
"syntax-token-string-expression": "#9dc79c",
|
|
84
|
+
"syntax-token-constant": "#e3c07d",
|
|
85
|
+
"syntax-token-function": "#9ea3e0",
|
|
86
|
+
"syntax-token-parameter": "#ef8298",
|
|
87
|
+
"syntax-token-link": "#83c3c9"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #9ea3e0 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const plum = {
|
|
|
126
126
|
"accent-warm-ink": "#e3c07d",
|
|
127
127
|
"accent-cool-ink": "#9ea3e0",
|
|
128
128
|
"accent-coral-ink": "#ef8298",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#efe4ec",
|
|
130
|
+
"syntax-background": "#100b12",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #efe4ec 55%, #100b12)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #efe4ec 72%, #100b12)",
|
|
133
|
+
"syntax-token-keyword": "#dfa3c9",
|
|
134
|
+
"syntax-token-string": "#9dc79c",
|
|
135
|
+
"syntax-token-string-expression": "#9dc79c",
|
|
136
|
+
"syntax-token-constant": "#e3c07d",
|
|
137
|
+
"syntax-token-function": "#9ea3e0",
|
|
138
|
+
"syntax-token-parameter": "#ef8298",
|
|
139
|
+
"syntax-token-link": "#83c3c9"
|
|
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 * Plum — Aubergine and blush.\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 plum: ThemeConfig = {\n name: \"plum\",\n colors: {\n primary: \"#8a3d75\",\n primaryHover: \"#6c2c5b\",\n background: \"#fbf8fa\",\n backgroundAlt: \"#f2ecf0\",\n text: \"#1e1520\",\n textMuted: \"#6b5a6d\",\n border: \"#e6dbe3\",\n codeBackground: \"#1e1520\",\n codeBackgroundTop: \"#1e1520\",\n codeText: \"#efe6ec\",\n },\n darkColors: {\n primary: \"#dfa3c9\",\n primaryHover: \"#eec2dc\",\n background: \"#150f18\",\n backgroundAlt: \"#1d1621\",\n text: \"#efe4ec\",\n textMuted: \"#9d8aa0\",\n border: \"#2b2130\",\n codeBackground: \"#100b12\",\n codeBackgroundTop: \"#100b12\",\n codeText: \"#efe4ec\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #54588f 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8f6a22 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8f6a22\",\n \"color-code-line-error\": \"color-mix(in srgb, #b6394f 20%, transparent)\",\n \"color-code-line-error-border\": \"#b6394f\",\n \"color-code-line-add\": \"color-mix(in srgb, #4f7150 16%, transparent)\",\n \"color-code-line-add-border\": \"#4f7150\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b6394f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b6394f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #8a3d75 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1e1520 92%, #efe6ec)\",\n \"color-code-title-text\": \"color-mix(in srgb, #efe6ec 88%, #1e1520)\",\n \"color-code-title-border\": \"color-mix(in srgb, #efe6ec 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #efe6ec 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6dbe3 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 87, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2ecf0 62%, #fbf8fa)\",\n \"surface-line\": \"color-mix(in srgb, #e6dbe3 72%, #fbf8fa)\",\n \"brand-violet\": \"#8a3d75\",\n \"brand-cyan\": \"#3c6f74\",\n \"brand-lime\": \"#4f7150\",\n \"brand-coral\": \"#b6394f\",\n \"brand-navy\": \"color-mix(in srgb, #1e1520 70%, #fbf8fa)\",\n \"brand-violet-rgb\": \"138, 61, 117\",\n \"brand-cyan-rgb\": \"60, 111, 116\",\n \"brand-lime-rgb\": \"79, 113, 80\",\n \"brand-coral-rgb\": \"182, 57, 79\",\n \"accent-a\": \"#8a3d75\",\n \"accent-b\": \"#8a3d75\",\n \"accent-c\": \"#3c6f74\",\n \"accent-warm\": \"#8f6a22\",\n \"accent-cool\": \"#54588f\",\n \"accent-a-ink\": \"#8a3d75\",\n \"accent-b-ink\": \"#8a3d75\",\n \"accent-c-ink\": \"#3c6f74\",\n \"accent-warm-ink\": \"#8f6a22\",\n \"accent-cool-ink\": \"#54588f\",\n \"accent-coral-ink\": \"#b6394f\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Plum — Aubergine and blush.\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 plum: ThemeConfig = {\n name: \"plum\",\n colors: {\n primary: \"#8a3d75\",\n primaryHover: \"#6c2c5b\",\n background: \"#fbf8fa\",\n backgroundAlt: \"#f2ecf0\",\n text: \"#1e1520\",\n textMuted: \"#6b5a6d\",\n border: \"#e6dbe3\",\n codeBackground: \"#1e1520\",\n codeBackgroundTop: \"#1e1520\",\n codeText: \"#efe6ec\",\n },\n darkColors: {\n primary: \"#dfa3c9\",\n primaryHover: \"#eec2dc\",\n background: \"#150f18\",\n backgroundAlt: \"#1d1621\",\n text: \"#efe4ec\",\n textMuted: \"#9d8aa0\",\n border: \"#2b2130\",\n codeBackground: \"#100b12\",\n codeBackgroundTop: \"#100b12\",\n codeText: \"#efe4ec\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #54588f 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #8f6a22 18%, transparent)\",\n \"color-code-line-warning-border\": \"#8f6a22\",\n \"color-code-line-error\": \"color-mix(in srgb, #b6394f 20%, transparent)\",\n \"color-code-line-error-border\": \"#b6394f\",\n \"color-code-line-add\": \"color-mix(in srgb, #4f7150 16%, transparent)\",\n \"color-code-line-add-border\": \"#4f7150\",\n \"color-code-line-remove\": \"color-mix(in srgb, #b6394f 14%, transparent)\",\n \"color-code-line-remove-border\": \"#b6394f\",\n \"color-code-line-focus\": \"color-mix(in srgb, #8a3d75 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #1e1520 92%, #efe6ec)\",\n \"color-code-title-text\": \"color-mix(in srgb, #efe6ec 88%, #1e1520)\",\n \"color-code-title-border\": \"color-mix(in srgb, #efe6ec 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #efe6ec 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #e6dbe3 92%, transparent)\",\n \"color-backdrop\": \"rgba(88, 87, 88, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #f2ecf0 62%, #fbf8fa)\",\n \"surface-line\": \"color-mix(in srgb, #e6dbe3 72%, #fbf8fa)\",\n \"brand-violet\": \"#8a3d75\",\n \"brand-cyan\": \"#3c6f74\",\n \"brand-lime\": \"#4f7150\",\n \"brand-coral\": \"#b6394f\",\n \"brand-navy\": \"color-mix(in srgb, #1e1520 70%, #fbf8fa)\",\n \"brand-violet-rgb\": \"138, 61, 117\",\n \"brand-cyan-rgb\": \"60, 111, 116\",\n \"brand-lime-rgb\": \"79, 113, 80\",\n \"brand-coral-rgb\": \"182, 57, 79\",\n \"accent-a\": \"#8a3d75\",\n \"accent-b\": \"#8a3d75\",\n \"accent-c\": \"#3c6f74\",\n \"accent-warm\": \"#8f6a22\",\n \"accent-cool\": \"#54588f\",\n \"accent-a-ink\": \"#8a3d75\",\n \"accent-b-ink\": \"#8a3d75\",\n \"accent-c-ink\": \"#3c6f74\",\n \"accent-warm-ink\": \"#8f6a22\",\n \"accent-cool-ink\": \"#54588f\",\n \"accent-coral-ink\": \"#b6394f\",\n \"syntax-foreground\": \"#efe6ec\",\n \"syntax-background\": \"#1e1520\",\n \"syntax-token-comment\": \"color-mix(in srgb, #efe6ec 55%, #1e1520)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #efe6ec 72%, #1e1520)\",\n \"syntax-token-keyword\": \"#dfa3c9\",\n \"syntax-token-string\": \"#9dc79c\",\n \"syntax-token-string-expression\": \"#9dc79c\",\n \"syntax-token-constant\": \"#e3c07d\",\n \"syntax-token-function\": \"#9ea3e0\",\n \"syntax-token-parameter\": \"#ef8298\",\n \"syntax-token-link\": \"#83c3c9\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #9ea3e0 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #e3c07d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#e3c07d\",\n \"color-code-line-error\": \"color-mix(in srgb, #ef8298 20%, transparent)\",\n \"color-code-line-error-border\": \"#ef8298\",\n \"color-code-line-add\": \"color-mix(in srgb, #9dc79c 16%, transparent)\",\n \"color-code-line-add-border\": \"#9dc79c\",\n \"color-code-line-remove\": \"color-mix(in srgb, #ef8298 14%, transparent)\",\n \"color-code-line-remove-border\": \"#ef8298\",\n \"color-code-line-focus\": \"color-mix(in srgb, #dfa3c9 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #100b12 92%, #efe4ec)\",\n \"color-code-title-text\": \"color-mix(in srgb, #efe4ec 88%, #100b12)\",\n \"color-code-title-border\": \"color-mix(in srgb, #efe4ec 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #efe4ec 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #2b2130 92%, transparent)\",\n \"color-backdrop\": \"rgba(7, 5, 8, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #1d1621 62%, #150f18)\",\n \"surface-line\": \"color-mix(in srgb, #2b2130 72%, #150f18)\",\n \"brand-violet\": \"#dfa3c9\",\n \"brand-cyan\": \"#83c3c9\",\n \"brand-lime\": \"#9dc79c\",\n \"brand-coral\": \"#ef8298\",\n \"brand-navy\": \"color-mix(in srgb, #efe4ec 70%, #150f18)\",\n \"brand-violet-rgb\": \"223, 163, 201\",\n \"brand-cyan-rgb\": \"131, 195, 201\",\n \"brand-lime-rgb\": \"157, 199, 156\",\n \"brand-coral-rgb\": \"239, 130, 152\",\n \"accent-a\": \"#dfa3c9\",\n \"accent-b\": \"#dfa3c9\",\n \"accent-c\": \"#83c3c9\",\n \"accent-warm\": \"#e3c07d\",\n \"accent-cool\": \"#9ea3e0\",\n \"accent-a-ink\": \"#dfa3c9\",\n \"accent-b-ink\": \"#dfa3c9\",\n \"accent-c-ink\": \"#83c3c9\",\n \"accent-warm-ink\": \"#e3c07d\",\n \"accent-cool-ink\": \"#9ea3e0\",\n \"accent-coral-ink\": \"#ef8298\",\n \"syntax-foreground\": \"#efe4ec\",\n \"syntax-background\": \"#100b12\",\n \"syntax-token-comment\": \"color-mix(in srgb, #efe4ec 55%, #100b12)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #efe4ec 72%, #100b12)\",\n \"syntax-token-keyword\": \"#dfa3c9\",\n \"syntax-token-string\": \"#9dc79c\",\n \"syntax-token-string-expression\": \"#9dc79c\",\n \"syntax-token-constant\": \"#e3c07d\",\n \"syntax-token-function\": \"#9ea3e0\",\n \"syntax-token-parameter\": \"#ef8298\",\n \"syntax-token-link\": \"#83c3c9\",\n },\n};\n\nexport default plum;\n"],"mappings":";;;;;;;;;;AAWA,MAAa,OAAoB;CAC/B,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-plum",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.4",
|
|
4
4
|
"description": "Aubergine and blush — 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"
|