mirror of https://github.com/laurent22/joplin.git
Mobile: Fixes #2401: Fixed code syntax highlighting on dark theme
parent
cd630e9516
commit
1606076b4e
|
@ -150,7 +150,7 @@ function themeStyle(theme) {
|
|||
output.htmlCodeBackgroundColor = 'rgb(47, 48, 49)';
|
||||
output.htmlCodeBorderColor = 'rgb(70, 70, 70)';
|
||||
|
||||
output.codeThemeCss = 'hljs-atom-one-dark-reasonable.css';
|
||||
output.codeThemeCss = 'atom-one-dark-reasonable.css';
|
||||
|
||||
output.colorUrl = '#7B81FF';
|
||||
|
||||
|
|
Loading…
Reference in New Issue