summaryrefslogtreecommitdiffstats
path: root/dist/js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdist/js/app.js2
-rw-r--r--dist/js/lib/themes.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/dist/js/app.js b/dist/js/app.js
index 8c82665..883faf3 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 = "cbef4f9e7f6b39469d9e6ac77b5a7237f69022ee";
+const previous_commit = "0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921";
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
diff --git a/dist/js/lib/themes.js b/dist/js/lib/themes.js
index 75dedfd..611cae7 100644
--- a/dist/js/lib/themes.js
+++ b/dist/js/lib/themes.js
@@ -56,7 +56,7 @@ const THEME_COLOR_SCHEMES = {
"color-btn-flat": "rgba(178, 178, 178, 1)",
"color-btn-flat-disabled": "rgba(52, 52, 52, 1)"
},
- black: {
+ night: {
"color-primary": "rgba(0, 79, 51, 1)",
"color-secondary": "rgba(0, 94, 61, 1)",
"color-accent": "rgba(28, 107, 79, 1)",