gatsby-line-highlights-dracula

Dracula Line Highlights Theme 🦇

Downloads
82
Stars
3

Dark line highlights theme for gatsby-remark-prismjs.

Installation

npm install gatsby-line-highlights-dracula
// `gatsby-browser.js`
import 'gatsby-line-highlights-dracula';

FAQ

  • By default gatsby-line-highlights-dracula uses Sass. To switch to CSS version of the plugin add:
// gatsby-browser.js
import 'gatsby-line-highlights-dracula/styles.css';
  • To show line highlights refer to gatsby-remark-prismjs examples.

Related projects


PRs are welcome :octocat: