ace-rails-ap 0.0.3 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ace/rails/version.rb +1 -1
 - data/vendor/assets/javascripts/ace.js +15680 -1
 - data/vendor/assets/javascripts/keybinding-emacs.js +367 -1
 - data/vendor/assets/javascripts/keybinding-vim.js +1635 -1
 - data/vendor/assets/javascripts/mode-c9search.js +275 -0
 - data/vendor/assets/javascripts/mode-c_cpp.js +744 -1
 - data/vendor/assets/javascripts/mode-clojure.js +364 -1
 - data/vendor/assets/javascripts/mode-coffee.js +527 -1
 - data/vendor/assets/javascripts/mode-coldfusion.js +1966 -1
 - data/vendor/assets/javascripts/mode-csharp.js +633 -1
 - data/vendor/assets/javascripts/mode-css.js +499 -1
 - data/vendor/assets/javascripts/mode-diff.js +250 -0
 - data/vendor/assets/javascripts/{mode-c_cpp-uncompressed.js → mode-glsl.js} +147 -244
 - data/vendor/assets/javascripts/mode-golang.js +681 -1
 - data/vendor/assets/javascripts/mode-groovy.js +1240 -1
 - data/vendor/assets/javascripts/mode-haxe.js +633 -1
 - data/vendor/assets/javascripts/mode-html.js +2064 -1
 - data/vendor/assets/javascripts/mode-java.js +1202 -1
 - data/vendor/assets/javascripts/mode-javascript.js +1069 -1
 - data/vendor/assets/javascripts/mode-json.js +588 -1
 - data/vendor/assets/javascripts/{mode-haxe-uncompressed.js → mode-jsx.js} +189 -312
 - data/vendor/assets/javascripts/mode-latex.js +95 -1
 - data/vendor/assets/javascripts/mode-less.js +512 -1
 - data/vendor/assets/javascripts/mode-liquid.js +1125 -1
 - data/vendor/assets/javascripts/mode-lua.js +551 -1
 - data/vendor/assets/javascripts/{mode-html-uncompressed.js → mode-luahtml.js} +544 -604
 - data/vendor/assets/javascripts/{mode-coldfusion-uncompressed.js → mode-luapage.js} +2326 -2180
 - data/vendor/assets/javascripts/mode-markdown.js +2369 -1
 - data/vendor/assets/javascripts/mode-ocaml.js +464 -1
 - data/vendor/assets/javascripts/mode-perl.js +432 -1
 - data/vendor/assets/javascripts/mode-pgsql.js +970 -1
 - data/vendor/assets/javascripts/mode-php.js +1718 -1
 - data/vendor/assets/javascripts/mode-powershell.js +610 -1
 - data/vendor/assets/javascripts/mode-python.js +397 -1
 - data/vendor/assets/javascripts/mode-ruby.js +318 -1
 - data/vendor/assets/javascripts/mode-scad.js +732 -1
 - data/vendor/assets/javascripts/mode-scala.js +1237 -1
 - data/vendor/assets/javascripts/mode-scss.js +537 -1
 - data/vendor/assets/javascripts/mode-sh.js +250 -1
 - data/vendor/assets/javascripts/mode-sql.js +140 -1
 - data/vendor/assets/javascripts/mode-svg.js +1681 -1
 - data/vendor/assets/javascripts/mode-tcl.js +320 -0
 - data/vendor/assets/javascripts/mode-textile.js +182 -1
 - data/vendor/assets/javascripts/mode-xml.js +829 -1
 - data/vendor/assets/javascripts/mode-xquery.js +605 -1
 - data/vendor/assets/javascripts/mode-yaml.js +189 -0
 - data/vendor/assets/javascripts/theme-chrome.js +213 -1
 - data/vendor/assets/javascripts/theme-clouds.js +167 -1
 - data/vendor/assets/javascripts/theme-clouds_midnight.js +168 -1
 - data/vendor/assets/javascripts/theme-cobalt.js +194 -1
 - data/vendor/assets/javascripts/theme-crimson_editor.js +200 -1
 - data/vendor/assets/javascripts/theme-dawn.js +198 -1
 - data/vendor/assets/javascripts/theme-dreamweaver.js +230 -1
 - data/vendor/assets/javascripts/theme-eclipse.js +157 -1
 - data/vendor/assets/javascripts/theme-github.js +182 -0
 - data/vendor/assets/javascripts/theme-idle_fingers.js +186 -1
 - data/vendor/assets/javascripts/theme-kr_theme.js +189 -1
 - data/vendor/assets/javascripts/theme-merbivore.js +189 -1
 - data/vendor/assets/javascripts/theme-merbivore_soft.js +195 -1
 - data/vendor/assets/javascripts/theme-mono_industrial.js +197 -1
 - data/vendor/assets/javascripts/theme-monokai.js +194 -1
 - data/vendor/assets/javascripts/theme-pastel_on_dark.js +199 -1
 - data/vendor/assets/javascripts/theme-solarized_dark.js +180 -1
 - data/vendor/assets/javascripts/theme-solarized_light.js +179 -1
 - data/vendor/assets/javascripts/theme-textmate.js +216 -0
 - data/vendor/assets/javascripts/theme-tomorrow.js +213 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night.js +213 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night_blue.js +213 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night_bright.js +213 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night_eighties.js +209 -1
 - data/vendor/assets/javascripts/theme-twilight.js +211 -1
 - data/vendor/assets/javascripts/theme-vibrant_ink.js +190 -1
 - data/vendor/assets/javascripts/worker-coffee.js +83 -893
 - data/vendor/assets/javascripts/worker-css.js +88 -1402
 - data/vendor/assets/javascripts/worker-javascript.js +97 -812
 - data/vendor/assets/javascripts/worker-json.js +84 -761
 - data/vendor/assets/javascripts/worker-xquery.js +66464 -0
 - metadata +12 -195
 - data/vendor/assets/javascripts/ace-compat-noconflict.js +0 -1
 - data/vendor/assets/javascripts/ace-compat-uncompressed-noconflict.js +0 -480
 - data/vendor/assets/javascripts/ace-compat-uncompressed.js +0 -480
 - data/vendor/assets/javascripts/ace-compat.js +0 -1
 - data/vendor/assets/javascripts/ace-noconflict.js +0 -10
 - data/vendor/assets/javascripts/ace-uncompressed-noconflict.js +0 -19976
 - data/vendor/assets/javascripts/ace-uncompressed.js +0 -19976
 - data/vendor/assets/javascripts/keybinding-emacs-noconflict.js +0 -1
 - data/vendor/assets/javascripts/keybinding-emacs-uncompressed-noconflict.js +0 -150
 - data/vendor/assets/javascripts/keybinding-emacs-uncompressed.js +0 -150
 - data/vendor/assets/javascripts/keybinding-vim-noconflict.js +0 -1
 - data/vendor/assets/javascripts/keybinding-vim-uncompressed-noconflict.js +0 -138
 - data/vendor/assets/javascripts/keybinding-vim-uncompressed.js +0 -138
 - data/vendor/assets/javascripts/mode-c_cpp-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-c_cpp-uncompressed-noconflict.js +0 -919
 - data/vendor/assets/javascripts/mode-clojure-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-clojure-uncompressed-noconflict.js +0 -422
 - data/vendor/assets/javascripts/mode-clojure-uncompressed.js +0 -422
 - data/vendor/assets/javascripts/mode-coffee-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-coffee-uncompressed-noconflict.js +0 -607
 - data/vendor/assets/javascripts/mode-coffee-uncompressed.js +0 -607
 - data/vendor/assets/javascripts/mode-coldfusion-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-coldfusion-uncompressed-noconflict.js +0 -2458
 - data/vendor/assets/javascripts/mode-csharp-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-csharp-uncompressed-noconflict.js +0 -769
 - data/vendor/assets/javascripts/mode-csharp-uncompressed.js +0 -769
 - data/vendor/assets/javascripts/mode-css-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-css-uncompressed-noconflict.js +0 -641
 - data/vendor/assets/javascripts/mode-css-uncompressed.js +0 -641
 - data/vendor/assets/javascripts/mode-golang-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-golang-uncompressed-noconflict.js +0 -378
 - data/vendor/assets/javascripts/mode-golang-uncompressed.js +0 -378
 - data/vendor/assets/javascripts/mode-groovy-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-groovy-uncompressed-noconflict.js +0 -1393
 - data/vendor/assets/javascripts/mode-groovy-uncompressed.js +0 -1393
 - data/vendor/assets/javascripts/mode-haxe-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-haxe-uncompressed-noconflict.js +0 -769
 - data/vendor/assets/javascripts/mode-html-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-html-uncompressed-noconflict.js +0 -2475
 - data/vendor/assets/javascripts/mode-java-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-java-uncompressed-noconflict.js +0 -1395
 - data/vendor/assets/javascripts/mode-java-uncompressed.js +0 -1395
 - data/vendor/assets/javascripts/mode-javascript-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-javascript-uncompressed-noconflict.js +0 -1226
 - data/vendor/assets/javascripts/mode-javascript-uncompressed.js +0 -1226
 - data/vendor/assets/javascripts/mode-json-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-json-uncompressed-noconflict.js +0 -701
 - data/vendor/assets/javascripts/mode-json-uncompressed.js +0 -701
 - data/vendor/assets/javascripts/mode-latex-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-latex-uncompressed-noconflict.js +0 -95
 - data/vendor/assets/javascripts/mode-latex-uncompressed.js +0 -95
 - data/vendor/assets/javascripts/mode-less-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-less-uncompressed-noconflict.js +0 -655
 - data/vendor/assets/javascripts/mode-less-uncompressed.js +0 -655
 - data/vendor/assets/javascripts/mode-liquid-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-liquid-uncompressed-noconflict.js +0 -1353
 - data/vendor/assets/javascripts/mode-liquid-uncompressed.js +0 -1353
 - data/vendor/assets/javascripts/mode-lua-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-lua-uncompressed-noconflict.js +0 -523
 - data/vendor/assets/javascripts/mode-lua-uncompressed.js +0 -523
 - data/vendor/assets/javascripts/mode-markdown-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-markdown-uncompressed-noconflict.js +0 -2925
 - data/vendor/assets/javascripts/mode-markdown-uncompressed.js +0 -2925
 - data/vendor/assets/javascripts/mode-ocaml-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-ocaml-uncompressed-noconflict.js +0 -539
 - data/vendor/assets/javascripts/mode-ocaml-uncompressed.js +0 -539
 - data/vendor/assets/javascripts/mode-perl-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-perl-uncompressed-noconflict.js +0 -574
 - data/vendor/assets/javascripts/mode-perl-uncompressed.js +0 -574
 - data/vendor/assets/javascripts/mode-pgsql-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-pgsql-uncompressed-noconflict.js +0 -1104
 - data/vendor/assets/javascripts/mode-pgsql-uncompressed.js +0 -1104
 - data/vendor/assets/javascripts/mode-php-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-php-uncompressed-noconflict.js +0 -1885
 - data/vendor/assets/javascripts/mode-php-uncompressed.js +0 -1885
 - data/vendor/assets/javascripts/mode-powershell-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-powershell-uncompressed-noconflict.js +0 -710
 - data/vendor/assets/javascripts/mode-powershell-uncompressed.js +0 -710
 - data/vendor/assets/javascripts/mode-python-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-python-uncompressed-noconflict.js +0 -507
 - data/vendor/assets/javascripts/mode-python-uncompressed.js +0 -507
 - data/vendor/assets/javascripts/mode-ruby-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-ruby-uncompressed-noconflict.js +0 -391
 - data/vendor/assets/javascripts/mode-ruby-uncompressed.js +0 -391
 - data/vendor/assets/javascripts/mode-scad-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-scad-uncompressed-noconflict.js +0 -907
 - data/vendor/assets/javascripts/mode-scad-uncompressed.js +0 -907
 - data/vendor/assets/javascripts/mode-scala-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-scala-uncompressed-noconflict.js +0 -1395
 - data/vendor/assets/javascripts/mode-scala-uncompressed.js +0 -1395
 - data/vendor/assets/javascripts/mode-scss-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-scss-uncompressed-noconflict.js +0 -679
 - data/vendor/assets/javascripts/mode-scss-uncompressed.js +0 -679
 - data/vendor/assets/javascripts/mode-sh-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-sh-uncompressed-noconflict.js +0 -289
 - data/vendor/assets/javascripts/mode-sh-uncompressed.js +0 -289
 - data/vendor/assets/javascripts/mode-sql-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-sql-uncompressed-noconflict.js +0 -159
 - data/vendor/assets/javascripts/mode-sql-uncompressed.js +0 -159
 - data/vendor/assets/javascripts/mode-svg-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-svg-uncompressed-noconflict.js +0 -2137
 - data/vendor/assets/javascripts/mode-svg-uncompressed.js +0 -2137
 - data/vendor/assets/javascripts/mode-text-noconflict.js +0 -0
 - data/vendor/assets/javascripts/mode-text-uncompressed-noconflict.js +0 -0
 - data/vendor/assets/javascripts/mode-text-uncompressed.js +0 -0
 - data/vendor/assets/javascripts/mode-textile-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-textile-uncompressed-noconflict.js +0 -254
 - data/vendor/assets/javascripts/mode-textile-uncompressed.js +0 -254
 - data/vendor/assets/javascripts/mode-xml-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-xml-uncompressed-noconflict.js +0 -1012
 - data/vendor/assets/javascripts/mode-xml-uncompressed.js +0 -1012
 - data/vendor/assets/javascripts/mode-xquery-noconflict.js +0 -1
 - data/vendor/assets/javascripts/mode-xquery-uncompressed-noconflict.js +0 -540
 - data/vendor/assets/javascripts/mode-xquery-uncompressed.js +0 -540
 - data/vendor/assets/javascripts/theme-chrome-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-chrome-uncompressed-noconflict.js +0 -207
 - data/vendor/assets/javascripts/theme-chrome-uncompressed.js +0 -207
 - data/vendor/assets/javascripts/theme-clouds-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-clouds-uncompressed-noconflict.js +0 -160
 - data/vendor/assets/javascripts/theme-clouds-uncompressed.js +0 -160
 - data/vendor/assets/javascripts/theme-clouds_midnight-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed-noconflict.js +0 -161
 - data/vendor/assets/javascripts/theme-clouds_midnight-uncompressed.js +0 -161
 - data/vendor/assets/javascripts/theme-cobalt-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-cobalt-uncompressed-noconflict.js +0 -187
 - data/vendor/assets/javascripts/theme-cobalt-uncompressed.js +0 -187
 - data/vendor/assets/javascripts/theme-crimson_editor-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-crimson_editor-uncompressed-noconflict.js +0 -198
 - data/vendor/assets/javascripts/theme-crimson_editor-uncompressed.js +0 -198
 - data/vendor/assets/javascripts/theme-dawn-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-dawn-uncompressed-noconflict.js +0 -191
 - data/vendor/assets/javascripts/theme-dawn-uncompressed.js +0 -191
 - data/vendor/assets/javascripts/theme-dreamweaver-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-dreamweaver-uncompressed-noconflict.js +0 -227
 - data/vendor/assets/javascripts/theme-dreamweaver-uncompressed.js +0 -227
 - data/vendor/assets/javascripts/theme-eclipse-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-eclipse-uncompressed-noconflict.js +0 -147
 - data/vendor/assets/javascripts/theme-eclipse-uncompressed.js +0 -147
 - data/vendor/assets/javascripts/theme-idle_fingers-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-idle_fingers-uncompressed-noconflict.js +0 -179
 - data/vendor/assets/javascripts/theme-idle_fingers-uncompressed.js +0 -179
 - data/vendor/assets/javascripts/theme-kr_theme-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-kr_theme-uncompressed-noconflict.js +0 -182
 - data/vendor/assets/javascripts/theme-kr_theme-uncompressed.js +0 -182
 - data/vendor/assets/javascripts/theme-merbivore-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-merbivore-uncompressed-noconflict.js +0 -182
 - data/vendor/assets/javascripts/theme-merbivore-uncompressed.js +0 -182
 - data/vendor/assets/javascripts/theme-merbivore_soft-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed-noconflict.js +0 -188
 - data/vendor/assets/javascripts/theme-merbivore_soft-uncompressed.js +0 -188
 - data/vendor/assets/javascripts/theme-mono_industrial-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-mono_industrial-uncompressed-noconflict.js +0 -190
 - data/vendor/assets/javascripts/theme-mono_industrial-uncompressed.js +0 -190
 - data/vendor/assets/javascripts/theme-monokai-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-monokai-uncompressed-noconflict.js +0 -191
 - data/vendor/assets/javascripts/theme-monokai-uncompressed.js +0 -191
 - data/vendor/assets/javascripts/theme-pastel_on_dark-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed-noconflict.js +0 -192
 - data/vendor/assets/javascripts/theme-pastel_on_dark-uncompressed.js +0 -192
 - data/vendor/assets/javascripts/theme-solarized_dark-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-solarized_dark-uncompressed-noconflict.js +0 -176
 - data/vendor/assets/javascripts/theme-solarized_dark-uncompressed.js +0 -176
 - data/vendor/assets/javascripts/theme-solarized_light-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-solarized_light-uncompressed-noconflict.js +0 -172
 - data/vendor/assets/javascripts/theme-solarized_light-uncompressed.js +0 -172
 - data/vendor/assets/javascripts/theme-textmate-noconflict.js +0 -0
 - data/vendor/assets/javascripts/theme-textmate-uncompressed-noconflict.js +0 -0
 - data/vendor/assets/javascripts/theme-textmate-uncompressed.js +0 -0
 - data/vendor/assets/javascripts/theme-tomorrow-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-tomorrow-uncompressed-noconflict.js +0 -206
 - data/vendor/assets/javascripts/theme-tomorrow-uncompressed.js +0 -206
 - data/vendor/assets/javascripts/theme-tomorrow_night-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed-noconflict.js +0 -206
 - data/vendor/assets/javascripts/theme-tomorrow_night-uncompressed.js +0 -206
 - data/vendor/assets/javascripts/theme-tomorrow_night_blue-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed-noconflict.js +0 -209
 - data/vendor/assets/javascripts/theme-tomorrow_night_blue-uncompressed.js +0 -209
 - data/vendor/assets/javascripts/theme-tomorrow_night_bright-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed-noconflict.js +0 -206
 - data/vendor/assets/javascripts/theme-tomorrow_night_bright-uncompressed.js +0 -206
 - data/vendor/assets/javascripts/theme-tomorrow_night_eighties-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed-noconflict.js +0 -202
 - data/vendor/assets/javascripts/theme-tomorrow_night_eighties-uncompressed.js +0 -202
 - data/vendor/assets/javascripts/theme-twilight-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-twilight-uncompressed-noconflict.js +0 -204
 - data/vendor/assets/javascripts/theme-twilight-uncompressed.js +0 -204
 - data/vendor/assets/javascripts/theme-vibrant_ink-noconflict.js +0 -1
 - data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed-noconflict.js +0 -183
 - data/vendor/assets/javascripts/theme-vibrant_ink-uncompressed.js +0 -183
 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ace.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,172 +0,0 @@ 
     | 
