many small updates
[pharext/pharext.org] / public / highlight / styles / xcode.css
1 /*
2
3 XCode style (c) Angel Garcia <angelgarcia.mail@gmail.com>
4
5 */
6
7 .hljs {
8 display: block;
9 overflow-x: auto;
10 padding: 0.5em;
11 background: #fff;
12 color: black;
13 -webkit-text-size-adjust: none;
14 }
15
16 .hljs-comment,
17 .hljs-javadoc {
18 color: #006a00;
19 }
20
21 .hljs-keyword,
22 .hljs-literal,
23 .nginx .hljs-title {
24 color: #aa0d91;
25 }
26 .method,
27 .hljs-list .hljs-title,
28 .hljs-tag .hljs-title,
29 .setting .hljs-value,
30 .hljs-winutils,
31 .tex .hljs-command,
32 .http .hljs-title,
33 .hljs-request,
34 .hljs-status,
35 .hljs-name {
36 color: #008;
37 }
38
39 .hljs-envvar,
40 .tex .hljs-special {
41 color: #660;
42 }
43
44 .hljs-string {
45 color: #c41a16;
46 }
47 .hljs-tag .hljs-value,
48 .hljs-cdata,
49 .hljs-filter .hljs-argument,
50 .hljs-attr_selector,
51 .apache .hljs-cbracket,
52 .hljs-date,
53 .hljs-regexp {
54 color: #080;
55 }
56
57 .hljs-sub .hljs-identifier,
58 .hljs-pi,
59 .hljs-tag,
60 .hljs-tag .hljs-keyword,
61 .hljs-decorator,
62 .ini .hljs-title,
63 .hljs-shebang,
64 .hljs-prompt,
65 .hljs-hexcolor,
66 .hljs-rule .hljs-value,
67 .hljs-symbol,
68 .hljs-symbol .hljs-string,
69 .hljs-number,
70 .css .hljs-function,
71 .hljs-function .hljs-title,
72 .coffeescript .hljs-attribute {
73 color: #1c00cf;
74 }
75
76 .hljs-class .hljs-title,
77 .smalltalk .hljs-class,
78 .hljs-javadoctag,
79 .hljs-yardoctag,
80 .hljs-phpdoc,
81 .hljs-dartdoc,
82 .hljs-type,
83 .hljs-typename,
84 .hljs-tag .hljs-attribute,
85 .hljs-doctype,
86 .hljs-class .hljs-id,
87 .hljs-built_in,
88 .setting,
89 .hljs-params,
90 .clojure .hljs-attribute {
91 color: #5c2699;
92 }
93
94 .hljs-variable {
95 color: #3f6e74;
96 }
97 .css .hljs-tag,
98 .hljs-rule .hljs-property,
99 .hljs-pseudo,
100 .hljs-subst {
101 color: #000;
102 }
103
104 .css .hljs-class,
105 .css .hljs-id {
106 color: #9b703f;
107 }
108
109 .hljs-value .hljs-important {
110 color: #ff7700;
111 font-weight: bold;
112 }
113
114 .hljs-rule .hljs-keyword {
115 color: #c5af75;
116 }
117
118 .hljs-annotation,
119 .apache .hljs-sqbracket,
120 .nginx .hljs-built_in {
121 color: #9b859d;
122 }
123
124 .hljs-preprocessor,
125 .hljs-preprocessor *,
126 .hljs-pragma {
127 color: #643820;
128 }
129
130 .tex .hljs-formula {
131 background-color: #eee;
132 font-style: italic;
133 }
134
135 .diff .hljs-header,
136 .hljs-chunk {
137 color: #808080;
138 font-weight: bold;
139 }
140
141 .diff .hljs-change {
142 background-color: #bccff9;
143 }
144
145 .hljs-addition {
146 background-color: #baeeba;
147 }
148
149 .hljs-deletion {
150 background-color: #ffc8bd;
151 }
152
153 .hljs-comment .hljs-yardoctag {
154 font-weight: bold;
155 }
156
157 .method .hljs-id {
158 color: #000;
159 }