SyntaxHighlighter/Themes
From Alex Gorbatchev
This feature requires version 2.0 or higher.
[edit] CSS Themes
SyntaxHighlighter 2.0 introduced custom CSS themes. This means that by switching out just one CSS file you can completely change the look and feel of the highlighted syntax. A small number of popular color themes are included with SyntaxHighlighter and you can easily make your own.
- shThemeDefault.css
- shThemeDjango.css
- shThemeEmacs.css
- shThemeFadeToGrey.css
- shThemeMidnight.css
- shThemeRDark.css
there is a theme preview widget on this blog
[edit] How to use?
Picking and using a theme is as easy as linking to an external CSS file. All you have to do is provide the correct path and the file name of theme that you want to use.
<link type="text/css" rel="Stylesheet" href="/Styles/shThemeDjango.css"/>