diff options
Diffstat (limited to 'src/codemirror-themes.php')
-rw-r--r-- | src/codemirror-themes.php | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/src/codemirror-themes.php b/src/codemirror-themes.php new file mode 100644 index 0000000..a51779d --- /dev/null +++ b/src/codemirror-themes.php @@ -0,0 +1,67 @@ +<?php + +return [ + 'default', + '3024-day', + '3024-night', + 'abcdef', + 'ambiance', + 'ayu-dark', + 'ayu-mirage', + 'base16-dark', + 'base16-light', + 'bespin', + 'blackboard', + 'cobalt', + 'colorforth', + 'darcula', + 'dracula', + 'duotone-dark', + 'duotone-light', + 'eclipse', + 'elegant', + 'erlang-dark', + 'gruvbox-dark', + 'hopscotch', + 'icecoder', + 'idea', + 'isotope', + 'lesser-dark', + 'liquibyte', + 'lucario', + 'material', + 'material-darker', + 'material-palenight', + 'material-ocean', + 'mbo', + 'mdn-like', + 'midnight', + 'monokai', + 'moxer', + 'neat', + 'neo', + 'night', + 'nord', + 'oceanic-next', + 'panda-syntax', + 'paraiso-dark', + 'paraiso-light', + 'pastel-on-dark', + 'railscasts', + 'rubyblue', + 'seti', + 'shadowfox', + 'solarized dark', + 'solarized light', + 'the-matrix', + 'tomorrow-night-bright', + 'tomorrow-night-eighties', + 'ttcn', + 'twilight', + 'vibrant-ink', + 'xq-dark', + 'xq-light', + 'yeti', + 'yonce', + 'zenburn', +]; |