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/ir-black.styl

41 lines
711 B
Stylus
Raw Permalink Normal View History

/*
IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
*/
.highlight
background: #000
color: #f8f8f8
.code
.comment, .quote, .meta
color: #7c7c7c
.keyword, .selector-tag, .tag, .name
color: #96cbfe
.attribute, .selector-id
color: #ffffb6
.string, .selector-attr, .selector-pseudo, .addition
color: #a8ff60
.subst
color: #daefa3
.regexp, .link
color: #e9c062
.title, .section, .type, .doctag
color: #ffffb6
.symbol, .bullet, .variable, .template-variable, .literal
color: #c6c5fe
.number, .deletion
color: #ff73fd
.emphasis
font-style: italic
.strong
font-weight: bold