Skip to content

Instantly share code, notes, and snippets.

@GeekaholicLin
Created January 30, 2018 04:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeekaholicLin/e82463af231f723388ca80007f35a8d7 to your computer and use it in GitHub Desktop.
Save GeekaholicLin/e82463af231f723388ca80007f35a8d7 to your computer and use it in GitHub Desktop.
monokai.css in ylion theme
#post #post-body .highlight {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #23241F
}
#post #post-body .highlight:before{
background: #23241F;
border-top: none;
}
#post #post-body .highlight, .tag, .subst {
color: #F8F8F2
}
.strong, .emphasis {
color: #A8A8A2
}
.bullet, .quote, .number, .regexp, .literal, .link {
color: #AE81FF
}
.code, .title, .section, .selector-class {
color: #A6E22E
}
.strong {
font-weight: bold
}
.emphasis {
font-style: italic
}
.keyword, .selector-tag, .name, .attr {
color: #F92672
}
.symbol, .attribute {
color: #66D9EF
}
.params, .class .title {
color: #F8F8F2
}
.string, .type, .built_in, .builtin-name, .selector-id, .selector-attr, .selector-pseudo, .addition, .variable, .template-variable {
color: #E6DB74
}
.comment, .deletion, .meta {
color: #75715E
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment