wp-prismatic/lib/highlight/themes.php

357 lines
9.8 KiB
PHP
Raw Normal View History

<?php // Prismatic - Highlight Themes
if (!defined('ABSPATH')) exit;
$theme = array(
'a11y-dark' => array(
'value' => 'a11y-dark',
'label' => esc_html__('a11y dark', 'prismatic'),
),
'a11y-light' => array(
'value' => 'a11y-light',
'label' => esc_html__('a11y light', 'prismatic'),
),
'agate' => array(
'value' => 'agate',
'label' => esc_html__('Agate', 'prismatic'),
),
'an-old-hope' => array(
'value' => 'an-old-hope',
'label' => esc_html__('An Old Hope', 'prismatic'),
),
'androidstudio' => array(
'value' => 'androidstudio',
'label' => esc_html__('Androidstudio', 'prismatic'),
),
'arduino-light' => array(
'value' => 'arduino-light',
'label' => esc_html__('Arduino Light', 'prismatic'),
),
'arta' => array(
'value' => 'arta',
'label' => esc_html__('Arta', 'prismatic'),
),
'ascetic' => array(
'value' => 'ascetic',
'label' => esc_html__('Ascetic', 'prismatic'),
),
'atelier-cave-dark' => array(
'value' => 'atelier-cave-dark',
'label' => esc_html__('Atelier Cave Dark', 'prismatic'),
),
'atelier-cave-light' => array(
'value' => 'atelier-cave-light',
'label' => esc_html__('Atelier Cave Light', 'prismatic'),
),
'atelier-dune-dark' => array(
'value' => 'atelier-dune-dark',
'label' => esc_html__('Atelier Dune Dark', 'prismatic'),
),
'atelier-dune-light' => array(
'value' => 'atelier-dune-light',
'label' => esc_html__('Atelier Dune Light', 'prismatic'),
),
'atelier-estuary-dark' => array(
'value' => 'atelier-estuary-dark',
'label' => esc_html__('Atelier Estuary Dark', 'prismatic'),
),
'atelier-estuary-light' => array(
'value' => 'atelier-estuary-light',
'label' => esc_html__('Atelier Estuary Light', 'prismatic'),
),
'atelier-forest-dark' => array(
'value' => 'atelier-forest-dark',
'label' => esc_html__('Atelier Forest Dark', 'prismatic'),
),
'atelier-forest-light' => array(
'value' => 'atelier-forest-light',
'label' => esc_html__('Atelier Forest Light', 'prismatic'),
),
'atelier-heath-dark' => array(
'value' => 'atelier-heath-dark',
'label' => esc_html__('Atelier Heath Dark', 'prismatic'),
),
'atelier-heath-light' => array(
'value' => 'atelier-heath-light',
'label' => esc_html__('Atelier Heath Light', 'prismatic'),
),
'atelier-lakeside-dark' => array(
'value' => 'atelier-lakeside-dark',
'label' => esc_html__('Atelier Lakeside Dark', 'prismatic'),
),
'atelier-lakeside-light' => array(
'value' => 'atelier-lakeside-light',
'label' => esc_html__('Atelier Lakeside Light', 'prismatic'),
),
'atelier-plateau-dark' => array(
'value' => 'atelier-plateau-dark',
'label' => esc_html__('Atelier Plateau Dark', 'prismatic'),
),
'atelier-plateau-light' => array(
'value' => 'atelier-plateau-light',
'label' => esc_html__('Atelier Plateau Light', 'prismatic'),
),
'atelier-savanna-dark' => array(
'value' => 'atelier-savanna-dark',
'label' => esc_html__('Atelier Savanna Dark', 'prismatic'),
),
'atelier-savanna-light' => array(
'value' => 'atelier-savanna-light',
'label' => esc_html__('Atelier Savanna Light', 'prismatic'),
),
'atelier-seaside-dark' => array(
'value' => 'atelier-seaside-dark',
'label' => esc_html__('Atelier Seaside Dark', 'prismatic'),
),
'atelier-seaside-light' => array(
'value' => 'atelier-seaside-light',
'label' => esc_html__('Atelier Seaside Light', 'prismatic'),
),
'atelier-sulphurpool-dark' => array(
'value' => 'atelier-sulphurpool-dark',
'label' => esc_html__('Atelier Sulphurpool Dark', 'prismatic'),
),
'atelier-sulphurpool-light' => array(
'value' => 'atelier-sulphurpool-light',
'label' => esc_html__('Atelier Sulphurpool Light', 'prismatic'),
),
'atom-one-dark-reasonable' => array(
'value' => 'atom-one-dark-reasonable',
'label' => esc_html__('Atom One Dark Reasonable', 'prismatic'),
),
'atom-one-dark' => array(
'value' => 'atom-one-dark',
'label' => esc_html__('Atom One Dark', 'prismatic'),
),
'atom-one-light' => array(
'value' => 'atom-one-light',
'label' => esc_html__('Atom One Light', 'prismatic'),
),
'brown-paper' => array(
'value' => 'brown-paper',
'label' => esc_html__('Brown Paper', 'prismatic'),
),
'codepen-embed' => array(
'value' => 'codepen-embed',
'label' => esc_html__('Codepen Embed', 'prismatic'),
),
'color-brewer' => array(
'value' => 'color-brewer',
'label' => esc_html__('Color Brewer', 'prismatic'),
),
'darcula' => array(
'value' => 'darcula',
'label' => esc_html__('Darcula', 'prismatic'),
),
'dark' => array(
'value' => 'dark',
'label' => esc_html__('Dark', 'prismatic'),
),
'darkula' => array(
'value' => 'darkula',
'label' => esc_html__('Darkula', 'prismatic'),
),
'default' => array(
'value' => 'default',
'label' => esc_html__('Default', 'prismatic'),
),
'docco' => array(
'value' => 'docco',
'label' => esc_html__('Docco', 'prismatic'),
),
'dracula' => array(
'value' => 'dracula',
'label' => esc_html__('Dracula', 'prismatic'),
),
'far' => array(
'value' => 'far',
'label' => esc_html__('Far', 'prismatic'),
),
'foundation' => array(
'value' => 'foundation',
'label' => esc_html__('Foundation', 'prismatic'),
),
'github-gist' => array(
'value' => 'github-gist',
'label' => esc_html__('Github Gist', 'prismatic'),
),
'github' => array(
'value' => 'github',
'label' => esc_html__('Github', 'prismatic'),
),
'gml' => array(
'value' => 'gml',
'label' => esc_html__('GML', 'prismatic'),
),
'googlecode' => array(
'value' => 'googlecode',
'label' => esc_html__('Googlecode', 'prismatic'),
),
'grayscale' => array(
'value' => 'grayscale',
'label' => esc_html__('Grayscale', 'prismatic'),
),
'gruvbox-dark' => array(
'value' => 'gruvbox-dark',
'label' => esc_html__('Gruvbox Dark', 'prismatic'),
),
'gruvbox-light' => array(
'value' => 'gruvbox-light',
'label' => esc_html__('Gruvbox Light', 'prismatic'),
),
'hopscotch' => array(
'value' => 'hopscotch',
'label' => esc_html__('Hopscotch', 'prismatic'),
),
'hybrid' => array(
'value' => 'hybrid',
'label' => esc_html__('Hybrid', 'prismatic'),
),
'idea' => array(
'value' => 'idea',
'label' => esc_html__('Idea', 'prismatic'),
),
'ir-black' => array(
'value' => 'ir-black',
'label' => esc_html__('IR Black', 'prismatic'),
),
'isbl-editor-dark' => array(
'value' => 'isbl-editor-dark',
'label' => esc_html__('ISBL Editor Dark', 'prismatic'),
),
'isbl-editor-light' => array(
'value' => 'isbl-editor-light',
'label' => esc_html__('ISBL Editor Light', 'prismatic'),
),
'kimbie.dark' => array(
'value' => 'kimbie.dark',
'label' => esc_html__('Kimbie Dark', 'prismatic'),
),
'kimbie.light' => array(
'value' => 'kimbie.light',
'label' => esc_html__('Kimbie Light', 'prismatic'),
),
'lightfair' => array(
'value' => 'lightfair',
'label' => esc_html__('Lightfair', 'prismatic'),
),
'magula' => array(
'value' => 'magula',
'label' => esc_html__('Magula', 'prismatic'),
),
'mono-blue' => array(
'value' => 'mono-blue',
'label' => esc_html__('Mono Blue', 'prismatic'),
),
'monokai-sublime' => array(
'value' => 'monokai-sublime',
'label' => esc_html__('Monokai Sublime', 'prismatic'),
),
'monokai' => array(
'value' => 'monokai',
'label' => esc_html__('Monokai', 'prismatic'),
),
'nord' => array(
'value' => 'nord',
'label' => esc_html__('Nord', 'prismatic'),
),
'obsidian' => array(
'value' => 'obsidian',
'label' => esc_html__('Obsidian', 'prismatic'),
),
'ocean' => array(
'value' => 'ocean',
'label' => esc_html__('Ocean', 'prismatic'),
),
'paraiso-dark' => array(
'value' => 'paraiso-dark',
'label' => esc_html__('Paraiso Dark', 'prismatic'),
),
'paraiso-light' => array(
'value' => 'paraiso-light',
'label' => esc_html__('Paraiso Light', 'prismatic'),
),
'pojoaque' => array(
'value' => 'pojoaque',
'label' => esc_html__('Pojoaque', 'prismatic'),
),
'purebasic' => array(
'value' => 'purebasic',
'label' => esc_html__('Purebasic', 'prismatic'),
),
'qtcreator_dark' => array(
'value' => 'qtcreator_dark',
'label' => esc_html__('Qtcreator Dark', 'prismatic'),
),
'qtcreator_light' => array(
'value' => 'qtcreator_light',
'label' => esc_html__('Qtcreator Light', 'prismatic'),
),
'railscasts' => array(
'value' => 'railscasts',
'label' => esc_html__('Railscasts', 'prismatic'),
),
'rainbow' => array(
'value' => 'rainbow',
'label' => esc_html__('Rainbow', 'prismatic'),
),
'school-book' => array(
'value' => 'school-book',
'label' => esc_html__('School Book', 'prismatic'),
),
'shades-of-purple' => array(
'value' => 'shades-of-purple',
'label' => esc_html__('Shades of Purple', 'prismatic'),
),
'solarized-dark' => array(
'value' => 'solarized-dark',
'label' => esc_html__('Solarized Dark', 'prismatic'),
),
'solarized-light' => array(
'value' => 'solarized-light',
'label' => esc_html__('Solarized Light', 'prismatic'),
),
'sunburst' => array(
'value' => 'sunburst',
'label' => esc_html__('Sunburst', 'prismatic'),
),
'tomorrow-night-blue' => array(
'value' => 'tomorrow-night-blue',
'label' => esc_html__('Tomorrow Night Blue', 'prismatic'),
),
'tomorrow-night-bright' => array(
'value' => 'tomorrow-night-bright',
'label' => esc_html__('Tomorrow Night Bright', 'prismatic'),
),
'tomorrow-night-eighties' => array(
'value' => 'tomorrow-night-eighties',
'label' => esc_html__('Tomorrow Night Eighties', 'prismatic'),
),
'tomorrow-night' => array(
'value' => 'tomorrow-night',
'label' => esc_html__('Tomorrow Night', 'prismatic'),
),
'tomorrow' => array(
'value' => 'tomorrow',
'label' => esc_html__('Tomorrow', 'prismatic'),
),
'vs' => array(
'value' => 'vs',
'label' => esc_html__('Vs', 'prismatic'),
),
'xcode' => array(
'value' => 'xcode',
'label' => esc_html__('Xcode', 'prismatic'),
),
'xt256' => array(
'value' => 'xt256',
'label' => esc_html__('Xt256', 'prismatic'),
),
'zenburn' => array(
'value' => 'zenburn',
'label' => esc_html__('Zenburn', 'prismatic'),
),
);