Browse Source

load darcula theme

Benjamin Van Ryseghem 11 years ago
parent
commit
05e0352433
1 changed files with 1 additions and 0 deletions
  1. 1 0
      support/codemirror-inner.js

+ 1 - 0
support/codemirror-inner.js

@@ -7,6 +7,7 @@ define([
     'amber_lib/codemirror/mode/smalltalk/smalltalk',
     'amber_lib/codemirror/addon/hint/show-hint',
     'css!amber_lib/codemirror/theme/ambiance',
+    'css!amber_lib/codemirror/theme/darcula',
     'css!amber_lib/codemirror/lib/codemirror',
     'css!amber_lib/codemirror/addon/hint/show-hint'
 ]);