diff options
author | rstular <rok@stular.eu> | 2020-05-20 20:47:41 +0200 |
---|---|---|
committer | rstular <rok@stular.eu> | 2020-05-20 20:47:41 +0200 |
commit | 3f938cc55a938da9cd7bf4151eb442b580ae4546 (patch) | |
tree | 6e3a358823f14a709e78dfaeca2337145de2ce06 /dist | |
parent | New themes (diff) | |
parent | made the night theme into a high contrast one (diff) | |
download | beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.tar beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.tar.gz beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.tar.bz2 beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.tar.lz beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.tar.xz beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.tar.zst beziapp-3f938cc55a938da9cd7bf4151eb442b580ae4546.zip |
Diffstat (limited to '')
-rw-r--r-- | dist/js/lib/themes.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js index e42c9fd..d2e99ce 100644 --- a/dist/js/lib/themes.js +++ b/dist/js/lib/themes.js @@ -71,14 +71,14 @@ const THEME_COLOR_SCHEMES = { "color-header-bold": "rgba(255, 255, 255, 1)", "color-header-span": "rgba(255, 255, 255, 1)", - "color-text": "rgba(189, 189, 189, 1)", - "color-text-light": "rgba(160, 160, 160, 1)", + "color-text": "rgba(255, 255, 255, 1)", + "color-text-light": "rgba(200, 200, 200, 1)", "color-label-text": "rgba(158, 158, 158, 1)", "color-table-hover": "rgba(43, 43, 43, 0.5)", "color-sidenav-background": "rgba(0, 0, 0, 1)", - "color-sidenav-text": "rgba(189, 189, 189, 1)", - "color-sidenav-header": "rgba(189, 189, 189, 0.54)", + "color-sidenav-text": "rgba(255, 255, 255, 1)", + "color-sidenav-header": "rgba(255, 255, 255, 0.54)", "color-divider": "rgba(50, 50, 50, 1)", "color-btn-flat": "rgba(178, 178, 178, 1)", |