diff --git a/app/themeManager.js b/app/themeManager.js index c1502a9..51acd5a 100644 --- a/app/themeManager.js +++ b/app/themeManager.js @@ -7,7 +7,7 @@ const MAX_IMAGE_SIZE = 10 * 1024 * 1024; const ALLOWED_IMAGE_EXTENSIONS = [".jpg", ".jpeg", ".png", ".webp", ".gif", ".avif"]; const ALLOWED_IMAGE_NAMES = ["cover", "background"]; -const THEME_ORDER = ["dark", "light", "neon", "fnatic", "chirac", "drift", "nf", "songbird", "spicyfire"]; +const THEME_ORDER = ["dark", "light"]; const REQUIRED_KEYS = [ ["meta", "name"],