Skip to content

Commit

Permalink
Default to dark theme in mac dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Feb 28, 2017
1 parent 86932e4 commit 831f2c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/browser/window.js
Expand Up @@ -53,6 +53,8 @@ module.exports = {
pref.getUserDefault('AppleAquaColorVariant', 'integer')
]

data.theme = pref.isDarkMode() ? 'dark' : 'light'

break
}

Expand Down

0 comments on commit 831f2c6

Please sign in to comment.