From f3b53bf2f5a1a9313f926695d75034690bb85f94 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 27 Sep 2024 16:06:18 +0000 Subject: [PATCH] init theme Obi-Wan Kenobi --- sostituzioni/database/configurazione.json.template | 3 ++- sostituzioni/view/static/style/theme/4.css | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 sostituzioni/view/static/style/theme/4.css diff --git a/sostituzioni/database/configurazione.json.template b/sostituzioni/database/configurazione.json.template index 9e6869c..44f489d 100644 --- a/sostituzioni/database/configurazione.json.template +++ b/sostituzioni/database/configurazione.json.template @@ -52,7 +52,8 @@ "Mahatma Gandhi", "Andrea e Pietro Delai", "Gabriel Lamé", - "Aristotle" + "Giuseppe Garibaldi", + "Obi-Wan Kenobi" ], "default": 0, "valore": 0 diff --git a/sostituzioni/view/static/style/theme/4.css b/sostituzioni/view/static/style/theme/4.css new file mode 100644 index 0000000..06c9d3f --- /dev/null +++ b/sostituzioni/view/static/style/theme/4.css @@ -0,0 +1,10 @@ +:root { + --color-accent: #008080; + --color-pulsante: #008080; + --color-evento-urgente: #00c0e635; + --color-sostituzioni-incompleta: #4c7f1136; + --color-sostituzioni-sovrapposizioni: #ff43004a; + --color-sostituzioni-oggi: #d2e3b4; + --color-eventi-bg: #00808025; + --color-notizie-bg: var(--color-eventi-bg); +} \ No newline at end of file