paraiso-light.css
953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/**
* Paraíso (Light)
*
* @author Jan T. Sott
* @version 1.0.0
* @url http://github.com/idleberg/Paraiso-Rainbow
*/
pre {
background-color: #e7e9db;
word-wrap: break-word;
margin: 0px;
padding: 10px;
color: #2f1e2e;
font-size: 14px;
margin-bottom: 20px;
}
pre, code {
font-family: 'Monaco', courier, monospace;
}
pre .comment {
color: #8d8687;
}
pre .variable.global, pre .variable.class, pre .variable.instance {
color: #ef6155; /* red */
}
pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
color: #f99b15; /* orange */
}
pre .constant, pre .entity, pre .entity.class, pre .support {
color: #fec418; /* yellow */
}
pre .constant.symbol, pre .string {
color: #48b685; /* green */
}
pre .entity.function, pre .support.css-property, pre .selector {
color: #06b6ef; /* blue */
}
pre .keyword, pre .storage {
color: #815ba4; /* purple */
}