summaryrefslogtreecommitdiffstats
path: root/dist/js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js')
-rwxr-xr-xdist/js/app.js2
-rw-r--r--dist/js/lib/themes.js8
2 files changed, 5 insertions, 5 deletions
diff --git a/dist/js/app.js b/dist/js/app.js
index e0be429..88246df 100755
--- a/dist/js/app.js
+++ b/dist/js/app.js
@@ -3,7 +3,7 @@
const app_version = "1.0.13-beta";
-const previous_commit = "22bc85704a637175361d7447634f605d6a9102a1";
+const previous_commit = "db70845685ffe5fa725530ca03ba4c72e822e450";
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js
index 611cae7..f158a98 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)",