mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 02:06:29 +00:00
Add syntax theme selector
This commit is contained in:
@@ -12,7 +12,8 @@ const defaultConfig = {
|
||||
'preview-font-size': '14',
|
||||
'preview-font-family': 'Lato',
|
||||
'switch-preview': 'blur',
|
||||
'disable-direct-write': false
|
||||
'disable-direct-write': false,
|
||||
'theme-syntax': 'xcode'
|
||||
}
|
||||
const configFile = 'config.json'
|
||||
|
||||
@@ -76,4 +77,3 @@ app.on('ready', function () {
|
||||
applyConfig()
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user