many small updates
[pharext/pharext.org] / public / highlight / styles / darkula.css
1 /*
2
3 Darkula color scheme from the JetBrains family of IDEs
4
5 */
6
7
8 .hljs {
9 display: block;
10 overflow-x: auto;
11 padding: 0.5em;
12 background: #2b2b2b;
13 -webkit-text-size-adjust: none;
14 }
15
16 .hljs,
17 .hljs-tag,
18 .hljs-title,
19 .css .hljs-rule,
20 .css .hljs-value,
21 .aspectj .hljs-function,
22 .css .hljs-function .hljs-preprocessor,
23 .hljs-pragma {
24 color: #bababa;
25 }
26
27 .hljs-strongemphasis,
28 .hljs-strong,
29 .hljs-emphasis {
30 color: #a8a8a2;
31 }
32
33 .hljs-bullet,
34 .hljs-blockquote,
35 .hljs-horizontal_rule,
36 .hljs-number,
37 .hljs-regexp,
38 .alias .hljs-keyword,
39 .hljs-literal,
40 .hljs-hexcolor {
41 color: #6896ba;
42 }
43
44 .hljs-tag .hljs-value,
45 .hljs-code,
46 .css .hljs-class,
47 .hljs-class .hljs-title:last-child {
48 color: #a6e22e;
49 }
50
51 .hljs-link_url {
52 font-size: 80%;
53 }
54
55 .hljs-emphasis,
56 .hljs-strongemphasis,
57 .hljs-class .hljs-title:last-child,
58 .hljs-typename {
59 font-style: italic;
60 }
61
62 .hljs-keyword,
63 .ruby .hljs-class .hljs-keyword:first-child,
64 .ruby .hljs-function .hljs-keyword,
65 .hljs-function,
66 .hljs-change,
67 .hljs-winutils,
68 .hljs-flow,
69 .nginx .hljs-title,
70 .tex .hljs-special,
71 .hljs-header,
72 .hljs-attribute,
73 .hljs-symbol,
74 .hljs-symbol .hljs-string,
75 .hljs-tag .hljs-title,
76 .hljs-value,
77 .alias .hljs-keyword:first-child,
78 .css .hljs-tag,
79 .css .unit,
80 .css .hljs-important {
81 color: #cb7832;
82 }
83
84 .hljs-function .hljs-keyword,
85 .hljs-class .hljs-keyword:first-child,
86 .hljs-aspect .hljs-keyword:first-child,
87 .hljs-constant,
88 .hljs-typename,
89 .css .hljs-attribute {
90 color: #cb7832;
91 }
92
93 .hljs-variable,
94 .hljs-params,
95 .hljs-class .hljs-title,
96 .hljs-aspect .hljs-title {
97 color: #b9b9b9;
98 }
99
100 .hljs-string,
101 .css .hljs-id,
102 .hljs-subst,
103 .hljs-type,
104 .ruby .hljs-class .hljs-parent,
105 .hljs-built_in,
106 .django .hljs-template_tag,
107 .django .hljs-variable,
108 .smalltalk .hljs-class,
109 .django .hljs-filter .hljs-argument,
110 .smalltalk .hljs-localvars,
111 .smalltalk .hljs-array,
112 .hljs-attr_selector,
113 .hljs-pseudo,
114 .hljs-addition,
115 .hljs-stream,
116 .hljs-envvar,
117 .apache .hljs-tag,
118 .apache .hljs-cbracket,
119 .tex .hljs-command,
120 .hljs-prompt,
121 .hljs-link_label,
122 .hljs-link_url,
123 .hljs-name {
124 color: #e0c46c;
125 }
126
127 .hljs-comment,
128 .hljs-javadoc,
129 .hljs-annotation,
130 .hljs-pi,
131 .hljs-doctype,
132 .hljs-deletion,
133 .hljs-shebang,
134 .apache .hljs-sqbracket,
135 .tex .hljs-formula {
136 color: #7f7f7f;
137 }
138
139 .hljs-decorator {
140 color: #bab429;
141 }
142
143 .coffeescript .javascript,
144 .javascript .xml,
145 .tex .hljs-formula,
146 .xml .javascript,
147 .xml .vbscript,
148 .xml .css,
149 .xml .hljs-cdata,
150 .xml .php,
151 .php .xml {
152 opacity: 0.5;
153 }