From fa9467811859cd9c2d595f5a79819ce3aca91e26 Mon Sep 17 00:00:00 2001 From: rstular Date: Sun, 17 May 2020 22:56:38 +0200 Subject: Theme fixes --- 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 509ff56..eb2f61c 100644 --- a/dist/js/lib/themes.js +++ b/dist/js/lib/themes.js @@ -14,6 +14,7 @@ const THEME_COLOR_SCHEMES = { "color-header-span": "rgba(255, 255, 255, 1)", "color-text": "rgba(0, 0, 0, 1)", + "color-label-text": "rgba(158, 158, 158, 1)", "color-table-hover": "rgba(242, 242, 242, 0.5)", "color-sidenav-background": "rgba(255, 255, 255, 1)", @@ -40,6 +41,7 @@ const THEME_COLOR_SCHEMES = { "color-header-span": "rgba(255, 255, 255, 1)", "color-text": "rgba(255, 255, 255, 1)", + "color-label-text": "rgba(158, 158, 158, 1)", "color-table-hover": "rgba(70, 70, 70, 0.5)", "color-sidenav-background": "rgba(31, 31, 31, 1)", -- cgit v1.2.3