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

pull/2479/head
Laurent Cozic 2020-02-08 11:31:22 +00:00
parent cd630e9516
commit 1606076b4e
1 changed files with 1 additions and 1 deletions

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