Просмотр исходного кода

Add CodeMirror themes (eclipse, dracula)

Yuki Takei 8 лет назад
Родитель
Сommit
5a2aa9e6f0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resource/js/components/PageEditor/OptionsSelector.js

+ 1 - 1
resource/js/components/PageEditor/OptionsSelector.js

@@ -28,7 +28,7 @@ export default class OptionsSelector extends React.Component {
     }
 
     this.availableThemes = [
-      'elegant', 'neo', 'mdn-like', 'material', 'monokai', 'twilight'
+      'eclipse', 'elegant', 'neo', 'mdn-like', 'material', 'dracula', 'monokai', 'twilight'
     ];
     this.keymapModes = {
       default: 'Default',