style: run prettier after animal-crossing theme

This commit is contained in:
2026-05-18 03:37:24 -06:00
parent d015363430
commit d1ccf962ea
4 changed files with 33 additions and 11 deletions

View File

@@ -1,4 +1,11 @@
const DESIGN_THEMES = ["fluent", "material-you", "terminal", "cyberpunk", "nord", "animal-crossing"]
const DESIGN_THEMES = [
"fluent",
"material-you",
"terminal",
"cyberpunk",
"nord",
"animal-crossing",
]
const FORCED_DARK_DESIGN_THEMES = new Set(["terminal", "cyberpunk"])
const THEME_BEFORE_FORCED_KEY = "themeBeforeForcedDark"