|
| 
       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 
     | 
    
         
            -
            ace.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: #e8e8e8;\
         
     | 
| 
       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 
     | 
    
         
            -
              cursor: text;\
         
     | 
| 
       67 
     | 
    
         
            -
              color: #586E75;\
         
     | 
| 
       68 
     | 
    
         
            -
            }\
         
     | 
| 
       69 
     | 
    
         
            -
            \
         
     | 
| 
       70 
     | 
    
         
            -
            .ace-solarized-light .ace_cursor {\
         
     | 
| 
       71 
     | 
    
         
            -
              border-left: 2px solid #000000;\
         
     | 
| 
       72 
     | 
    
         
            -
            }\
         
     | 
| 
       73 
     | 
    
         
            -
            \
         
     | 
| 
       74 
     | 
    
         
            -
            .ace-solarized-light .ace_cursor.ace_overwrite {\
         
     | 
| 
       75 
     | 
    
         
            -
              border-left: 0px;\
         
     | 
| 
       76 
     | 
    
         
            -
              border-bottom: 1px solid #000000;\
         
     | 
| 
       77 
     | 
    
         
            -
            }\
         
     | 
| 
       78 
     | 
    
         
            -
            \
         
     | 
| 
       79 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_selection {\
         
     | 
| 
       80 
     | 
    
         
            -
              background: #073642;\
         
     | 
| 
       81 
     | 
    
         
            -
            }\
         
     | 
