mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-23 07:10:00 +08:00
Updated default codemirror theme
- To mdn-like theme, to have better default legibility and contrast
This commit is contained in:
@ -185,7 +185,7 @@ function getMode(suggestion, content) {
|
||||
* @returns {*|string}
|
||||
*/
|
||||
function getTheme() {
|
||||
return window.codeTheme || 'base16-light';
|
||||
return window.codeTheme || 'mdn-like';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user