From 0438adaf1a4254632447483bf10b6135822c7d72 Mon Sep 17 00:00:00 2001 From: rstular Date: Wed, 20 May 2020 19:41:46 +0200 Subject: Wrong theme name --- dist/js/app.js | 2 +- dist/js/lib/themes.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/js') 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)", -- cgit v1.2.3