diff --git a/ReactNativeClient/lib/components/global-style.js b/ReactNativeClient/lib/components/global-style.js index 6b2920a64..5986f9840 100644 --- a/ReactNativeClient/lib/components/global-style.js +++ b/ReactNativeClient/lib/components/global-style.js @@ -149,7 +149,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';