MINOR Changed syntax highlighting theme to a lighter one

This commit is contained in:
Ingo Schommer 2011-01-10 11:36:23 +00:00
parent f9a2306875
commit 59c9762dc0

View File

@ -83,8 +83,8 @@ class DocumentationViewer extends Controller {
// css
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCore.css');
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreDefault.css');
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeRDark.css');
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shCoreEclipse.css');
Requirements::css('sapphiredocs/thirdparty/syntaxhighlighter/styles/shThemeEclipse.css');
Requirements::customScript('jQuery(document).ready(function() {SyntaxHighlighter.all();});');
}