PluginProbe
Prismatic / 3.1
Prismatic v3.1
trunk 1.3 1.4 1.5 1.6 1.6.1 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.9.1 3.0 3.1 3.1.1 3.2 3.2.1 All 40 releases
prismatic / lib / highlight / themes.php

themes.php in Prismatic 3.1, at lib/highlight/themes.php

426 lines 11.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php // Prismatic - Highlight Themes
2
3 if (!defined('ABSPATH')) exit;
4
5 $theme = array(
6
7 'a11y-dark' => array(
8 'value' => 'a11y-dark',
9 'label' => esc_html__('a11y dark', 'prismatic'),
10 ),
11 'a11y-light' => array(
12 'value' => 'a11y-light',
13 'label' => esc_html__('a11y light', 'prismatic'),
14 ),
15 'agate' => array(
16 'value' => 'agate',
17 'label' => esc_html__('Agate', 'prismatic'),
18 ),
19 'an-old-hope' => array(
20 'value' => 'an-old-hope',
21 'label' => esc_html__('An Old Hope', 'prismatic'),
22 ),
23 'androidstudio' => array(
24 'value' => 'androidstudio',
25 'label' => esc_html__('Androidstudio', 'prismatic'),
26 ),
27 'arduino-light' => array(
28 'value' => 'arduino-light',
29 'label' => esc_html__('Arduino Light', 'prismatic'),
30 ),
31 'arta' => array(
32 'value' => 'arta',
33 'label' => esc_html__('Arta', 'prismatic'),
34 ),
35 'ascetic' => array(
36 'value' => 'ascetic',
37 'label' => esc_html__('Ascetic', 'prismatic'),
38 ),
39 'atelier-cave-dark' => array(
40 'value' => 'atelier-cave-dark',
41 'label' => esc_html__('Atelier Cave Dark', 'prismatic'),
42 ),
43 'atelier-cave-light' => array(
44 'value' => 'atelier-cave-light',
45 'label' => esc_html__('Atelier Cave Light', 'prismatic'),
46 ),
47
48 // 10
49
50 'atelier-dune-dark' => array(
51 'value' => 'atelier-dune-dark',
52 'label' => esc_html__('Atelier Dune Dark', 'prismatic'),
53 ),
54 'atelier-dune-light' => array(
55 'value' => 'atelier-dune-light',
56 'label' => esc_html__('Atelier Dune Light', 'prismatic'),
57 ),
58 'atelier-estuary-dark' => array(
59 'value' => 'atelier-estuary-dark',
60 'label' => esc_html__('Atelier Estuary Dark', 'prismatic'),
61 ),
62 'atelier-estuary-light' => array(
63 'value' => 'atelier-estuary-light',
64 'label' => esc_html__('Atelier Estuary Light', 'prismatic'),
65 ),
66 'atelier-forest-dark' => array(
67 'value' => 'atelier-forest-dark',
68 'label' => esc_html__('Atelier Forest Dark', 'prismatic'),
69 ),
70 'atelier-forest-light' => array(
71 'value' => 'atelier-forest-light',
72 'label' => esc_html__('Atelier Forest Light', 'prismatic'),
73 ),
74 'atelier-heath-dark' => array(
75 'value' => 'atelier-heath-dark',
76 'label' => esc_html__('Atelier Heath Dark', 'prismatic'),
77 ),
78 'atelier-heath-light' => array(
79 'value' => 'atelier-heath-light',
80 'label' => esc_html__('Atelier Heath Light', 'prismatic'),
81 ),
82 'atelier-lakeside-dark' => array(
83 'value' => 'atelier-lakeside-dark',
84 'label' => esc_html__('Atelier Lakeside Dark', 'prismatic'),
85 ),
86 'atelier-lakeside-light' => array(
87 'value' => 'atelier-lakeside-light',
88 'label' => esc_html__('Atelier Lakeside Light', 'prismatic'),
89 ),
90
91 // 20
92
93 'atelier-plateau-dark' => array(
94 'value' => 'atelier-plateau-dark',
95 'label' => esc_html__('Atelier Plateau Dark', 'prismatic'),
96 ),
97 'atelier-plateau-light' => array(
98 'value' => 'atelier-plateau-light',
99 'label' => esc_html__('Atelier Plateau Light', 'prismatic'),
100 ),
101 'atelier-savanna-dark' => array(
102 'value' => 'atelier-savanna-dark',
103 'label' => esc_html__('Atelier Savanna Dark', 'prismatic'),
104 ),
105 'atelier-savanna-light' => array(
106 'value' => 'atelier-savanna-light',
107 'label' => esc_html__('Atelier Savanna Light', 'prismatic'),
108 ),
109 'atelier-seaside-dark' => array(
110 'value' => 'atelier-seaside-dark',
111 'label' => esc_html__('Atelier Seaside Dark', 'prismatic'),
112 ),
113 'atelier-seaside-light' => array(
114 'value' => 'atelier-seaside-light',
115 'label' => esc_html__('Atelier Seaside Light', 'prismatic'),
116 ),
117 'atelier-sulphurpool-dark' => array(
118 'value' => 'atelier-sulphurpool-dark',
119 'label' => esc_html__('Atelier Sulphurpool Dark', 'prismatic'),
120 ),
121 'atelier-sulphurpool-light' => array(
122 'value' => 'atelier-sulphurpool-light',
123 'label' => esc_html__('Atelier Sulphurpool Light', 'prismatic'),
124 ),
125 'atom-one-dark-reasonable' => array(
126 'value' => 'atom-one-dark-reasonable',
127 'label' => esc_html__('Atom One Dark Reasonable', 'prismatic'),
128 ),
129 'atom-one-dark' => array(
130 'value' => 'atom-one-dark',
131 'label' => esc_html__('Atom One Dark', 'prismatic'),
132 ),
133
134 // 30
135
136 'atom-one-light' => array(
137 'value' => 'atom-one-light',
138 'label' => esc_html__('Atom One Light', 'prismatic'),
139 ),
140 'brown-paper' => array(
141 'value' => 'brown-paper',
142 'label' => esc_html__('Brown Paper', 'prismatic'),
143 ),
144 'brown-papersq' => array(
145 'value' => 'brown-papersq',
146 'label' => esc_html__('Brown Paper SQ', 'prismatic'),
147 ),
148 'codepen-embed' => array(
149 'value' => 'codepen-embed',
150 'label' => esc_html__('Codepen Embed', 'prismatic'),
151 ),
152 'color-brewer' => array(
153 'value' => 'color-brewer',
154 'label' => esc_html__('Color Brewer', 'prismatic'),
155 ),
156 'darcula' => array(
157 'value' => 'darcula',
158 'label' => esc_html__('Darcula', 'prismatic'),
159 ),
160 'dark' => array(
161 'value' => 'dark',
162 'label' => esc_html__('Dark', 'prismatic'),
163 ),
164 'default' => array(
165 'value' => 'default',
166 'label' => esc_html__('Default', 'prismatic'),
167 ),
168 'docco' => array(
169 'value' => 'docco',
170 'label' => esc_html__('Docco', 'prismatic'),
171 ),
172 'dracula' => array(
173 'value' => 'dracula',
174 'label' => esc_html__('Dracula', 'prismatic'),
175 ),
176
177 // 40
178
179 'far' => array(
180 'value' => 'far',
181 'label' => esc_html__('Far', 'prismatic'),
182 ),
183 'foundation' => array(
184 'value' => 'foundation',
185 'label' => esc_html__('Foundation', 'prismatic'),
186 ),
187 'github' => array(
188 'value' => 'github',
189 'label' => esc_html__('Github', 'prismatic'),
190 ),
191 'gml' => array(
192 'value' => 'gml',
193 'label' => esc_html__('GML', 'prismatic'),
194 ),
195 'googlecode' => array(
196 'value' => 'googlecode',
197 'label' => esc_html__('Googlecode', 'prismatic'),
198 ),
199 'gradient-dark' => array(
200 'value' => 'gradient-dark',
201 'label' => esc_html__('Gradient Dark', 'prismatic'),
202 ),
203 'gradient-light' => array(
204 'value' => 'gradient-light',
205 'label' => esc_html__('Gradient Light', 'prismatic'),
206 ),
207 'grayscale' => array(
208 'value' => 'grayscale',
209 'label' => esc_html__('Grayscale', 'prismatic'),
210 ),
211 'gruvbox-dark' => array(
212 'value' => 'gruvbox-dark',
213 'label' => esc_html__('Gruvbox Dark', 'prismatic'),
214 ),
215 'gruvbox-light' => array(
216 'value' => 'gruvbox-light',
217 'label' => esc_html__('Gruvbox Light', 'prismatic'),
218 ),
219
220 // 50
221
222 'hopscotch' => array(
223 'value' => 'hopscotch',
224 'label' => esc_html__('Hopscotch', 'prismatic'),
225 ),
226 'hybrid' => array(
227 'value' => 'hybrid',
228 'label' => esc_html__('Hybrid', 'prismatic'),
229 ),
230 'idea' => array(
231 'value' => 'idea',
232 'label' => esc_html__('Idea', 'prismatic'),
233 ),
234 'ir-black' => array(
235 'value' => 'ir-black',
236 'label' => esc_html__('IR Black', 'prismatic'),
237 ),
238 'isbl-editor-dark' => array(
239 'value' => 'isbl-editor-dark',
240 'label' => esc_html__('ISBL Editor Dark', 'prismatic'),
241 ),
242 'isbl-editor-light' => array(
243 'value' => 'isbl-editor-light',
244 'label' => esc_html__('ISBL Editor Light', 'prismatic'),
245 ),
246 'kimbie-dark' => array(
247 'value' => 'kimbie-dark',
248 'label' => esc_html__('Kimbie Dark', 'prismatic'),
249 ),
250 'kimbie-light' => array(
251 'value' => 'kimbie-light',
252 'label' => esc_html__('Kimbie Light', 'prismatic'),
253 ),
254 'lightfair' => array(
255 'value' => 'lightfair',
256 'label' => esc_html__('Lightfair', 'prismatic'),
257 ),
258 'lioshi' => array(
259 'value' => 'lioshi',
260 'label' => esc_html__('Lioshi', 'prismatic'),
261 ),
262
263 // 60
264
265 'magula' => array(
266 'value' => 'magula',
267 'label' => esc_html__('Magula', 'prismatic'),
268 ),
269 'mono-blue' => array(
270 'value' => 'mono-blue',
271 'label' => esc_html__('Mono Blue', 'prismatic'),
272 ),
273 'monokai-sublime' => array(
274 'value' => 'monokai-sublime',
275 'label' => esc_html__('Monokai Sublime', 'prismatic'),
276 ),
277 'monokai' => array(
278 'value' => 'monokai',
279 'label' => esc_html__('Monokai', 'prismatic'),
280 ),
281 'night-owl' => array(
282 'value' => 'night-owl',
283 'label' => esc_html__('Night Owl', 'prismatic'),
284 ),
285 'nnfx-dark' => array(
286 'value' => 'nnfx-dark',
287 'label' => esc_html__('NNFX Dark', 'prismatic'),
288 ),
289 'nnfx' => array(
290 'value' => 'nnfx',
291 'label' => esc_html__('NNFX', 'prismatic'),
292 ),
293 'nord' => array(
294 'value' => 'nord',
295 'label' => esc_html__('Nord', 'prismatic'),
296 ),
297 'obsidian' => array(
298 'value' => 'obsidian',
299 'label' => esc_html__('Obsidian', 'prismatic'),
300 ),
301 'ocean' => array(
302 'value' => 'ocean',
303 'label' => esc_html__('Ocean', 'prismatic'),
304 ),
305
306 // 70
307
308 'paraiso-dark' => array(
309 'value' => 'paraiso-dark',
310 'label' => esc_html__('Paraiso Dark', 'prismatic'),
311 ),
312 'paraiso-light' => array(
313 'value' => 'paraiso-light',
314 'label' => esc_html__('Paraiso Light', 'prismatic'),
315 ),
316 'pojoaque' => array(
317 'value' => 'pojoaque',
318 'label' => esc_html__('Pojoaque', 'prismatic'),
319 ),
320 'purebasic' => array(
321 'value' => 'purebasic',
322 'label' => esc_html__('Purebasic', 'prismatic'),
323 ),
324 'qtcreator-dark' => array(
325 'value' => 'qtcreator-dark',
326 'label' => esc_html__('Qtcreator Dark', 'prismatic'),
327 ),
328 'qtcreator-light' => array(
329 'value' => 'qtcreator-light',
330 'label' => esc_html__('Qtcreator Light', 'prismatic'),
331 ),
332 'railscasts' => array(
333 'value' => 'railscasts',
334 'label' => esc_html__('Railscasts', 'prismatic'),
335 ),
336 'rainbow' => array(
337 'value' => 'rainbow',
338 'label' => esc_html__('Rainbow', 'prismatic'),
339 ),
340 'routeros' => array(
341 'value' => 'routeros',
342 'label' => esc_html__('Routeros', 'prismatic'),
343 ),
344 'school-book' => array(
345 'value' => 'school-book',
346 'label' => esc_html__('School Book', 'prismatic'),
347 ),
348
349 // 80
350
351 'shades-of-purple' => array(
352 'value' => 'shades-of-purple',
353 'label' => esc_html__('Shades of Purple', 'prismatic'),
354 ),
355 'solarized-dark' => array(
356 'value' => 'solarized-dark',
357 'label' => esc_html__('Solarized Dark', 'prismatic'),
358 ),
359 'solarized-light' => array(
360 'value' => 'solarized-light',
361 'label' => esc_html__('Solarized Light', 'prismatic'),
362 ),
363 'srcery' => array(
364 'value' => 'srcery',
365 'label' => esc_html__('Srcery', 'prismatic'),
366 ),
367 'stackoverflow-dark' => array(
368 'value' => 'stackoverflow-dark',
369 'label' => esc_html__('Stackoverflow Dark', 'prismatic'),
370 ),
371 'stackoverflow-light' => array(
372 'value' => 'stackoverflow-light',
373 'label' => esc_html__('Stackoverflow Light', 'prismatic'),
374 ),
375 'sunburst' => array(
376 'value' => 'sunburst',
377 'label' => esc_html__('Sunburst', 'prismatic'),
378 ),
379 'tomorrow-night-blue' => array(
380 'value' => 'tomorrow-night-blue',
381 'label' => esc_html__('Tomorrow Night Blue', 'prismatic'),
382 ),
383 'tomorrow-night-bright' => array(
384 'value' => 'tomorrow-night-bright',
385 'label' => esc_html__('Tomorrow Night Bright', 'prismatic'),
386 ),
387 'tomorrow-night-eighties' => array(
388 'value' => 'tomorrow-night-eighties',
389 'label' => esc_html__('Tomorrow Night Eighties', 'prismatic'),
390 ),
391
392 // 90
393
394 'tomorrow-night' => array(
395 'value' => 'tomorrow-night',
396 'label' => esc_html__('Tomorrow Night', 'prismatic'),
397 ),
398 'tomorrow' => array(
399 'value' => 'tomorrow',
400 'label' => esc_html__('Tomorrow', 'prismatic'),
401 ),
402 'vs' => array(
403 'value' => 'vs',
404 'label' => esc_html__('Vs', 'prismatic'),
405 ),
406 'vs2015' => array(
407 'value' => 'vs2015',
408 'label' => esc_html__('Vs 2015', 'prismatic'),
409 ),
410 'xcode' => array(
411 'value' => 'xcode',
412 'label' => esc_html__('Xcode', 'prismatic'),
413 ),
414 'xt256' => array(
415 'value' => 'xt256',
416 'label' => esc_html__('Xt256', 'prismatic'),
417 ),
418 'zenburn' => array(
419 'value' => 'zenburn',
420 'label' => esc_html__('Zenburn', 'prismatic'),
421 ),
422
423 // 97
424
425 );
426