1
0
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:
dojineko
2016-04-16 17:29:41 +09:00
parent 0b8ae93727
commit 06734ec886
6 changed files with 30 additions and 10 deletions

View File

@@ -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()
})
})