| 
       82 
     | 
    
         
            -
            \
         
     | 
| 
       83 
     | 
    
         
            -
            .ace-solarized-light.multiselect .ace_selection.start {\
         
     | 
| 
       84 
     | 
    
         
            -
              box-shadow: 0 0 3px 0px #FDF6E3;\
         
     | 
| 
       85 
     | 
    
         
            -
              border-radius: 2px;\
         
     | 
| 
       86 
     | 
    
         
            -
            }\
         
     | 
| 
       87 
     | 
    
         
            -
            \
         
     | 
| 
       88 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_step {\
         
     | 
| 
       89 
     | 
    
         
            -
              background: rgb(198, 219, 174);\
         
     | 
| 
       90 
     | 
    
         
            -
            }\
         
     | 
| 
       91 
     | 
    
         
            -
            \
         
     | 
| 
       92 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_bracket {\
         
     | 
| 
       93 
     | 
    
         
            -
              margin: -1px 0 0 -1px;\
         
     | 
| 
       94 
     | 
    
         
            -
              border: 1px solid rgba(147, 161, 161, 0.50);\
         
     | 
| 
       95 
     | 
    
         
            -
            }\
         
     | 
| 
       96 
     | 
    
         
            -
            \
         
     | 
| 
       97 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_active_line {\
         
     | 
| 
       98 
     | 
    
         
            -
              background: #EEE8D5;\
         
     | 
| 
       99 
     | 
    
         
            -
            }\
         
     | 
| 
       100 
     | 
    
         
            -
            \
         
     | 
| 
       101 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_selected_word {\
         
     | 
| 
       102 
     | 
    
         
            -
              border: 1px solid #073642;\
         
     | 
| 
       103 
     | 
    
         
            -
            }\
         
     | 
| 
       104 
     | 
    
         
            -
            \
         
     | 
| 
       105 
     | 
    
         
            -
            .ace-solarized-light .ace_invisible {\
         
     | 
| 
       106 
     | 
    
         
            -
              color: rgba(147, 161, 161, 0.50);\
         
     | 
| 
       107 
     | 
    
         
            -
            }\
         
     | 
| 
       108 
     | 
    
         
            -
            \
         
     | 
| 
       109 
     | 
    
         
            -
            .ace-solarized-light .ace_keyword, .ace-solarized-light .ace_meta {\
         
     | 
| 
       110 
     | 
    
         
            -
              color:#859900;\
         
     | 
| 
       111 
     | 
    
         
            -
            }\
         
     | 
| 
       112 
     | 
    
         
            -
            \
         
     | 
| 
       113 
     | 
    
         
            -
            .ace-solarized-light .ace_constant.ace_language {\
         
     | 
| 
       114 
     | 
    
         
            -
              color:#B58900;\
         
     | 
| 
       115 
     | 
    
         
            -
            }\
         
     | 
| 
       116 
     | 
    
         
            -
            \
         
     | 
| 
       117 
     | 
    
         
            -
            .ace-solarized-light .ace_constant.ace_numeric {\
         
     | 
| 
       118 
     | 
    
         
            -
              color:#D33682;\
         
     | 
| 
       119 
     | 
    
         
            -
            }\
         
     | 
| 
       120 
     | 
    
         
            -
            \
         
     | 
| 
       121 
     | 
    
         
            -
            .ace-solarized-light .ace_constant.ace_other {\
         
     | 
| 
       122 
     | 
    
         
            -
              color:#CB4B16;\
         
     | 
| 
       123 
     | 
    
         
            -
            }\
         
     | 
| 
       124 
     | 
    
         
            -
            \
         
     | 
| 
       125 
     | 
    
         
            -
            .ace-solarized-light .ace_fold {\
         
     | 
| 
       126 
     | 
    
         
            -
                background-color: #268BD2;\
         
     | 
| 
       127 
     | 
    
         
            -
                border-color: #586E75;\
         
     | 
| 
       128 
     | 
    
         
            -
            }\
         
     | 
| 
       129 
     | 
    
         
            -
            \
         
     | 
| 
       130 
     | 
    
         
            -
            .ace-solarized-light .ace_support.ace_function {\
         
     | 
| 
       131 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       132 
     | 
    
         
            -
            }\
         
     | 
| 
       133 
     | 
    
         
            -
            \
         
     | 
| 
       134 
     | 
    
         
            -
            .ace-solarized-light .ace_storage {\
         
     | 
| 
       135 
     | 
    
         
            -
              color:#073642;\
         
     | 
| 
       136 
     | 
    
         
            -
            }\
         
     | 
