3

There's a set of "themes" for prettify.js.

How do I actually use them? Do I <link href=""> to a selected "theme" .css file instead of prettify.css file or do I do anything else? What's the procedure?

sharptooth
  • 167,383
  • 100
  • 513
  • 979

1 Answers1

3

Just replace the default CSS file with your theme's CSS file:

<link href="sunburst.css" type="text/css" rel="stylesheet" />
Jimmy Sawczuk
  • 13,488
  • 7
  • 46
  • 60