From 25189e2aff63758c577a2f898c9a2b3161d5af7d Mon Sep 17 00:00:00 2001 From: peepopoggers <72892531+peepopoggers@users.noreply.github.com> Date: Fri, 1 Oct 2021 13:12:35 +0100 Subject: [PATCH] Don't blind dark theme users (Dark loading screen) (#1502) * Don't blind dark theme users It is better to start the temporary background dark so it doesnt flashbang dark theme users late at night. Just happened to me :cry: This makes the loading background color the normal dark theme background color. * Grab theme before await * make it consistent when built * final fixes * removed accidental file Co-authored-by: Preston --- src/index.ejs | 2 +- src/main/index.js | 2 +- src/renderer/App.js | 4 ++-- src/renderer/themes.css | 1 - 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/index.ejs b/src/index.ejs index 7cb00ad69..11d81f7d1 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -16,7 +16,7 @@ <% } %> - +