1/*
2
3Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
4
5*/
6.comment,
7.annotation,
8.template_comment,
9.diff .header,
10.chunk,
11.apache .cbracket {
12    color: rgb(0, 128, 0);
13}
14
15.keyword,
16.id,
17.title,
18.built_in,
19.aggregate,
20.smalltalk .class,
21.winutils,
22.bash .variable {
23    color: rgb(0, 0, 255);
24}
25
26.string,
27.title,
28.parent,
29.tag .attribute .value,
30.rules .value,
31.rules .value .number,
32.ruby .symbol,
33.instancevar,
34.aggregate,
35.template_tag,
36.django .variable,
37.addition,
38.flow,
39.stream,
40.apache .tag,
41.date {
42    color: rgb(163, 21, 21);
43}
44
45.ruby .string,
46.decorator,
47.filter .argument,
48.localvars,
49.array,
50.attr_selector,
51.pseudo,
52.pi,
53.doctype,
54.deletion,
55.envvar,
56.shebang,
57.preprocessor,
58.userType,
59.apache .sqbracket {
60    color: rgb(43, 145, 175);
61}
62
63.phpdoc,
64.javadoc,
65.xmlDocTag {
66    color: rgb(128, 128, 128);
67}
68
69