Updated default codemirror theme

- To mdn-like theme, to have better default legibility and contrast
This commit is contained in:
Dan Brown
2020-01-18 09:55:02 +00:00
parent 8016f1121e
commit 8ead596067
2 changed files with 40 additions and 32 deletions

View File

@ -185,7 +185,7 @@ function getMode(suggestion, content) {
* @returns {*|string}
*/
function getTheme() {
return window.codeTheme || 'base16-light';
return window.codeTheme || 'mdn-like';
}
/**