summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-05-20 20:47:41 +0200
committerrstular <rok@stular.eu>2020-05-20 20:47:41 +0200
commit3f938cc55a938da9cd7bf4151eb442b580ae4546 (patch)
tree6e3a358823f14a709e78dfaeca2337145de2ce06
parentNew themes (diff)
parentmade the night theme into a high contrast one (diff)
downloadbeziapp-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
-rw-r--r--assets/js/lib/themes.js8
-rw-r--r--dist/js/lib/themes.js8
2 files changed, 8 insertions, 8 deletions
diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js
index e42c9fd..d2e99ce 100644
--- a/assets/js/lib/themes.js
+++ b/assets/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)",
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)",