diff --git a/code/DocumentationViewer.php b/code/DocumentationViewer.php index b376f73..c5c2d7a 100755 --- a/code/DocumentationViewer.php +++ b/code/DocumentationViewer.php @@ -81,8 +81,8 @@ class DocumentationViewer extends Controller { // css Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCore.css'); - Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreEclipse.css'); - Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeEclipse.css'); + Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreRDark.css'); + Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeRDark.css'); Requirements::customScript('jQuery(document).ready(function() {SyntaxHighlighter.all();});'); }