add theme
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-16 01:39:30 -06:00
parent 879f308871
commit 3fb59b9c89
7 changed files with 1059 additions and 525 deletions

View File

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