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/highlightjs.styl
2018-09-03 17:41:16 +10:00

64 lines
1.0 KiB
Stylus

/*
Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
*/
.highlight
color: #444
background: #F0F0F0
.code
.subst
color: #444
.keyword,
.attribute,
.selector-tag,
.meta-keyword,
.doctag,
.name
font-weight: bold
.built_in,
.literal,
.bullet,
.code,
.addition
color: #1F811F
.regexp,
.symbol,
.variable,
.template-variable,
.link,
.selector-attr,
.selector-pseudo
color: #BC6060
.type,
.string,
.number,
.selector-id,
.selector-class,
.quote,
.template-tag,
.deletion
color: #880000
.title,
.section
color: #880000
font-weight: bold
.comment
color: #888888
.meta
color: #2B6EA1
.emphasis
font-style: italic
.strong
font-weight: bold