diff --git a/ReactNativeClient/lib/components/global-style.js b/ReactNativeClient/lib/components/global-style.js index 00e9ebc1c2..31514c1e04 100644 --- a/ReactNativeClient/lib/components/global-style.js +++ b/ReactNativeClient/lib/components/global-style.js @@ -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';