Skip to content

ErwinOtten/prism-themes

This branch is up to date with PrismJS/prism-themes:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

447479f · May 22, 2022
Sep 12, 2021
May 21, 2022
Oct 25, 2021
May 22, 2022
Sep 15, 2021
Sep 29, 2021
Sep 16, 2021
Oct 25, 2021
Feb 21, 2015
May 21, 2022
Sep 19, 2021
Sep 15, 2021
May 1, 2021
Sep 16, 2021

Repository files navigation

Prism themes

Build Status npm

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>

Contributing new themes

Please see our Contributing guide for details. Thank you for contributing!!

Available themes

About

A wider selection of Prism themes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 97.1%
  • JavaScript 2.4%
  • HTML 0.5%