This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mystic/themes/hueman/source/css/_highlight/sunburst.styl
2018-09-03 17:41:16 +10:00

81 lines
1.3 KiB
Stylus

/*
Sunburst-like style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.highlight
color: #f8f8f8
background: #000
.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