| 
       137 
     | 
    
         
            -
            \
         
     | 
| 
       138 
     | 
    
         
            -
            .ace-solarized-light .ace_variable {\
         
     | 
| 
       139 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       140 
     | 
    
         
            -
            }\
         
     | 
| 
       141 
     | 
    
         
            -
            \
         
     | 
| 
       142 
     | 
    
         
            -
            .ace-solarized-light .ace_string {\
         
     | 
| 
       143 
     | 
    
         
            -
              color:#2AA198;\
         
     | 
| 
       144 
     | 
    
         
            -
            }\
         
     | 
| 
       145 
     | 
    
         
            -
            \
         
     | 
| 
       146 
     | 
    
         
            -
            .ace-solarized-light .ace_string.ace_regexp {\
         
     | 
| 
       147 
     | 
    
         
            -
              color:#D30102;\
         
     | 
| 
       148 
     | 
    
         
            -
            }\
         
     | 
| 
       149 
     | 
    
         
            -
            \
         
     | 
| 
       150 
     | 
    
         
            -
            .ace-solarized-light .ace_comment {\
         
     | 
| 
       151 
     | 
    
         
            -
              color:#93A1A1;\
         
     | 
| 
       152 
     | 
    
         
            -
            }\
         
     | 
| 
       153 
     | 
    
         
            -
            \
         
     | 
| 
       154 
     | 
    
         
            -
            .ace-solarized-light .ace_variable.ace_language {\
         
     | 
| 
       155 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       156 
     | 
    
         
            -
            }\
         
     | 
| 
       157 
     | 
    
         
            -
            \
         
     | 
| 
       158 
     | 
    
         
            -
            .ace-solarized-light .ace_entity.ace_other.ace_attribute-name {\
         
     | 
| 
       159 
     | 
    
         
            -
              color:#93A1A1;\
         
     | 
| 
       160 
     | 
    
         
            -
            }\
         
     | 
| 
       161 
     | 
    
         
            -
            \
         
     | 
| 
       162 
     | 
    
         
            -
            .ace-solarized-light .ace_entity.ace_name.ace_function {\
         
     | 
| 
       163 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       164 
     | 
    
         
            -
            }\
         
     | 
| 
       165 
     | 
    
         
            -
            \
         
     | 
| 
       166 
     | 
    
         
            -
            .ace-solarized-light .ace_markup.ace_underline {\
         
     | 
| 
       167 
     | 
    
         
            -
                text-decoration:underline;\
         
     | 
| 
       168 
     | 
    
         
            -
            }";
         
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
                var dom = require("../lib/dom");
         
     | 
| 
       171 
     | 
    
         
            -
                dom.importCssString(exports.cssText, exports.cssClass);
         
     | 
| 
       172 
     | 
    
         
            -
            });
         
     | 
| 
         @@ -1,172 +0,0 @@ 
     | 
|
| 
       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: #e8e8e8;\
         
     | 
| 
       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 
     | 
    
         
            -
              cursor: text;\
         
     | 
| 
       67 
     | 
    
         
            -
              color: #586E75;\
         
     | 
| 
       68 
     | 
    
         
            -
            }\
         
     | 
| 
       69 
     | 
    
         
            -
            \
         
     | 
| 
       70 
     | 
    
         
            -
            .ace-solarized-light .ace_cursor {\
         
     | 
| 
       71 
     | 
    
         
            -
              border-left: 2px solid #000000;\
         
     | 
| 
       72 
     | 
    
         
            -
            }\
         
     | 
| 
       73 
     | 
    
         
            -
            \
         
     | 
| 
       74 
     | 
    
         
            -
            .ace-solarized-light .ace_cursor.ace_overwrite {\
         
     | 
| 
       75 
     | 
    
         
            -
              border-left: 0px;\
         
     | 
| 
       76 
     | 
    
         
            -
              border-bottom: 1px solid #000000;\
         
     | 
| 
       77 
     | 
    
         
            -
            }\
         
     | 
| 
       78 
     | 
    
         
            -
            \
         
     | 
| 
       79 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_selection {\
         
     | 
| 
       80 
     | 
    
         
            -
              background: #073642;\
         
     | 
| 
       81 
     | 
    
         
            -
            }\
         
     | 
| 
       82 
     | 
    
         
            -
            \
         
     | 
| 
       83 
     | 
    
         
            -
            .ace-solarized-light.multiselect .ace_selection.start {\
         
     | 
| 
       84 
     | 
    
         
            -
              box-shadow: 0 0 3px 0px #FDF6E3;\
         
     | 
| 
       85 
     | 
    
         
            -
              border-radius: 2px;\
         
     | 
| 
       86 
     | 
    
         
            -
            }\
         
     | 
| 
       87 
     | 
    
         
            -
            \
         
     | 
| 
       88 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_step {\
         
     | 
| 
       89 
     | 
    
         
            -
              background: rgb(198, 219, 174);\
         
     | 
| 
       90 
     | 
    
         
            -
            }\
         
     | 
| 
       91 
     | 
    
         
            -
            \
         
     | 
| 
       92 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_bracket {\
         
     | 
| 
       93 
     | 
    
         
            -
              margin: -1px 0 0 -1px;\
         
     | 
| 
       94 
     | 
    
         
            -
              border: 1px solid rgba(147, 161, 161, 0.50);\
         
     | 
| 
       95 
     | 
    
         
            -
            }\
         
     | 
| 
       96 
     | 
    
         
            -
            \
         
     | 
| 
       97 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_active_line {\
         
     | 
| 
       98 
     | 
    
         
            -
              background: #EEE8D5;\
         
     | 
| 
       99 
     | 
    
         
            -
            }\
         
     | 
| 
       100 
     | 
    
         
            -
            \
         
     | 
| 
       101 
     | 
    
         
            -
            .ace-solarized-light .ace_marker-layer .ace_selected_word {\
         
     | 
| 
       102 
     | 
    
         
            -
              border: 1px solid #073642;\
         
     | 
| 
       103 
     | 
    
         
            -
            }\
         
     | 
| 
       104 
     | 
    
         
            -
            \
         
     | 
| 
       105 
     | 
    
         
            -
            .ace-solarized-light .ace_invisible {\
         
     | 
| 
       106 
     | 
    
         
            -
              color: rgba(147, 161, 161, 0.50);\
         
     | 
| 
       107 
     | 
    
         
            -
            }\
         
     | 
