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

56 lines
1.0 KiB
Stylus

.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