comparison console/lib/highlight/styles/xcode.css @ 108:5cb4733c5189

many api changes
author Sonny Piers <sonny@fastmail.net>
date Fri, 13 Jul 2012 15:26:18 +0200
parents
children
comparison
equal deleted inserted replaced
107:704ce44c1a22 108:5cb4733c5189
1 /*
2
3 XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
4
5 */
6
7 pre code {
8 display: block; padding: 0.5em;
9 background: #fff; color: black;
10 }
11
12 pre .comment,
13 pre .template_comment,
14 pre .javadoc,
15 pre .comment * {
16 color: rgb(0,106,0);
17 }
18
19 pre .keyword,
20 pre .literal,
21 pre .nginx .title {
22 color: rgb(170,13,145);
23 }
24 pre .method,
25 pre .list .title,
26 pre .tag .title,
27 pre .setting .value,
28 pre .winutils,
29 pre .tex .command,
30 pre .http .title,
31 pre .request,
32 pre .status {
33 color: #008;
34 }
35
36 pre .envvar,
37 pre .tex .special {
38 color: #660;
39 }
40
41 pre .string {
42 color: rgb(196,26,22);
43 }
44 pre .tag .value,
45 pre .cdata,
46 pre .filter .argument,
47 pre .attr_selector,
48 pre .apache .cbracket,
49 pre .date,
50 pre .regexp {
51 color: #080;
52 }
53
54 pre .sub .identifier,
55 pre .pi,
56 pre .tag,
57 pre .tag .keyword,
58 pre .decorator,
59 pre .ini .title,
60 pre .shebang,
61 pre .input_number,
62 pre .hexcolor,
63 pre .rules .value,
64 pre .css .value .number,
65 pre .symbol,
66 pre .ruby .symbol .string,
67 pre .ruby .symbol .keyword,
68 pre .ruby .symbol .keymethods,
69 pre .number,
70 pre .css .function {
71 color: rgb(28,0,207);
72 }
73
74 pre .class .title,
75 pre .haskell .type,
76 pre .smalltalk .class,
77 pre .javadoctag,
78 pre .yardoctag,
79 pre .phpdoc,
80 pre .typename,
81 pre .tag .attribute,
82 pre .doctype,
83 pre .class .id,
84 pre .built_in,
85 pre .setting,
86 pre .params {
87 color: rgb(92,38,153);
88 }
89
90 pre .variable {
91 color: rgb(63,110,116);
92 }
93 pre .css .tag,
94 pre .rules .property,
95 pre .pseudo,
96 pre .subst {
97 color: #000;
98 }
99
100 pre .css .class, pre .css .id {
101 color: #9B703F;
102 }
103
104 pre .value .important {
105 color: #ff7700;
106 font-weight: bold;
107 }
108
109 pre .rules .keyword {
110 color: #C5AF75;
111 }
112
113 pre .annotation,
114 pre .apache .sqbracket,
115 pre .nginx .built_in {
116 color: #9B859D;
117 }
118
119 pre .preprocessor,
120 pre .preprocessor * {
121 color: rgb(100,56,32);
122 }
123
124 pre .tex .formula {
125 background-color: #EEE;
126 font-style: italic;
127 }
128
129 pre .diff .header,
130 pre .chunk {
131 color: #808080;
132 font-weight: bold;
133 }
134
135 pre .diff .change {
136 background-color: #BCCFF9;
137 }
138
139 pre .addition {
140 background-color: #BAEEBA;
141 }
142
143 pre .deletion {
144 background-color: #FFC8BD;
145 }
146
147 pre .comment .yardoctag {
148 font-weight: bold;
149 }
150
151 pre .method .id {
152 color: #000;
153 }