mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-01 03:03:09 +03:00
Make One Dark the default UI/syntax themes
This commit is contained in:
parent
414b82f05e
commit
d61ceacc26
@ -2,6 +2,6 @@
|
||||
'fontSize': 16
|
||||
'core':
|
||||
'themes': [
|
||||
'atom-dark-ui'
|
||||
'atom-dark-syntax'
|
||||
'one-dark-ui'
|
||||
'one-dark-syntax'
|
||||
]
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user