@ox-content/theme-color-catppuccin 3.0.0-alpha.3 → 3.0.0-alpha.5
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 catppuccin = {
|
|
|
78
78
|
"accent-warm-ink": "#986114",
|
|
79
79
|
"accent-cool-ink": "#1d62eb",
|
|
80
80
|
"accent-coral-ink": "#d20f39",
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
81
|
+
"syntax-foreground": "#4c4f69",
|
|
82
|
+
"syntax-background": "#e6e9ef",
|
|
83
|
+
"syntax-token-comment": "color-mix(in srgb, #4c4f69 55%, #e6e9ef)",
|
|
84
|
+
"syntax-token-punctuation": "color-mix(in srgb, #4c4f69 72%, #e6e9ef)",
|
|
85
|
+
"syntax-token-keyword": "#8839ef",
|
|
86
|
+
"syntax-token-string": "#40a02b",
|
|
87
|
+
"syntax-token-string-expression": "#40a02b",
|
|
88
|
+
"syntax-token-constant": "#df8e1d",
|
|
89
|
+
"syntax-token-function": "#1e66f5",
|
|
90
|
+
"syntax-token-parameter": "#d20f39",
|
|
91
|
+
"syntax-token-link": "#179299"
|
|
92
92
|
},
|
|
93
93
|
darkTokens: {
|
|
94
94
|
"color-code-line-highlight": "color-mix(in srgb, #89b4fa 16%, transparent)",
|
|
@@ -130,17 +130,17 @@ const catppuccin = {
|
|
|
130
130
|
"accent-warm-ink": "#f9e2af",
|
|
131
131
|
"accent-cool-ink": "#89b4fa",
|
|
132
132
|
"accent-coral-ink": "#f38ba8",
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
133
|
+
"syntax-foreground": "#cdd6f4",
|
|
134
|
+
"syntax-background": "#11111b",
|
|
135
|
+
"syntax-token-comment": "color-mix(in srgb, #cdd6f4 55%, #11111b)",
|
|
136
|
+
"syntax-token-punctuation": "color-mix(in srgb, #cdd6f4 72%, #11111b)",
|
|
137
|
+
"syntax-token-keyword": "#cba6f7",
|
|
138
|
+
"syntax-token-string": "#a6e3a1",
|
|
139
|
+
"syntax-token-string-expression": "#a6e3a1",
|
|
140
|
+
"syntax-token-constant": "#f9e2af",
|
|
141
|
+
"syntax-token-function": "#89b4fa",
|
|
142
|
+
"syntax-token-parameter": "#f38ba8",
|
|
143
|
+
"syntax-token-link": "#94e2d5"
|
|
144
144
|
}
|
|
145
145
|
};
|
|
146
146
|
//#endregion
|
package/dist/index.mjs
CHANGED
|
@@ -74,17 +74,17 @@ const catppuccin = {
|
|
|
74
74
|
"accent-warm-ink": "#986114",
|
|
75
75
|
"accent-cool-ink": "#1d62eb",
|
|
76
76
|
"accent-coral-ink": "#d20f39",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
77
|
+
"syntax-foreground": "#4c4f69",
|
|
78
|
+
"syntax-background": "#e6e9ef",
|
|
79
|
+
"syntax-token-comment": "color-mix(in srgb, #4c4f69 55%, #e6e9ef)",
|
|
80
|
+
"syntax-token-punctuation": "color-mix(in srgb, #4c4f69 72%, #e6e9ef)",
|
|
81
|
+
"syntax-token-keyword": "#8839ef",
|
|
82
|
+
"syntax-token-string": "#40a02b",
|
|
83
|
+
"syntax-token-string-expression": "#40a02b",
|
|
84
|
+
"syntax-token-constant": "#df8e1d",
|
|
85
|
+
"syntax-token-function": "#1e66f5",
|
|
86
|
+
"syntax-token-parameter": "#d20f39",
|
|
87
|
+
"syntax-token-link": "#179299"
|
|
88
88
|
},
|
|
89
89
|
darkTokens: {
|
|
90
90
|
"color-code-line-highlight": "color-mix(in srgb, #89b4fa 16%, transparent)",
|
|
@@ -126,17 +126,17 @@ const catppuccin = {
|
|
|
126
126
|
"accent-warm-ink": "#f9e2af",
|
|
127
127
|
"accent-cool-ink": "#89b4fa",
|
|
128
128
|
"accent-coral-ink": "#f38ba8",
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
129
|
+
"syntax-foreground": "#cdd6f4",
|
|
130
|
+
"syntax-background": "#11111b",
|
|
131
|
+
"syntax-token-comment": "color-mix(in srgb, #cdd6f4 55%, #11111b)",
|
|
132
|
+
"syntax-token-punctuation": "color-mix(in srgb, #cdd6f4 72%, #11111b)",
|
|
133
|
+
"syntax-token-keyword": "#cba6f7",
|
|
134
|
+
"syntax-token-string": "#a6e3a1",
|
|
135
|
+
"syntax-token-string-expression": "#a6e3a1",
|
|
136
|
+
"syntax-token-constant": "#f9e2af",
|
|
137
|
+
"syntax-token-function": "#89b4fa",
|
|
138
|
+
"syntax-token-parameter": "#f38ba8",
|
|
139
|
+
"syntax-token-link": "#94e2d5"
|
|
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 * Catppuccin — Catppuccin Latte and Mocha.\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 catppuccin: ThemeConfig = {\n name: \"catppuccin\",\n colors: {\n primary: \"#1d62eb\",\n primaryHover: \"#114ac7\",\n background: \"#eff1f5\",\n backgroundAlt: \"#e6e9ef\",\n text: \"#4c4f69\",\n textMuted: \"#686b80\",\n border: \"#ccd0da\",\n codeBackground: \"#e6e9ef\",\n codeBackgroundTop: \"#e6e9ef\",\n codeText: \"#4c4f69\",\n },\n darkColors: {\n primary: \"#89b4fa\",\n primaryHover: \"#b4d0fd\",\n background: \"#1e1e2e\",\n backgroundAlt: \"#181825\",\n text: \"#cdd6f4\",\n textMuted: \"#a6adc8\",\n border: \"#313244\",\n codeBackground: \"#11111b\",\n codeBackgroundTop: \"#11111b\",\n codeText: \"#cdd6f4\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #1e66f5 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #df8e1d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#df8e1d\",\n \"color-code-line-error\": \"color-mix(in srgb, #d20f39 20%, transparent)\",\n \"color-code-line-error-border\": \"#d20f39\",\n \"color-code-line-add\": \"color-mix(in srgb, #40a02b 16%, transparent)\",\n \"color-code-line-add-border\": \"#40a02b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d20f39 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d20f39\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1d62eb 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #e6e9ef 92%, #4c4f69)\",\n \"color-code-title-text\": \"color-mix(in srgb, #4c4f69 88%, #e6e9ef)\",\n \"color-code-title-border\": \"color-mix(in srgb, #4c4f69 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #4c4f69 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ccd0da 92%, transparent)\",\n \"color-backdrop\": \"rgba(84, 84, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e6e9ef 62%, #eff1f5)\",\n \"surface-line\": \"color-mix(in srgb, #ccd0da 72%, #eff1f5)\",\n \"brand-violet\": \"#8839ef\",\n \"brand-cyan\": \"#179299\",\n \"brand-lime\": \"#40a02b\",\n \"brand-coral\": \"#d20f39\",\n \"brand-navy\": \"color-mix(in srgb, #4c4f69 70%, #eff1f5)\",\n \"brand-violet-rgb\": \"136, 57, 239\",\n \"brand-cyan-rgb\": \"23, 146, 153\",\n \"brand-lime-rgb\": \"64, 160, 43\",\n \"brand-coral-rgb\": \"210, 15, 57\",\n \"accent-a\": \"#1d62eb\",\n \"accent-b\": \"#8839ef\",\n \"accent-c\": \"#179299\",\n \"accent-warm\": \"#df8e1d\",\n \"accent-cool\": \"#1e66f5\",\n \"accent-a-ink\": \"#1d62eb\",\n \"accent-b-ink\": \"#8839ef\",\n \"accent-c-ink\": \"#12757a\",\n \"accent-warm-ink\": \"#986114\",\n \"accent-cool-ink\": \"#1d62eb\",\n \"accent-coral-ink\": \"#d20f39\",\n \"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../src/index.ts"],"sourcesContent":["import type { ThemeConfig } from \"@ox-content/vite-plugin\";\n\n/**\n * Catppuccin — Catppuccin Latte and Mocha.\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 catppuccin: ThemeConfig = {\n name: \"catppuccin\",\n colors: {\n primary: \"#1d62eb\",\n primaryHover: \"#114ac7\",\n background: \"#eff1f5\",\n backgroundAlt: \"#e6e9ef\",\n text: \"#4c4f69\",\n textMuted: \"#686b80\",\n border: \"#ccd0da\",\n codeBackground: \"#e6e9ef\",\n codeBackgroundTop: \"#e6e9ef\",\n codeText: \"#4c4f69\",\n },\n darkColors: {\n primary: \"#89b4fa\",\n primaryHover: \"#b4d0fd\",\n background: \"#1e1e2e\",\n backgroundAlt: \"#181825\",\n text: \"#cdd6f4\",\n textMuted: \"#a6adc8\",\n border: \"#313244\",\n codeBackground: \"#11111b\",\n codeBackgroundTop: \"#11111b\",\n codeText: \"#cdd6f4\",\n },\n tokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #1e66f5 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #df8e1d 18%, transparent)\",\n \"color-code-line-warning-border\": \"#df8e1d\",\n \"color-code-line-error\": \"color-mix(in srgb, #d20f39 20%, transparent)\",\n \"color-code-line-error-border\": \"#d20f39\",\n \"color-code-line-add\": \"color-mix(in srgb, #40a02b 16%, transparent)\",\n \"color-code-line-add-border\": \"#40a02b\",\n \"color-code-line-remove\": \"color-mix(in srgb, #d20f39 14%, transparent)\",\n \"color-code-line-remove-border\": \"#d20f39\",\n \"color-code-line-focus\": \"color-mix(in srgb, #1d62eb 16%, transparent)\",\n \"color-code-line-dim\": \"0.45\",\n \"color-code-title-bg\": \"color-mix(in srgb, #e6e9ef 92%, #4c4f69)\",\n \"color-code-title-text\": \"color-mix(in srgb, #4c4f69 88%, #e6e9ef)\",\n \"color-code-title-border\": \"color-mix(in srgb, #4c4f69 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #4c4f69 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #ccd0da 92%, transparent)\",\n \"color-backdrop\": \"rgba(84, 84, 86, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #e6e9ef 62%, #eff1f5)\",\n \"surface-line\": \"color-mix(in srgb, #ccd0da 72%, #eff1f5)\",\n \"brand-violet\": \"#8839ef\",\n \"brand-cyan\": \"#179299\",\n \"brand-lime\": \"#40a02b\",\n \"brand-coral\": \"#d20f39\",\n \"brand-navy\": \"color-mix(in srgb, #4c4f69 70%, #eff1f5)\",\n \"brand-violet-rgb\": \"136, 57, 239\",\n \"brand-cyan-rgb\": \"23, 146, 153\",\n \"brand-lime-rgb\": \"64, 160, 43\",\n \"brand-coral-rgb\": \"210, 15, 57\",\n \"accent-a\": \"#1d62eb\",\n \"accent-b\": \"#8839ef\",\n \"accent-c\": \"#179299\",\n \"accent-warm\": \"#df8e1d\",\n \"accent-cool\": \"#1e66f5\",\n \"accent-a-ink\": \"#1d62eb\",\n \"accent-b-ink\": \"#8839ef\",\n \"accent-c-ink\": \"#12757a\",\n \"accent-warm-ink\": \"#986114\",\n \"accent-cool-ink\": \"#1d62eb\",\n \"accent-coral-ink\": \"#d20f39\",\n \"syntax-foreground\": \"#4c4f69\",\n \"syntax-background\": \"#e6e9ef\",\n \"syntax-token-comment\": \"color-mix(in srgb, #4c4f69 55%, #e6e9ef)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #4c4f69 72%, #e6e9ef)\",\n \"syntax-token-keyword\": \"#8839ef\",\n \"syntax-token-string\": \"#40a02b\",\n \"syntax-token-string-expression\": \"#40a02b\",\n \"syntax-token-constant\": \"#df8e1d\",\n \"syntax-token-function\": \"#1e66f5\",\n \"syntax-token-parameter\": \"#d20f39\",\n \"syntax-token-link\": \"#179299\",\n },\n darkTokens: {\n \"color-code-line-highlight\": \"color-mix(in srgb, #89b4fa 16%, transparent)\",\n \"color-code-line-warning\": \"color-mix(in srgb, #f9e2af 18%, transparent)\",\n \"color-code-line-warning-border\": \"#f9e2af\",\n \"color-code-line-error\": \"color-mix(in srgb, #f38ba8 20%, transparent)\",\n \"color-code-line-error-border\": \"#f38ba8\",\n \"color-code-line-add\": \"color-mix(in srgb, #a6e3a1 16%, transparent)\",\n \"color-code-line-add-border\": \"#a6e3a1\",\n \"color-code-line-remove\": \"color-mix(in srgb, #f38ba8 14%, transparent)\",\n \"color-code-line-remove-border\": \"#f38ba8\",\n \"color-code-line-focus\": \"color-mix(in srgb, #89b4fa 16%, transparent)\",\n \"color-code-line-dim\": \"0.35\",\n \"color-code-title-bg\": \"color-mix(in srgb, #11111b 92%, #cdd6f4)\",\n \"color-code-title-text\": \"color-mix(in srgb, #cdd6f4 88%, #11111b)\",\n \"color-code-title-border\": \"color-mix(in srgb, #cdd6f4 22%, transparent)\",\n \"color-code-line-number\": \"color-mix(in srgb, #cdd6f4 48%, transparent)\",\n \"color-code-frame-border\": \"color-mix(in srgb, #313244 92%, transparent)\",\n \"color-backdrop\": \"rgba(11, 11, 16, 0.62)\",\n \"surface-glass\": \"color-mix(in srgb, #181825 62%, #1e1e2e)\",\n \"surface-line\": \"color-mix(in srgb, #313244 72%, #1e1e2e)\",\n \"brand-violet\": \"#cba6f7\",\n \"brand-cyan\": \"#94e2d5\",\n \"brand-lime\": \"#a6e3a1\",\n \"brand-coral\": \"#f38ba8\",\n \"brand-navy\": \"color-mix(in srgb, #cdd6f4 70%, #1e1e2e)\",\n \"brand-violet-rgb\": \"203, 166, 247\",\n \"brand-cyan-rgb\": \"148, 226, 213\",\n \"brand-lime-rgb\": \"166, 227, 161\",\n \"brand-coral-rgb\": \"243, 139, 168\",\n \"accent-a\": \"#89b4fa\",\n \"accent-b\": \"#cba6f7\",\n \"accent-c\": \"#94e2d5\",\n \"accent-warm\": \"#f9e2af\",\n \"accent-cool\": \"#89b4fa\",\n \"accent-a-ink\": \"#89b4fa\",\n \"accent-b-ink\": \"#cba6f7\",\n \"accent-c-ink\": \"#94e2d5\",\n \"accent-warm-ink\": \"#f9e2af\",\n \"accent-cool-ink\": \"#89b4fa\",\n \"accent-coral-ink\": \"#f38ba8\",\n \"syntax-foreground\": \"#cdd6f4\",\n \"syntax-background\": \"#11111b\",\n \"syntax-token-comment\": \"color-mix(in srgb, #cdd6f4 55%, #11111b)\",\n \"syntax-token-punctuation\": \"color-mix(in srgb, #cdd6f4 72%, #11111b)\",\n \"syntax-token-keyword\": \"#cba6f7\",\n \"syntax-token-string\": \"#a6e3a1\",\n \"syntax-token-string-expression\": \"#a6e3a1\",\n \"syntax-token-constant\": \"#f9e2af\",\n \"syntax-token-function\": \"#89b4fa\",\n \"syntax-token-parameter\": \"#f38ba8\",\n \"syntax-token-link\": \"#94e2d5\",\n },\n};\n\nexport default catppuccin;\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-catppuccin",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.5",
|
|
4
4
|
"description": "Catppuccin Latte and Mocha — an Ox Content color scheme that composes with any @ox-content/theme-* skin",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"catppuccin",
|
|
@@ -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.5"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"@ox-content/vite-plugin": ">=3.0.0-alpha.1"
|