summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-17 21:59:22 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-17 21:59:22 +0200
commit087120451073db2e91c4cdeefb66da1beb64805f (patch)
treef743f6db001765747b1040e537283c55b54bcc02
parentfixed unreadable calendar text (diff)
downloadbeziapp-087120451073db2e91c4cdeefb66da1beb64805f.tar
beziapp-087120451073db2e91c4cdeefb66da1beb64805f.tar.gz
beziapp-087120451073db2e91c4cdeefb66da1beb64805f.tar.bz2
beziapp-087120451073db2e91c4cdeefb66da1beb64805f.tar.lz
beziapp-087120451073db2e91c4cdeefb66da1beb64805f.tar.xz
beziapp-087120451073db2e91c4cdeefb66da1beb64805f.tar.zst
beziapp-087120451073db2e91c4cdeefb66da1beb64805f.zip
-rw-r--r--assets/js/lib/themes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js
index 5eaec7d..19c5e3b 100644
--- a/assets/js/lib/themes.js
+++ b/assets/js/lib/themes.js
@@ -28,7 +28,7 @@ const THEME_COLOR_SCHEMES = {
"color-primary": "rgba(0, 128, 83, 1)",
"color-secondary": "rgba(0, 94, 61, 1)",
"color-accent": "rgba(20, 117, 83, 1)",
- "color-primary-light": "rgba(230, 250, 231, 1)",
+ "color-primary-light": "rgba(6, 137, 9, 1)", // it's not really light anymore, is it?
"color-invalid": "rgba(192, 0, 0, 1)",
"background-color": "rgba(31, 31, 31, 1)",
@@ -65,4 +65,4 @@ document.addEventListener("DOMContentLoaded", () => {
applyTheme(selectedTheme);
}
});
-}); \ No newline at end of file
+});