Prism Material Themes
This repository contains the source code for themes for the Prism syntax highlighting library based on the wonderful Material theme!
Installation
The themes are available on npm
:
npm install prism-material-themes
Usage
The themes are located in the package's themes/
directory in the form of CSS files.
Copy and include as asset manually
You can copy the theme you'd like to use into your project and use it like so:
... ...
Import using a bundler like webpack
;
Screenshots
material-default.css
)
Material Default (
material-darker.css
)
Material Darker (
material-lighter.css
)
Material Lighter (
material-ocean.css
)
Material Ocean (
material-palenight.css
)
Material Palenight (