ace-rails-ap 0.0.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (267) hide show
  1. data/lib/ace/rails/version.rb +1 -1
  2. data/vendor/assets/javascripts/ace.js +15680 -1
  3. data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
  4. data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
  5. data/vendor/assets/javascripts/mode-c9search.js +275 -0
  6. data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
  7. data/vendor/assets/javascripts/mode-clojure.js +364 -1
  8. data/vendor/assets/javascripts/mode-coffee.js +527 -1
  9. data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
  10. data/vendor/assets/javascripts/mode-csharp.js +633 -1
  11. data/vendor/assets/javascripts/mode-css.js +499 -1
  12. data/vendor/assets/javascripts/mode-diff.js +250 -0
  13. data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
  14. data/vendor/assets/javascripts/mode-golang.js +681 -1
  15. data/vendor/assets/javascripts/mode-groovy.js +1240 -1
  16. data/vendor/assets/javascripts/mode-haxe.js +633 -1
  17. data/vendor/assets/javascripts/mode-html.js +2064 -1
  18. data/vendor/assets/javascripts/mode-java.js +1202 -1
  19. data/vendor/assets/javascripts/mode-javascript.js +1069 -1
  20. data/vendor/assets/javascripts/mode-json.js +588 -1
  21. data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
  22. data/vendor/assets/javascripts/mode-latex.js +95 -1
  23. data/vendor/assets/javascripts/mode-less.js +512 -1
  24. data/vendor/assets/javascripts/mode-liquid.js +1125 -1
  25. data/vendor/assets/javascripts/mode-lua.js +551 -1
  26. data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
  27. data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
  28. data/vendor/assets/javascripts/mode-markdown.js +2369 -1
  29. data/vendor/assets/javascripts/mode-ocaml.js +464 -1
  30. data/vendor/assets/javascripts/mode-perl.js +432 -1
  31. data/vendor/assets/javascripts/mode-pgsql.js +970 -1
  32. data/vendor/assets/javascripts/mode-php.js +1718 -1
  33. data/vendor/assets/javascripts/mode-powershell.js +610 -1
  34. data/vendor/assets/javascripts/mode-python.js +397 -1
  35. data/vendor/assets/javascripts/mode-ruby.js +318 -1
  36. data/vendor/assets/javascripts/mode-scad.js +732 -1
  37. data/vendor/assets/javascripts/mode-scala.js +1237 -1
  38. data/vendor/assets/javascripts/mode-scss.js +537 -1
  39. data/vendor/assets/javascripts/mode-sh.js +250 -1
  40. data/vendor/assets/javascripts/mode-sql.js +140 -1
  41. data/vendor/assets/javascripts/mode-svg.js +1681 -1
  42. data/vendor/assets/javascripts/mode-tcl.js +320 -0
  43. data/vendor/assets/javascripts/mode-textile.js +182 -1
  44. data/vendor/assets/javascripts/mode-xml.js +829 -1
  45. data/vendor/assets/javascripts/mode-xquery.js +605 -1
  46. data/vendor/assets/javascripts/mode-yaml.js +189 -0
  47. data/vendor/assets/javascripts/theme-chrome.js +213 -1
  48. data/vendor/assets/javascripts/theme-clouds.js +167 -1
  49. data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
  50. data/vendor/assets/javascripts/theme-cobalt.js +194 -1
  51. data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
  52. data/vendor/assets/javascripts/theme-dawn.js +198 -1
  53. data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
  54. data/vendor/assets/javascripts/theme-eclipse.js +157 -1
  55. data/vendor/assets/javascripts/theme-github.js +182 -0
  56. data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
  57. data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
  58. data/vendor/assets/javascripts/theme-merbivore.js +189 -1
  59. data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
  60. data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
  61. data/vendor/assets/javascripts/theme-monokai.js +194 -1
  62. data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
  63. data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
  64. data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
  65. data/vendor/assets/javascripts/theme-textmate.js +216 -0
  66. data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
  67. data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
  68. data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
  69. data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
  70. data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
  71. data/vendor/assets/javascripts/theme-twilight.js +211 -1
  72. data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
  73. data/vendor/assets/javascripts/worker-coffee.js +83 -893
  74. data/vendor/assets/javascripts/worker-css.js +88 -1402
  75. data/vendor/assets/javascripts/worker-javascript.js +97 -812
  76. data/vendor/assets/javascripts/worker-json.js +84 -761
  77. data/vendor/assets/javascripts/worker-xquery.js +66464 -0
  78. metadata +12 -195
  79. data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
  80. data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
  81. data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
  82. data/vendor/assets/javascripts/ace-compat.js +0 -1
  83. data/vendor/assets/javascripts/ace-noconflict.js +0 -10
  84. data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
  85. data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
  86. data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
  87. data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
  88. data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
  89. data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
  90. data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
  91. data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
  92. data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
  93. data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
  94. data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
  95. data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
  96. data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
  97. data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
  98. data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
  99. data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
  100. data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
  101. data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
  102. data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
  103. data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
  104. data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
  105. data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
  106. data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
  107. data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
  108. data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
  109. data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
  110. data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
  111. data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
  112. data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
  113. data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
  114. data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
  115. data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
  116. data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
  117. data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
  118. data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
  119. data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
  120. data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
  121. data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
  122. data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
  123. data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
  124. data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
  125. data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
  126. data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
  127. data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
  128. data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
  129. data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
  130. data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
  131. data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
  132. data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
  133. data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
  134. data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
  135. data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
  136. data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
  137. data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
  138. data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
  139. data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
  140. data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
  141. data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
  142. data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
  143. data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
  144. data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
  145. data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
  146. data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
  147. data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
  148. data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
  149. data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
  150. data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
  151. data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
  152. data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
  153. data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
  154. data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
  155. data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
  156. data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
  157. data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
  158. data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
  159. data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
  160. data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
  161. data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
  162. data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
  163. data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
  164. data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
  165. data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
  166. data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
  167. data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
  168. data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
  169. data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
  170. data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
  171. data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
  172. data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
  173. data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
  174. data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
  175. data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
  176. data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
  177. data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
  178. data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
  179. data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
  180. data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
  181. data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
  182. data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
  183. data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
  184. data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
  185. data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
  186. data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
  187. data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
  188. data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
  189. data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
  190. data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
  191. data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
  192. data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
  193. data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
  194. data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
  195. data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
  196. data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
  197. data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
  198. data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
  199. data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
  200. data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
  201. data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
  202. data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
  203. data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
  204. data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
  205. data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
  206. data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
  207. data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
  208. data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
  209. data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
  210. data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
  211. data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
  212. data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
  213. data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
  214. data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
  215. data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
  216. data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
  217. data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
  218. data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
  219. data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
  220. data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
  221. data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
  222. data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
  223. data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
  224. data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
  225. data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
  226. data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
  227. data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
  228. data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
  229. data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
  230. data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
  231. data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
  232. data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
  233. data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
  234. data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
  235. data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
  236. data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
  237. data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
  238. data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
  239. data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
  240. data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
  241. data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
  242. data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
  243. data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
  244. data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
  245. data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
  246. data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
  247. data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
  248. data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
  249. data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
  250. data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
  251. data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
  252. data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
  253. data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
  254. data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
  255. data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
  256. data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
  257. data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
  258. data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
  259. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
  260. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
  261. data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
  262. data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
  263. data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
  264. data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
  265. data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
  266. data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
  267. data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
