Skip to content

iamskok/gatsby-line-highlights-dracula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: