@gerhobbelt/prism-themes

1.4.1-3 • Public • Published

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:

<!DOCTYPE html>
<html>
    <head>
        ...
        <link href="themes/prism-ghcolors.css" rel="stylesheet" />
    </head>
    <body>
        ...
        <script src="prism.js"></script>
    </body>
</html>

Adding a New Theme

See our Contributing guide.

Available themes

Readme

Keywords

none

Package Sidebar

Install

npm i @gerhobbelt/prism-themes

Weekly Downloads

2

Version

1.4.1-3

License

MIT

Unpacked Size

304 kB

Total Files

90

Last publish

Collaborators

  • gerhobbelt