Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamskok/gatsby-syntax-highlights-dracula
Dracula Theme Code Buttons 🦇
https://github.com/iamskok/gatsby-syntax-highlights-dracula
css gatsby gatsby-plugin gatsby-remark-prismjs gatsbyjs sass syntax-highlighting theme
Last synced: 2 months ago
JSON representation
Dracula Theme Code Buttons 🦇
- Host: GitHub
- URL: https://github.com/iamskok/gatsby-syntax-highlights-dracula
- Owner: iamskok
- Created: 2019-01-19T13:51:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:54:31.000Z (about 1 year ago)
- Last Synced: 2024-09-25T07:47:53.158Z (3 months ago)
- Topics: css, gatsby, gatsby-plugin, gatsby-remark-prismjs, gatsbyjs, sass, syntax-highlighting, theme
- Language: CSS
- Homepage:
- Size: 20.5 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dracula Syntax Highlighting Theme for GatsbyDark syntax highlighting theme for [`gatsby-remark-prismjs`](https://www.gatsbyjs.org/packages/gatsby-remark-prismjs) plugin.
## Installation
```bash
npm install gatsby-syntax-highlights-dracula
``````js
// gatsby-browser.js
import 'gatsby-syntax-highlights-dracula';
```## Related projects
* [gatsby-prismjs-dracula-theme](https://github.com/iamskok/gatsby-prismjs-dracula-theme)
* [gatsby-line-hightlights-dracula](https://github.com/iamskok/gatsby-line-hightlights-dracula)
* [gatsby-line-numbers-dracula](https://github.com/iamskok/gatsby-line-numbers-dracula)
* [gatsby-code-buttons-dracula](https://github.com/iamskok/gatsby-code-buttons-dracula)
* [gatsby-code-titles-dracula](https://github.com/iamskok/gatsby-code-titles-dracula)---
[PRs are welcome](https://github.com/iamskok/gatsby-syntax-highlights-dracula/fork) :octocat: