123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /*
- 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
- color: #a39e9b
- background: #2f1e2e
- .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
|