regenerate all themes
This commit is contained in:
parent
4017abd825
commit
2e55b85a97
40 changed files with 968 additions and 929 deletions
|
|
@ -1,124 +1,129 @@
|
|||
.ace-clouds .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-clouds .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-clouds .ace_gutter {
|
||||
background: #ebebeb;
|
||||
color: #333;
|
||||
color: #333
|
||||
}
|
||||
|
||||
.ace-clouds .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #e8e8e8
|
||||
}
|
||||
|
||||
.ace-clouds .ace_scroller {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-clouds .ace_text-layer {
|
||||
color: #000000;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
.ace-clouds .ace_cursor {
|
||||
border-left: 2px solid #000000;
|
||||
border-left: 2px solid #000000
|
||||
}
|
||||
|
||||
.ace-clouds .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000
|
||||
}
|
||||
|
||||
.ace-clouds .ace_marker-layer .ace_selection {
|
||||
background: #BDD5FC;
|
||||
background: #BDD5FC
|
||||
}
|
||||
|
||||
.ace-clouds.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FFFFFF;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-clouds .ace_marker-layer .ace_step {
|
||||
background: rgb(255, 255, 0);
|
||||
background: rgb(255, 255, 0)
|
||||
}
|
||||
|
||||
.ace-clouds .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #BFBFBF;
|
||||
border: 1px solid #BFBFBF
|
||||
}
|
||||
|
||||
.ace-clouds .ace_marker-layer .ace_active_line {
|
||||
background: #FFFBD1;
|
||||
background: #FFFBD1
|
||||
}
|
||||
|
||||
.ace-clouds .ace_gutter_active_line {
|
||||
background-color : #dcdcdc;
|
||||
background-color : #dcdcdc
|
||||
}
|
||||
|
||||
.ace-clouds .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #BDD5FC;
|
||||
border: 1px solid #BDD5FC
|
||||
}
|
||||
|
||||
.ace-clouds .ace_invisible {
|
||||
color: #BFBFBF;
|
||||
color: #BFBFBF
|
||||
}
|
||||
|
||||
.ace-clouds .ace_keyword, .ace-clouds .ace_meta {
|
||||
color:#AF956F;
|
||||
.ace-clouds .ace_keyword,
|
||||
.ace-clouds .ace_meta {
|
||||
color: #AF956F
|
||||
}
|
||||
|
||||
.ace-clouds .ace_keyword.ace_operator {
|
||||
color:#484848;
|
||||
color: #484848
|
||||
}
|
||||
|
||||
.ace-clouds .ace_constant.ace_language {
|
||||
color:#39946A;
|
||||
color: #39946A
|
||||
}
|
||||
|
||||
.ace-clouds .ace_constant.ace_numeric {
|
||||
color:#46A609;
|
||||
color: #46A609
|
||||
}
|
||||
|
||||
.ace-clouds .ace_invalid {
|
||||
background-color:#FF002A;
|
||||
background-color: #FF002A
|
||||
}
|
||||
|
||||
.ace-clouds .ace_fold {
|
||||
background-color: #AF956F;
|
||||
border-color: #000000;
|
||||
background-color: #AF956F;
|
||||
border-color: #000000
|
||||
}
|
||||
|
||||
.ace-clouds .ace_support.ace_function {
|
||||
color: #C52727
|
||||
}
|
||||
|
||||
.ace-clouds .ace_support.ace_function,
|
||||
.ace-clouds .ace_support.ace_class,
|
||||
.ace-clouds .ace_support.ace_type,
|
||||
.ace-clouds .ace_support.ace_other {
|
||||
color:#C52727;
|
||||
color: #C52727
|
||||
}
|
||||
|
||||
.ace-clouds .ace_storage {
|
||||
color:#C52727;
|
||||
color: #C52727
|
||||
}
|
||||
|
||||
.ace-clouds .ace_string {
|
||||
color:#5D90CD;
|
||||
color: #5D90CD
|
||||
}
|
||||
|
||||
.ace-clouds .ace_comment {
|
||||
color:#BCC8BA;
|
||||
color: #BCC8BA
|
||||
}
|
||||
|
||||
.ace-clouds .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#606060;
|
||||
color: #606060
|
||||
}
|
||||
|
||||
.ace-clouds .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-clouds .ace_indent-guide {
|
||||
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
|
||||
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = false;
|
|||
exports.cssClass = "ace-clouds";
|
||||
exports.cssText = require('ace/requirejs/text!./clouds.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,126 +1,130 @@
|
|||
|
||||
.ace-clouds-midnight .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_gutter {
|
||||
background: #232323;
|
||||
color: #929292;
|
||||
color: #929292
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #232323;
|
||||
background: #232323
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_scroller {
|
||||
background-color: #191919;
|
||||
background-color: #191919
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_text-layer {
|
||||
color: #929292;
|
||||
color: #929292
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_cursor {
|
||||
border-left: 2px solid #7DA5DC;
|
||||
border-left: 2px solid #7DA5DC
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #7DA5DC;
|
||||
border-bottom: 1px solid #7DA5DC
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_selection {
|
||||
background: #000000;
|
||||
background: #000000
|
||||
}
|
||||
|
||||
.ace-clouds-midnight.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #191919;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #BFBFBF;
|
||||
border: 1px solid #BFBFBF
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_active_line {
|
||||
background: rgba(215, 215, 215, 0.031);
|
||||
background: rgba(215, 215, 215, 0.031)
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_gutter_active_line {
|
||||
background-color: rgba(215, 215, 215, 0.031);
|
||||
background-color: rgba(215, 215, 215, 0.031)
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #000000;
|
||||
border: 1px solid #000000
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_invisible {
|
||||
color: #BFBFBF;
|
||||
color: #BFBFBF
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_keyword, .ace-clouds-midnight .ace_meta {
|
||||
color:#927C5D;
|
||||
.ace-clouds-midnight .ace_keyword,
|
||||
.ace-clouds-midnight .ace_meta {
|
||||
color: #927C5D
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_keyword.ace_operator {
|
||||
color:#4B4B4B;
|
||||
color: #4B4B4B
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_constant.ace_language {
|
||||
color:#39946A;
|
||||
color: #39946A
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_constant.ace_numeric {
|
||||
color:#46A609;
|
||||
color: #46A609
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#E92E2E;
|
||||
color: #FFFFFF;
|
||||
background-color: #E92E2E
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_fold {
|
||||
background-color: #927C5D;
|
||||
border-color: #929292;
|
||||
background-color: #927C5D;
|
||||
border-color: #929292
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_support.ace_function {
|
||||
color: #E92E2E
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_support.ace_function,
|
||||
.ace-clouds-midnight .ace_support.ace_class,
|
||||
.ace-clouds-midnight .ace_support.ace_type,
|
||||
.ace-clouds-midnight .ace_support.ace_other {
|
||||
color:#E92E2E;
|
||||
color: #E92E2E
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_storage {
|
||||
color:#E92E2E;
|
||||
color: #E92E2E
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_string {
|
||||
color:#5D90CD;
|
||||
color: #5D90CD
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_comment {
|
||||
color:#3C403B;
|
||||
color: #3C403B
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#606060;
|
||||
color: #606060
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQlJT8z1BeXv4fAA2KA6+h9Z+2AAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQlJT8z1BeXv4fAA2KA6+h9Z+2AAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-clouds-midnight";
|
||||
exports.cssText = require('ace/requirejs/text!./clouds_midnight.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,147 +1,150 @@
|
|||
.ace-cobalt .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_gutter {
|
||||
background: #011e3a;
|
||||
color: #fff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #011e3a;
|
||||
background: #011e3a
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_scroller {
|
||||
background-color: #002240;
|
||||
background-color: #002240
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_text-layer {
|
||||
color: #FFFFFF;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_cursor {
|
||||
border-left: 2px solid #FFFFFF;
|
||||
border-left: 2px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_marker-layer .ace_selection {
|
||||
background: rgba(179, 101, 57, 0.75);
|
||||
background: rgba(179, 101, 57, 0.75)
|
||||
}
|
||||
|
||||
.ace-cobalt.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #002240;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_marker-layer .ace_step {
|
||||
background: rgb(127, 111, 19);
|
||||
background: rgb(127, 111, 19)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
border: 1px solid rgba(255, 255, 255, 0.15)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_marker-layer .ace_active_line {
|
||||
background: rgba(0, 0, 0, 0.35);
|
||||
background: rgba(0, 0, 0, 0.35)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_gutter_active_line {
|
||||
background-color: rgba(0, 0, 0, 0.35);
|
||||
background-color: rgba(0, 0, 0, 0.35)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(179, 101, 57, 0.75);
|
||||
border: 1px solid rgba(179, 101, 57, 0.75)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_invisible {
|
||||
color: rgba(255, 255, 255, 0.15);
|
||||
color: rgba(255, 255, 255, 0.15)
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_keyword, .ace-cobalt .ace_meta {
|
||||
color:#FF9D00;
|
||||
.ace-cobalt .ace_keyword,
|
||||
.ace-cobalt .ace_meta {
|
||||
color: #FF9D00
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_constant, .ace-cobalt .ace_constant.ace_other {
|
||||
color:#FF628C;
|
||||
.ace-cobalt .ace_constant,
|
||||
.ace-cobalt .ace_constant.ace_other {
|
||||
color: #FF628C
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_constant.ace_character, {
|
||||
color:#FF628C;
|
||||
.ace-cobalt .ace_constant.ace_character {
|
||||
color: #FF628C
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_constant.ace_character.ace_escape, {
|
||||
color:#FF628C;
|
||||
.ace-cobalt .ace_constant.ace_character.ace_escape {
|
||||
color: #FF628C
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_invalid {
|
||||
color:#F8F8F8;
|
||||
background-color:#800F00;
|
||||
color: #F8F8F8;
|
||||
background-color: #800F00
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_support {
|
||||
color:#80FFBB;
|
||||
color: #80FFBB
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_support.ace_constant {
|
||||
color:#EB939A;
|
||||
color: #EB939A
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_fold {
|
||||
background-color: #FF9D00;
|
||||
border-color: #FFFFFF;
|
||||
background-color: #FF9D00;
|
||||
border-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_support.ace_function {
|
||||
color:#FFB054;
|
||||
color: #FFB054
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_storage {
|
||||
color:#FFEE80;
|
||||
color: #FFEE80
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_string.ace_regexp {
|
||||
color:#80FFC2;
|
||||
color: #80FFC2
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_comment {
|
||||
font-style:italic;
|
||||
color:#0088FF;
|
||||
font-style: italic;
|
||||
color: #0088FF
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_variable {
|
||||
color:#CCCCCC;
|
||||
color: #CCCCCC
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_variable.ace_language {
|
||||
color:#FF80E1;
|
||||
color: #FF80E1
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_meta.ace_tag {
|
||||
color:#9EFFFF;
|
||||
color: #9EFFFF
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_markup.ace_heading {
|
||||
color:#C8E4FD;
|
||||
background-color:#001221;
|
||||
color: #C8E4FD;
|
||||
background-color: #001221
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_markup.ace_list {
|
||||
background-color:#130D26;
|
||||
background-color: #130D26
|
||||
}
|
||||
|
||||
.ace-cobalt .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgUHL4zzBz5sz/AA80BCzv+WXhAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgUHL4zzBz5sz/AA80BCzv+WXhAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-cobalt";
|
||||
exports.cssText = require('ace/requirejs/text!./cobalt.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,153 +1,154 @@
|
|||
|
||||
.ace-dawn .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-dawn .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-dawn .ace_gutter {
|
||||
background: #ebebeb;
|
||||
color: #333;
|
||||
color: #333
|
||||
}
|
||||
|
||||
.ace-dawn .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #e8e8e8
|
||||
}
|
||||
|
||||
.ace-dawn .ace_scroller {
|
||||
background-color: #F9F9F9;
|
||||
background-color: #F9F9F9
|
||||
}
|
||||
|
||||
.ace-dawn .ace_text-layer {
|
||||
color: #080808;
|
||||
color: #080808
|
||||
}
|
||||
|
||||
.ace-dawn .ace_cursor {
|
||||
border-left: 2px solid #000000;
|
||||
border-left: 2px solid #000000
|
||||
}
|
||||
|
||||
.ace-dawn .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000
|
||||
}
|
||||
|
||||
.ace-dawn .ace_marker-layer .ace_selection {
|
||||
background: rgba(39, 95, 255, 0.30);
|
||||
background: rgba(39, 95, 255, 0.30)
|
||||
}
|
||||
|
||||
.ace-dawn.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #F9F9F9;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-dawn .ace_marker-layer .ace_step {
|
||||
background: rgb(255, 255, 0);
|
||||
background: rgb(255, 255, 0)
|
||||
}
|
||||
|
||||
.ace-dawn .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(75, 75, 126, 0.50);
|
||||
border: 1px solid rgba(75, 75, 126, 0.50)
|
||||
}
|
||||
|
||||
.ace-dawn .ace_marker-layer .ace_active_line {
|
||||
background: rgba(36, 99, 180, 0.12);
|
||||
background: rgba(36, 99, 180, 0.12)
|
||||
}
|
||||
|
||||
.ace-dawn .ace_gutter_active_line {
|
||||
background-color : #dcdcdc;
|
||||
background-color : #dcdcdc
|
||||
}
|
||||
|
||||
.ace-dawn .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(39, 95, 255, 0.30);
|
||||
border: 1px solid rgba(39, 95, 255, 0.30)
|
||||
}
|
||||
|
||||
.ace-dawn .ace_invisible {
|
||||
color: rgba(75, 75, 126, 0.50);
|
||||
color: rgba(75, 75, 126, 0.50)
|
||||
}
|
||||
|
||||
.ace-dawn .ace_keyword, .ace-dawn .ace_meta {
|
||||
color:#794938;
|
||||
.ace-dawn .ace_keyword,
|
||||
.ace-dawn .ace_meta {
|
||||
color: #794938
|
||||
}
|
||||
|
||||
.ace-dawn .ace_constant, .ace-dawn .ace_constant.ace_other {
|
||||
color:#811F24;
|
||||
.ace-dawn .ace_constant,
|
||||
.ace-dawn .ace_constant.ace_other {
|
||||
color: #811F24
|
||||
}
|
||||
|
||||
.ace-dawn .ace_constant.ace_character, {
|
||||
color:#811F24;
|
||||
.ace-dawn .ace_constant.ace_character {
|
||||
color: #811F24
|
||||
}
|
||||
|
||||
.ace-dawn .ace_constant.ace_character.ace_escape, {
|
||||
color:#811F24;
|
||||
.ace-dawn .ace_constant.ace_character.ace_escape {
|
||||
color: #811F24
|
||||
}
|
||||
|
||||
.ace-dawn .ace_invalid.ace_illegal {
|
||||
text-decoration:underline;
|
||||
font-style:italic;
|
||||
color:#F8F8F8;
|
||||
background-color:#B52A1D;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
color: #F8F8F8;
|
||||
background-color: #B52A1D
|
||||
}
|
||||
|
||||
.ace-dawn .ace_invalid.ace_deprecated {
|
||||
text-decoration:underline;
|
||||
font-style:italic;
|
||||
color:#B52A1D;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
color: #B52A1D
|
||||
}
|
||||
|
||||
.ace-dawn .ace_support {
|
||||
color:#691C97;
|
||||
color: #691C97
|
||||
}
|
||||
|
||||
.ace-dawn .ace_support.ace_constant {
|
||||
color:#B4371F;
|
||||
color: #B4371F
|
||||
}
|
||||
|
||||
.ace-dawn .ace_fold {
|
||||
background-color: #794938;
|
||||
border-color: #080808;
|
||||
background-color: #794938;
|
||||
border-color: #080808
|
||||
}
|
||||
|
||||
.ace-dawn .ace_support.ace_function {
|
||||
color:#693A17;
|
||||
color: #693A17
|
||||
}
|
||||
|
||||
.ace-dawn .ace_storage {
|
||||
font-style:italic;
|
||||
color:#A71D5D;
|
||||
font-style: italic;
|
||||
color: #A71D5D
|
||||
}
|
||||
|
||||
.ace-dawn .ace_string {
|
||||
color:#0B6125;
|
||||
color: #0B6125
|
||||
}
|
||||
|
||||
.ace-dawn .ace_string.ace_regexp {
|
||||
color:#CF5628;
|
||||
color: #CF5628
|
||||
}
|
||||
|
||||
.ace-dawn .ace_comment {
|
||||
font-style:italic;
|
||||
color:#5A525F;
|
||||
font-style: italic;
|
||||
color: #5A525F
|
||||
}
|
||||
|
||||
.ace-dawn .ace_variable {
|
||||
color:#234A97;
|
||||
color: #234A97
|
||||
}
|
||||
|
||||
.ace-dawn .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-dawn .ace_markup.ace_heading {
|
||||
color:#19356D;
|
||||
color: #19356D
|
||||
}
|
||||
|
||||
.ace-dawn .ace_markup.ace_list {
|
||||
color:#693A17;
|
||||
color: #693A17
|
||||
}
|
||||
|
||||
.ace-dawn .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4+fPnf4ZVq1b9BwAkVQboFQv98gAAAABJRU5ErkJggg==) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4+fPnf4ZVq1b9BwAkVQboFQv98gAAAABJRU5ErkJggg==) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = false;
|
|||
exports.cssClass = "ace-dawn";
|
||||
exports.cssText = require('ace/requirejs/text!./dawn.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,141 +1,142 @@
|
|||
|
||||
.ace-idle-fingers .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_gutter {
|
||||
background: #3b3b3b;
|
||||
color: #fff;
|
||||
color: #fff
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #3b3b3b;
|
||||
background: #3b3b3b
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_scroller {
|
||||
background-color: #323232;
|
||||
background-color: #323232
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_text-layer {
|
||||
color: #FFFFFF;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_cursor {
|
||||
border-left: 2px solid #91FF00;
|
||||
border-left: 2px solid #91FF00
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #91FF00;
|
||||
border-bottom: 1px solid #91FF00
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_marker-layer .ace_selection {
|
||||
background: rgba(90, 100, 126, 0.88);
|
||||
background: rgba(90, 100, 126, 0.88)
|
||||
}
|
||||
|
||||
.ace-idle-fingers.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #323232;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #404040;
|
||||
border: 1px solid #404040
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_marker-layer .ace_active_line {
|
||||
background: #353637;
|
||||
background: #353637
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_gutter_active_line {
|
||||
background-color: #353637;
|
||||
background-color: #353637
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(90, 100, 126, 0.88);
|
||||
border: 1px solid rgba(90, 100, 126, 0.88)
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_invisible {
|
||||
color: #404040;
|
||||
color: #404040
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_keyword, .ace-idle-fingers .ace_meta {
|
||||
color:#CC7833;
|
||||
.ace-idle-fingers .ace_keyword,
|
||||
.ace-idle-fingers .ace_meta {
|
||||
color: #CC7833
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_constant, .ace-idle-fingers .ace_constant.ace_other {
|
||||
color:#6C99BB;
|
||||
.ace-idle-fingers .ace_constant,
|
||||
.ace-idle-fingers .ace_constant.ace_other {
|
||||
color: #6C99BB
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_constant.ace_character, {
|
||||
color:#6C99BB;
|
||||
.ace-idle-fingers .ace_constant.ace_character {
|
||||
color: #6C99BB
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_constant.ace_character.ace_escape, {
|
||||
color:#6C99BB;
|
||||
.ace-idle-fingers .ace_constant.ace_character.ace_escape {
|
||||
color: #6C99BB
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#FF0000;
|
||||
color: #FFFFFF;
|
||||
background-color: #FF0000
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_support.ace_constant {
|
||||
color:#6C99BB;
|
||||
color: #6C99BB
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_fold {
|
||||
background-color: #CC7833;
|
||||
border-color: #FFFFFF;
|
||||
background-color: #CC7833;
|
||||
border-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_support.ace_function {
|
||||
color:#B83426;
|
||||
color: #B83426
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_variable.ace_parameter {
|
||||
font-style:italic;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_string {
|
||||
color:#A5C261;
|
||||
color: #A5C261
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_string.ace_regexp {
|
||||
color:#CCCC33;
|
||||
color: #CCCC33
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_comment {
|
||||
font-style:italic;
|
||||
color:#BC9458;
|
||||
font-style: italic;
|
||||
color: #BC9458
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_meta.ace_tag {
|
||||
color:#FFE5BB;
|
||||
color: #FFE5BB
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_entity.ace_name {
|
||||
color:#FFC66D;
|
||||
color: #FFC66D
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_collab.ace_user1 {
|
||||
color:#323232;
|
||||
background-color:#FFF980;
|
||||
color: #323232;
|
||||
background-color: #FFF980
|
||||
}
|
||||
|
||||
.ace-idle-fingers .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMwMjL6zzBz5sz/ABEUBGCqhK6UAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMwMjL6zzBz5sz/ABEUBGCqhK6UAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-idle-fingers";
|
||||
exports.cssText = require('ace/requirejs/text!./idle_fingers.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,144 +1,145 @@
|
|||
|
||||
.ace-kr-theme .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_gutter {
|
||||
background: #1c1917;
|
||||
color: #FCFFE0;
|
||||
color: #FCFFE0
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #1c1917;
|
||||
background: #1c1917
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_scroller {
|
||||
background-color: #0B0A09;
|
||||
background-color: #0B0A09
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_text-layer {
|
||||
color: #FCFFE0;
|
||||
color: #FCFFE0
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_cursor {
|
||||
border-left: 2px solid #FF9900;
|
||||
border-left: 2px solid #FF9900
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FF9900;
|
||||
border-bottom: 1px solid #FF9900
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_marker-layer .ace_selection {
|
||||
background: rgba(170, 0, 255, 0.45);
|
||||
background: rgba(170, 0, 255, 0.45)
|
||||
}
|
||||
|
||||
.ace-kr-theme.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #0B0A09;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(255, 177, 111, 0.32);
|
||||
border: 1px solid rgba(255, 177, 111, 0.32)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_marker-layer .ace_active_line {
|
||||
background: #38403D;
|
||||
background: #38403D
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_gutter_active_line {
|
||||
background-color : #38403D;
|
||||
background-color : #38403D
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(170, 0, 255, 0.45);
|
||||
border: 1px solid rgba(170, 0, 255, 0.45)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_invisible {
|
||||
color: rgba(255, 177, 111, 0.32);
|
||||
color: rgba(255, 177, 111, 0.32)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_keyword, .ace-kr-theme .ace_meta {
|
||||
color:#949C8B;
|
||||
.ace-kr-theme .ace_keyword,
|
||||
.ace-kr-theme .ace_meta {
|
||||
color: #949C8B
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_constant, .ace-kr-theme .ace_constant.ace_other {
|
||||
color:rgba(210, 117, 24, 0.76);
|
||||
.ace-kr-theme .ace_constant,
|
||||
.ace-kr-theme .ace_constant.ace_other {
|
||||
color: rgba(210, 117, 24, 0.76)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_constant.ace_character, {
|
||||
color:rgba(210, 117, 24, 0.76);
|
||||
.ace-kr-theme .ace_constant.ace_character {
|
||||
color: rgba(210, 117, 24, 0.76)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_constant.ace_character.ace_escape, {
|
||||
color:rgba(210, 117, 24, 0.76);
|
||||
.ace-kr-theme .ace_constant.ace_character.ace_escape {
|
||||
color: rgba(210, 117, 24, 0.76)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_invalid {
|
||||
color:#F8F8F8;
|
||||
background-color:#A41300;
|
||||
color: #F8F8F8;
|
||||
background-color: #A41300
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_support {
|
||||
color:#9FC28A;
|
||||
color: #9FC28A
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_support.ace_constant {
|
||||
color:#C27E66;
|
||||
color: #C27E66
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_fold {
|
||||
background-color: #949C8B;
|
||||
border-color: #FCFFE0;
|
||||
background-color: #949C8B;
|
||||
border-color: #FCFFE0
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_support.ace_function {
|
||||
color:#85873A;
|
||||
color: #85873A
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_storage {
|
||||
color:#FFEE80;
|
||||
color: #FFEE80
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_string.ace_regexp {
|
||||
color:rgba(125, 255, 192, 0.65);
|
||||
color: rgba(125, 255, 192, 0.65)
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_comment {
|
||||
font-style:italic;
|
||||
color:#706D5B;
|
||||
font-style: italic;
|
||||
color: #706D5B
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_variable {
|
||||
color:#D1A796;
|
||||
color: #D1A796
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_variable.ace_language {
|
||||
color:#FF80E1;
|
||||
color: #FF80E1
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_meta.ace_tag {
|
||||
color:#BABD9C;
|
||||
color: #BABD9C
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_markup.ace_list {
|
||||
background-color:#0F0040;
|
||||
background-color: #0F0040
|
||||
}
|
||||
|
||||
.ace-kr-theme .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPg5uL8zzBz5sz/AA1WA+hUYIqjAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPg5uL8zzBz5sz/AA1WA+hUYIqjAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-kr-theme";
|
||||
exports.cssText = require('ace/requirejs/text!./kr_theme.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,148 +1,153 @@
|
|||
|
||||
.ace-merbivore .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_gutter {
|
||||
background: #202020;
|
||||
color: #E6E1DC;
|
||||
color: #E6E1DC
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #555651;
|
||||
background: #555651
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_scroller {
|
||||
background-color: #161616;
|
||||
background-color: #161616
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_text-layer {
|
||||
color: #E6E1DC;
|
||||
color: #E6E1DC
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_cursor {
|
||||
border-left: 2px solid #FFFFFF;
|
||||
border-left: 2px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_marker-layer .ace_selection {
|
||||
background: #454545;
|
||||
background: #454545
|
||||
}
|
||||
|
||||
.ace-merbivore.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #161616;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #404040;
|
||||
border: 1px solid #404040
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_marker-layer .ace_active_line {
|
||||
background: #333435;
|
||||
background: #333435
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_gutter_active_line {
|
||||
background-color: #333435;
|
||||
background-color: #333435
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #454545;
|
||||
border: 1px solid #454545
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_invisible {
|
||||
color: #404040;
|
||||
color: #404040
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_keyword, .ace-merbivore .ace_meta {
|
||||
color:#FC6F09;
|
||||
.ace-merbivore .ace_keyword,
|
||||
.ace-merbivore .ace_meta {
|
||||
color: #FC6F09
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant, .ace-merbivore .ace_constant.ace_other {
|
||||
color:#1EDAFB;
|
||||
.ace-merbivore .ace_constant,
|
||||
.ace-merbivore .ace_constant.ace_other {
|
||||
color: #1EDAFB
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant.ace_character, {
|
||||
color:#1EDAFB;
|
||||
.ace-merbivore .ace_constant.ace_character.ace_escape {
|
||||
color: #519F50
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant.ace_character.ace_escape, {
|
||||
color:#1EDAFB;
|
||||
.ace-merbivore .ace_constant.ace_character {
|
||||
color: #1EDAFB
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant.ace_character.ace_escape {
|
||||
color: #1EDAFB
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant.ace_language {
|
||||
color:#FDC251;
|
||||
color: #FDC251
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant.ace_library {
|
||||
color:#8DFF0A;
|
||||
color: #8DFF0A
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_constant.ace_numeric {
|
||||
color:#58C554;
|
||||
color: #58C554
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#990000;
|
||||
color: #FFFFFF;
|
||||
background-color: #990000
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_support.ace_constant {
|
||||
color:#8DFF0A;
|
||||
color: #8DFF0A
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_fold {
|
||||
background-color: #FC6F09;
|
||||
border-color: #E6E1DC;
|
||||
background-color: #FC6F09;
|
||||
border-color: #E6E1DC
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_support.ace_function {
|
||||
color:#FC6F09;
|
||||
color: #FC6F09
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_support.ace_type {
|
||||
color:#1EDAFB;
|
||||
color: #1EDAFB
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_storage {
|
||||
color:#FC6F09;
|
||||
color: #FC6F09
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_string {
|
||||
color:#8DFF0A;
|
||||
color: #8DFF0A
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_comment {
|
||||
font-style:italic;
|
||||
color:#AD2EA4;
|
||||
font-style: italic;
|
||||
color: #AD2EA4
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_meta.ace_tag {
|
||||
color:#FC6F09;
|
||||
color: #FC6F09
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#FFFF89;
|
||||
color: #FFFF89
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-merbivore .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQExP7zzBz5sz/AA50BAyDznYhAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQExP7zzBz5sz/AA50BAyDznYhAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-merbivore";
|
||||
exports.cssText = require('ace/requirejs/text!./merbivore.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,154 +1,159 @@
|
|||
|
||||
.ace-merbivore-soft .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_gutter {
|
||||
background: #262424;
|
||||
color: #E6E1DC;
|
||||
color: #E6E1DC
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #262424;
|
||||
background: #262424
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_scroller {
|
||||
background-color: #1C1C1C;
|
||||
background-color: #1C1C1C
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_text-layer {
|
||||
color: #E6E1DC;
|
||||
color: #E6E1DC
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_cursor {
|
||||
border-left: 2px solid #FFFFFF;
|
||||
border-left: 2px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_marker-layer .ace_selection {
|
||||
background: #494949;
|
||||
background: #494949
|
||||
}
|
||||
|
||||
.ace-merbivore-soft.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #1C1C1C;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #404040;
|
||||
border: 1px solid #404040
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_marker-layer .ace_active_line {
|
||||
background: #333435;
|
||||
background: #333435
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_gutter_active_line {
|
||||
background-color: #333435;
|
||||
background-color: #333435
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #494949;
|
||||
border: 1px solid #494949
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_invisible {
|
||||
color: #404040;
|
||||
color: #404040
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_keyword, .ace-merbivore-soft .ace_meta {
|
||||
color:#FC803A;
|
||||
.ace-merbivore-soft .ace_keyword,
|
||||
.ace-merbivore-soft .ace_meta {
|
||||
color: #FC803A
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant, .ace-merbivore-soft .ace_constant.ace_other {
|
||||
color:#68C1D8;
|
||||
.ace-merbivore-soft .ace_constant,
|
||||
.ace-merbivore-soft .ace_constant.ace_other {
|
||||
color: #68C1D8
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant.ace_character, {
|
||||
color:#68C1D8;
|
||||
.ace-merbivore-soft .ace_constant.ace_character.ace_escape {
|
||||
color: #B3E5B4
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant.ace_character.ace_escape, {
|
||||
color:#68C1D8;
|
||||
.ace-merbivore-soft .ace_constant.ace_character {
|
||||
color: #68C1D8
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant.ace_character.ace_escape {
|
||||
color: #68C1D8
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant.ace_language {
|
||||
color:#E1C582;
|
||||
color: #E1C582
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant.ace_library {
|
||||
color:#8EC65F;
|
||||
color: #8EC65F
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_constant.ace_numeric {
|
||||
color:#7FC578;
|
||||
color: #7FC578
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#FE3838;
|
||||
color: #FFFFFF;
|
||||
background-color: #FE3838
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_invalid.ace_deprecated {
|
||||
color:#FFFFFF;
|
||||
background-color:#FE3838;
|
||||
color: #FFFFFF;
|
||||
background-color: #FE3838
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_support.ace_constant {
|
||||
color:#8EC65F;
|
||||
color: #8EC65F
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_fold {
|
||||
background-color: #FC803A;
|
||||
border-color: #E6E1DC;
|
||||
background-color: #FC803A;
|
||||
border-color: #E6E1DC
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_support.ace_type {
|
||||
color:#68C1D8;
|
||||
color: #68C1D8
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_storage {
|
||||
color:#FC803A;
|
||||
color: #FC803A
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_string {
|
||||
color:#8EC65F;
|
||||
color: #8EC65F
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_comment {
|
||||
font-style:italic;
|
||||
color:#AC4BB8;
|
||||
font-style: italic;
|
||||
color: #AC4BB8
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_meta {
|
||||
font-style:italic;
|
||||
color:#AC4BB8;
|
||||
font-style: italic;
|
||||
color: #AC4BB8
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_meta.ace_tag {
|
||||
color:#FC803A;
|
||||
color: #FC803A
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#EAF1A3;
|
||||
color: #EAF1A3
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-merbivore-soft .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQkZH5zzBz5sz/AA8EBB6crd1rAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQkZH5zzBz5sz/AA8EBB6crd1rAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-merbivore-soft";
|
||||
exports.cssText = require('ace/requirejs/text!./merbivore_soft.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,160 +1,161 @@
|
|||
|
||||
.ace-mono-industrial .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_gutter {
|
||||
background: #1d2521;
|
||||
color: #C5C9C9;
|
||||
color: #C5C9C9
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #555651;
|
||||
background: #555651
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_scroller {
|
||||
background-color: #222C28;
|
||||
background-color: #222C28
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_text-layer {
|
||||
color: #FFFFFF;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_cursor {
|
||||
border-left: 2px solid #FFFFFF;
|
||||
border-left: 2px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_marker-layer .ace_selection {
|
||||
background: rgba(145, 153, 148, 0.40);
|
||||
background: rgba(145, 153, 148, 0.40)
|
||||
}
|
||||
|
||||
.ace-mono-industrial.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #222C28;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(102, 108, 104, 0.50);
|
||||
border: 1px solid rgba(102, 108, 104, 0.50)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_marker-layer .ace_active_line {
|
||||
background: rgba(12, 13, 12, 0.25);
|
||||
background: rgba(12, 13, 12, 0.25)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_gutter_active_line {
|
||||
background-color: rgba(12, 13, 12, 0.25);
|
||||
background-color: rgba(12, 13, 12, 0.25)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(145, 153, 148, 0.40);
|
||||
border: 1px solid rgba(145, 153, 148, 0.40)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_invisible {
|
||||
color: rgba(102, 108, 104, 0.50);
|
||||
color: rgba(102, 108, 104, 0.50)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_keyword, .ace-mono-industrial .ace_meta {
|
||||
color:#A39E64;
|
||||
.ace-mono-industrial .ace_keyword,
|
||||
.ace-mono-industrial .ace_meta {
|
||||
color: #A39E64
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_keyword.ace_operator {
|
||||
color:#A8B3AB;
|
||||
color: #A8B3AB
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_constant, .ace-mono-industrial .ace_constant.ace_other {
|
||||
color:#E98800;
|
||||
.ace-mono-industrial .ace_constant,
|
||||
.ace-mono-industrial .ace_constant.ace_other {
|
||||
color: #E98800
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_constant.ace_character, {
|
||||
color:#E98800;
|
||||
.ace-mono-industrial .ace_constant.ace_character {
|
||||
color: #E98800
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_constant.ace_character.ace_escape, {
|
||||
color:#E98800;
|
||||
.ace-mono-industrial .ace_constant.ace_character.ace_escape {
|
||||
color: #E98800
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_constant.ace_numeric {
|
||||
color:#E98800;
|
||||
color: #E98800
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:rgba(153, 0, 0, 0.68);
|
||||
color: #FFFFFF;
|
||||
background-color: rgba(153, 0, 0, 0.68)
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_support.ace_constant {
|
||||
color:#C87500;
|
||||
color: #C87500
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_fold {
|
||||
background-color: #A8B3AB;
|
||||
border-color: #FFFFFF;
|
||||
background-color: #A8B3AB;
|
||||
border-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_support.ace_function {
|
||||
color:#588E60;
|
||||
color: #588E60
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_support.ace_type {
|
||||
color:#5778B6;
|
||||
color: #5778B6
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_support.ace_class {
|
||||
color:#5778B6;
|
||||
color: #5778B6
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_storage {
|
||||
color:#C23B00;
|
||||
color: #C23B00
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_variable {
|
||||
color:#A8B3AB;
|
||||
color: #A8B3AB
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_variable.ace_parameter {
|
||||
color:#648BD2;
|
||||
color: #648BD2
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_comment {
|
||||
color:#666C68;
|
||||
background-color:#151C19;
|
||||
color: #666C68;
|
||||
background-color: #151C19
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_variable.ace_language {
|
||||
color:#648BD2;
|
||||
color: #648BD2
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#909993;
|
||||
color: #909993
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_entity.ace_name {
|
||||
color:#5778B6;
|
||||
color: #5778B6
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_entity.ace_name.ace_function {
|
||||
color:#A8B3AB;
|
||||
color: #A8B3AB
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-mono-industrial .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ0tH4zzBz5sz/ABAOBECKH+evAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ0tH4zzBz5sz/ABAOBECKH+evAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-mono-industrial";
|
||||
exports.cssText = require('ace/requirejs/text!./mono_industrial.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,164 +1,165 @@
|
|||
|
||||
.ace-monokai .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-monokai .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-monokai .ace_gutter {
|
||||
background: #2f3129;
|
||||
color: #f1f1f1;
|
||||
color: #f1f1f1
|
||||
}
|
||||
|
||||
.ace-monokai .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #555651;
|
||||
background: #555651
|
||||
}
|
||||
|
||||
.ace-monokai .ace_scroller {
|
||||
background-color: #272822;
|
||||
background-color: #272822
|
||||
}
|
||||
|
||||
.ace-monokai .ace_text-layer {
|
||||
color: #F8F8F2;
|
||||
color: #F8F8F2
|
||||
}
|
||||
|
||||
.ace-monokai .ace_cursor {
|
||||
border-left: 2px solid #F8F8F0;
|
||||
border-left: 2px solid #F8F8F0
|
||||
}
|
||||
|
||||
.ace-monokai .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #F8F8F0;
|
||||
border-bottom: 1px solid #F8F8F0
|
||||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_selection {
|
||||
background: #49483E;
|
||||
background: #49483E
|
||||
}
|
||||
|
||||
.ace-monokai.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #272822;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #49483E;
|
||||
border: 1px solid #49483E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_active_line {
|
||||
background: #202020;
|
||||
background: #202020
|
||||
}
|
||||
|
||||
.ace-monokai .ace_gutter_active_line {
|
||||
background-color: #272727;
|
||||
background-color: #272727
|
||||
}
|
||||
|
||||
.ace-monokai .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #49483E;
|
||||
border: 1px solid #49483E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_invisible {
|
||||
color: #49483E;
|
||||
color: #49483E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_keyword, .ace-monokai .ace_meta {
|
||||
color:#F92672;
|
||||
.ace-monokai .ace_keyword,
|
||||
.ace-monokai .ace_meta {
|
||||
color: #F92672
|
||||
}
|
||||
|
||||
.ace-monokai .ace_constant.ace_character {
|
||||
color:#AE81FF;
|
||||
.ace-monokai .ace_constant.ace_character {
|
||||
color: #AE81FF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_constant.ace_language {
|
||||
color:#AE81FF;
|
||||
color: #AE81FF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_constant.ace_numeric {
|
||||
color:#AE81FF;
|
||||
color: #AE81FF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_constant.ace_other {
|
||||
color:#AE81FF;
|
||||
color: #AE81FF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_invalid {
|
||||
color:#F8F8F0;
|
||||
background-color:#F92672;
|
||||
color: #F8F8F0;
|
||||
background-color: #F92672
|
||||
}
|
||||
|
||||
.ace-monokai .ace_invalid.ace_deprecated {
|
||||
color:#F8F8F0;
|
||||
background-color:#AE81FF;
|
||||
color: #F8F8F0;
|
||||
background-color: #AE81FF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_support.ace_constant {
|
||||
color:#66D9EF;
|
||||
color: #66D9EF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_fold {
|
||||
background-color: #A6E22E;
|
||||
border-color: #F8F8F2;
|
||||
background-color: #A6E22E;
|
||||
border-color: #F8F8F2
|
||||
}
|
||||
|
||||
.ace-monokai .ace_support.ace_function {
|
||||
color:#66D9EF;
|
||||
color: #66D9EF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_support.ace_type {
|
||||
font-style:italic;
|
||||
color:#66D9EF;
|
||||
font-style: italic;
|
||||
color: #66D9EF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_support.ace_class {
|
||||
font-style:italic;
|
||||
color:#66D9EF;
|
||||
font-style: italic;
|
||||
color: #66D9EF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_storage {
|
||||
color:#F92672;
|
||||
color: #F92672
|
||||
}
|
||||
|
||||
.ace-monokai .ace_storage.ace_type, .ace-monokai .ace_support.ace_type {
|
||||
font-style:italic;
|
||||
color:#66D9EF;
|
||||
.ace-monokai .ace_storage.ace_type,
|
||||
.ace-monokai .ace_support.ace_type {
|
||||
font-style: italic;
|
||||
color: #66D9EF
|
||||
}
|
||||
|
||||
.ace-monokai .ace_variable {
|
||||
color:#A6E22E;
|
||||
color: #A6E22E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_variable.ace_parameter {
|
||||
font-style:italic;
|
||||
color:#FD971F;
|
||||
font-style: italic;
|
||||
color: #FD971F
|
||||
}
|
||||
|
||||
.ace-monokai .ace_string {
|
||||
color:#E6DB74;
|
||||
color: #E6DB74
|
||||
}
|
||||
|
||||
.ace-monokai .ace_comment {
|
||||
color:#75715E;
|
||||
color: #75715E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#A6E22E;
|
||||
color: #A6E22E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_entity.ace_name.ace_function {
|
||||
color:#A6E22E;
|
||||
color: #A6E22E
|
||||
}
|
||||
|
||||
.ace-monokai .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-monokai .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ11D6z7Bq1ar/ABCKBG6g04U2AAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ11D6z7Bq1ar/ABCKBG6g04U2AAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-monokai";
|
||||
exports.cssText = require('ace/requirejs/text!./monokai.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,154 +1,159 @@
|
|||
|
||||
.ace-pastel-on-dark .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_gutter {
|
||||
background: #353030;
|
||||
color: #8F938F;
|
||||
color: #8F938F
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #353030;
|
||||
background: #353030
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_scroller {
|
||||
background-color: #2C2828;
|
||||
background-color: #2C2828
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_text-layer {
|
||||
color: #8F938F;
|
||||
color: #8F938F
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_cursor {
|
||||
border-left: 2px solid #A7A7A7;
|
||||
border-left: 2px solid #A7A7A7
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #A7A7A7;
|
||||
border-bottom: 1px solid #A7A7A7
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_marker-layer .ace_selection {
|
||||
background: rgba(221, 240, 255, 0.20);
|
||||
background: rgba(221, 240, 255, 0.20)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #2C2828;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.25);
|
||||
border: 1px solid rgba(255, 255, 255, 0.25)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_marker-layer .ace_active_line {
|
||||
background: rgba(255, 255, 255, 0.031);
|
||||
background: rgba(255, 255, 255, 0.031)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_gutter_active_line {
|
||||
background-color: rgba(255, 255, 255, 0.031);
|
||||
background-color: rgba(255, 255, 255, 0.031)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(221, 240, 255, 0.20);
|
||||
border: 1px solid rgba(221, 240, 255, 0.20)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_invisible {
|
||||
color: rgba(255, 255, 255, 0.25);
|
||||
color: rgba(255, 255, 255, 0.25)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_keyword, .ace-pastel-on-dark .ace_meta {
|
||||
color:#757aD8;
|
||||
.ace-pastel-on-dark .ace_keyword,
|
||||
.ace-pastel-on-dark .ace_meta {
|
||||
color: #757aD8
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_keyword.ace_operator {
|
||||
color:#797878;
|
||||
color: #797878
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_constant, .ace-pastel-on-dark .ace_constant.ace_other {
|
||||
color:#4FB7C5;
|
||||
.ace-pastel-on-dark .ace_constant,
|
||||
.ace-pastel-on-dark .ace_constant.ace_other {
|
||||
color: #4FB7C5
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_constant.ace_character, {
|
||||
color:#4FB7C5;
|
||||
.ace-pastel-on-dark .ace_constant.ace_character {
|
||||
color: #AFA472
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_constant.ace_character.ace_escape, {
|
||||
color:#4FB7C5;
|
||||
.ace-pastel-on-dark .ace_constant.ace_character {
|
||||
color: #4FB7C5
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_constant.ace_character.ace_escape {
|
||||
color: #4FB7C5
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_constant.ace_language {
|
||||
color:#DE8E30;
|
||||
color: #DE8E30
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_constant.ace_numeric {
|
||||
color:#CCCCCC;
|
||||
color: #CCCCCC
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_invalid {
|
||||
color:#F8F8F8;
|
||||
background-color:rgba(86, 45, 86, 0.75);
|
||||
color: #F8F8F8;
|
||||
background-color: rgba(86, 45, 86, 0.75)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_invalid.ace_illegal {
|
||||
color:#F8F8F8;
|
||||
background-color:rgba(86, 45, 86, 0.75);
|
||||
color: #F8F8F8;
|
||||
background-color: rgba(86, 45, 86, 0.75)
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_invalid.ace_deprecated {
|
||||
text-decoration:underline;
|
||||
font-style:italic;
|
||||
color:#D2A8A1;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
color: #D2A8A1
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_fold {
|
||||
background-color: #757aD8;
|
||||
border-color: #8F938F;
|
||||
background-color: #757aD8;
|
||||
border-color: #8F938F
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_support.ace_function {
|
||||
color:#AEB2F8;
|
||||
color: #AEB2F8
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_string {
|
||||
color:#66A968;
|
||||
color: #66A968
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_string.ace_regexp {
|
||||
color:#E9C062;
|
||||
color: #E9C062
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_comment {
|
||||
color:#A6C6FF;
|
||||
color: #A6C6FF
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_variable {
|
||||
color:#BEBF55;
|
||||
color: #BEBF55
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_variable.ace_language {
|
||||
color:#C1C144;
|
||||
color: #C1C144
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_xml_pe {
|
||||
color:#494949;
|
||||
color: #494949
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-pastel-on-dark .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0dD4z9DR0fEfAA+vBBPqhbn1AAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0dD4z9DR0fEfAA+vBBPqhbn1AAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-pastel-on-dark";
|
||||
exports.cssText = require('ace/requirejs/text!./pastel_on_dark.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,147 +1,147 @@
|
|||
|
||||
.ace-solarized-dark .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_gutter {
|
||||
background: #01313f;
|
||||
color: #d0edf7;
|
||||
color: #d0edf7
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #33555E;
|
||||
background: #33555E
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_scroller {
|
||||
background-color: #002B36;
|
||||
background-color: #002B36
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_text-layer {
|
||||
color: #93A1A1;
|
||||
color: #93A1A1
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_cursor {
|
||||
border-left: 2px solid #D30102;
|
||||
border-left: 2px solid #D30102
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #D30102;
|
||||
border-bottom: 1px solid #D30102
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_marker-layer .ace_selection {
|
||||
background: #073642;
|
||||
background: #073642
|
||||
}
|
||||
|
||||
.ace-solarized-dark.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #002B36;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(147, 161, 161, 0.50);
|
||||
border: 1px solid rgba(147, 161, 161, 0.50)
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_marker-layer .ace_active_line {
|
||||
background: #073642;
|
||||
background: #073642
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_gutter_active_line {
|
||||
background-color: #0d3440;
|
||||
background-color: #0d3440
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #073642;
|
||||
border: 1px solid #073642
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_invisible {
|
||||
color: rgba(147, 161, 161, 0.50);
|
||||
color: rgba(147, 161, 161, 0.50)
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_keyword, .ace-solarized-dark .ace_meta {
|
||||
color:#859900;
|
||||
.ace-solarized-dark .ace_keyword,
|
||||
.ace-solarized-dark .ace_meta {
|
||||
color: #859900
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_constant.ace_character {
|
||||
color:#CB4B16;
|
||||
.ace-solarized-dark .ace_constant.ace_character {
|
||||
color: #CB4B16
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_constant.ace_language {
|
||||
color:#B58900;
|
||||
color: #B58900
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_constant.ace_numeric {
|
||||
color:#D33682;
|
||||
color: #D33682
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_constant.ace_other {
|
||||
color:#CB4B16;
|
||||
color: #CB4B16
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_fold {
|
||||
background-color: #268BD2;
|
||||
border-color: #93A1A1;
|
||||
background-color: #268BD2;
|
||||
border-color: #93A1A1
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_support.ace_function {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_support.ace_type {
|
||||
color:#859900;
|
||||
color: #859900
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_support.ace_class {
|
||||
color:#859900;
|
||||
color: #859900
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_storage {
|
||||
color:#93A1A1;
|
||||
color: #93A1A1
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_variable {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_string {
|
||||
color:#2AA198;
|
||||
color: #2AA198
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_string.ace_regexp {
|
||||
color:#D30102;
|
||||
color: #D30102
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_comment {
|
||||
font-style:italic;
|
||||
color:#657B83;
|
||||
font-style: italic;
|
||||
color: #657B83
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_variable.ace_language {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#93A1A1;
|
||||
color: #93A1A1
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_entity.ace_name.ace_function {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-solarized-dark .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNg0Db7zzBz5sz/AA82BCv7wOIDAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNg0Db7zzBz5sz/AA82BCv7wOIDAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-solarized-dark";
|
||||
exports.cssText = require('ace/requirejs/text!./solarized_dark.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,146 +1,146 @@
|
|||
|
||||
.ace-solarized-light .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_gutter {
|
||||
background: #fbf1d3;
|
||||
color: #333;
|
||||
color: #333
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #e8e8e8;
|
||||
background: #e8e8e8
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_scroller {
|
||||
background-color: #FDF6E3;
|
||||
background-color: #FDF6E3
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_text-layer {
|
||||
color: #586E75;
|
||||
color: #586E75
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_cursor {
|
||||
border-left: 2px solid #000000;
|
||||
border-left: 2px solid #000000
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #000000;
|
||||
border-bottom: 1px solid #000000
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_marker-layer .ace_selection {
|
||||
background: #073642;
|
||||
background: #073642
|
||||
}
|
||||
|
||||
.ace-solarized-light.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FDF6E3;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_marker-layer .ace_step {
|
||||
background: rgb(255, 255, 0);
|
||||
background: rgb(255, 255, 0)
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(147, 161, 161, 0.50);
|
||||
border: 1px solid rgba(147, 161, 161, 0.50)
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_marker-layer .ace_active_line {
|
||||
background: #EEE8D5;
|
||||
background: #EEE8D5
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_gutter_active_line {
|
||||
background-color : #dcdcdc;
|
||||
background-color : #dcdcdc
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #073642;
|
||||
border: 1px solid #073642
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_invisible {
|
||||
color: rgba(147, 161, 161, 0.50);
|
||||
color: rgba(147, 161, 161, 0.50)
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_keyword, .ace-solarized-light .ace_meta {
|
||||
color:#859900;
|
||||
.ace-solarized-light .ace_keyword,
|
||||
.ace-solarized-light .ace_meta {
|
||||
color: #859900
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_constant.ace_character {
|
||||
color:#CB4B16;
|
||||
.ace-solarized-light .ace_constant.ace_character {
|
||||
color: #CB4B16
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_constant.ace_language {
|
||||
color:#B58900;
|
||||
color: #B58900
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_constant.ace_numeric {
|
||||
color:#D33682;
|
||||
color: #D33682
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_constant.ace_other {
|
||||
color:#CB4B16;
|
||||
color: #CB4B16
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_fold {
|
||||
background-color: #268BD2;
|
||||
border-color: #586E75;
|
||||
background-color: #268BD2;
|
||||
border-color: #586E75
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_support.ace_function {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_support.ace_type {
|
||||
color:#859900;
|
||||
color: #859900
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_support.ace_class {
|
||||
color:#859900;
|
||||
color: #859900
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_storage {
|
||||
color:#073642;
|
||||
color: #073642
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_variable {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_string {
|
||||
color:#2AA198;
|
||||
color: #2AA198
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_string.ace_regexp {
|
||||
color:#D30102;
|
||||
color: #D30102
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_comment {
|
||||
color:#93A1A1;
|
||||
color: #93A1A1
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_variable.ace_language {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#93A1A1;
|
||||
color: #93A1A1
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_entity.ace_name.ace_function {
|
||||
color:#268BD2;
|
||||
color: #268BD2
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-solarized-light .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4++3xf4ZVq1b9BwAjxwbT1g3hiwAAAABJRU5ErkJggg==) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4++3xf4ZVq1b9BwAjxwbT1g3hiwAAAABJRU5ErkJggg==) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = false;
|
|||
exports.cssClass = "ace-solarized-light";
|
||||
exports.cssText = require('ace/requirejs/text!./solarized_light.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,180 +1,181 @@
|
|||
|
||||
.ace-tomorrow .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_gutter {
|
||||
background: #f6f6f6;
|
||||
color: #4D4D4C;
|
||||
color: #4D4D4C
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #f6f6f6;
|
||||
background: #f6f6f6
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_scroller {
|
||||
background-color: #FFFFFF;
|
||||
background-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_text-layer {
|
||||
color: #4D4D4C;
|
||||
color: #4D4D4C
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_cursor {
|
||||
border-left: 2px solid #AEAFAD;
|
||||
border-left: 2px solid #AEAFAD
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #AEAFAD;
|
||||
border-bottom: 1px solid #AEAFAD
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_marker-layer .ace_selection {
|
||||
background: #D6D6D6;
|
||||
background: #D6D6D6
|
||||
}
|
||||
|
||||
.ace-tomorrow.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #FFFFFF;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_marker-layer .ace_step {
|
||||
background: rgb(255, 255, 0);
|
||||
background: rgb(255, 255, 0)
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #D1D1D1;
|
||||
border: 1px solid #D1D1D1
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_marker-layer .ace_active_line {
|
||||
background: #EFEFEF;
|
||||
background: #EFEFEF
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_gutter_active_line {
|
||||
background-color : #dcdcdc;
|
||||
background-color : #dcdcdc
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #D6D6D6;
|
||||
border: 1px solid #D6D6D6
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_invisible {
|
||||
color: #D1D1D1;
|
||||
color: #D1D1D1
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_keyword, .ace-tomorrow .ace_meta {
|
||||
color:#8959A8;
|
||||
.ace-tomorrow .ace_keyword,
|
||||
.ace-tomorrow .ace_meta {
|
||||
color: #8959A8
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_keyword.ace_operator {
|
||||
color:#3E999F;
|
||||
color: #3E999F
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_constant.ace_character {
|
||||
color:#F5871F;
|
||||
.ace-tomorrow .ace_constant.ace_character {
|
||||
color: #F5871F
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_constant.ace_language {
|
||||
color:#F5871F;
|
||||
color: #F5871F
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_constant.ace_numeric {
|
||||
color:#F5871F;
|
||||
color: #F5871F
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_constant.ace_other {
|
||||
color:#666969;
|
||||
color: #666969
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#C82829;
|
||||
color: #FFFFFF;
|
||||
background-color: #C82829
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_invalid.ace_deprecated {
|
||||
color:#FFFFFF;
|
||||
background-color:#8959A8;
|
||||
color: #FFFFFF;
|
||||
background-color: #8959A8
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_support.ace_constant {
|
||||
color:#F5871F;
|
||||
color: #F5871F
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_fold {
|
||||
background-color: #4271AE;
|
||||
border-color: #4D4D4C;
|
||||
background-color: #4271AE;
|
||||
border-color: #4D4D4C
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_support.ace_function {
|
||||
color:#4271AE;
|
||||
color: #4271AE
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_support.ace_type {
|
||||
color:#C99E00;
|
||||
color: #C99E00
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_support.ace_class {
|
||||
color:#C99E00;
|
||||
color: #C99E00
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_storage {
|
||||
color:#8959A8;
|
||||
color: #8959A8
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_storage.ace_type, .ace-tomorrow .ace_support.ace_type {
|
||||
color:#8959A8;
|
||||
.ace-tomorrow .ace_storage.ace_type,
|
||||
.ace-tomorrow .ace_support.ace_type {
|
||||
color: #8959A8
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_variable {
|
||||
color:#4271AE;
|
||||
color: #4271AE
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_variable.ace_parameter {
|
||||
color:#F5871F;
|
||||
color: #F5871F
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_string {
|
||||
color:#718C00;
|
||||
color: #718C00
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_string.ace_regexp {
|
||||
color:#C82829;
|
||||
color: #C82829
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_comment {
|
||||
color:#8E908C;
|
||||
color: #8E908C
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_variable {
|
||||
color:#C82829;
|
||||
color: #C82829
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_meta.ace_tag {
|
||||
color:#C82829;
|
||||
color: #C82829
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#C82829;
|
||||
color: #C82829
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_entity.ace_name.ace_function {
|
||||
color:#4271AE;
|
||||
color: #4271AE
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_markup.ace_heading {
|
||||
color:#718C00;
|
||||
color: #718C00
|
||||
}
|
||||
|
||||
.ace-tomorrow .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = false;
|
|||
exports.cssClass = "ace-tomorrow";
|
||||
exports.cssText = require('ace/requirejs/text!./tomorrow.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,180 +1,181 @@
|
|||
|
||||
.ace-tomorrow-night .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_gutter {
|
||||
background: #25282c;
|
||||
color: #C5C8C6;
|
||||
color: #C5C8C6
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #25282c;
|
||||
background: #25282c
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_scroller {
|
||||
background-color: #1D1F21;
|
||||
background-color: #1D1F21
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_text-layer {
|
||||
color: #C5C8C6;
|
||||
color: #C5C8C6
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_cursor {
|
||||
border-left: 2px solid #AEAFAD;
|
||||
border-left: 2px solid #AEAFAD
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #AEAFAD;
|
||||
border-bottom: 1px solid #AEAFAD
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_marker-layer .ace_selection {
|
||||
background: #373B41;
|
||||
background: #373B41
|
||||
}
|
||||
|
||||
.ace-tomorrow-night.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #1D1F21;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #4B4E55;
|
||||
border: 1px solid #4B4E55
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_marker-layer .ace_active_line {
|
||||
background: #282A2E;
|
||||
background: #282A2E
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_gutter_active_line {
|
||||
background-color: #282A2E;
|
||||
background-color: #282A2E
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #373B41;
|
||||
border: 1px solid #373B41
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_invisible {
|
||||
color: #4B4E55;
|
||||
color: #4B4E55
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_keyword, .ace-tomorrow-night .ace_meta {
|
||||
color:#B294BB;
|
||||
.ace-tomorrow-night .ace_keyword,
|
||||
.ace-tomorrow-night .ace_meta {
|
||||
color: #B294BB
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_keyword.ace_operator {
|
||||
color:#8ABEB7;
|
||||
color: #8ABEB7
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_constant.ace_character {
|
||||
color:#DE935F;
|
||||
.ace-tomorrow-night .ace_constant.ace_character {
|
||||
color: #DE935F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_constant.ace_language {
|
||||
color:#DE935F;
|
||||
color: #DE935F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_constant.ace_numeric {
|
||||
color:#DE935F;
|
||||
color: #DE935F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_constant.ace_other {
|
||||
color:#CED1CF;
|
||||
color: #CED1CF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_invalid {
|
||||
color:#CED2CF;
|
||||
background-color:#DF5F5F;
|
||||
color: #CED2CF;
|
||||
background-color: #DF5F5F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_invalid.ace_deprecated {
|
||||
color:#CED2CF;
|
||||
background-color:#B798BF;
|
||||
color: #CED2CF;
|
||||
background-color: #B798BF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_support.ace_constant {
|
||||
color:#DE935F;
|
||||
color: #DE935F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_fold {
|
||||
background-color: #81A2BE;
|
||||
border-color: #C5C8C6;
|
||||
background-color: #81A2BE;
|
||||
border-color: #C5C8C6
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_support.ace_function {
|
||||
color:#81A2BE;
|
||||
color: #81A2BE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_support.ace_type {
|
||||
color:#F0C674;
|
||||
color: #F0C674
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_support.ace_class {
|
||||
color:#F0C674;
|
||||
color: #F0C674
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_storage {
|
||||
color:#B294BB;
|
||||
color: #B294BB
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_storage.ace_type, .ace-tomorrow-night .ace_support.ace_type {
|
||||
color:#B294BB;
|
||||
.ace-tomorrow-night .ace_storage.ace_type,
|
||||
.ace-tomorrow-night .ace_support.ace_type {
|
||||
color: #B294BB
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_variable {
|
||||
color:#81A2BE;
|
||||
color: #81A2BE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_variable.ace_parameter {
|
||||
color:#DE935F;
|
||||
color: #DE935F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_string {
|
||||
color:#B5BD68;
|
||||
color: #B5BD68
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_string.ace_regexp {
|
||||
color:#CC6666;
|
||||
color: #CC6666
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_comment {
|
||||
color:#969896;
|
||||
color: #969896
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_variable {
|
||||
color:#CC6666;
|
||||
color: #CC6666
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_meta.ace_tag {
|
||||
color:#CC6666;
|
||||
color: #CC6666
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#CC6666;
|
||||
color: #CC6666
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_entity.ace_name.ace_function {
|
||||
color:#81A2BE;
|
||||
color: #81A2BE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_markup.ace_heading {
|
||||
color:#B5BD68;
|
||||
color: #B5BD68
|
||||
}
|
||||
|
||||
.ace-tomorrow-night .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQlVf8z7Bq1ar/AA/hBFp7egmpAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQlVf8z7Bq1ar/AA/hBFp7egmpAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-tomorrow-night";
|
||||
exports.cssText = require('ace/requirejs/text!./tomorrow_night.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,180 +1,181 @@
|
|||
|
||||
.ace-tomorrow-night-blue .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_gutter {
|
||||
background: #00204b;
|
||||
color: #7388b5;
|
||||
color: #7388b5
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #00204b;
|
||||
background: #00204b
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_scroller {
|
||||
background-color: #002451;
|
||||
background-color: #002451
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_text-layer {
|
||||
color: #FFFFFF;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_cursor {
|
||||
border-left: 2px solid #FFFFFF;
|
||||
border-left: 2px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_marker-layer .ace_selection {
|
||||
background: #003F8E;
|
||||
background: #003F8E
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #002451;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_marker-layer .ace_step {
|
||||
background: rgb(127, 111, 19);
|
||||
background: rgb(127, 111, 19)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #404F7D;
|
||||
border: 1px solid #404F7D
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_marker-layer .ace_active_line {
|
||||
background: #00346E;
|
||||
background: #00346E
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_gutter_active_line {
|
||||
background-color: #022040;
|
||||
background-color: #022040
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #003F8E;
|
||||
border: 1px solid #003F8E
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_invisible {
|
||||
color: #404F7D;
|
||||
color: #404F7D
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_keyword, .ace-tomorrow-night-blue .ace_meta {
|
||||
color:#EBBBFF;
|
||||
.ace-tomorrow-night-blue .ace_keyword,
|
||||
.ace-tomorrow-night-blue .ace_meta {
|
||||
color: #EBBBFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_keyword.ace_operator {
|
||||
color:#99FFFF;
|
||||
color: #99FFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_constant.ace_character {
|
||||
color:#FFC58F;
|
||||
.ace-tomorrow-night-blue .ace_constant.ace_character {
|
||||
color: #FFC58F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_constant.ace_language {
|
||||
color:#FFC58F;
|
||||
color: #FFC58F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_constant.ace_numeric {
|
||||
color:#FFC58F;
|
||||
color: #FFC58F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_constant.ace_other {
|
||||
color:#FFFFFF;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#F99DA5;
|
||||
color: #FFFFFF;
|
||||
background-color: #F99DA5
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_invalid.ace_deprecated {
|
||||
color:#FFFFFF;
|
||||
background-color:#EBBBFF;
|
||||
color: #FFFFFF;
|
||||
background-color: #EBBBFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_support.ace_constant {
|
||||
color:#FFC58F;
|
||||
color: #FFC58F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_fold {
|
||||
background-color: #BBDAFF;
|
||||
border-color: #FFFFFF;
|
||||
background-color: #BBDAFF;
|
||||
border-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_support.ace_function {
|
||||
color:#BBDAFF;
|
||||
color: #BBDAFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_support.ace_type {
|
||||
color:#FFEEAD;
|
||||
color: #FFEEAD
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_support.ace_class {
|
||||
color:#FFEEAD;
|
||||
color: #FFEEAD
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_storage {
|
||||
color:#EBBBFF;
|
||||
color: #EBBBFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_storage.ace_type, .ace-tomorrow-night-blue .ace_support.ace_type {
|
||||
color:#EBBBFF;
|
||||
.ace-tomorrow-night-blue .ace_storage.ace_type,
|
||||
.ace-tomorrow-night-blue .ace_support.ace_type {
|
||||
color: #EBBBFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_variable {
|
||||
color:#BBDAFF;
|
||||
color: #BBDAFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_variable.ace_parameter {
|
||||
color:#FFC58F;
|
||||
color: #FFC58F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_string {
|
||||
color:#D1F1A9;
|
||||
color: #D1F1A9
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_string.ace_regexp {
|
||||
color:#FF9DA4;
|
||||
color: #FF9DA4
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_comment {
|
||||
color:#7285B7;
|
||||
color: #7285B7
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_variable {
|
||||
color:#FF9DA4;
|
||||
color: #FF9DA4
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_meta.ace_tag {
|
||||
color:#FF9DA4;
|
||||
color: #FF9DA4
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#FF9DA4;
|
||||
color: #FF9DA4
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_entity.ace_name.ace_function {
|
||||
color:#BBDAFF;
|
||||
color: #BBDAFF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_markup.ace_heading {
|
||||
color:#D1F1A9;
|
||||
color: #D1F1A9
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-blue .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgUAn8z7Bq1ar/ABBUBHJ4/r3JAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgUAn8z7Bq1ar/ABBUBHJ4/r3JAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-tomorrow-night-blue";
|
||||
exports.cssText = require('ace/requirejs/text!./tomorrow_night_blue.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,180 +1,181 @@
|
|||
|
||||
.ace-tomorrow-night-bright .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_gutter {
|
||||
background: #1a1a1a;
|
||||
color: #DEDEDE;
|
||||
color: #DEDEDE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #1a1a1a;
|
||||
background: #1a1a1a
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_scroller {
|
||||
background-color: #000000;
|
||||
background-color: #000000
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_text-layer {
|
||||
color: #DEDEDE;
|
||||
color: #DEDEDE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_cursor {
|
||||
border-left: 2px solid #9F9F9F;
|
||||
border-left: 2px solid #9F9F9F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #9F9F9F;
|
||||
border-bottom: 1px solid #9F9F9F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_marker-layer .ace_selection {
|
||||
background: #424242;
|
||||
background: #424242
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #000000;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #343434;
|
||||
border: 1px solid #343434
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_marker-layer .ace_active_line {
|
||||
background: #2A2A2A;
|
||||
background: #2A2A2A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_gutter_active_line {
|
||||
background-color: #2A2A2A;
|
||||
background-color: #2A2A2A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #424242;
|
||||
border: 1px solid #424242
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_invisible {
|
||||
color: #343434;
|
||||
color: #343434
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_keyword, .ace-tomorrow-night-bright .ace_meta {
|
||||
color:#C397D8;
|
||||
.ace-tomorrow-night-bright .ace_keyword,
|
||||
.ace-tomorrow-night-bright .ace_meta {
|
||||
color: #C397D8
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_keyword.ace_operator {
|
||||
color:#70C0B1;
|
||||
color: #70C0B1
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_constant.ace_character {
|
||||
color:#E78C45;
|
||||
.ace-tomorrow-night-bright .ace_constant.ace_character {
|
||||
color: #E78C45
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_constant.ace_language {
|
||||
color:#E78C45;
|
||||
color: #E78C45
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_constant.ace_numeric {
|
||||
color:#E78C45;
|
||||
color: #E78C45
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_constant.ace_other {
|
||||
color:#EEEEEE;
|
||||
color: #EEEEEE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_invalid {
|
||||
color:#CED2CF;
|
||||
background-color:#DF5F5F;
|
||||
color: #CED2CF;
|
||||
background-color: #DF5F5F
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_invalid.ace_deprecated {
|
||||
color:#CED2CF;
|
||||
background-color:#B798BF;
|
||||
color: #CED2CF;
|
||||
background-color: #B798BF
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_support.ace_constant {
|
||||
color:#E78C45;
|
||||
color: #E78C45
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_fold {
|
||||
background-color: #7AA6DA;
|
||||
border-color: #DEDEDE;
|
||||
background-color: #7AA6DA;
|
||||
border-color: #DEDEDE
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_support.ace_function {
|
||||
color:#7AA6DA;
|
||||
color: #7AA6DA
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_support.ace_type {
|
||||
color:#E7C547;
|
||||
color: #E7C547
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_support.ace_class {
|
||||
color:#E7C547;
|
||||
color: #E7C547
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_storage {
|
||||
color:#C397D8;
|
||||
color: #C397D8
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_storage.ace_type, .ace-tomorrow-night-bright .ace_support.ace_type {
|
||||
color:#C397D8;
|
||||
.ace-tomorrow-night-bright .ace_storage.ace_type,
|
||||
.ace-tomorrow-night-bright .ace_support.ace_type {
|
||||
color: #C397D8
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_variable {
|
||||
color:#7AA6DA;
|
||||
color: #7AA6DA
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_variable.ace_parameter {
|
||||
color:#E78C45;
|
||||
color: #E78C45
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_string {
|
||||
color:#B9CA4A;
|
||||
color: #B9CA4A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_string.ace_regexp {
|
||||
color:#D54E53;
|
||||
color: #D54E53
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_comment {
|
||||
color:#969896;
|
||||
color: #969896
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_variable {
|
||||
color:#D54E53;
|
||||
color: #D54E53
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_meta.ace_tag {
|
||||
color:#D54E53;
|
||||
color: #D54E53
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#D54E53;
|
||||
color: #D54E53
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_entity.ace_name.ace_function {
|
||||
color:#7AA6DA;
|
||||
color: #7AA6DA
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_markup.ace_heading {
|
||||
color:#B9CA4A;
|
||||
color: #B9CA4A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-bright .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGD4z7Bq1ar/AAz9A/2naJQKAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGD4z7Bq1ar/AAz9A/2naJQKAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-tomorrow-night-bright";
|
||||
exports.cssText = require('ace/requirejs/text!./tomorrow_night_bright.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,176 +1,177 @@
|
|||
|
||||
.ace-tomorrow-night-eighties .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_gutter {
|
||||
background: #272727;
|
||||
color: #CCC;
|
||||
color: #CCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #272727;
|
||||
background: #272727
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_scroller {
|
||||
background-color: #2D2D2D;
|
||||
background-color: #2D2D2D
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_text-layer {
|
||||
color: #CCCCCC;
|
||||
color: #CCCCCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_cursor {
|
||||
border-left: 2px solid #CCCCCC;
|
||||
border-left: 2px solid #CCCCCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
border-bottom: 1px solid #CCCCCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_marker-layer .ace_selection {
|
||||
background: #515151;
|
||||
background: #515151
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #2D2D2D;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #6A6A6A;
|
||||
border: 1px solid #6A6A6A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_marker-layer .ace_active_line {
|
||||
background: #393939;
|
||||
background: #393939
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_gutter_active_line {
|
||||
background-color: #393939;
|
||||
background-color: #393939
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #515151;
|
||||
border: 1px solid #515151
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_invisible {
|
||||
color: #6A6A6A;
|
||||
color: #6A6A6A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_keyword, .ace-tomorrow-night-eighties .ace_meta {
|
||||
color:#CC99CC;
|
||||
.ace-tomorrow-night-eighties .ace_keyword,
|
||||
.ace-tomorrow-night-eighties .ace_meta {
|
||||
color: #CC99CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_keyword.ace_operator {
|
||||
color:#66CCCC;
|
||||
color: #66CCCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_constant.ace_character {
|
||||
color:#F99157;
|
||||
.ace-tomorrow-night-eighties .ace_constant.ace_character {
|
||||
color: #F99157
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_constant.ace_language {
|
||||
color:#F99157;
|
||||
color: #F99157
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_constant.ace_numeric {
|
||||
color:#F99157;
|
||||
color: #F99157
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_constant.ace_other {
|
||||
color:#CCCCCC;
|
||||
color: #CCCCCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_invalid {
|
||||
color:#CDCDCD;
|
||||
background-color:#F2777A;
|
||||
color: #CDCDCD;
|
||||
background-color: #F2777A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_invalid.ace_deprecated {
|
||||
color:#CDCDCD;
|
||||
background-color:#CC99CC;
|
||||
color: #CDCDCD;
|
||||
background-color: #CC99CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_support.ace_constant {
|
||||
color:#F99157;
|
||||
color: #F99157
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_fold {
|
||||
background-color: #6699CC;
|
||||
border-color: #CCCCCC;
|
||||
background-color: #6699CC;
|
||||
border-color: #CCCCCC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_support.ace_function {
|
||||
color:#6699CC;
|
||||
color: #6699CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_support.ace_type {
|
||||
color:#FFCC66;
|
||||
color: #FFCC66
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_support.ace_class {
|
||||
color:#FFCC66;
|
||||
color: #FFCC66
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_storage {
|
||||
color:#CC99CC;
|
||||
color: #CC99CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_storage.ace_type, .ace-tomorrow-night-eighties .ace_support.ace_type {
|
||||
color:#CC99CC;
|
||||
.ace-tomorrow-night-eighties .ace_storage.ace_type,
|
||||
.ace-tomorrow-night-eighties .ace_support.ace_type {
|
||||
color: #CC99CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_variable {
|
||||
color:#6699CC;
|
||||
color: #6699CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_variable.ace_parameter {
|
||||
color:#F99157;
|
||||
color: #F99157
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_string {
|
||||
color:#99CC99;
|
||||
color: #99CC99
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_comment {
|
||||
color:#999999;
|
||||
color: #999999
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_variable {
|
||||
color:#F2777A;
|
||||
color: #F2777A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_meta.ace_tag {
|
||||
color:#F2777A;
|
||||
color: #F2777A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#F2777A;
|
||||
color: #F2777A
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_entity.ace_name.ace_function {
|
||||
color:#6699CC;
|
||||
color: #6699CC
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_markup.ace_heading {
|
||||
color:#99CC99;
|
||||
color: #99CC99
|
||||
}
|
||||
|
||||
.ace-tomorrow-night-eighties .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ1dX9z7Bq1ar/ABE1BITwhhuFAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ1dX9z7Bq1ar/ABE1BITwhhuFAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-tomorrow-night-eighties";
|
||||
exports.cssText = require('ace/requirejs/text!./tomorrow_night_eighties.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,166 +1,167 @@
|
|||
|
||||
.ace-twilight .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-twilight .ace_gutter {
|
||||
background: #232323;
|
||||
color: #E2E2E2;
|
||||
color: #E2E2E2
|
||||
}
|
||||
|
||||
.ace-twilight .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #232323;
|
||||
background: #232323
|
||||
}
|
||||
|
||||
.ace-twilight .ace_scroller {
|
||||
background-color: #141414;
|
||||
background-color: #141414
|
||||
}
|
||||
|
||||
.ace-twilight .ace_text-layer {
|
||||
color: #F8F8F8;
|
||||
color: #F8F8F8
|
||||
}
|
||||
|
||||
.ace-twilight .ace_cursor {
|
||||
border-left: 2px solid #A7A7A7;
|
||||
border-left: 2px solid #A7A7A7
|
||||
}
|
||||
|
||||
.ace-twilight .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #A7A7A7;
|
||||
border-bottom: 1px solid #A7A7A7
|
||||
}
|
||||
|
||||
.ace-twilight .ace_marker-layer .ace_selection {
|
||||
background: rgba(221, 240, 255, 0.20);
|
||||
background: rgba(221, 240, 255, 0.20)
|
||||
}
|
||||
|
||||
.ace-twilight.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #141414;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-twilight .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.25);
|
||||
border: 1px solid rgba(255, 255, 255, 0.25)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_marker-layer .ace_active_line {
|
||||
background: rgba(255, 255, 255, 0.031);
|
||||
background: rgba(255, 255, 255, 0.031)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_gutter_active_line {
|
||||
background-color: rgba(255, 255, 255, 0.031);
|
||||
background-color: rgba(255, 255, 255, 0.031)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid rgba(221, 240, 255, 0.20);
|
||||
border: 1px solid rgba(221, 240, 255, 0.20)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_invisible {
|
||||
color: rgba(255, 255, 255, 0.25);
|
||||
color: rgba(255, 255, 255, 0.25)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_keyword, .ace-twilight .ace_meta {
|
||||
color:#CDA869;
|
||||
.ace-twilight .ace_keyword,
|
||||
.ace-twilight .ace_meta {
|
||||
color: #CDA869
|
||||
}
|
||||
|
||||
.ace-twilight .ace_constant, .ace-twilight .ace_constant.ace_other {
|
||||
color:#CF6A4C;
|
||||
.ace-twilight .ace_constant,
|
||||
.ace-twilight .ace_constant.ace_other {
|
||||
color: #CF6A4C
|
||||
}
|
||||
|
||||
.ace-twilight .ace_constant.ace_character, {
|
||||
color:#CF6A4C;
|
||||
.ace-twilight .ace_constant.ace_character {
|
||||
color: #CF6A4C
|
||||
}
|
||||
|
||||
.ace-twilight .ace_constant.ace_character.ace_escape, {
|
||||
color:#CF6A4C;
|
||||
.ace-twilight .ace_constant.ace_character.ace_escape {
|
||||
color: #CF6A4C
|
||||
}
|
||||
|
||||
.ace-twilight .ace_invalid.ace_illegal {
|
||||
color:#F8F8F8;
|
||||
background-color:rgba(86, 45, 86, 0.75);
|
||||
color: #F8F8F8;
|
||||
background-color: rgba(86, 45, 86, 0.75)
|
||||
}
|
||||
|
||||
.ace-twilight .ace_invalid.ace_deprecated {
|
||||
text-decoration:underline;
|
||||
font-style:italic;
|
||||
color:#D2A8A1;
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
color: #D2A8A1
|
||||
}
|
||||
|
||||
.ace-twilight .ace_support {
|
||||
color:#9B859D;
|
||||
color: #9B859D
|
||||
}
|
||||
|
||||
.ace-twilight .ace_support.ace_constant {
|
||||
color:#CF6A4C;
|
||||
color: #CF6A4C
|
||||
}
|
||||
|
||||
.ace-twilight .ace_fold {
|
||||
background-color: #AC885B;
|
||||
border-color: #F8F8F8;
|
||||
background-color: #AC885B;
|
||||
border-color: #F8F8F8
|
||||
}
|
||||
|
||||
.ace-twilight .ace_support.ace_function {
|
||||
color:#DAD085;
|
||||
color: #DAD085
|
||||
}
|
||||
|
||||
.ace-twilight .ace_storage {
|
||||
color:#F9EE98;
|
||||
color: #F9EE98
|
||||
}
|
||||
|
||||
.ace-twilight .ace_variable {
|
||||
color:#AC885B;
|
||||
color: #AC885B
|
||||
}
|
||||
|
||||
.ace-twilight .ace_string {
|
||||
color:#8F9D6A;
|
||||
color: #8F9D6A
|
||||
}
|
||||
|
||||
.ace-twilight .ace_string.ace_regexp {
|
||||
color:#E9C062;
|
||||
color: #E9C062
|
||||
}
|
||||
|
||||
.ace-twilight .ace_comment {
|
||||
font-style:italic;
|
||||
color:#5F5A60;
|
||||
font-style: italic;
|
||||
color: #5F5A60
|
||||
}
|
||||
|
||||
.ace-twilight .ace_variable {
|
||||
color:#7587A6;
|
||||
color: #7587A6
|
||||
}
|
||||
|
||||
.ace-twilight .ace_xml_pe {
|
||||
color:#494949;
|
||||
color: #494949
|
||||
}
|
||||
|
||||
.ace-twilight .ace_meta.ace_tag {
|
||||
color:#AC885B;
|
||||
color: #AC885B
|
||||
}
|
||||
|
||||
.ace-twilight .ace_entity.ace_name.ace_function {
|
||||
color:#AC885B;
|
||||
color: #AC885B
|
||||
}
|
||||
|
||||
.ace-twilight .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-twilight .ace_markup.ace_heading {
|
||||
color:#CF6A4C;
|
||||
color: #CF6A4C
|
||||
}
|
||||
|
||||
.ace-twilight .ace_markup.ace_list {
|
||||
color:#F9EE98;
|
||||
color: #F9EE98
|
||||
}
|
||||
|
||||
.ace-twilight .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERH5zzBz5sz/AA5EBAYqeZXWAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERH5zzBz5sz/AA5EBAYqeZXWAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-twilight";
|
||||
exports.cssText = require('ace/requirejs/text!./twilight.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,145 +1,146 @@
|
|||
|
||||
.ace-vibrant-ink .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
border: 2px solid rgb(159, 159, 159)
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
border: 2px solid #327fbd
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_gutter {
|
||||
background: #1a1a1a;
|
||||
color: #BEBEBE;
|
||||
color: #BEBEBE
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_print_margin {
|
||||
width: 1px;
|
||||
background: #1a1a1a;
|
||||
background: #1a1a1a
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_scroller {
|
||||
background-color: #0F0F0F;
|
||||
background-color: #0F0F0F
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_text-layer {
|
||||
color: #FFFFFF;
|
||||
color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_cursor {
|
||||
border-left: 2px solid #FFFFFF;
|
||||
border-left: 2px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #FFFFFF;
|
||||
border-bottom: 1px solid #FFFFFF
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_marker-layer .ace_selection {
|
||||
background: #6699CC;
|
||||
background: #6699CC
|
||||
}
|
||||
|
||||
.ace-vibrant-ink.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #0F0F0F;
|
||||
border-radius: 2px;
|
||||
border-radius: 2px
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_marker-layer .ace_step {
|
||||
background: rgb(102, 82, 0);
|
||||
background: rgb(102, 82, 0)
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #404040;
|
||||
border: 1px solid #404040
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_marker-layer .ace_active_line {
|
||||
background: #333333;
|
||||
background: #333333
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_gutter_active_line {
|
||||
background-color: #333333;
|
||||
background-color: #333333
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #6699CC;
|
||||
border: 1px solid #6699CC
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_invisible {
|
||||
color: #404040;
|
||||
color: #404040
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_keyword, .ace-vibrant-ink .ace_meta {
|
||||
color:#FF6600;
|
||||
.ace-vibrant-ink .ace_keyword,
|
||||
.ace-vibrant-ink .ace_meta {
|
||||
color: #FF6600
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_constant, .ace-vibrant-ink .ace_constant.ace_other {
|
||||
color:#339999;
|
||||
.ace-vibrant-ink .ace_constant,
|
||||
.ace-vibrant-ink .ace_constant.ace_other {
|
||||
color: #339999
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_constant.ace_character, {
|
||||
color:#339999;
|
||||
.ace-vibrant-ink .ace_constant.ace_character {
|
||||
color: #339999
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_constant.ace_character.ace_escape, {
|
||||
color:#339999;
|
||||
.ace-vibrant-ink .ace_constant.ace_character.ace_escape {
|
||||
color: #339999
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_constant.ace_numeric {
|
||||
color:#99CC99;
|
||||
color: #99CC99
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_invalid {
|
||||
color:#CCFF33;
|
||||
background-color:#000000;
|
||||
color: #CCFF33;
|
||||
background-color: #000000
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_invalid.ace_deprecated {
|
||||
color:#CCFF33;
|
||||
background-color:#000000;
|
||||
color: #CCFF33;
|
||||
background-color: #000000
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_fold {
|
||||
background-color: #FFCC00;
|
||||
border-color: #FFFFFF;
|
||||
background-color: #FFCC00;
|
||||
border-color: #FFFFFF
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_support.ace_function {
|
||||
color:#FFCC00;
|
||||
color: #FFCC00
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_variable {
|
||||
color:#FFCC00;
|
||||
color: #FFCC00
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_variable.ace_parameter {
|
||||
font-style:italic;
|
||||
font-style: italic
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_string {
|
||||
color:#66FF00;
|
||||
color: #66FF00
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_string.ace_regexp {
|
||||
color:#44B4CC;
|
||||
color: #44B4CC
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_comment {
|
||||
color:#9933CC;
|
||||
color: #9933CC
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_entity.ace_other.ace_attribute-name {
|
||||
font-style:italic;
|
||||
color:#99CC99;
|
||||
font-style: italic;
|
||||
color: #99CC99
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_entity.ace_name.ace_function {
|
||||
color:#FFCC00;
|
||||
color: #FFCC00
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.ace-vibrant-ink .ace_indent-guide {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPg5+f/z7Bq1ar/AA5lBCqoLxsgAAAAAElFTkSuQmCC) right repeat-y;
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPg5+f/z7Bq1ar/AA5lBCqoLxsgAAAAAElFTkSuQmCC) right repeat-y
|
||||
}
|
||||
|
|
@ -34,6 +34,6 @@ exports.isDark = true;
|
|||
exports.cssClass = "ace-vibrant-ink";
|
||||
exports.cssText = require('ace/requirejs/text!./vibrant_ink.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue