diff --git a/lib/action/theme.py b/lib/action/theme.py index b777443025..903493b3de 100644 --- a/lib/action/theme.py +++ b/lib/action/theme.py @@ -56,5 +56,9 @@ def apply_theme(data, app: Sanic, translate: Callable[[str], str]): logo_inline_css=settings.get('theme', 'logo_inline_css', ''), online_fonts=settings.get_list('theme', 'fonts'), favicon=theme_favicon, - favicon_type=theme_favicon_type + favicon_type=theme_favicon_type, + main_background=os.path.join(public_files_path, 'img/groovepaper2.jpg'), + color_default_text='#010101', + color_light_text='#8d8c8c', + color_default_green='#D1ECBF', ) diff --git a/templates/base_document.html b/templates/base_document.html index 58def9c02d..c782aed913 100644 --- a/templates/base_document.html +++ b/templates/base_document.html @@ -31,6 +31,129 @@ {%- endfor -%} + + {% for item in app_bar_css %}