| 
       108 
     | 
    
         
            -
            \
         
     | 
| 
       109 
     | 
    
         
            -
            .ace-solarized-light .ace_keyword, .ace-solarized-light .ace_meta {\
         
     | 
| 
       110 
     | 
    
         
            -
              color:#859900;\
         
     | 
| 
       111 
     | 
    
         
            -
            }\
         
     | 
| 
       112 
     | 
    
         
            -
            \
         
     | 
| 
       113 
     | 
    
         
            -
            .ace-solarized-light .ace_constant.ace_language {\
         
     | 
| 
       114 
     | 
    
         
            -
              color:#B58900;\
         
     | 
| 
       115 
     | 
    
         
            -
            }\
         
     | 
| 
       116 
     | 
    
         
            -
            \
         
     | 
| 
       117 
     | 
    
         
            -
            .ace-solarized-light .ace_constant.ace_numeric {\
         
     | 
| 
       118 
     | 
    
         
            -
              color:#D33682;\
         
     | 
| 
       119 
     | 
    
         
            -
            }\
         
     | 
| 
       120 
     | 
    
         
            -
            \
         
     | 
| 
       121 
     | 
    
         
            -
            .ace-solarized-light .ace_constant.ace_other {\
         
     | 
| 
       122 
     | 
    
         
            -
              color:#CB4B16;\
         
     | 
| 
       123 
     | 
    
         
            -
            }\
         
     | 
| 
       124 
     | 
    
         
            -
            \
         
     | 
| 
       125 
     | 
    
         
            -
            .ace-solarized-light .ace_fold {\
         
     | 
| 
       126 
     | 
    
         
            -
                background-color: #268BD2;\
         
     | 
| 
       127 
     | 
    
         
            -
                border-color: #586E75;\
         
     | 
| 
       128 
     | 
    
         
            -
            }\
         
     | 
| 
       129 
     | 
    
         
            -
            \
         
     | 
| 
       130 
     | 
    
         
            -
            .ace-solarized-light .ace_support.ace_function {\
         
     | 
| 
       131 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       132 
     | 
    
         
            -
            }\
         
     | 
| 
       133 
     | 
    
         
            -
            \
         
     | 
| 
       134 
     | 
    
         
            -
            .ace-solarized-light .ace_storage {\
         
     | 
| 
       135 
     | 
    
         
            -
              color:#073642;\
         
     | 
| 
       136 
     | 
    
         
            -
            }\
         
     | 
| 
       137 
     | 
    
         
            -
            \
         
     | 
| 
       138 
     | 
    
         
            -
            .ace-solarized-light .ace_variable {\
         
     | 
| 
       139 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       140 
     | 
    
         
            -
            }\
         
     | 
| 
       141 
     | 
    
         
            -
            \
         
     | 
| 
       142 
     | 
    
         
            -
            .ace-solarized-light .ace_string {\
         
     | 
| 
       143 
     | 
    
         
            -
              color:#2AA198;\
         
     | 
| 
       144 
     | 
    
         
            -
            }\
         
     | 
| 
       145 
     | 
    
         
            -
            \
         
     | 
| 
       146 
     | 
    
         
            -
            .ace-solarized-light .ace_string.ace_regexp {\
         
     | 
| 
       147 
     | 
    
         
            -
              color:#D30102;\
         
     | 
| 
       148 
     | 
    
         
            -
            }\
         
     | 
| 
       149 
     | 
    
         
            -
            \
         
     | 
| 
       150 
     | 
    
         
            -
            .ace-solarized-light .ace_comment {\
         
     | 
| 
       151 
     | 
    
         
            -
              color:#93A1A1;\
         
     | 
| 
       152 
     | 
    
         
            -
            }\
         
     | 
| 
       153 
     | 
    
         
            -
            \
         
     | 
| 
       154 
     | 
    
         
            -
            .ace-solarized-light .ace_variable.ace_language {\
         
     | 
| 
       155 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       156 
     | 
    
         
            -
            }\
         
     | 
| 
       157 
     | 
    
         
            -
            \
         
     | 
| 
       158 
     | 
    
         
            -
            .ace-solarized-light .ace_entity.ace_other.ace_attribute-name {\
         
     | 
| 
       159 
     | 
    
         
            -
              color:#93A1A1;\
         
     | 
| 
       160 
     | 
    
         
            -
            }\
         
     | 
| 
       161 
     | 
    
         
            -
            \
         
     | 
| 
       162 
     | 
    
         
            -
            .ace-solarized-light .ace_entity.ace_name.ace_function {\
         
     | 
| 
       163 
     | 
    
         
            -
              color:#268BD2;\
         
     | 
| 
       164 
     | 
    
         
            -
            }\
         
     | 
| 
       165 
     | 
    
         
            -
            \
         
     | 
| 
       166 
     | 
    
         
            -
            .ace-solarized-light .ace_markup.ace_underline {\
         
     | 
| 
       167 
     | 
    
         
            -
                text-decoration:underline;\
         
     | 
| 
       168 
     | 
    
         
            -
            }";
         
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
                var dom = require("../lib/dom");
         
     | 
| 
       171 
     | 
    
         
            -
                dom.importCssString(exports.cssText, exports.cssClass);
         
     | 
| 
       172 
     | 
    
         
            -
            });
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         
            File without changes
         
     | 
| 
         @@ -1 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            ace.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,206 +0,0 @@ 
     | 
|
| 
       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 
     | 
    
         
            -
            ace.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: #e8e8e8;\
         
     | 
| 
       53 
     | 
    
         
            -
              color: #333;\
         
     | 
| 
       54 
     | 
    
         
            -
            }\
         
     | 
| 
       55 
     | 
    
         
            -
            \
         
     | 
| 
       56 
     | 
    
         
            -
            .ace-tomorrow .ace_print_margin {\
         
     | 
| 
       57 
     | 
    
         
            -
              width: 1px;\
         
     | 
| 
       58 
     | 
    
         
            -
              background: #e8e8e8;\
         
     | 
| 
       59 
     | 
    
         
            -
            }\
         
     | 
| 
       60 
     | 
    
         
            -
            \
         
     | 
| 
       61 
     | 
    
         
            -
            .ace-tomorrow .ace_scroller {\
         
     | 
| 
       62 
     | 
    
         
            -
              background-color: #FFFFFF;\
         
     | 
| 
       63 
     | 
    
         
            -
            }\
         
     | 
