gatsby-line-highlights-dracula

Dracula line highlighting theme for Gatsby


Keywords
gatsby, gatsby-plugin, gatsby-remark-prismjs, prism, prism-line-numbers, prism-line-highlight, theme, dark-theme, dracula, dracula-theme, gatsby-line-numbers-dracula, gatsby-syntax-highlights-dracula, gatsby-code-buttons-dracula, gatsby-code-titles-dracula, styles, sass, scss, css, gatsbyjs, syntax-highlighting
License
ISC
Install
npm install gatsby-line-highlights-dracula@0.1.3

Documentation

Gatsby

Dracula line highlights theme for Gatsby

Gatsby

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: