From b63b2381a851e2cbc6087bf4d355be4265e6982a Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 22:18:26 +0200 Subject: styling changes --- dist/js/lib/themes.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dist/js') diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js index 19c5e3b..509ff56 100644 --- a/dist/js/lib/themes.js +++ b/dist/js/lib/themes.js @@ -8,6 +8,7 @@ const THEME_COLOR_SCHEMES = { "background-color": "rgba(255, 255, 255, 1)", "background-accent": "rgba(0, 156, 101, 0.2)", + "background-accent-1": "rgb(192, 219, 207, 1)", "color-header-bold": "rgba(255, 255, 255, 1)", "color-header-span": "rgba(255, 255, 255, 1)", @@ -33,6 +34,7 @@ const THEME_COLOR_SCHEMES = { "background-color": "rgba(31, 31, 31, 1)", "background-accent": "rgba(0, 92, 44, 0.2)", + "background-accent-1": "rgb(26, 43, 32, 1)", "color-header-bold": "rgba(255, 255, 255, 1)", "color-header-span": "rgba(255, 255, 255, 1)", -- cgit v1.2.3