hexo-theme-amane/source/css/_highlight/mono-blue.styl

48 lines
814 B
Stylus
Raw Normal View History

2016-02-02 16:19:44 +00:00
/*
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