Make One Dark the default UI/syntax themes

This commit is contained in:
Kevin Sawicki 2015-03-16 14:42:00 -07:00
parent 414b82f05e
commit d61ceacc26
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,6 @@
'fontSize': 16
'core':
'themes': [
'atom-dark-ui'
'atom-dark-syntax'
'one-dark-ui'
'one-dark-syntax'
]

View File

@ -28,7 +28,7 @@ module.exports =
type: 'string'
themes:
type: 'array'
default: ['atom-dark-ui', 'atom-dark-syntax']
default: ['one-dark-ui', 'one-dark-syntax']
items:
type: 'string'
projectHome: