kimbie-light.css
950 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
/**
* Kimbie (Light)
*
* @author Jan T. Sott
* @version 1.0.0
* @url http://github.com/idleberg/Kimbie-Rainbow
*/
pre {
background-color: #fbebd4;
word-wrap: break-word;
margin: 0px;
padding: 10px;
color: #221a0f;
font-size: 14px;
margin-bottom: 20px;
}
pre, code {
font-family: 'Monaco', courier, monospace;
}
pre .comment {
color: #d6baad;
}
pre .variable.global, pre .variable.class, pre .variable.instance {
color: #dc3958; /* red */
}
pre .constant.numeric, pre .constant.language, pre .constant.hex-color, pre .keyword.unit {
color: #f79a32; /* orange */
}
pre .constant, pre .entity, pre .entity.class, pre .support {
color: #f06431; /* yellow */
}
pre .constant.symbol, pre .string {
color: #889b4a; /* green */
}
pre .entity.function, pre .support.css-property, pre .selector {
color: #8ab1b0; /* blue */
}
pre .keyword, pre .storage {
color: #98676a; /* purple */
}