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/mono-blue.styl

48 lines
814 B
Stylus

/*
Five-color theme from a single blue hue.
*/
.highlight
color: #00193a
background: #eaeef3
.code
.keyword,
.selector-tag,
.title,
.section,
.doctag,
.name,
.strong
font-weight: bold
.comment
color: #738191
.string,
.title,
.section,
.built_in,
.literal,
.type,
.addition,
.tag,
.quote,
.name,
.selector-id,
.selector-class
color: #0048ab
.meta,
.subst,
.symbol,
.regexp,
.attribute,
.deletion,
.variable,
.template-variable,
.link,
.bullet
color: #4c81c9
.emphasis
font-style: italic