base16 theme collections for PrismJS
npm install base16-prism
> base16 theme collections for Prism.JS
To use one of the themes, just include the theme's CSS file in your page. Example:
`` html`
...
...
If you're building an app with npm and webpack, then you can install the theme
package via npm, and import the theme's CSS you want to use like:
`bash`
npm install base16-prism --save
Then in your project's entry.js file, for example:
`js``
import 'base16-prism/themes/base16-solarized-dark.css'
MIT © Chawye Hsu
> Website · GitHub @chawyehsu · Twitter @chawyehsu