summaryrefslogtreecommitdiffstats
path: root/assets/js/lib/themes.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/lib/themes.js')
-rw-r--r--assets/js/lib/themes.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js
index 509ff56..eb2f61c 100644
--- a/assets/js/lib/themes.js
+++ b/assets/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)",