1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Change default theme at editor and code-block

This commit is contained in:
Kazu Yokomizo
2017-07-06 02:32:14 +09:00
parent 75d9bf8e38
commit 4d9e0e3bd7

View File

@@ -24,7 +24,7 @@ export const DEFAULT_CONFIG = {
defaultNote: 'ALWAYS_ASK' // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
},
editor: {
theme: 'default',
theme: 'base16-light',
keyMap: 'sublime',
fontSize: '14',
fontFamily: 'Monaco, Consolas',
@@ -35,7 +35,7 @@ export const DEFAULT_CONFIG = {
preview: {
fontSize: '14',
fontFamily: 'Lato',
codeBlockTheme: 'elegant',
codeBlockTheme: 'dracula',
lineNumber: true
}
}