PrismJS/prism-themes

A wider selection of Prism themes

1,514

stars

97

commits

CSS

primary language

Dec 9, 2023

updated

README

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

Contributors

(top 30 of 31)

RunDevelopment

18 commits

Golmote

14 commits

mAAdhaTTah

9 commits

atelierbram

9 commits

PrismJS/prism-themes

A wider selection of Prism themes

1,514

stars

97

commits

CSS

primary language

Dec 9, 2023

updated

README

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

Contributors

(top 30 of 31)

RunDevelopment

18 commits

Golmote

14 commits

mAAdhaTTah

9 commits

atelierbram

9 commits

Languages

CSS

97.2%

JavaScript

2.4%