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/paraiso-light.styl

61 lines
1.1 KiB
Stylus

/*
Paraíso (light)
Created by Jan T. Sott (http://github.com/idleberg)
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
*/
.highlight
color: #4f424c
background: #e7e9db
.code
/* Paraíso Comment */
.comment,
.quote
color: #776e71
/* Paraíso Red */
.variable,
.template-variable,
.tag,
.name,
.selector-id,
.selector-class,
.regexp,
.link,
.meta
color: #ef6155
/* Paraíso Orange */
.number,
.built_in,
.builtin-name,
.literal,
.type,
.params,
.deletion
color: #f99b15
/* Paraíso Yellow */
.title,
.section,
.attribute
color: #fec418
/* Paraíso Green */
.string,
.symbol,
.bullet,
.addition
color: #48b685
/* Paraíso Purple */
.keyword,
.selector-tag
color: #815ba4
.emphasis
font-style: italic
.strong
font-weight: bold