1
0
Bläddra i källkod

load darcula theme

Benjamin Van Ryseghem 11 år sedan
förälder
incheckning
05e0352433
1 ändrade filer med 1 tillägg och 0 borttagningar
  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'
 ]);