diff options
Diffstat (limited to '')
-rw-r--r-- | dist/js/lib/themes.js | 2 |
1 files changed, 2 insertions, 0 deletions
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)", |