Prism themes

This repository lists a selection of additional themes for the Prism syntax highlighting library.

How to use a theme

To use one of the themes, just include the theme’s CSS file in your page. Example:

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. ...
  5. <link href="themes/prism-ghcolors.css" rel="stylesheet" />
  6. </head>
  7. <body>
  8. ...
  9. <script src="prism.js"></script>
  10. </body>
  11. </html>

Available themes