style: run prettier after animal-crossing theme
This commit is contained in:
9
theme.js
9
theme.js
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user