From 087120451073db2e91c4cdeefb66da1beb64805f Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 21:59:22 +0200 Subject: fixed primary light on dark theme --- assets/js/lib/themes.js | 4 ++-- 1 file 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 +}); -- cgit v1.2.3