Skip to content

OlehDutchenko/prismjs-material-theme

Repository files navigation

prismjs-material-theme


license npm

Happiness SCSS Style

Live preview

https://dutchenkooleg.github.io/prismjs-material-theme/


Themes

CSS

<link rel="stylesheet" href="prismjs-material-theme/css/darker.css">
<link rel="stylesheet" href="prismjs-material-theme/css/oceanic.css">
<link rel="stylesheet" href="prismjs-material-theme/css/lighter.css">

SCSS

@import "prismjs-material-theme/sass/darker";
@import "prismjs-material-theme/sass/oceanic";
@import "prismjs-material-theme/sass/lighter";