Skip to content

Instantly share code, notes, and snippets.

@hergaiety
Created January 20, 2017 01:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hergaiety/1ba29348f950de570bedf9ebc6ac41b9 to your computer and use it in GitHub Desktop.
Save hergaiety/1ba29348f950de570bedf9ebc6ac41b9 to your computer and use it in GitHub Desktop.
Dracula theme for Hexo's highlight converted to Stylus
/*
* Dracula Theme for Hexo
* Borrowed from https://github.com/isagalaev/highlight.js/blob/master/src/styles/dracula.css
* Converted to Stylus by SharpShark28 http://github.com/sharpshark28
* Original https://github.com/zenorocha/dracula-theme
*/
.highlight
.code
color: #f8f8f2
.keyword,
.selector-tag,
.literal,
.section,
.link
color: #8be9fd
.function .keyword
color: #ff79c6
.subst
color: #f8f8f2
.string,
.title,
.name,
.type,
.attribute,
.symbol,
.bullet,
.addition,
.variable,
.template-tag,
.template-variable
color: #f1fa8c
.comment,
.quote,
.deletion,
.meta
color: #6272a4
.keyword,
.selector-tag,
.literal,
.title,
.section,
.doctag,
.type,
.name,
.strong
font-weight: bold
.emphasis
font-style: italic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment