use dark theme on gtk+3

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 14:01:39 -08:00
parent 2b9425406c
commit 0d0bd22ca5

View File

@@ -55,6 +55,7 @@ app.on('before-quit', function () {
function createMainWindow () {
var win = new electron.BrowserWindow({
backgroundColor: '#282828',
darkTheme: true,
height: 400,
show: false,
title: 'WebTorrent',