Dark line highlights theme for gatsby-remark-prismjs
.
npm install gatsby-line-highlights-dracula
// `gatsby-browser.js`
import 'gatsby-line-highlights-dracula';
- 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.
- gatsby-prismjs-dracula-theme
- gatsby-line-numbers-dracula
- gatsby-syntax-highlights-dracula
- gatsby-code-buttons-dracula
- gatsby-code-titles-dracula