diff options
Diffstat (limited to 'dist/js/lib')
-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 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)", |