You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

430 lines
11KB

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