Use two scheme colors instead of one

This commit is contained in:
Patrick Jentsch
2020-10-28 12:25:36 +01:00
parent 51110529e2
commit c305c01e55
6 changed files with 27 additions and 17 deletions

View File

@ -1,7 +1,8 @@
{% extends "nopaque.html.j2" %}
{% from '_constants.html.j2' import COLORS %}
{% set scheme_color = COLORS.corpus_analysis_darken %}
{% set scheme_primary_color = COLORS.corpus_analysis_darken %}
{% set scheme_secondary_color = COLORS.corpus_analysis %}
{% block nav_content %}
{% include 'services/_nav_content.html.j2' %}

View File

@ -2,7 +2,8 @@
{% import 'materialize/wtf.html.j2' as wtf %}
{% from '_constants.html.j2' import COLORS %}
{% set scheme_color = COLORS.file_setup_darken %}
{% set scheme_primary_color = COLORS.file_setup_darken %}
{% set scheme_secondary_color = COLORS.file_setup %}
{% block nav_content %}
{% include 'services/_nav_content.html.j2' %}

View File

@ -2,7 +2,8 @@
{% import 'materialize/wtf.html.j2' as wtf %}
{% from '_constants.html.j2' import COLORS %}
{% set scheme_color = COLORS.nlp_darken %}
{% set scheme_primary_color = COLORS.nlp_darken %}
{% set scheme_secondary_color = COLORS.nlp %}
{% block nav_content %}
{% include 'services/_nav_content.html.j2' %}

View File

@ -2,7 +2,8 @@
{% import 'materialize/wtf.html.j2' as wtf %}
{% from '_constants.html.j2' import COLORS %}
{% set scheme_color = COLORS.ocr_darken %}
{% set scheme_primary_color = COLORS.ocr_darken %}
{% set scheme_secondary_color = COLORS.ocr %}
{% block nav_content %}
{% include 'services/_nav_content.html.j2' %}