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

48 lines
814 B
Stylus
Raw Permalink Normal View History

2018-09-03 07:41:16 +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