aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.js
diff options
context:
space:
mode:
authorLibravatar Guille Cura <cura.gf@gmail.com>2018-07-05 02:37:43 -0300
committerLibravatar Guille Cura <cura.gf@gmail.com>2018-07-05 02:37:43 -0300
commit25c6cbd29aff90f694d72afe28ab56b0113fb16a (patch)
tree9907623b3a7b835e58b895d08b62c5339b8e0376 /src/index.js
parent5.0.0 beta.18 (diff)
downloadferdium-app-25c6cbd29aff90f694d72afe28ab56b0113fb16a.tar.gz
ferdium-app-25c6cbd29aff90f694d72afe28ab56b0113fb16a.tar.zst
ferdium-app-25c6cbd29aff90f694d72afe28ab56b0113fb16a.zip
Update stylesheets and added darkMode variable and toggle.
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.js b/src/index.js
index 5ba901b89..ac94804c1 100644
--- a/src/index.js
+++ b/src/index.js
@@ -82,7 +82,8 @@ const createWindow = () => {
82 minHeight: 500, 82 minHeight: 500,
83 titleBarStyle: isMac ? 'hidden' : '', 83 titleBarStyle: isMac ? 'hidden' : '',
84 frame: isLinux, 84 frame: isLinux,
85 backgroundColor: '#3498db', 85 // backgroundColor: '#3498db',
86 backgroundColor: '#1E1E1E',
86 }); 87 });
87 88
88 // Initialize System Tray 89 // Initialize System Tray