comparison console/lib/highlight/styles/arta.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 Date: 17.V.2011
3 Author: pumbur <pumbur@pumbur.net>
4 */
5
6 pre code
7 {
8 display: block; padding: 0.5em;
9 background: #222;
10 }
11
12 pre .profile .header *,
13 pre .ini .title,
14 pre .nginx .title
15 {
16 color: #fff;
17 }
18
19 pre .comment,
20 pre .javadoc,
21 pre .preprocessor,
22 pre .preprocessor .title,
23 pre .shebang,
24 pre .profile .summary,
25 pre .diff,
26 pre .pi,
27 pre .doctype,
28 pre .tag,
29 pre .template_comment,
30 pre .css .rules,
31 pre .tex .special
32 {
33 color: #444;
34 }
35
36 pre .string,
37 pre .symbol,
38 pre .diff .change,
39 pre .regexp,
40 pre .xml .attribute,
41 pre .smalltalk .char,
42 pre .xml .value,
43 pre .ini .value
44 {
45 color: #ffcc33;
46 }
47
48 pre .number,
49 pre .addition
50 {
51 color: #00cc66;
52 }
53
54 pre .built_in,
55 pre .literal,
56 pre .vhdl .typename,
57 pre .go .constant,
58 pre .go .typename,
59 pre .ini .keyword,
60 pre .lua .title,
61 pre .perl .variable,
62 pre .php .variable,
63 pre .mel .variable,
64 pre .django .variable,
65 pre .css .funtion,
66 pre .smalltalk .method,
67 pre .hexcolor,
68 pre .important,
69 pre .flow,
70 pre .inheritance,
71 pre .parser3 .variable
72 {
73 color: #32AAEE;
74 }
75
76 pre .keyword,
77 pre .tag .title,
78 pre .css .tag,
79 pre .css .class,
80 pre .css .id,
81 pre .css .pseudo,
82 pre .css .attr_selector,
83 pre .lisp .title,
84 pre .winutils,
85 pre .tex .command,
86 pre .request,
87 pre .status
88 {
89 color: #6644aa;
90 }
91
92 pre .title,
93 pre .ruby .constant,
94 pre .vala .constant,
95 pre .parent,
96 pre .deletion,
97 pre .template_tag,
98 pre .css .keyword,
99 pre .objectivec .class .id,
100 pre .smalltalk .class,
101 pre .lisp .keyword,
102 pre .apache .tag,
103 pre .nginx .variable,
104 pre .envvar,
105 pre .bash .variable,
106 pre .go .built_in,
107 pre .vbscript .built_in,
108 pre .lua .built_in,
109 pre .rsl .built_in,
110 pre .tail,
111 pre .avrasm .label,
112 pre .tex .formula,
113 pre .tex .formula *
114 {
115 color: #bb1166;
116 }
117
118 pre .yardoctag,
119 pre .phpdoc,
120 pre .profile .header,
121 pre .ini .title,
122 pre .apache .tag,
123 pre .parser3 .title
124 {
125 font-weight: bold;
126 }
127
128 pre .coffeescript .javascript,
129 pre .xml .javascript,
130 pre .xml .css,
131 pre .xml .cdata
132 {
133 opacity: 0.6;
134 }
135
136 pre code,
137 pre .javascript,
138 pre .css,
139 pre .xml,
140 pre .subst,
141 pre .diff .chunk,
142 pre .css .value,
143 pre .css .attribute,
144 pre .lisp .string,
145 pre .lisp .number,
146 pre .tail .params,
147 pre .container,
148 pre .haskell *,
149 pre .erlang *,
150 pre .erlang_repl *
151 {
152 color: #aaa;
153 }