| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /* Do not edit. This file is auto-generated by build-vendor.js */
- 'use strict';
- /* exported CODEMIRROR_THEMES */
- const CODEMIRROR_THEMES = [
- '3024-day',
- '3024-night',
- 'abbott',
- 'abcdef',
- 'ambiance',
- 'ambiance-mobile',
- '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',
- 'juejin',
- 'lesser-dark',
- 'liquibyte',
- 'lucario',
- 'material',
- 'material-darker',
- 'material-ocean',
- 'material-palenight',
- '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',
- 'ssms',
- 'the-matrix',
- 'tomorrow-night-bright',
- 'tomorrow-night-eighties',
- 'ttcn',
- 'twilight',
- 'vibrant-ink',
- 'xq-dark',
- 'xq-light',
- 'yeti',
- 'yonce',
- 'zenburn',
- ];
|