Added Dark mode; minor CSS improvements

This commit is contained in:
Geomitron
2021-04-06 16:39:06 -05:00
parent 0304879862
commit 9594d9cbe9
19 changed files with 358 additions and 99 deletions

View File

@@ -114,7 +114,8 @@ function createBrowserWindow(windowState: windowStateKeeper.State) {
enableRemoteModule: true
},
simpleFullscreen: true,
fullscreenable: false
fullscreenable: false,
backgroundColor: '#121212'
}
if (process.platform == 'linux' && !isDevBuild) {