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/tomorrow.styl

56 lines
1.0 KiB
Stylus
Raw Normal View History

2018-09-03 07:41:16 +00:00
.highlight
color: #4d4d4c
background: white
.code
/* Tomorrow Comment */
.comment,
.quote
color: #8e908c
/* Tomorrow Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.deletion
color: #c82829
/* Tomorrow Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.meta,
.link
color: #f5871f
/* Tomorrow Yellow */
.attribute
color: #eab700
/* Tomorrow Green */
.string,
.symbol,
.bullet,
.addition
color: #718c00
/* Tomorrow Blue */
.title,
.section
color: #4271ae
/* Tomorrow Purple */
.keyword,
.selector-tag
color: #8959a8
.emphasis
font-style: italic
.strong
font-weight: bold