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/sunburst.styl

69 lines
1.0 KiB
Stylus

/*
Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
background: #000
color: #f8f8f8
.code
.comment, .quote
color: #aeaeae
font-style: italic
.keyword, .selector-tag, .type
color: #e28964
.string
color: #65b042
.subst
color: #daefa3
.regexp, .link
color: #e9c062
.title, .section, .tag, .name
color: #89bdff
.class .title, .doctag
text-decoration: underline
.symbol, .bullet, .number
color: #3387cc
.params, .variable, .template-variable
color: #3e87e3
.attribute
color: #cda869
.meta
color: #8996a8
.formula
background-color: #0e2231
color: #f8f8f8
font-style: italic
.addition
background-color: #253b22
color: #f8f8f8
.deletion
background-color: #420e09
color: #f8f8f8
.selector-class
color: #9b703f
.selector-id
color: #8b98ab
.emphasis
font-style: italic
.strong
font-weight: bold