We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f399f8f commit aaefe36Copy full SHA for aaefe36
1 file changed
src/utils/konami.ts
@@ -148,6 +148,7 @@ export class Konami {
148
}, 8000)
149
}
150
151
+ // @ts-ignore
152
private catppuccinSwirl(): void {
153
const originalTheme = document.documentElement.getAttribute("data-theme") || "mocha"
154
const themes = ["latte", "mocha", "macchiato", "frappe"]
0 commit comments