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

60 lines
1.0 KiB
Stylus

/*
Monokai style - ported by Luigi Maselli - http://grigio.org
*/
.highlight
color: #ddd
background: #272822
.code
.tag,
.keyword,
.selector-tag,
.literal,
.strong,
.name
color: #f92672
.code
color: #66d9ef
.class .title
color: white
.attribute,
.symbol,
.regexp,
.link
color: #bf79db
.string,
.bullet,
.subst,
.title,
.section,
.emphasis,
.type,
.built_in,
.builtin-name,
.selector-attr,
.selector-pseudo,
.addition,
.variable,
.template-tag,
.template-variable
color: #a6e22e
.comment,
.quote,
.deletion,
.meta
color: #75715e
.keyword,
.selector-tag,
.literal,
.doctag,
.title,
.section,
.type,
.selector-id
font-weight: bold