]> git.rmz.io Git - dotfiles.git/blob - dwb/userstyles/gitweb.css
dwb: invert all colors in gitweb.css
[dotfiles.git] / dwb / userstyles / gitweb.css
1 body {
2 border: solid #26272e !important;
3 background-color: #000000 !important;
4 color: #ffffff !important;
5 }
6
7 a {
8 color: #ffff33 !important;
9 }
10
11 a:hover, a:visited, a:active {
12 color: #77ffff !important;
13 }
14
15 span.cntrl {
16 border-color: #555555 !important;
17 }
18
19 div.page_header {
20 background-color: #26272e !important;
21 }
22
23 div.page_header a:visited, a.header {
24 color: #ffff33 !important;
25 }
26
27 div.page_header a:hover {
28 color: #77ffff !important;
29 }
30
31 div.page_nav a:visited {
32 color: #ffff33 !important;
33 }
34
35 div.page_path {
36 border: solid #26272e !important;
37 }
38
39 div.page_footer {
40 background-color: #26272e !important;
41 }
42
43 div.page_footer_text {
44 color: #aaaaaa !important;
45 }
46
47 div#generating_info {
48 color: #afafaf !important;
49 }
50
51 div.title, a.title {
52 background-color: #121319 !important;
53 color: #ffffff !important;
54 }
55
56 a.title:hover {
57 background-color: #26272e !important;
58 }
59
60 div.title_text {
61 border: solid #26272e !important;
62 }
63
64 span.signoff {
65 color: #777777 !important;
66 }
67
68 div.list_head {
69 border: solid #26272e !important;
70 }
71
72 div.author_date {
73 border: solid #26272e !important;
74 }
75
76 a.list {
77 color: #ffffff !important;
78 }
79
80 a.list:hover {
81 color: #77ffff !important;
82 }
83
84 a.text {
85 color: #ffff33 !important;
86 }
87
88 a.text:visited {
89 color: #77ffff !important;
90 }
91
92 a.text:hover {
93 color: #77ffff !important;
94 }
95
96 table.combined.diff_tree td.nochange a {
97 color: #999900 !important;
98 }
99
100 table.combined.diff_tree td.nochange a:hover,
101 table.combined.diff_tree td.nochange a:visited {
102 color: #2f9999 !important;
103 }
104
105 /* do not change row style on hover for 'blame' view */
106 tr.light,
107 table.blame .light:hover {
108 background-color: #000000 !important;
109 }
110
111 tr.dark,
112 table.blame .dark:hover {
113 background-color: #09090f !important;
114 }
115
116 /* currently both use the same, but it can change */
117 tr.light:hover,
118 tr.dark:hover {
119 background-color: #121319 !important;
120 }
121
122 /* for 'blame_incremental', during processing */
123 tr.color1 { background-color: #090009 !important; }
124 tr.color2 { background-color: #090900 !important; }
125 tr.color3 { background-color: #000909 !important; }
126
127 td.category {
128 background-color: #26272e !important;
129 border-top: 1px solid #ffffff !important;
130 border-left: 1px solid #ffffff !important;
131 }
132
133 table.diff_tree span.file_status.new {
134 color: #ff7fff !important;
135 }
136
137 table.diff_tree span.file_status.deleted {
138 color: #3fffff !important;
139 }
140
141 table.diff_tree span.file_status.moved,
142 table.diff_tree span.file_status.mode_chnge {
143 color: #888888 !important;
144 }
145
146 table.diff_tree span.file_status.copied {
147 color: #8f5f8f !important;
148 }
149
150 /* noage: "No commits" */
151 table.project_list td.noage {
152 color: #7f7f7f !important;
153 }
154
155 /* age1: 60*60*2 <= age < 60*60*24*2 */
156 table.project_list td.age1 {
157 color: #ff66ff !important;
158 }
159
160 table.blame td.age1 {
161 color: #ff66ff !important;
162 }
163
164 /* age0: age < 60*60*2 */
165 table.project_list td.age0 {
166 color: #ff66ff !important;
167 }
168
169 table.blame td.age0 {
170 color: #ff66ff !important;
171 }
172
173 /* progress of blame_interactive */
174 div#progress_bar {
175 background-color: #27262f !important;
176 }
177
178 div.diff.header {
179 background-color: #121319 !important;
180 border: solid #26272e !important;
181 }
182
183 div.diff.extended_header,
184 div.diff.extended_header a.path,
185 div.diff.extended_header a.hash {
186 color: #888888 !important;
187 }
188
189 div.diff.extended_header .info {
190 color: #4f4f4f !important;
191 }
192
193 div.diff.extended_header {
194 background-color: #090a11 !important;
195 }
196
197 div.diff.to_file a.path,
198 div.diff.to_file {
199 color: #ff8fff !important;
200 }
201
202 div.diff.add {
203 color: #ff77ff !important;
204 }
205
206 div.diff.add span.marked {
207 background-color: #550055 !important;
208 }
209
210 div.diff.from_file a.path,
211 div.diff.from_file {
212 color: #55ffff !important;
213 }
214
215 div.diff.rem {
216 color: #33ffff !important;
217 }
218
219 div.diff.rem span.marked {
220 background-color: #005555 !important;
221 }
222
223 div.diff.chunk_header a,
224 div.diff.chunk_header {
225 color: #66ff66 !important;
226 }
227
228 div.diff.chunk_header {
229 border: dotted #001f00 !important;
230 }
231
232 div.diff.chunk_header span.chunk_info {
233 background-color: #001100 !important;
234 }
235
236 div.diff.chunk_header span.section {
237 color: #55dd55 !important;
238 }
239
240 div.diff.incomplete {
241 color: #333333 !important;
242 }
243
244 div.diff.nodifferences {
245 color: #9fffff !important;
246 }
247
248 div.chunk_block.rem div.old div.diff.rem {
249 background-color: #000a0a !important;
250 }
251 div.chunk_block.add div.new div.diff.add {
252 background-color: #070007 !important;
253 }
254 div.chunk_block.chg div div.diff {
255 background-color: #00000f !important;
256 }
257 div.chunk_block.ctx div div.diff.ctx {
258 color: #bfbfbf !important;
259 }
260
261 div.index_include {
262 border: solid #26272e !important;
263 }
264
265 a.linenr {
266 color: #666666 !important;
267 }
268
269 a.rss_logo {
270 border-color: #03385a #7d3302 #3e1a01 #ff954e !important;
271 color: #000000 !important;
272 background-color: #0099ff !important;
273 }
274
275 a.rss_logo:hover {
276 background-color: #11aaff !important;
277 }
278
279 a.rss_logo.generic {
280 background-color: #0077ff !important;
281 }
282
283 a.rss_logo.generic:hover {
284 background-color: #1188ff !important;
285 }
286
287 span.refs span {
288 background-color: #005500 !important;
289 border-color: #003300 #ff00ee #ff00ee #ffccff !important;
290 }
291
292 span.refs span.ref {
293 background-color: #555500 !important;
294 border-color: #333300 #0033cc #0033cc #ccccff !important;
295 }
296
297 span.refs span.tag {
298 background-color: #000055 !important;
299 border-color: #000033 #ffee00 #ffee00 #ffffcc !important;
300 }
301
302 span.refs span.head {
303 background-color: #550055 !important;
304 border-color: #330033 #00cc33 #00cc33 #ccffcc !important;
305 }
306
307 span.atnight {
308 color: #33ffff !important;
309 }
310
311 span.match {
312 color: #1fffff !important;
313 }
314
315 div.remote {
316 border: 1px solid #26272e !important;
317 }
318
319 /* JavaScript-based timezone manipulation */
320
321 .popup { /* timezone selection UI */
322 background-color: #0f0f0f !important;
323 color: #ffffff !important;
324 }
325
326 .close-button { /* close timezone selection UI without selecting */
327 background-color: #000f0f !important;
328 }
329
330
331 /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */
332
333 /* Highlighting theme definition: */
334
335 .num { color:#d6d700 !important; }
336 .esc { color:#00ff00 !important; }
337 .str { color:#00ffff !important; }
338 .dstr { color:#7e7eff !important; }
339 .slc { color:#7c7e7c !important; font-style:italic !important; }
340 .com { color:#7c7e7c !important; font-style:italic !important; }
341 .dir { color:#ff7dff !important; }
342 .sym { color:#ffffff !important; }
343 .line { color:#aaaaaa !important; }
344 .kwa { color:#ffffff !important; font-weight:bold !important; }
345 .kwb { color:#7cffff !important; }
346 .kwc { color:#ffffff !important; font-weight:bold !important; }
347 .kwd { color:#fefe7e !important; }