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

40 lines
864 B
Stylus

/*
Paraíso (dark)
Created by Jan T. Sott (http://github.com/idleberg)
Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
*/
.highlight
background: #2f1e2e
color: #a39e9b
.code
/* Paraíso Comment */
.comment, .quote
color: #8d8687
/* 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