blob: 948d2eeafa86093530e59c0784ffb30f51d032a8 (
plain)
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
49
50
51
52
53
54
|
.ccomment {
font-style: italic;
color: #b22222
}
.cdefault {
font-style: normal;
color: #000000
}
.copenclose {
font-style: normal;
color: #000000
}
.coperator {
font-style: normal;
color: #000000
}
.cstring {
font-style: normal;
color: #a6557a
}
.ctype {
font-style: normal;
color: #55a655
}
.cpreprocessor {
font-style: normal;
color: #9965a6
}
.cid {
font-style: normal;
color: #000000
}
.ckeyword {
font-style: normal;
color: #ad3ff2
}
.cmodifier {
font-style: normal;
color: #ad3ff2
}
.cnumber {
font-style: normal;
color: #008b8b
}
|