1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +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' defaultNote: 'ALWAYS_ASK' // 'ALWAYS_ASK', 'SNIPPET_NOTE', 'MARKDOWN_NOTE'
}, },
editor: { editor: {
theme: 'default', theme: 'base16-light',
keyMap: 'sublime', keyMap: 'sublime',
fontSize: '14', fontSize: '14',
fontFamily: 'Monaco, Consolas', fontFamily: 'Monaco, Consolas',
@@ -35,7 +35,7 @@ export const DEFAULT_CONFIG = {
preview: { preview: {
fontSize: '14', fontSize: '14',
fontFamily: 'Lato', fontFamily: 'Lato',
codeBlockTheme: 'elegant', codeBlockTheme: 'dracula',
lineNumber: true lineNumber: true
} }
} }