| 
       64 
     | 
    
         
            -
            \
         
     | 
| 
       65 
     | 
    
         
            -
            .ace-tomorrow .ace_text-layer {\
         
     | 
| 
       66 
     | 
    
         
            -
              cursor: text;\
         
     | 
| 
       67 
     | 
    
         
            -
              color: #4D4D4C;\
         
     | 
| 
       68 
     | 
    
         
            -
            }\
         
     | 
| 
       69 
     | 
    
         
            -
            \
         
     | 
| 
       70 
     | 
    
         
            -
            .ace-tomorrow .ace_cursor {\
         
     | 
| 
       71 
     | 
    
         
            -
              border-left: 2px solid #AEAFAD;\
         
     | 
| 
       72 
     | 
    
         
            -
            }\
         
     | 
| 
       73 
     | 
    
         
            -
            \
         
     | 
| 
       74 
     | 
    
         
            -
            .ace-tomorrow .ace_cursor.ace_overwrite {\
         
     | 
| 
       75 
     | 
    
         
            -
              border-left: 0px;\
         
     | 
| 
       76 
     | 
    
         
            -
              border-bottom: 1px solid #AEAFAD;\
         
     | 
| 
       77 
     | 
    
         
            -
            }\
         
     | 
| 
       78 
     | 
    
         
            -
            \
         
     | 
| 
       79 
     | 
    
         
            -
            .ace-tomorrow .ace_marker-layer .ace_selection {\
         
     | 
| 
       80 
     | 
    
         
            -
              background: #D6D6D6;\
         
     | 
| 
       81 
     | 
    
         
            -
            }\
         
     | 
| 
       82 
     | 
    
         
            -
            \
         
     | 
| 
       83 
     | 
    
         
            -
            .ace-tomorrow.multiselect .ace_selection.start {\
         
     | 
| 
       84 
     | 
    
         
            -
              box-shadow: 0 0 3px 0px #FFFFFF;\
         
     | 
| 
       85 
     | 
    
         
            -
              border-radius: 2px;\
         
     | 
| 
       86 
     | 
    
         
            -
            }\
         
     | 
| 
       87 
     | 
    
         
            -
            \
         
     | 
| 
       88 
     | 
    
         
            -
            .ace-tomorrow .ace_marker-layer .ace_step {\
         
     | 
| 
       89 
     | 
    
         
            -
              background: rgb(198, 219, 174);\
         
     | 
| 
       90 
     | 
    
         
            -
            }\
         
     | 
| 
       91 
     | 
    
         
            -
            \
         
     | 
| 
       92 
     | 
    
         
            -
            .ace-tomorrow .ace_marker-layer .ace_bracket {\
         
     | 
| 
       93 
     | 
    
         
            -
              margin: -1px 0 0 -1px;\
         
     | 
| 
       94 
     | 
    
         
            -
              border: 1px solid #D1D1D1;\
         
     | 
| 
       95 
     | 
    
         
            -
            }\
         
     | 
| 
       96 
     | 
    
         
            -
            \
         
     | 
| 
       97 
     | 
    
         
            -
            .ace-tomorrow .ace_marker-layer .ace_active_line {\
         
     | 
| 
       98 
     | 
    
         
            -
              background: #EFEFEF;\
         
     | 
| 
       99 
     | 
    
         
            -
            }\
         
     | 
| 
       100 
     | 
    
         
            -
            \
         
     | 
| 
       101 
     | 
    
         
            -
            .ace-tomorrow .ace_marker-layer .ace_selected_word {\
         
     | 
| 
       102 
     | 
    
         
            -
              border: 1px solid #D6D6D6;\
         
     | 
| 
       103 
     | 
    
         
            -
            }\
         
     | 
| 
       104 
     | 
    
         
            -
            \
         
     | 
| 
       105 
     | 
    
         
            -
            .ace-tomorrow .ace_invisible {\
         
     | 
| 
       106 
     | 
    
         
            -
              color: #D1D1D1;\
         
     | 
| 
       107 
     | 
    
         
            -
            }\
         
     | 
| 
       108 
     | 
    
         
            -
            \
         
     | 
| 
       109 
     | 
    
         
            -
            .ace-tomorrow .ace_keyword, .ace-tomorrow .ace_meta {\
         
     | 
| 
       110 
     | 
    
         
            -
              color:#8959A8;\
         
     | 
| 
       111 
     | 
    
         
            -
            }\
         
     | 
| 
       112 
     | 
    
         
            -
            \
         
     | 
| 
       113 
     | 
    
         
            -
            .ace-tomorrow .ace_keyword.ace_operator {\
         
     | 
| 
       114 
     | 
    
         
            -
              color:#3E999F;\
         
     | 
| 
       115 
     | 
    
         
            -
            }\
         
     | 
| 
       116 
     | 
    
         
            -
            \
         
     | 
| 
       117 
     | 
    
         
            -
            .ace-tomorrow .ace_constant.ace_language {\
         
     | 
| 
       118 
     | 
    
         
            -
              color:#F5871F;\
         
     | 
| 
       119 
     | 
    
         
            -
            }\
         
     | 
| 
       120 
     | 
    
         
            -
            \
         
     | 
| 
       121 
     | 
    
         
            -
            .ace-tomorrow .ace_constant.ace_numeric {\
         
     | 
| 
       122 
     | 
    
         
            -
              color:#F5871F;\
         
     | 
| 
       123 
     | 
    
         
            -
            }\
         
     | 
| 
       124 
     | 
    
         
            -
            \
         
     | 
| 
       125 
     | 
    
         
            -
            .ace-tomorrow .ace_constant.ace_other {\
         
     | 
| 
       126 
     | 
    
         
            -
              color:#666969;\
         
     | 
| 
       127 
     | 
    
         
            -
            }\
         
     | 
| 
       128 
     | 
    
         
            -
            \
         
     | 
| 
       129 
     | 
    
         
            -
            .ace-tomorrow .ace_invalid {\
         
     | 
| 
       130 
     | 
    
         
            -
              color:#FFFFFF;\
         
     | 
| 
       131 
     | 
    
         
            -
            background-color:#C82829;\
         
     | 
| 
       132 
     | 
    
         
            -
            }\
         
     | 
| 
       133 
     | 
    
         
            -
            \
         
     | 
