feat: register animal-crossing theme slug

This commit is contained in:
2026-05-18 03:26:26 -06:00
parent 29853d9c14
commit 2f6e5e4842
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
const DESIGN_THEMES = ["fluent", "material-you", "terminal", "cyberpunk", "nord"]
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"