aboutsummaryrefslogtreecommitdiff
path: root/contexts/data/lib/ace/theme-tomorrow_night_blue-noconflict.js
blob: 1fd929d071a97400fd4ea3cc1d7599dc9e7f679f (plain)
1
ace.define("ace/theme/tomorrow_night_blue",["require","exports","module"],function(a,b,c){b.isDark=!0,b.cssClass="ace-tomorrow-night-blue",b.cssText=".ace-tomorrow-night-blue .ace_editor {  border: 2px solid rgb(159, 159, 159);}.ace-tomorrow-night-blue .ace_editor.ace_focus {  border: 2px solid #327fbd;}.ace-tomorrow-night-blue .ace_gutter {  background: #e8e8e8;  color: #333;}.ace-tomorrow-night-blue .ace_print_margin {  width: 1px;  background: #e8e8e8;}.ace-tomorrow-night-blue .ace_scroller {  background-color: #002451;}.ace-tomorrow-night-blue .ace_text-layer {  cursor: text;  color: #FFFFFF;}.ace-tomorrow-night-blue .ace_cursor {  border-left: 2px solid #FFFFFF;}.ace-tomorrow-night-blue .ace_cursor.ace_overwrite {  border-left: 0px;  border-bottom: 1px solid #FFFFFF;} .ace-tomorrow-night-blue .ace_marker-layer .ace_selection {  background: #003F8E;}.ace-tomorrow-night-blue .ace_marker-layer .ace_step {  background: rgb(198, 219, 174);}.ace-tomorrow-night-blue .ace_marker-layer .ace_bracket {  margin: -1px 0 0 -1px;  border: 1px solid #404F7D;}.ace-tomorrow-night-blue .ace_marker-layer .ace_active_line {  background: #00346E;}.ace-tomorrow-night-blue .ace_marker-layer .ace_selected_word {  border: 1px solid #003F8E;}       .ace-tomorrow-night-blue .ace_invisible {  color: #404F7D;}.ace-tomorrow-night-blue .ace_keyword {  color:#EBBBFF;}.ace-tomorrow-night-blue .ace_keyword.ace_operator {  color:#99FFFF;}.ace-tomorrow-night-blue .ace_constant.ace_language {  color:#FFC58F;}.ace-tomorrow-night-blue .ace_constant.ace_numeric {  color:#FFC58F;}.ace-tomorrow-night-blue .ace_invalid {  color:#FFFFFF;background-color:#F99DA5;}.ace-tomorrow-night-blue .ace_invalid.ace_deprecated {  color:#FFFFFF;background-color:#EBBBFF;}.ace-tomorrow-night-blue .ace_fold {    background-color: #BBDAFF;    border-color: #FFFFFF;}.ace-tomorrow-night-blue .ace_support.ace_function {  color:#BBDAFF;}.ace-tomorrow-night-blue .ace_string {  color:#D1F1A9;}.ace-tomorrow-night-blue .ace_string.ace_regexp {  color:#FF9DA4;}.ace-tomorrow-night-blue .ace_comment {  color:#7285B7;}.ace-tomorrow-night-blue .ace_variable {  color:#FF9DA4;}.ace-tomorrow-night-blue .ace_meta.ace_tag {  color:#FF9DA4;}.ace-tomorrow-night-blue .ace_entity.ace_other.ace_attribute-name {  color:#FF9DA4;}.ace-tomorrow-night-blue .ace_entity.ace_name.ace_function {  color:#BBDAFF;}.ace-tomorrow-night-blue .ace_markup.ace_underline {    text-decoration:underline;}.ace-tomorrow-night-blue .ace_markup.ace_heading {  color:#D1F1A9;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)}),function(){ace.require(["ace/ace"],function(a){window.ace||(window.ace={});for(var b in a)a.hasOwnProperty(b)&&(ace[b]=a[b])})}()