| 
       134 
     | 
    
         
            -
            .ace-tomorrow .ace_invalid.ace_deprecated {\
         
     | 
| 
       135 
     | 
    
         
            -
              color:#FFFFFF;\
         
     | 
| 
       136 
     | 
    
         
            -
            background-color:#8959A8;\
         
     | 
| 
       137 
     | 
    
         
            -
            }\
         
     | 
| 
       138 
     | 
    
         
            -
            \
         
     | 
| 
       139 
     | 
    
         
            -
            .ace-tomorrow .ace_support.ace_constant {\
         
     | 
| 
       140 
     | 
    
         
            -
              color:#F5871F;\
         
     | 
| 
       141 
     | 
    
         
            -
            }\
         
     | 
| 
       142 
     | 
    
         
            -
            \
         
     | 
| 
       143 
     | 
    
         
            -
            .ace-tomorrow .ace_fold {\
         
     | 
| 
       144 
     | 
    
         
            -
                background-color: #4271AE;\
         
     | 
| 
       145 
     | 
    
         
            -
                border-color: #4D4D4C;\
         
     | 
| 
       146 
     | 
    
         
            -
            }\
         
     | 
| 
       147 
     | 
    
         
            -
            \
         
     | 
| 
       148 
     | 
    
         
            -
            .ace-tomorrow .ace_support.ace_function {\
         
     | 
| 
       149 
     | 
    
         
            -
              color:#4271AE;\
         
     | 
| 
       150 
     | 
    
         
            -
            }\
         
     | 
| 
       151 
     | 
    
         
            -
            \
         
     | 
| 
       152 
     | 
    
         
            -
            .ace-tomorrow .ace_storage {\
         
     | 
| 
       153 
     | 
    
         
            -
              color:#8959A8;\
         
     | 
| 
       154 
     | 
    
         
            -
            }\
         
     | 
| 
       155 
     | 
    
         
            -
            \
         
     | 
| 
       156 
     | 
    
         
            -
            .ace-tomorrow .ace_storage.ace_type,  .ace-tomorrow .ace_support.ace_type{\
         
     | 
| 
       157 
     | 
    
         
            -
              color:#8959A8;\
         
     | 
| 
       158 
     | 
    
         
            -
            }\
         
     | 
| 
       159 
     | 
    
         
            -
            \
         
     | 
| 
       160 
     | 
    
         
            -
            .ace-tomorrow .ace_variable {\
         
     | 
| 
       161 
     | 
    
         
            -
              color:#4271AE;\
         
     | 
| 
       162 
     | 
    
         
            -
            }\
         
     | 
| 
       163 
     | 
    
         
            -
            \
         
     | 
| 
       164 
     | 
    
         
            -
            .ace-tomorrow .ace_variable.ace_parameter {\
         
     | 
| 
       165 
     | 
    
         
            -
              color:#F5871F;\
         
     | 
| 
       166 
     | 
    
         
            -
            }\
         
     | 
| 
       167 
     | 
    
         
            -
            \
         
     | 
| 
       168 
     | 
    
         
            -
            .ace-tomorrow .ace_string {\
         
     | 
| 
       169 
     | 
    
         
            -
              color:#718C00;\
         
     | 
| 
       170 
     | 
    
         
            -
            }\
         
     | 
| 
       171 
     | 
    
         
            -
            \
         
     | 
| 
       172 
     | 
    
         
            -
            .ace-tomorrow .ace_string.ace_regexp {\
         
     | 
| 
       173 
     | 
    
         
            -
              color:#C82829;\
         
     | 
| 
       174 
     | 
    
         
            -
            }\
         
     | 
| 
       175 
     | 
    
         
            -
            \
         
     | 
| 
       176 
     | 
    
         
            -
            .ace-tomorrow .ace_comment {\
         
     | 
| 
       177 
     | 
    
         
            -
              color:#8E908C;\
         
     | 
| 
       178 
     | 
    
         
            -
            }\
         
     | 
| 
       179 
     | 
    
         
            -
            \
         
     | 
| 
       180 
     | 
    
         
            -
            .ace-tomorrow .ace_variable {\
         
     | 
| 
       181 
     | 
    
         
            -
              color:#C82829;\
         
     | 
| 
       182 
     | 
    
         
            -
            }\
         
     | 
| 
       183 
     | 
    
         
            -
            \
         
     | 
| 
       184 
     | 
    
         
            -
            .ace-tomorrow .ace_meta.ace_tag {\
         
     | 
| 
       185 
     | 
    
         
            -
              color:#C82829;\
         
     | 
| 
       186 
     | 
    
         
            -
            }\
         
     | 
| 
       187 
     | 
    
         
            -
            \
         
     | 
| 
       188 
     | 
    
         
            -
            .ace-tomorrow .ace_entity.ace_other.ace_attribute-name {\
         
     | 
| 
       189 
     | 
    
         
            -
              color:#C82829;\
         
     | 
| 
       190 
     | 
    
         
            -
            }\
         
     | 
| 
       191 
     | 
    
         
            -
            \
         
     | 
| 
       192 
     | 
    
         
            -
            .ace-tomorrow .ace_entity.ace_name.ace_function {\
         
     | 
| 
       193 
     | 
    
         
            -
              color:#4271AE;\
         
     | 
| 
       194 
     | 
    
         
            -
            }\
         
     | 
| 
       195 
     | 
    
         
            -
            \
         
     | 
| 
       196 
     | 
    
         
            -
            .ace-tomorrow .ace_markup.ace_underline {\
         
     | 
| 
       197 
     | 
    
         
            -
                text-decoration:underline;\
         
     | 
| 
       198 
     | 
    
         
            -
            }\
         
     | 
| 
       199 
     | 
    
         
            -
            \
         
     | 
| 
       200 
     | 
    
         
            -
            .ace-tomorrow .ace_markup.ace_heading {\
         
     | 
| 
       201 
     | 
    
         
            -
              color:#718C00;\
         
     | 
| 
       202 
     | 
    
         
            -
            }";
         
     | 
| 
       203 
     | 
    
         
            -
             
     | 
| 
       204 
     | 
    
         
            -
                var dom = require("../lib/dom");
         
     | 
| 
       205 
     | 
    
         
            -
                dom.importCssString(exports.cssText, exports.cssClass);
         
     | 
| 
       206 
     | 
    
         
            -
            });
         
     |