From Alex Gorbatchev

SyntaxHighlighter is open source and needs your donations. Please download and follow @syntaxhighlight on Twitter.


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.

[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"/>