@@ -1 +1,179 @@
1
- define("ace/theme/solarized_light",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-solarized-light",b.cssText=".ace-solarized-light .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-solarized-light .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-solarized-light .ace_gutter { background: #e8e8e8; color: #333;}.ace-solarized-light .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-solarized-light .ace_scroller { background-color: #FDF6E3;}.ace-solarized-light .ace_text-layer { cursor: text; color: #586E75;}.ace-solarized-light .ace_cursor { border-left: 2px solid #000000;}.ace-solarized-light .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #000000;}.ace-solarized-light .ace_marker-layer .ace_selection { background: #073642;}.ace-solarized-light.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #FDF6E3; border-radius: 2px;}.ace-solarized-light .ace_marker-layer .ace_step { background: rgb(198, 219, 174);}.ace-solarized-light .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(147, 161, 161, 0.50);}.ace-solarized-light .ace_marker-layer .ace_active_line { background: #EEE8D5;}.ace-solarized-light .ace_marker-layer .ace_selected_word { border: 1px solid #073642;}.ace-solarized-light .ace_invisible { color: rgba(147, 161, 161, 0.50);}.ace-solarized-light .ace_keyword, .ace-solarized-light .ace_meta { color:#859900;}.ace-solarized-light .ace_constant.ace_language { color:#B58900;}.ace-solarized-light .ace_constant.ace_numeric { color:#D33682;}.ace-solarized-light .ace_constant.ace_other { color:#CB4B16;}.ace-solarized-light .ace_fold { background-color: #268BD2; border-color: #586E75;}.ace-solarized-light .ace_support.ace_function { color:#268BD2;}.ace-solarized-light .ace_storage { color:#073642;}.ace-solarized-light .ace_variable { color:#268BD2;}.ace-solarized-light .ace_string { color:#2AA198;}.ace-solarized-light .ace_string.ace_regexp { color:#D30102;}.ace-solarized-light .ace_comment { color:#93A1A1;}.ace-solarized-light .ace_variable.ace_language { color:#268BD2;}.ace-solarized-light .ace_entity.ace_other.ace_attribute-name { color:#93A1A1;}.ace-solarized-light .ace_entity.ace_name.ace_function { color:#268BD2;}.ace-solarized-light .ace_markup.ace_underline { text-decoration:underline;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
1
+ /* ***** BEGIN LICENSE BLOCK *****
2
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ *
4
+ * The contents of this file are subject to the Mozilla Public License Version
5
+ * 1.1 (the "License"); you may not use this file except in compliance with
6
+ * the License. You may obtain a copy of the License at
7
+ * http://www.mozilla.org/MPL/
8
+ *
9
+ * Software distributed under the License is distributed on an "AS IS" basis,
10
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ * for the specific language governing rights and limitations under the
12
+ * License.
13
+ *
14
+ * The Original Code is Ajax.org Code Editor (ACE).
15
+ *
16
+ * The Initial Developer of the Original Code is
17
+ * Ajax.org B.V.
18
+ * Portions created by the Initial Developer are Copyright (C) 2010
19
+ * the Initial Developer. All Rights Reserved.
20
+ *
21
+ * Contributor(s):
22
+ * Fabian Jakobs <fabian AT ajax DOT org>
23
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ define('ace/theme/solarized_light', ['require', 'exports', 'module', 'ace/lib/dom'], function(require, exports, module) {
39
+
40
+ exports.isDark = false;
41
+ exports.cssClass = "ace-solarized-light";
42
+ exports.cssText = "\
43
+ .ace-solarized-light .ace_editor {\
44
+ border: 2px solid rgb(159, 159, 159);\
45
+ }\
46
+ \
47
+ .ace-solarized-light .ace_editor.ace_focus {\
48
+ border: 2px solid #327fbd;\
49
+ }\
50
+ \
51
+ .ace-solarized-light .ace_gutter {\
52
+ background: #fbf1d3;\
53
+ color: #333;\
54
+ }\
55
+ \
56
+ .ace-solarized-light .ace_print_margin {\
57
+ width: 1px;\
58
+ background: #e8e8e8;\
59
+ }\
60
+ \
61
+ .ace-solarized-light .ace_scroller {\
62
+ background-color: #FDF6E3;\
63
+ }\
64
+ \
65
+ .ace-solarized-light .ace_text-layer {\
66
+ color: #586E75;\
67
+ }\
68
+ \
69
+ .ace-solarized-light .ace_cursor {\
70
+ border-left: 2px solid #000000;\
71
+ }\
72
+ \
73
+ .ace-solarized-light .ace_cursor.ace_overwrite {\
74
+ border-left: 0px;\
75
+ border-bottom: 1px solid #000000;\
76
+ }\
77
+ \
78
+ .ace-solarized-light .ace_marker-layer .ace_selection {\
79
+ background: #073642;\
80
+ }\
81
+ \
82
+ .ace-solarized-light.multiselect .ace_selection.start {\
83
+ box-shadow: 0 0 3px 0px #FDF6E3;\
84
+ border-radius: 2px;\
85
+ }\
86
+ \
87
+ .ace-solarized-light .ace_marker-layer .ace_step {\
88
+ background: rgb(255, 255, 0);\
89
+ }\
90
+ \
91
+ .ace-solarized-light .ace_marker-layer .ace_bracket {\
92
+ margin: -1px 0 0 -1px;\
93
+ border: 1px solid rgba(147, 161, 161, 0.50);\
94
+ }\
95
+ \
96
+ .ace-solarized-light .ace_marker-layer .ace_active_line {\
97
+ background: #EEE8D5;\
98
+ }\
99
+ \
100
+ .ace-solarized-light .ace_gutter_active_line {\
101
+ background-color : #dcdcdc;\
102
+ }\
103
+ \
104
+ .ace-solarized-light .ace_marker-layer .ace_selected_word {\
105
+ border: 1px solid #073642;\
106
+ }\
107
+ \
108
+ .ace-solarized-light .ace_invisible {\
109
+ color: rgba(147, 161, 161, 0.50);\
110
+ }\
111
+ \
112
+ .ace-solarized-light .ace_keyword, .ace-solarized-light .ace_meta {\
113
+ color:#859900;\
114
+ }\
115
+ \
116
+ .ace-solarized-light .ace_constant.ace_language {\
117
+ color:#B58900;\
118
+ }\
119
+ \
120
+ .ace-solarized-light .ace_constant.ace_numeric {\
121
+ color:#D33682;\
122
+ }\
123
+ \
124
+ .ace-solarized-light .ace_constant.ace_other {\
125
+ color:#CB4B16;\
126
+ }\
127
+ \
128
+ .ace-solarized-light .ace_fold {\
129
+ background-color: #268BD2;\
130
+ border-color: #586E75;\
131
+ }\
132
+ \
133
+ .ace-solarized-light .ace_support.ace_function {\
134
+ color:#268BD2;\
135
+ }\
136
+ \
137
+ .ace-solarized-light .ace_storage {\
138
+ color:#073642;\
139
+ }\
140
+ \
141
+ .ace-solarized-light .ace_variable {\
142
+ color:#268BD2;\
143
+ }\
144
+ \
145
+ .ace-solarized-light .ace_string {\
146
+ color:#2AA198;\
147
+ }\
148
+ \
149
+ .ace-solarized-light .ace_string.ace_regexp {\
150
+ color:#D30102;\
151
+ }\
152
+ \
153
+ .ace-solarized-light .ace_comment {\
154
+ color:#93A1A1;\
155
+ }\
156
+ \
157
+ .ace-solarized-light .ace_variable.ace_language {\
158
+ color:#268BD2;\
159
+ }\
160
+ \
161
+ .ace-solarized-light .ace_entity.ace_other.ace_attribute-name {\
162
+ color:#93A1A1;\
163
+ }\
164
+ \
165
+ .ace-solarized-light .ace_entity.ace_name.ace_function {\
166
+ color:#268BD2;\
167
+ }\
168
+ \
169
+ .ace-solarized-light .ace_markup.ace_underline {\
170
+ text-decoration:underline;\
171
+ }\
172
+ \
173
+ .ace-solarized-light .ace_indent-guide {\
174
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4++3xf4ZVq1b9BwAjxwbT1g3hiwAAAABJRU5ErkJggg==) right repeat-y;\
175
+ }";
176
+
177
+ var dom = require("../lib/dom");
178
+ dom.importCssString(exports.cssText, exports.cssClass);
179
+ });
@@ -0,0 +1,216 @@
1
+ /* ***** BEGIN LICENSE BLOCK *****
2
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ *
4
+ * The contents of this file are subject to the Mozilla Public License Version
5
+ * 1.1 (the "License"); you may not use this file except in compliance with
6
+ * the License. You may obtain a copy of the License at
7
+ * http://www.mozilla.org/MPL/
8
+ *
9
+ * Software distributed under the License is distributed on an "AS IS" basis,
10
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ * for the specific language governing rights and limitations under the
12
+ * License.
13
+ *
14
+ * The Original Code is Ajax.org Code Editor (ACE).
15
+ *
16
+ * The Initial Developer of the Original Code is
17
+ * Ajax.org B.V.
18
+ * Portions created by the Initial Developer are Copyright (C) 2010
19
+ * the Initial Developer. All Rights Reserved.
20
+ *
21
+ * Contributor(s):
22
+ * Fabian Jakobs <fabian AT ajax DOT org>
23
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ define('ace/theme/textmate', ['require', 'exports', 'module', 'ace/lib/dom'], function(require, exports, module) {
39
+
40
+
41
+ exports.isDark = false;
42
+ exports.cssClass = "ace-tm";
43
+ exports.cssText = ".ace-tm .ace_editor {\
44
+ border: 2px solid rgb(159, 159, 159);\
45
+ }\
46
+ \
47
+ .ace-tm .ace_editor.ace_focus {\
48
+ border: 2px solid #327fbd;\
49
+ }\
50
+ \
51
+ .ace-tm .ace_gutter {\
52
+ background: #f0f0f0;\
53
+ color: #333;\
54
+ }\
55
+ \
56
+ .ace-tm .ace_print_margin {\
57
+ width: 1px;\
58
+ background: #e8e8e8;\
59
+ }\
60
+ \
61
+ .ace-tm .ace_fold {\
62
+ background-color: #6B72E6;\
63
+ }\
64
+ \
65
+ .ace-tm .ace_text-layer {\
66
+ }\
67
+ \
68
+ .ace-tm .ace_cursor {\
69
+ border-left: 2px solid black;\
70
+ }\
71
+ \
72
+ .ace-tm .ace_cursor.ace_overwrite {\
73
+ border-left: 0px;\
74
+ border-bottom: 1px solid black;\
75
+ }\
76
+ \
77
+ .ace-tm .ace_line .ace_invisible {\
78
+ color: rgb(191, 191, 191);\
79
+ }\
80
+ \
81
+ .ace-tm .ace_line .ace_storage,\
82
+ .ace-tm .ace_line .ace_keyword {\
83
+ color: blue;\
84
+ }\
85
+ \
86
+ .ace-tm .ace_line .ace_constant {\
87
+ color: rgb(197, 6, 11);\
88
+ }\
89
+ \
90
+ .ace-tm .ace_line .ace_constant.ace_buildin {\
91
+ color: rgb(88, 72, 246);\
92
+ }\
93
+ \
94
+ .ace-tm .ace_line .ace_constant.ace_language {\
95
+ color: rgb(88, 92, 246);\
96
+ }\
97
+ \
98
+ .ace-tm .ace_line .ace_constant.ace_library {\
99
+ color: rgb(6, 150, 14);\
100
+ }\
101
+ \
102
+ .ace-tm .ace_line .ace_invalid {\
103
+ background-color: rgba(255, 0, 0, 0.1);\
104
+ color: red;\
105
+ }\
106
+ \
107
+ .ace-tm .ace_line .ace_support.ace_function {\
108
+ color: rgb(60, 76, 114);\
109
+ }\
110
+ \
111
+ .ace-tm .ace_line .ace_support.ace_constant {\
112
+ color: rgb(6, 150, 14);\
113
+ }\
114
+ \
115
+ .ace-tm .ace_line .ace_support.ace_type,\
116
+ .ace-tm .ace_line .ace_support.ace_class {\
117
+ color: rgb(109, 121, 222);\
118
+ }\
119
+ \
120
+ .ace-tm .ace_line .ace_keyword.ace_operator {\
121
+ color: rgb(104, 118, 135);\
122
+ }\
123
+ \
124
+ .ace-tm .ace_line .ace_string {\
125
+ color: rgb(3, 106, 7);\
126
+ }\
127
+ \
128
+ .ace-tm .ace_line .ace_comment {\
129
+ color: rgb(76, 136, 107);\
130
+ }\
131
+ \
132
+ .ace-tm .ace_line .ace_comment.ace_doc {\
133
+ color: rgb(0, 102, 255);\
134
+ }\
135
+ \
136
+ .ace-tm .ace_line .ace_comment.ace_doc.ace_tag {\
137
+ color: rgb(128, 159, 191);\
138
+ }\
139
+ \
140
+ .ace-tm .ace_line .ace_constant.ace_numeric {\
141
+ color: rgb(0, 0, 205);\
142
+ }\
143
+ \
144
+ .ace-tm .ace_line .ace_variable {\
145
+ color: rgb(49, 132, 149);\
146
+ }\
147
+ \
148
+ .ace-tm .ace_line .ace_xml_pe {\
149
+ color: rgb(104, 104, 91);\
150
+ }\
151
+ \
152
+ .ace-tm .ace_entity.ace_name.ace_function {\
153
+ color: #0000A2;\
154
+ }\
155
+ \
156
+ .ace-tm .ace_markup.ace_markupine {\
157
+ text-decoration:underline;\
158
+ }\
159
+ \
160
+ .ace-tm .ace_markup.ace_heading {\
161
+ color: rgb(12, 7, 255);\
162
+ }\
163
+ \
164
+ .ace-tm .ace_markup.ace_list {\
165
+ color:rgb(185, 6, 144);\
166
+ }\
167
+ \
168
+ .ace-tm .ace_marker-layer .ace_selection {\
169
+ background: rgb(181, 213, 255);\
170
+ }\
171
+ .ace-tm.multiselect .ace_selection.start {\
172
+ box-shadow: 0 0 3px 0px white;\
173
+ border-radius: 2px;\
174
+ }\
175
+ .ace-tm .ace_marker-layer .ace_step {\
176
+ background: rgb(252, 255, 0);\
177
+ }\
178
+ \
179
+ .ace-tm .ace_marker-layer .ace_stack {\
180
+ background: rgb(164, 229, 101);\
181
+ }\
182
+ \
183
+ .ace-tm .ace_marker-layer .ace_bracket {\
184
+ margin: -1px 0 0 -1px;\
185
+ border: 1px solid rgb(192, 192, 192);\
186
+ }\
187
+ \
188
+ .ace-tm .ace_marker-layer .ace_active_line {\
189
+ background: rgba(0, 0, 0, 0.07);\
190
+ }\
191
+ \
192
+ .ace-tm .ace_gutter_active_line {\
193
+ background-color : #dcdcdc;\
194
+ }\
195
+ \
196
+ .ace-tm .ace_marker-layer .ace_selected_word {\
197
+ background: rgb(250, 250, 255);\
198
+ border: 1px solid rgb(200, 200, 250);\
199
+ }\
200
+ \
201
+ .ace-tm .ace_meta.ace_tag {\
202
+ color:rgb(0, 22, 142);\
203
+ }\
204
+ \
205
+ .ace-tm .ace_string.ace_regex {\
206
+ color: rgb(255, 0, 0)\
207
+ }\
208
+ \
209
+ .ace-tm .ace_indent-guide {\
210
+ background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;\
211
+ }\
212
+ ";
213
+
214
+ var dom = require("../lib/dom");
215
+ dom.importCssString(exports.cssText, exports.cssClass);
216
+ });
@@ -1 +1,213 @@
1
- define("ace/theme/tomorrow",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-tomorrow",b.cssText=".ace-tomorrow .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-tomorrow .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-tomorrow .ace_gutter { background: #e8e8e8; color: #333;}.ace-tomorrow .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-tomorrow .ace_scroller { background-color: #FFFFFF;}.ace-tomorrow .ace_text-layer { cursor: text; color: #4D4D4C;}.ace-tomorrow .ace_cursor { border-left: 2px solid #AEAFAD;}.ace-tomorrow .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #AEAFAD;}.ace-tomorrow .ace_marker-layer .ace_selection { background: #D6D6D6;}.ace-tomorrow.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #FFFFFF; border-radius: 2px;}.ace-tomorrow .ace_marker-layer .ace_step { background: rgb(198, 219, 174);}.ace-tomorrow .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #D1D1D1;}.ace-tomorrow .ace_marker-layer .ace_active_line { background: #EFEFEF;}.ace-tomorrow .ace_marker-layer .ace_selected_word { border: 1px solid #D6D6D6;}.ace-tomorrow .ace_invisible { color: #D1D1D1;}.ace-tomorrow .ace_keyword, .ace-tomorrow .ace_meta { color:#8959A8;}.ace-tomorrow .ace_keyword.ace_operator { color:#3E999F;}.ace-tomorrow .ace_constant.ace_language { color:#F5871F;}.ace-tomorrow .ace_constant.ace_numeric { color:#F5871F;}.ace-tomorrow .ace_constant.ace_other { color:#666969;}.ace-tomorrow .ace_invalid { color:#FFFFFF;background-color:#C82829;}.ace-tomorrow .ace_invalid.ace_deprecated { color:#FFFFFF;background-color:#8959A8;}.ace-tomorrow .ace_support.ace_constant { color:#F5871F;}.ace-tomorrow .ace_fold { background-color: #4271AE; border-color: #4D4D4C;}.ace-tomorrow .ace_support.ace_function { color:#4271AE;}.ace-tomorrow .ace_storage { color:#8959A8;}.ace-tomorrow .ace_storage.ace_type, .ace-tomorrow .ace_support.ace_type{ color:#8959A8;}.ace-tomorrow .ace_variable { color:#4271AE;}.ace-tomorrow .ace_variable.ace_parameter { color:#F5871F;}.ace-tomorrow .ace_string { color:#718C00;}.ace-tomorrow .ace_string.ace_regexp { color:#C82829;}.ace-tomorrow .ace_comment { color:#8E908C;}.ace-tomorrow .ace_variable { color:#C82829;}.ace-tomorrow .ace_meta.ace_tag { color:#C82829;}.ace-tomorrow .ace_entity.ace_other.ace_attribute-name { color:#C82829;}.ace-tomorrow .ace_entity.ace_name.ace_function { color:#4271AE;}.ace-tomorrow .ace_markup.ace_underline { text-decoration:underline;}.ace-tomorrow .ace_markup.ace_heading { color:#718C00;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
1
+ /* ***** BEGIN LICENSE BLOCK *****
2
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
3
+ *
4
+ * The contents of this file are subject to the Mozilla Public License Version
5
+ * 1.1 (the "License"); you may not use this file except in compliance with
6
+ * the License. You may obtain a copy of the License at
7
+ * http://www.mozilla.org/MPL/
8
+ *
9
+ * Software distributed under the License is distributed on an "AS IS" basis,
10
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11
+ * for the specific language governing rights and limitations under the
12
+ * License.
13
+ *
14
+ * The Original Code is Ajax.org Code Editor (ACE).
15
+ *
16
+ * The Initial Developer of the Original Code is
17
+ * Ajax.org B.V.
18
+ * Portions created by the Initial Developer are Copyright (C) 2010
19
+ * the Initial Developer. All Rights Reserved.
20
+ *
21
+ * Contributor(s):
22
+ * Fabian Jakobs <fabian AT ajax DOT org>
23
+ *
24
+ * Alternatively, the contents of this file may be used under the terms of
25
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
26
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27
+ * in which case the provisions of the GPL or the LGPL are applicable instead
28
+ * of those above. If you wish to allow use of your version of this file only
29
+ * under the terms of either the GPL or the LGPL, and not to allow others to
30
+ * use your version of this file under the terms of the MPL, indicate your
31
+ * decision by deleting the provisions above and replace them with the notice
32
+ * and other provisions required by the GPL or the LGPL. If you do not delete
33
+ * the provisions above, a recipient may use your version of this file under
34
+ * the terms of any one of the MPL, the GPL or the LGPL.
35
+ *
36
+ * ***** END LICENSE BLOCK ***** */
37
+
38
+ define('ace/theme/tomorrow', ['require', 'exports', 'module', 'ace/lib/dom'], function(require, exports, module) {
39
+
40
+ exports.isDark = false;
41
+ exports.cssClass = "ace-tomorrow";
42
+ exports.cssText = "\
43
+ .ace-tomorrow .ace_editor {\
44
+ border: 2px solid rgb(159, 159, 159);\
45
+ }\
46
+ \
47
+ .ace-tomorrow .ace_editor.ace_focus {\
48
+ border: 2px solid #327fbd;\
49
+ }\
50
+ \
51
+ .ace-tomorrow .ace_gutter {\
52
+ background: #f6f6f6;\
53
+ color: #4D4D4C;\
54
+ }\
55
+ \
56
+ .ace-tomorrow .ace_print_margin {\
57
+ width: 1px;\
58
+ background: #f6f6f6;\
59
+ }\
60
+ \
61
+ .ace-tomorrow .ace_scroller {\
62
+ background-color: #FFFFFF;\
63
+ }\
64
+ \
65
+ .ace-tomorrow .ace_text-layer {\
66
+ color: #4D4D4C;\
67
+ }\
68
+ \
69
+ .ace-tomorrow .ace_cursor {\
70
+ border-left: 2px solid #AEAFAD;\
71
+ }\
72
+ \
73
+ .ace-tomorrow .ace_cursor.ace_overwrite {\
74
+ border-left: 0px;\
75
+ border-bottom: 1px solid #AEAFAD;\
76
+ }\
77
+ \
78
+ .ace-tomorrow .ace_marker-layer .ace_selection {\
79
+ background: #D6D6D6;\
80
+ }\
81
+ \
82
+ .ace-tomorrow.multiselect .ace_selection.start {\
83
+ box-shadow: 0 0 3px 0px #FFFFFF;\
84
+ border-radius: 2px;\
85
+ }\
86
+ \
87
+ .ace-tomorrow .ace_marker-layer .ace_step {\
88
+ background: rgb(255, 255, 0);\
89
+ }\
90
+ \
91
+ .ace-tomorrow .ace_marker-layer .ace_bracket {\
92
+ margin: -1px 0 0 -1px;\
93
+ border: 1px solid #D1D1D1;\
94
+ }\
95
+ \
96
+ .ace-tomorrow .ace_marker-layer .ace_active_line {\
97
+ background: #EFEFEF;\
98
+ }\
99
+ \
100
+ .ace-tomorrow .ace_gutter_active_line {\
101
+ background-color : #dcdcdc;\
102
+ }\
103
+ \
104
+ .ace-tomorrow .ace_marker-layer .ace_selected_word {\
105
+ border: 1px solid #D6D6D6;\
106
+ }\
107
+ \
108
+ .ace-tomorrow .ace_invisible {\
109
+ color: #D1D1D1;\
110
+ }\
111
+ \
112
+ .ace-tomorrow .ace_keyword, .ace-tomorrow .ace_meta {\
113
+ color:#8959A8;\
114
+ }\
115
+ \
116
+ .ace-tomorrow .ace_keyword.ace_operator {\
117
+ color:#3E999F;\
118
+ }\
119
+ \
120
+ .ace-tomorrow .ace_constant.ace_language {\
121
+ color:#F5871F;\
122
+ }\
123
+ \
124
+ .ace-tomorrow .ace_constant.ace_numeric {\
125
+ color:#F5871F;\
126
+ }\
127
+ \
128
+ .ace-tomorrow .ace_constant.ace_other {\
129
+ color:#666969;\
130
+ }\
131
+ \
132
+ .ace-tomorrow .ace_invalid {\
133
+ color:#FFFFFF;\
134
+ background-color:#C82829;\
135
+ }\
136
+ \
137
+ .ace-tomorrow .ace_invalid.ace_deprecated {\
138
+ color:#FFFFFF;\
139
+ background-color:#8959A8;\
140
+ }\
141
+ \
142
+ .ace-tomorrow .ace_support.ace_constant {\
143
+ color:#F5871F;\
144
+ }\
145
+ \
146
+ .ace-tomorrow .ace_fold {\
147
+ background-color: #4271AE;\
148
+ border-color: #4D4D4C;\
149
+ }\
150
+ \
151
+ .ace-tomorrow .ace_support.ace_function {\
152
+ color:#4271AE;\
153
+ }\
154
+ \
155
+ .ace-tomorrow .ace_storage {\
156
+ color:#8959A8;\
157
+ }\
158
+ \
159
+ .ace-tomorrow .ace_storage.ace_type, .ace-tomorrow .ace_support.ace_type{\
160
+ color:#8959A8;\
161
+ }\
162
+ \
163
+ .ace-tomorrow .ace_variable {\
164
+ color:#4271AE;\
165
+ }\
166
+ \
167
+ .ace-tomorrow .ace_variable.ace_parameter {\
168
+ color:#F5871F;\
169
+ }\
170
+ \
171
+ .ace-tomorrow .ace_string {\
172
+ color:#718C00;\
173
+ }\
174
+ \
175
+ .ace-tomorrow .ace_string.ace_regexp {\
176
+ color:#C82829;\
177
+ }\
178
+ \
179
+ .ace-tomorrow .ace_comment {\
180
+ color:#8E908C;\
181
+ }\
182
+ \
183
+ .ace-tomorrow .ace_variable {\
184
+ color:#C82829;\
185
+ }\
186
+ \
187
+ .ace-tomorrow .ace_meta.ace_tag {\
188
+ color:#C82829;\
189
+ }\
190
+ \
191
+ .ace-tomorrow .ace_entity.ace_other.ace_attribute-name {\
192
+ color:#C82829;\
193
+ }\
194
+ \
195
+ .ace-tomorrow .ace_entity.ace_name.ace_function {\
196
+ color:#4271AE;\
197
+ }\
198
+ \
199
+ .ace-tomorrow .ace_markup.ace_underline {\
200
+ text-decoration:underline;\
201
+ }\
202
+ \
203
+ .ace-tomorrow .ace_markup.ace_heading {\
204
+ color:#718C00;\
205
+ }\
206
+ \
207
+ .ace-tomorrow .ace_indent-guide {\
208
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y;\
209
+ }";
210
+
211
+ var dom = require("../lib/dom");
212
+ dom.importCssString(exports.cssText, exports.cssClass);
213
+ });