aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 20:07:34 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-11 19:07:34 +0100
commit3564d2fddfa74a7f907a53300150002f46417a5e (patch)
tree87d77c0cce6d3251f290708e3d0480661d4feb13 /src/index.js
parentMerge #722 (diff)
downloadferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.gz
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.zst
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.zip
Improve Ferdi's design (#977)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/index.js b/src/index.js
index 1f482b12a..562d314dd 100644
--- a/src/index.js
+++ b/src/index.js
@@ -174,8 +174,8 @@ const createWindow = () => {
174 } 174 }
175 175
176 // Create the browser window. 176 // Create the browser window.
177 let backgroundColor = '#7367F0'; 177 let backgroundColor = '#7266F0';
178 if (settings.get('accentColor') !== '#7367f0') { 178 if (settings.get('accentColor') !== '#7266F0') {
179 backgroundColor = settings.get('accentColor'); 179 backgroundColor = settings.get('accentColor');
180 } else if (settings.get('darkMode')) { 180 } else if (settings.get('darkMode')) {
181 backgroundColor = '#1E1E1E'; 181 backgroundColor = '#1E1E1E';