Skip to content

Commit 6f39063

Browse files
fix: typo
1 parent 2dc5dd8 commit 6f39063

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export async function init(): Promise<Core> {
7474
// });
7575
// }
7676
const colorConfig = flatColors(processor.theme(config, colors) as any);
77-
for (const [k, v] of Object.entries(colors)) {
77+
for (const [k, v] of Object.entries(colorConfig)) {
7878
const name = `${prefix}-${k}`;
7979
const color = Array.isArray(v) ? v[0] : v;
8080
colorCompletions.push({

0 commit comments

Comments
 (0)