rDrama/files/routes
JamPaladin 74476d6223
Add TheMotte theme and make it default.
I created a new theme, "TheMotte" in /assests/css. Someone with any design
skill at all should try improving this. Currently it is a copy of light.css

__main__.py defines the experience for a user without an account. I removed the
check for an OS environment variable, and defaulted to the new theme.

/classes/user.py defines the default for a new account. I removed the check for an OS
environment variable, and defaulted to the new theme.

/routes/settings.py has a list of the themes that checks them for... something.
I added the new one here, just in case.

/templates/settings_profile.html has a hardcoded list that controls which
themes appear in the user settings page. Added the new theme here, so you can
select it.
2022-05-09 07:29:31 -05:00
..
__init__.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
admin.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
awards.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
chat.py dfs 2022-04-26 02:38:52 +02:00
comments.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
discord.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
errors.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
feeds.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
front.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
giphy.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
login.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
oauth.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
posts.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
reporting.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
search.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
settings.py Add TheMotte theme and make it default. 2022-05-09 07:29:31 -05:00
static.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
subs.py Remove special cases based on request.host 2022-05-09 01:40:09 -04:00
users.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
votes.py Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00