1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-13 22:12:50 +02:00

Mobile: Fixes #2401: Fixed code syntax highlighting on dark theme

This commit is contained in:
Laurent Cozic
2020-02-08 11:31:22 +00:00
parent cd630e9516
commit 1606076b4e

View File

@@ -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';