themes: remove /r/Drama theme ("classic" and "classic_dark")

This commit is contained in:
justcool393 2022-11-20 10:00:38 -06:00 committed by Ben Rog-Wilhelm
parent 86c0eea85a
commit 2067875c6a
6 changed files with 6 additions and 737 deletions

View file

@ -33,6 +33,9 @@ BUG_THREAD = 0
WELCOME_MSG = f"Welcome to {SITE_TITLE}! Please read [the rules](/rules) first. Then [read some of our current conversations](/) and feel free to comment or post!\n\nWe encourage people to comment even if they aren't sure they fit in; as long as your comment follows [community rules](/rules), we are happy to have posters from all backgrounds, education levels, and specialties."
ROLES={}
THEMES = {"TheMotte", "dramblr", "reddit", "transparent", "win98", "dark",
"light", "coffee", "tron", "4chan", "midnight"}
IMGUR_KEY = environ.get("IMGUR_KEY").strip()
PUSHER_ID = environ.get("PUSHER_ID", "").strip()
PUSHER_KEY = environ.get("PUSHER_KEY", "").strip()