aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
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';