Add theme color config item

This commit is contained in:
Thomas Sileo
2018-05-21 21:10:21 +02:00
parent abc168257e
commit 694511121c
2 changed files with 2 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ with open('config/me.yml') as f:
ICON_URL = conf['icon_url']
PASS = conf['pass']
PUBLIC_INSTANCES = conf.get('public_instances')
THEME_COLOR = conf.get('theme_color')
USER_AGENT = (
f'{requests.utils.default_user_agent()} '