1
mirror of https://github.com/interstellar750/hexo_s synced 2024-10-19 00:23:51 +08:00
hexo_s/themes/Chic/source/css/_highlight/monokai-sublime.styl

43 lines
851 B
Stylus
Raw Permalink Normal View History

/*
Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
*/
.highlight
background: #23241f
color: #f8f8f2
.code
.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