1
0
mirror of https://github.com/BoostIo/Boostnote synced 2026-06-03 05:03:19 +00:00

Fixes the theme of code block by codemirror

This commit is contained in:
asmsuechan
2017-01-07 22:48:37 +09:00
parent e4212e796a
commit ee6d41859f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export const DEFAULT_CONFIG = {
preview: {
fontSize: '14',
fontFamily: 'Lato',
codeBlockTheme: 'xcode',
codeBlockTheme: 'elegant',
lineNumber: true
}
}