feat: register minecraft theme slug

This commit is contained in:
2026-05-18 03:54:29 -06:00
parent c46cd06954
commit 4cd9a13f3b
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ const DESIGN_THEMES = [
"cyberpunk",
"nord",
"animal-crossing",
"minecraft",
]
const FORCED_DARK_DESIGN_THEMES = new Set(["terminal", "cyberpunk"])
const THEME_BEFORE_FORCED_KEY = "themeBeforeForcedDark"