rDrama/files
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
..
assets Add TheMotte theme and make it default. 2022-05-09 07:29:31 -05:00
classes Add TheMotte theme and make it default. 2022-05-09 07:29:31 -05:00
helpers Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
mail Convert text file line endings to LF. 2022-05-09 07:20:47 -05:00
routes Add TheMotte theme and make it default. 2022-05-09 07:29:31 -05:00
templates Add TheMotte theme and make it default. 2022-05-09 07:29:31 -05:00
__main__.py Add TheMotte theme and make it default. 2022-05-09 07:29:31 -05:00