summaryrefslogtreecommitdiffstats
path: root/dist/js/lib
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-05-17 22:00:55 +0200
committersijanec <sijanecantonluka@gmail.com>2020-05-17 22:00:55 +0200
commitbd6ad8bf4ef14d74d087879031fc996fdb22412f (patch)
tree05914ae723357ec9860fd37fef2f507e5528386b /dist/js/lib
parentfixed primary light on dark theme (diff)
downloadbeziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.gz
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.bz2
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.lz
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.xz
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.tar.zst
beziapp-bd6ad8bf4ef14d74d087879031fc996fdb22412f.zip
Diffstat (limited to 'dist/js/lib')
-rw-r--r--dist/js/lib/themes.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js
index 5eaec7d..19c5e3b 100644
--- a/dist/js/lib/themes.js
+++ b/dist/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
+});