From 0d0bd22ca59537e69d5398ba37d8aaf68d0c5743 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 2 Mar 2016 14:01:39 -0800 Subject: [PATCH] use dark theme on gtk+3 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 67489905..904047ea 100644 --- a/index.js +++ b/index.js @@ -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',