From b440a11fee9fab76f2238a9795b270d8f325979f Mon Sep 17 00:00:00 2001 From: sijanec Date: Wed, 20 May 2020 20:43:57 +0200 Subject: made the night theme into a high contrast one --- dist/js/app.js | 2 +- dist/js/lib/themes.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'dist/js') 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)", -- cgit v1.2.3