From 0438adaf1a4254632447483bf10b6135822c7d72 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 19:41:46 +0200 Subject: Wrong theme name --- assets/js/lib/themes.js | 2 +- dist/js/app.js | 2 +- dist/js/lib/themes.js | 2 +- dist/pages/about.html | 2 +- dist/sw.js | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/assets/js/lib/themes.js b/assets/js/lib/themes.js index 75dedfd..611cae7 100644 --- a/assets/js/lib/themes.js +++ b/assets/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)", 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)", diff --git a/dist/pages/about.html b/dist/pages/about.html index 8a2908c..6185120 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -142,7 +142,7 @@

- ^HEAD cbef4f9e7f6b39469d9e6ac77b5a7237f69022ee + ^HEAD 0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921

diff --git a/dist/sw.js b/dist/sw.js index e9eab51..4ec39c9 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-cbef4f9"; -// latest commit is cbef4f9e7f6b39469d9e6ac77b5a7237f69022ee +const static_cache_name = "site-static-1.0.13-beta-0ff5c4b"; +// latest commit is 0ff5c4b1c811fb086c1cd0ce918ef2e3c36a0921 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! -- cgit v1.2.3