Attribute changed highlight
[roojs1] / highlight / styles / paraiso-light.css
1 /*
2     Paraíso (light)
3     Created by Jan T. Sott (http://github.com/idleberg)
4     Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
5 */
6
7 /* Paraíso Comment */
8 .hljs-comment,
9 .hljs-quote {
10   color: #776e71;
11 }
12
13 /* Paraíso Red */
14 .hljs-variable,
15 .hljs-template-variable,
16 .hljs-tag,
17 .hljs-name,
18 .hljs-selector-id,
19 .hljs-selector-class,
20 .hljs-regexp,
21 .hljs-link,
22 .hljs-meta {
23   color: #ef6155;
24 }
25
26 /* Paraíso Orange */
27 .hljs-number,
28 .hljs-built_in,
29 .hljs-builtin-name,
30 .hljs-literal,
31 .hljs-type,
32 .hljs-params,
33 .hljs-deletion {
34   color: #f99b15;
35 }
36
37 /* Paraíso Yellow */
38 .hljs-title,
39 .hljs-section,
40 .hljs-attribute {
41   color: #fec418;
42 }
43
44 /* Paraíso Green */
45 .hljs-string,
46 .hljs-symbol,
47 .hljs-bullet,
48 .hljs-addition {
49   color: #48b685;
50 }
51
52 /* Paraíso Purple */
53 .hljs-keyword,
54 .hljs-selector-tag {
55   color: #815ba4;
56 }
57
58 .hljs {
59   display: block;
60   overflow-x: auto;
61   background: #e7e9db;
62   color: #4f424c;
63   padding: 0.5em;
64 }
65
66 .hljs-emphasis {
67   font-style: italic;
68 }
69
70 .hljs-strong {
71   font-weight: bold;
72 }