We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc5dd8 commit 6f39063Copy full SHA for 6f39063
1 file changed
src/lib/core.ts
@@ -74,7 +74,7 @@ export async function init(): Promise<Core> {
74
// });
75
// }
76
const colorConfig = flatColors(processor.theme(config, colors) as any);
77
- for (const [k, v] of Object.entries(colors)) {
+ for (const [k, v] of Object.entries(colorConfig)) {
78
const name = `${prefix}-${k}`;
79
const color = Array.isArray(v) ? v[0] : v;
80
colorCompletions.push({
0 commit comments