Update q.ts

This commit is contained in:
Chay Nabors
2024-04-26 18:05:48 -07:00
committed by GitHub
parent 73afa1d5c7
commit 5a62e64a49

View File

@@ -25,7 +25,7 @@ export const themesGenerator: Fig.Generator = {
({
name,
icon: "🎨",
} as Fig.Suggestion)
}) as Fig.Suggestion
)
.concat(builtinThemes);
},