Skip to content

Commit

Permalink
Make One Dark the default UI/syntax themes
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Mar 16, 2015
1 parent 414b82f commit d61ceac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dot-atom/config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
'fontSize': 16
'core':
'themes': [
'atom-dark-ui'
'atom-dark-syntax'
'one-dark-ui'
'one-dark-syntax'
]
2 changes: 1 addition & 1 deletion src/config-schema.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d61ceac

Please sign in to comment.