Compare commits

...
Sign in to create a new pull request.

8 commits

Author SHA1 Message Date
Garen Torikian
7ffe0a5153 Revert textmate theme to original 2012-09-13 23:22:46 -07:00
Garen Torikian
7f4192f842 rebase objc stuff OUT 2012-09-12 00:43:26 -07:00
Garen Torikian
d05ecaafea Update themes some more 2012-09-12 00:40:35 -07:00
Garen Torikian
e467665909 Make updates to theme parser logic and tool 2012-09-12 00:40:35 -07:00
Garen Torikian
1408ce09e7 merge master 2012-09-12 00:34:35 -07:00
Garen Torikian
58ace81fd5 Update themes some more 2012-09-12 00:11:35 -07:00
Garen Torikian
8b3f8c6c06 Make updates to theme parser logic and tool 2012-09-11 17:05:36 -07:00
Garen Torikian
ca40a80ab8 Store objc work 2012-09-11 15:19:00 -07:00
57 changed files with 3323 additions and 1153 deletions

View file

@ -70,6 +70,7 @@
<option value="ace/theme/solarized_light">Solarized Light</option>
<option value="ace/theme/textmate" selected="selected">TextMate</option>
<option value="ace/theme/tomorrow">Tomorrow</option>
<option value="ace/theme/xcode">XCode</option>
</optgroup>
<optgroup label="Dark">
<option value="ace/theme/clouds_midnight">Clouds Midnight</option>

View file

@ -1,169 +1,146 @@
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: 4FCFA210-B247-11D9-9D00-000D93347A42) */
.ace-chrome .ace_editor {
border: 2px solid rgb(159, 159, 159);
border: 2px solid rgb(159, 159, 159)
}
.ace-chrome .ace_editor.ace_focus {
border: 2px solid #327fbd;
border: 2px solid #327fbd
}
.ace-chrome .ace_gutter {
background: #ebebeb;
color: #333;
overflow : hidden;
overflow : hidden
}
.ace-chrome .ace_print_margin {
width: 1px;
background: #e8e8e8;
background: #e8e8e8
}
.ace-chrome .ace_scroller {
background-color: #FFFFFF;
background-color: #FFFFFF
}
.ace-chrome .ace_text-layer {
color: #000000
}
.ace-chrome .ace_cursor {
border-left: 2px solid black;
border-left: 2px solid #000000
}
.ace-chrome .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid black;
}
.ace-chrome .ace_line .ace_invisible {
color: rgb(191, 191, 191);
}
.ace-chrome .ace_line .ace_constant.ace_buildin {
color: rgb(88, 72, 246);
}
.ace-chrome .ace_line .ace_constant.ace_language {
color: rgb(88, 92, 246);
}
.ace-chrome .ace_line .ace_constant.ace_library {
color: rgb(6, 150, 14);
}
.ace-chrome .ace_line .ace_invalid {
background-color: rgb(153, 0, 0);
color: white;
}
.ace-chrome .ace_line .ace_fold {
}
.ace-chrome .ace_line .ace_support.ace_function {
color: rgb(60, 76, 114);
}
.ace-chrome .ace_line .ace_support.ace_constant {
color: rgb(6, 150, 14);
}
.ace-chrome .ace_line .ace_support.ace_type,
.ace-chrome .ace_line .ace_support.ace_class
.ace-chrome .ace_line .ace_support.ace_other, {
color: rgb(109, 121, 222);
}
.ace-chrome .ace_variable.ace_parameter {
font-style:italic;
color:#FD971F;
}
.ace-chrome .ace_line .ace_keyword.ace_operator {
color: rgb(104, 118, 135);
}
.ace-chrome .ace_line .ace_comment {
color: #236e24;
}
.ace-chrome .ace_line .ace_comment.ace_doc {
color: #236e24;
}
.ace-chrome .ace_line .ace_comment.ace_doc.ace_tag {
color: #236e24;
}
.ace-chrome .ace_line .ace_constant.ace_numeric {
color: rgb(0, 0, 205);
}
.ace-chrome .ace_line .ace_variable {
color: rgb(49, 132, 149);
}
.ace-chrome .ace_line .ace_xml_pe {
color: rgb(104, 104, 91);
}
.ace-chrome .ace_entity.ace_name.ace_function {
color: #0000A2;
}
.ace-chrome .ace_markup.ace_underline {
text-decoration:underline;
}
.ace-chrome .ace_markup.ace_heading {
color: rgb(12, 7, 255);
}
.ace-chrome .ace_markup.ace_list {
color:rgb(185, 6, 144);
border-bottom: 1px solid #000000
}
.ace-chrome .ace_marker-layer .ace_selection {
background: rgb(181, 213, 255);
background: #BAD6FD
}
.ace-chrome.multiselect .ace_selection.start {
box-shadow: 0 0 3px 0px #FFFFFF;
border-radius: 2px
}
.ace-chrome .ace_marker-layer .ace_step {
background: rgb(252, 255, 0);
}
.ace-chrome .ace_marker-layer .ace_stack {
background: rgb(164, 229, 101);
background: rgb(198, 219, 174)
}
.ace-chrome .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgb(192, 192, 192);
border: 1px solid rgba(179, 179, 179, 0.96)
}
.ace-chrome .ace_marker-layer .ace_active_line {
background: rgba(0, 0, 0, 0.07);
background: rgba(0, 0, 0, 0.10)
}
.ace-chrome .ace_gutter_active_line {
background-color : #dcdcdc;
background-color: rgba(0, 0, 0, 0.10)
}
.ace-chrome .ace_marker-layer .ace_selected_word {
background: rgb(250, 250, 255);
border: 1px solid rgb(200, 200, 250);
border: 1px solid #BAD6FD
}
.ace-chrome .ace_invisible {
color: rgba(179, 179, 179, 0.96)
}
.ace-chrome .ace_keyword,
.ace-chrome .ace_meta {
color: #AA0D91
}
.ace-chrome .ace_keyword.ace_operator {
color: #000000
}
.ace-chrome .ace_constant.ace_language {
color: #AA0D91
}
.ace-chrome .ace_constant.ace_numeric {
color: #1C00CF
}
.ace-chrome .ace_invalid {
color: #FF0000
}
.ace-chrome .ace_support {
color: #000000
}
.ace-chrome .ace_line .ace_fold {
}
.ace-chrome .ace_storage {
color: #AA0D91
}
.ace-chrome .ace_variable {
color: #000000
}
.ace-chrome .ace_variable.ace_parameter {
font-style: italic
}
.ace-chrome .ace_string {
color: #C41A16
}
.ace-chrome .ace_comment {
color: #007400
}
.ace-chrome .ace_storage,
.ace-chrome .ace_line .ace_keyword,
.ace-chrome .ace_meta.ace_tag {
color: rgb(147, 15, 128);
}
.ace-chrome .ace_string.ace_regex {
color: rgb(255, 0, 0)
}
.ace-chrome .ace_line .ace_string {
color: #1A1AA6;
color: #AA0D91
}
.ace-chrome .ace_entity.ace_other.ace_attribute-name {
color: #994409;
font-style: italic;
color: #994500
}
.ace-chrome .ace_entity.ace_name.ace_function {
color: #000000
}
.ace-chrome .ace_entity.ace_name.ace_tag {
color: #881280
}
.ace-chrome .ace_markup.ace_underline {
text-decoration: underline
}
.ace-chrome .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
}

View file

@ -1,124 +1,161 @@
.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_keyword.ace_other.ace_unit {
color: #96DC5F
}
.ace-clouds .ace_constant.ace_character.ace_entity {
color: #BF78CC
}
.ace-clouds .ace_constant.ace_language {
color:#39946A;
color: #39946A
}
.ace-clouds .ace_constant.ace_numeric {
color:#46A609;
color: #46A609
}
.ace-clouds .ace_constant.ace_other.ace_color {
color: #AF956F
}
.ace-clouds .ace_invalid {
background-color:#FF002A;
background-color: #FF002A
}
.ace-clouds support.constant.property-value {
color: #BF78CC
}
.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_meta.ace_selector {
color: #C52727
}
.ace-clouds .ace_variable.ace_language {
color: #39946A
}
.ace-clouds .ace_entity.ace_other.ace_inherited-class {
color: #858585
}
.ace-clouds .ace_entity.ace_name.ace_tag {
color: #606060
}
.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
}

View file

@ -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);
});

View file

@ -1,126 +1,146 @@
.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_keyword.ace_other.ace_unit {
color: #366F1A
}
.ace-clouds-midnight .ace_constant.ace_character.ace_entity {
color: #A165AC
}
.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 support.constant.property-value {
color: #927C5D
}
.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_name.ace_tag {
color: #606060
}
.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
}

View file

@ -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);
});

View file

@ -1,147 +1,152 @@
.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
}

View file

@ -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);
});

View file

@ -1,153 +1,156 @@
.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
}

View file

@ -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);
});

View file

@ -1,106 +1,133 @@
.ace-dreamweaver .ace_editor {
border: 2px solid rgb(159, 159, 159);
border: 2px solid rgb(159, 159, 159)
}
.ace-dreamweaver .ace_editor.ace_focus {
border: 2px solid #327fbd;
border: 2px solid #327fbd
}
.ace-dreamweaver .ace_gutter {
background: #e8e8e8;
color: #333;
color: #333
}
.ace-dreamweaver .ace_print_margin {
width: 1px;
background: #e8e8e8;
background: #e8e8e8
}
.ace-dreamweaver .ace_scroller {
background-color: #FFFFFF;
background-color: #FFFFFF
}
.ace-dreamweaver .ace_fold {
background-color: #757AD8;
background-color: #757AD8
}
.ace-dreamweaver .ace_text-layer {
}
.ace-dreamweaver .ace_cursor {
border-left: 2px solid black;
border-left: 2px solid black
}
.ace-dreamweaver .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid black;
border-bottom: 1px solid black
}
.ace-dreamweaver.multiselect .ace_selection.start {
box-shadow: 0 0 3px 0px #FFFFFF;
border-radius: 2px
}
.ace-dreamweaver .ace_line .ace_invisible {
color: rgb(191, 191, 191);
color: rgb(191, 191, 191)
}
.ace-dreamweaver .ace_line .ace_storage,
.ace-dreamweaver .ace_line .ace_keyword {
color: blue;
color: blue
}
.ace-dreamweaver .ace_line .ace_constant.ace_buildin {
color: rgb(88, 72, 246);
color: rgb(88, 72, 246)
}
.ace-dreamweaver .ace_gutter_active_line {
background-color: rgba(0, 0, 0, 0.071)
}
.ace-dreamweaver .ace_line .ace_constant.ace_language {
color: rgb(88, 92, 246);
color: rgb(88, 92, 246)
}
.ace-dreamweaver .ace_invisible {
color: #BFBFBF
}
.ace-dreamweaver .ace_invalid {
color: #EE000B;
background-color: #EFFF8A
}
.ace-dreamweaver .ace_line .ace_constant.ace_library {
color: rgb(6, 150, 14);
color: rgb(6, 150, 14)
}
.ace-dreamweaver .ace_comment {
color: #9A9A9A
}
.ace-dreamweaver .ace_comment {
color: #9A9A9A
}
.ace-dreamweaver .ace_line .ace_invalid {
background-color: rgb(153, 0, 0);
color: white;
color: white
}
.ace-dreamweaver .ace_line .ace_support.ace_function {
color: rgb(60, 76, 114);
color: rgb(60, 76, 114)
}
.ace-dreamweaver .ace_line .ace_support.ace_constant {
color: rgb(6, 150, 14);
color: rgb(6, 150, 14)
}
.ace-dreamweaver .ace_line .ace_support.ace_type,
.ace-dreamweaver .ace_line .ace_support.ace_class {
color: #009;
color: #009
}
.ace-dreamweaver .ace_line .ace_support.ace_php_tag {
color: #f00;
color: #f00
}
.ace-dreamweaver .ace_line .ace_keyword.ace_operator {
color: rgb(104, 118, 135);
color: rgb(104, 118, 135)
}
.ace-dreamweaver .ace_line .ace_string {
color: #00F;
color: #00F
}
.ace-dreamweaver .ace_line .ace_comment {
color: rgb(76, 136, 107);
color: rgb(76, 136, 107)
}
.ace-dreamweaver .ace_line .ace_comment.ace_doc {
color: rgb(0, 102, 255);
color: rgb(0, 102, 255)
}
.ace-dreamweaver .ace_line .ace_comment.ace_doc.ace_tag {
color: rgb(128, 159, 191);
color: rgb(128, 159, 191)
}
.ace-dreamweaver .ace_line .ace_constant.ace_numeric {
color: rgb(0, 0, 205);
color: rgb(0, 0, 205)
}
.ace-dreamweaver .ace_line .ace_variable {
@ -108,77 +135,77 @@
}
.ace-dreamweaver .ace_line .ace_xml_pe {
color: rgb(104, 104, 91);
color: rgb(104, 104, 91)
}
.ace-dreamweaver .ace_entity.ace_name.ace_function {
color: #00F;
color: #00F
}
.ace-dreamweaver .ace_markup.ace_underline {
text-decoration:underline;
text-decoration: underline
}
.ace-dreamweaver .ace_markup.ace_heading {
color: rgb(12, 7, 255);
color: rgb(12, 7, 255)
}
.ace-dreamweaver .ace_markup.ace_list {
color:rgb(185, 6, 144);
color: rgb(185, 6, 144)
}
.ace-dreamweaver .ace_marker-layer .ace_selection {
background: rgb(181, 213, 255);
background: rgb(181, 213, 255)
}
.ace-dreamweaver .ace_marker-layer .ace_step {
background: rgb(252, 255, 0);
background: rgb(252, 255, 0)
}
.ace-dreamweaver .ace_marker-layer .ace_stack {
background: rgb(164, 229, 101);
background: rgb(164, 229, 101)
}
.ace-dreamweaver .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgb(192, 192, 192);
border: 1px solid rgb(192, 192, 192)
}
.ace-dreamweaver .ace_marker-layer .ace_active_line {
background: rgba(0, 0, 0, 0.07);
background: rgba(0, 0, 0, 0.07)
}
.ace-dreamweaver .ace_marker-layer .ace_selected_word {
background: rgb(250, 250, 255);
border: 1px solid rgb(200, 200, 250);
border: 1px solid rgb(200, 200, 250)
}
.ace-dreamweaver .ace_meta.ace_tag {
color:#009;
color: #009
}
.ace-dreamweaver .ace_meta.ace_tag.ace_anchor {
color:#060;
color: #060
}
.ace-dreamweaver .ace_meta.ace_tag.ace_form {
color:#F90;
color: #F90
}
.ace-dreamweaver .ace_meta.ace_tag.ace_image {
color:#909;
color: #909
}
.ace-dreamweaver .ace_meta.ace_tag.ace_script {
color:#900;
color: #900
}
.ace-dreamweaver .ace_meta.ace_tag.ace_style {
color:#909;
color: #909
}
.ace-dreamweaver .ace_meta.ace_tag.ace_table {
color:#099;
color: #099
}
.ace-dreamweaver .ace_string.ace_regex {
@ -186,5 +213,5 @@
}
.ace-dreamweaver .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
}

View file

@ -29,6 +29,7 @@
* ***** END LICENSE BLOCK ***** */
define(function(require, exports, module) {
exports.isDark = false;
exports.cssClass = "ace-dreamweaver";
exports.cssText = require('ace/requirejs/text!./dreamweaver.css');

View file

@ -3,135 +3,216 @@
.ace-github .ace_editor {
color: #333;
background-color: #F8F8F8;
border: 1px solid #CCC;
border: 2px solid rgb(159, 159, 159);
font: 13px 'Bitstream Vera Sans Mono', Courier, monospace !important;
line-height: 19px !important;
overflow: auto;
padding: 6px 10px;
border-radius: 3px;
position: relative;
margin-bottom: 15px;
margin-bottom: 15px
}
.ace-github .ace_editor.ace_focus {
border: 2px solid #327fbd
}
.ace-github .ace_gutter {
background: #e8e8e8;
color: #AAA;
color: #AAA
}
.ace-github .ace_scroller {
background: #fff;
background: #fff
}
.ace-github .ace_keyword {
font-weight: bold;
font-weight: bold
}
.ace-github .ace_string {
color: #D14;
color: #D14
}
.ace-github .ace_variable.ace_class {
color: teal;
color: teal
}
.ace-github .ace_constant.ace_numeric {
color: #099;
color: #099
}
.ace-github .ace_constant.ace_buildin {
color: #0086B3;
color: #0086B3
}
.ace-github .ace_support.ace_function {
color: #0086B3;
color: #0086B3
}
.ace-github .ace_comment {
color: #998;
font-style: italic;
font-style: italic
}
.ace-github .ace_variable.ace_language {
color: #0086B3;
.ace-github .ace_variable.ace_language {
color: #0086B3
}
.ace-github .ace_paren {
font-weight: bold;
font-weight: bold
}
.ace-github .ace_boolean {
font-weight: bold;
font-weight: bold
}
.ace-github .ace_invisible {
color: #BBBBBB
}
.ace-github .ace_constant.ace_character {
color: #DD1144
}
.ace-github .ace_constant.ace_character.ace_entity {
color: #800080
}
.ace-github .ace_string.ace_regexp {
color: #009926;
font-weight: normal;
font-weight: normal
}
.ace-github .ace_constant.ace_other {
color: #009999
}
.ace-github .ace_invalid.ace_illegal {
color: #A61717;
background-color: #E3D2D2
}
.ace-github .ace_fold {
}
.ace-github .ace_variable.ace_instancce {
color: teal;
color: teal
}
.ace-github .ace_support.ace_type {
color: #445588
}
.ace-github .ace_support.ace_class {
color: #445588
}
.ace-github .ace_storage.ace_type,
.ace-github .ace_support.ace_type {
color: #445588
}
.ace-github .ace_variable {
color: #990000
}
.ace-github .ace_variable.ace_parameter {
color: #008080
}
.ace-github .ace_constant.ace_language {
font-weight: bold;
font-weight: bold
}
.ace-github .ace_text-layer {
}
.ace-github .ace_comment.ace_doc {
font-style: italic;
color: #999999
}
.ace-github .ace_cursor {
border-left: 2px solid black;
border-left: 2px solid black
}
.ace-github .ace_entity.ace_other.ace_attribute-name {
color: #008080
}
.ace-github .ace_entity.ace_name.ace_function {
color: #990000
}
.ace-github .ace_entity.ace_name.ace_tag {
color: #000080
}
.ace-github .ace_markup.ace_underline {
text-decoration: underline
}
.ace-github .ace_markup.ace_heading {
color: #AAAAAA
}
.ace-github .ace_markup.ace_heading.ace_1 {
color: #999999
}
.ace-github .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid black;
border-bottom: 1px solid black
}
.ace-github .ace_marker-layer .ace_active_line {
background: rgb(255, 255, 204);
background: rgb(255, 255, 204)
}
.ace-github .ace_marker-layer .ace_selection {
background: rgb(181, 213, 255);
background: rgb(181, 213, 255)
}
.ace-github.multiselect .ace_selection.start {
box-shadow: 0 0 3px 0px white;
border-radius: 2px;
border-radius: 2px
}
/* bold keywords cause cursor issues for some fonts */
/* this disables bold style for editor and keeps for static highlighter */
.ace-github.ace_editor .ace_line > span {
font-weight: normal !important;
font-weight: normal !important
}
.ace-github .ace_marker-layer .ace_step {
background: rgb(252, 255, 0);
background: rgb(252, 255, 0)
}
.ace-github .ace_marker-layer .ace_stack {
background: rgb(164, 229, 101);
background: rgb(164, 229, 101)
}
.ace-github .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgb(192, 192, 192);
border: 1px solid rgb(192, 192, 192)
}
.ace-github .ace_gutter_active_line {
background-color : rgba(0, 0, 0, 0.07);
background-color : rgba(0, 0, 0, 0.07)
}
.ace-github .ace_marker-layer .ace_selected_word {
background: rgb(250, 250, 255);
border: 1px solid rgb(200, 200, 250);
border: 1px solid rgb(200, 200, 250)
}
.ace-github .ace_print_margin {
width: 1px;
background: #e8e8e8;
background: #e8e8e8
}
.ace-github .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
}

View file

@ -34,6 +34,6 @@ exports.isDark = false;
exports.cssClass = "ace-github";
exports.cssText = require('ace/requirejs/text!./github.css');
var dom = require("../lib/dom");
dom.importCssString(exports.cssText, exports.cssClass);
var dom = require("../lib/dom");
dom.importCssString(exports.cssText, exports.cssClass);
});

View file

@ -1,141 +1,144 @@
.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
}

View file

@ -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);
});

View file

@ -1,144 +1,147 @@
.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
}

View file

@ -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);
});

View file

@ -1,148 +1,159 @@
.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_entity.ace_name.ace_tag {
color: #FC6F09
}
.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
}

View file

@ -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);
});

View file

@ -1,154 +1,165 @@
.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_entity.ace_name.ace_tag {
color: #FC803A
}
.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
}

View file

@ -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);
});

View file

@ -1,160 +1,167 @@
.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.ace_tag {
color: #A65EFF
}
.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
}

View file

@ -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);
});

View file

@ -1,164 +1,169 @@
.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: #49483E;
background: #49483E
}
.ace-monokai .ace_gutter_active_line {
background-color: #191916;
background-color: #191916
}
.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_entity.ace_name.ace_tag {
color: #F92672
}
.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
}

View file

@ -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);
});

View file

@ -1,154 +1,161 @@
.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
}

View file

@ -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);
});

View file

@ -1,147 +1,151 @@
.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_entity.ace_name.ace_tag {
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
}

View file

@ -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);
});

View file

@ -1,146 +1,150 @@
.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_entity.ace_name.ace_tag {
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
}

View file

@ -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);
});

View file

@ -167,4 +167,4 @@
.ace-tm .ace_indent-guide {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
}
}

View file

@ -29,10 +29,9 @@
* ***** END LICENSE BLOCK ***** */
define(function(require, exports, module) {
"use strict";
exports.isDark = false;
exports.cssClass = "ace-tm";
exports.cssClass = "ace-textmate";
exports.cssText = require('ace/requirejs/text!./textmate.css');
var dom = require("../lib/dom");

View file

@ -1,180 +1,189 @@
.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_keyword.ace_other.ace_unit {
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_entity.ace_name.ace_tag {
color: #C82829
}
.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
}

View file

@ -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);
});

View file

@ -1,180 +1,189 @@
.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_keyword.ace_other.ace_unit {
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_entity.ace_name.ace_tag {
color: #CC6666
}
.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
}

View file

@ -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);
});

View file

@ -1,180 +1,189 @@
.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_keyword.ace_other.ace_unit {
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_entity.ace_name.ace_tag {
color: #FF9DA4
}
.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
}

View file

@ -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);
});

View file

@ -1,180 +1,189 @@
.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_keyword.ace_other.ace_unit {
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_entity.ace_name.ace_tag {
color: #D54E53
}
.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
}

View file

@ -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);
});

View file

@ -1,176 +1,185 @@
.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_keyword.ace_other.ace_unit {
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_entity.ace_name.ace_tag {
color: #F2777A
}
.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
}

View file

@ -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);
});

View file

@ -1,166 +1,169 @@
.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
}

View file

@ -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);
});

View file

@ -1,145 +1,148 @@
.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
}

View file

@ -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);
});

144
lib/ace/theme/xcode.css Normal file
View file

@ -0,0 +1,144 @@
.ace-xcode .ace_editor {
border: 2px solid rgb(159, 159, 159)
}
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: EE3AD170-2B7F-4DE1-B724-C75F13FE0085) */
.ace-xcode .ace_editor {
border: 2px solid rgb(159, 159, 159)
}
.ace-xcode .ace_editor.ace_focus {
border: 2px solid #327fbd
}
.ace-xcode .ace_gutter {
background: #e8e8e8;
color: #333
}
.ace-xcode .ace_print_margin {
width: 1px;
background: #e8e8e8
}
.ace-xcode .ace_scroller {
background-color: #FFFFFF
}
.ace-xcode .ace_text-layer {
color: #000000
}
.ace-xcode .ace_cursor {
border-left: 2px solid #000000
}
.ace-xcode .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid #000000
}
.ace-xcode .ace_marker-layer .ace_selection {
background: #B5D5FF
}
.ace-xcode.multiselect .ace_selection.start {
box-shadow: 0 0 3px 0px #FFFFFF;
border-radius: 2px
}
.ace-xcode .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace-xcode .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid #BFBFBF
}
.ace-xcode .ace_marker-layer .ace_active_line {
background: rgba(0, 0, 0, 0.071)
}
.ace-xcode .ace_gutter_active_line {
background-color: rgba(0, 0, 0, 0.071)
}
.ace-xcode .ace_marker-layer .ace_selected_word {
border: 1px solid #B5D5FF
}
.ace-xcode .ace_invisible {
color: #BFBFBF
}
.ace-xcode .ace_keyword,
.ace-xcode .ace_meta {
color: #C800A4
}
.ace-xcode .ace_constant.ace_character {
color: #275A5E
}
.ace-xcode .ace_constant.ace_language {
color: #C800A4
}
.ace-xcode .ace_constant.ace_numeric {
color: #3A00DC
}
.ace-xcode .ace_constant.ace_other {
color: #275A5E
}
.ace-xcode .ace_support.ace_constant {
color: #450084
}
.ace-xcode .ace_fold {
background-color: #C800A4;
border-color: #000000
}
.ace-xcode .ace_support.ace_function {
color: #450084
}
.ace-xcode .ace_support.ace_type {
color: #790EAD
}
.ace-xcode .ace_support.ace_class {
color: #790EAD
}
.ace-xcode .ace_storage {
color: #C900A4
}
.ace-xcode .ace_string {
color: #DF0002
}
.ace-xcode .ace_comment {
color: #008E00
}
.ace-xcode .ace_variable.ace_language {
color: #C800A4
}
.ace-xcode .ace_entity.ace_other.ace_attribute-name {
color: #450084
}
.ace-xcode .ace_entity.ace_name.ace_tag {
color: #790EAD
}
.ace-xcode .ace_markup.ace_underline {
text-decoration: underline
}

39
lib/ace/theme/xcode.js Normal file
View file

@ -0,0 +1,39 @@
/* ***** BEGIN LICENSE BLOCK *****
* Distributed under the BSD license:
*
* Copyright (c) 2010, Ajax.org B.V.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* * Neither the name of Ajax.org B.V. nor the
* names of its contributors may be used to endorse or promote products
* derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* ***** END LICENSE BLOCK ***** */
define(function(require, exports, module) {
exports.isDark = false;
exports.cssClass = "ace-xcode";
exports.cssText = require('ace/requirejs/text!./xcode.css');
var dom = require("../lib/dom");
dom.importCssString(exports.cssText, exports.cssClass);
});

View file

@ -77,6 +77,10 @@
%keyword.operator%
}
.%cssClass% .ace_keyword.ace_other.ace_unit {
%keyword.other.unit%
}
.%cssClass% .ace_constant, .%cssClass% .ace_constant.ace_other {
%constant%
}
@ -89,6 +93,10 @@
%constant.character.escape%
}
.%cssClass% .ace_constant.ace_character.ace_entity {
%constant.character.entity%
}
.%cssClass% .ace_constant.ace_language {
%constant.language%
}
@ -105,6 +113,10 @@
%constant.other%
}
.%cssClass% .ace_constant.ace_other.ace_color {
%constant.other.color%
}
.%cssClass% .ace_invalid {
%invalid%
}
@ -125,6 +137,10 @@
%support.constant%
}
.%cssClass% support.constant.property-value {
%support.constant.property-value%
}
.%cssClass% .ace_fold {
background-color: %fold%;
border-color: %foreground%;
@ -210,6 +226,10 @@
%ace.meta.tag.input%
}
.%cssClass% .ace_meta.ace_selector {
%meta.selector%
}
.%cssClass% .ace_entity.ace_other.ace_attribute-name {
%entity.other.attribute-name%
}
@ -222,6 +242,14 @@
%entity.name.function%
}
.%cssClass% .ace_entity.ace_other.ace_inherited-class {
%entity.other.inherited-class%
}
.%cssClass% .ace_entity.ace_name.ace_tag {
%entity.name.tag%
}
.%cssClass% .ace_markup.ace_underline {
text-decoration:underline;
}

View file

@ -2,6 +2,8 @@
"name": "ace-tools",
"version": "0.1.0",
"dependencies": {
"plist": ""
"plist": "",
"css-parse": "",
"css-stringify": ""
}
}

View file

@ -1,4 +1,8 @@
var fs = require("fs");
var path = require("path");
var util = require("util");
var cssParse = require("css-parse");
var cssStringify = require("css-stringify");
var parseString = require("plist").parseString;
function parseTheme(themeXml, callback) {
@ -7,9 +11,12 @@ function parseTheme(themeXml, callback) {
});
}
var unsupportedScopes = { };
var supportedScopes = {
"keyword": "keyword",
"keyword.operator": "keyword.operator",
"keyword.other.unit": "keyword.other.unit",
"constant": "constant",
"constant.language": "constant.language",
@ -17,6 +24,7 @@ var supportedScopes = {
"constant.numeric": "constant.numeric",
"constant.character" : "constant.character",
"constant.character.escape" : "constant.character.escape",
"constant.character.entity": "constant.character.entity",
"constant.other" : "constant.other",
"support": "support",
@ -25,6 +33,7 @@ var supportedScopes = {
"support.function.firebug": "support.firebug",
"support.function.constant": "support.function.constant",
"support.constant": "support.constant",
"support.constant.property-value": "support.constant.property-value",
"support.class": "support.class",
"support.type": "support.type",
"support.other": "support.other",
@ -53,11 +62,12 @@ var supportedScopes = {
"meta": "meta",
"meta.tag.sgml.doctype": "xml_pe",
"meta.tag": "meta.tag",
"meta.tag.form": "meta.tag.form",
"meta.selector": "meta.selector",
"entity.other.attribute-name": "entity.other.attribute-name",
"entity.name.function": "entity.name.function",
"entity.name": "entity.name",
"entity.name.tag": "entity.name.tag",
"markup.heading": "markup.heading",
"markup.heading.1": "markup.heading.1",
@ -68,7 +78,9 @@ var supportedScopes = {
"markup.heading.6": "markup.heading.6",
"markup.list": "markup.list",
"collab.user1": "collab.user1"
"collab.user1": "collab.user1",
"text": "text"
};
function extractStyles(theme) {
@ -90,23 +102,35 @@ function extractStyles(theme) {
};
for (var i=1; i<theme.settings.length; i++) {
var element = theme.settings[i];
if (!element.scope)
continue;
var scopes = element.scope.split(/\s*[|,]\s*/g);
for (var j=0; j<scopes.length; j++) {
var scope = scopes[j];
if (supportedScopes[scope]) {
colors[supportedScopes[scope]] = parseStyles(element.settings);
} else {
//console.log(scope + " is not supported!");
}
var element = theme.settings[i];
if (!element.scope)
continue;
var scopes = element.scope.split(/\s*[|,]\s*/g);
for (var j=0; j<scopes.length; j++) {
var scope = scopes[j];
var style = parseStyles(element.settings);
if (supportedScopes[scope]) {
colors[supportedScopes[scope]] = style;
}
else if (style.length > 0) {
if (unsupportedScopes[scope] === undefined) {
unsupportedScopes[scope] = 1;
}
else {
unsupportedScopes[scope] = unsupportedScopes[scope] + 1;
}
}
}
}
if (!colors.fold)
colors.fold = ((colors["entity.name.function"] || colors.keyword).match(/\:([^;]+)/)||[])[1];
if (!colors.fold) {
var foldSource = colors["entity.name.function"] || colors.keyword;
if (foldSource) {
colors.fold = foldSource.match(/\:([^;]+)/)[1];
}
}
if (!colors.selected_word_highlight)
colors.selected_word_highlight = "border: 1px solid " + colors.selection + ";";
@ -178,15 +202,15 @@ var cssTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.css", "utf8");
var jsTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.js", "utf8");
var themes = {
//"chrome": "Chrome",
"chrome": "Chrome DevTools",
"clouds": "Clouds",
"clouds_midnight": "Clouds Midnight",
"cobalt": "Cobalt",
//"crimson_editor": "Crimson Editor",
"dawn": "Dawn",
//"dreamweaver": "Dreamweaver",
"dreamweaver": "Dreamweaver",
//"eclipse": "Eclipse",
//"github": "GitHub",
"github": "GitHub",
"idle_fingers": "idleFingers",
"kr_theme": "krTheme",
"merbivore": "Merbivore",
@ -196,14 +220,15 @@ var themes = {
"pastel_on_dark": "Pastels on Dark",
"solarized_dark": "Solarized-dark",
"solarized_light": "Solarized-light",
//"textmate": "Textmate",
//"textmate": "Textmate (Mac Classic)",
"tomorrow": "Tomorrow",
"tomorrow_night": "Tomorrow-Night",
"tomorrow_night_blue": "Tomorrow-Night-Blue",
"tomorrow_night_bright": "Tomorrow-Night-Bright",
"tomorrow_night_eighties": "Tomorrow-Night-Eighties",
"twilight": "Twilight",
"vibrant_ink": "Vibrant Ink"
"vibrant_ink": "Vibrant Ink",
"xcode": "Xcode_default"
};
function convertTheme(name) {
@ -224,10 +249,57 @@ function convertTheme(name) {
isDark: styles.isDark
});
// we're going to look for NEW rules in the parsed content only
// if such a rule exists, add it to the destination file
// this way, we preserve all hand-modified rules in the <theme>.css rules,
// (because some exist, for collab1 and ace_indentation_guide
try {
var outThemeCss = fs.readFileSync(__dirname + "/../lib/ace/theme/" + name + ".css");
var parsedExistingFile = cssParse(outThemeCss);
var parsedPotentialFile = cssParse(css);
for (var r = 0; r < parsedPotentialFile.stylesheet.rules.length; r++) {
var potentialSelectors = parsedPotentialFile.stylesheet.rules[r].selectors;
var found = false;
for (var e = 0; e < parsedExistingFile.stylesheet.rules.length; e++) {
var existingSelectors = parsedExistingFile.stylesheet.rules[e].selectors;
if (existingSelectors.join(",") === potentialSelectors.join(",")) {
found = true;
break;
}
}
if (!found) {
console.log("Adding NEW rule: ", parsedPotentialFile.stylesheet.rules[r])
parsedExistingFile.stylesheet.rules.splice(r, 0, parsedPotentialFile.stylesheet.rules[r]);
}
}
css = cssStringify(parsedExistingFile, { compress: false });
} catch(e) {
console.log("Creating new file: " + name + ".css")
}
fs.writeFileSync(__dirname + "/../lib/ace/theme/" + name + ".js", js);
fs.writeFileSync(__dirname + "/../lib/ace/theme/" + name + ".css", css);
})
}
for (var name in themes)
convertTheme(name);
for (var name in themes) {
convertTheme(name);
}
var sortedUnsupportedScopes = {};
for (var u in unsupportedScopes) {
var value = unsupportedScopes[u];
if (sortedUnsupportedScopes[value] === undefined) {
sortedUnsupportedScopes[value] = [];
}
sortedUnsupportedScopes[value].push(u);
}
console.log("I found these unsupported scopes:");
console.log(sortedUnsupportedScopes);
console.log("It's safe to ignore these, but they may affect your syntax highlighting if your mode depends on any of these rules.");
console.log("Refer to the docs on ace.ajax.org for information on how to add a scope to the CSS generator.");

View file

@ -0,0 +1,294 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Austin Cummings</string>
<key>name</key>
<string>Chrome DevTools</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFFFFF</string>
<key>caret</key>
<string>#000000</string>
<key>foreground</key>
<string>#000000</string>
<key>invisibles</key>
<string>#B3B3B3F4</string>
<key>lineHighlight</key>
<string>#0000001A</string>
<key>selection</key>
<string>#BAD6FD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C41A16</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#1C00CF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AA0D91</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Operator</string>
<key>scope</key>
<string>keyword.operator</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Identifier</string>
<key>scope</key>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AA0D91</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Exception</string>
<key>scope</key>
<string>support.class.exception</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#990000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Function name</string>
<key>scope</key>
<string>entity.name.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
<!-- <key>fontStyle</key>
<string>italic</string> -->
</dict>
</dict>
<dict>
<key>name</key>
<string>Type name</string>
<key>scope</key>
<string>entity.name.type</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Arguments</string>
<key>scope</key>
<string>variable.parameter</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<!-- <key>fontStyle</key>
<string>italic</string> -->
<key>foreground</key>
<string>#007400</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<!-- <key>background</key>
<string>#E71A114D</string> -->
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Trailing whitespace</string>
<key>scope</key>
<string>invalid.deprecated.trailing-whitespace</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#E71A1100</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded source</string>
<key>scope</key>
<string>text source</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FAFAFAFC</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag</string>
<key>scope</key>
<string>meta.tag, declaration.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#AA0D91</string>
</dict>
</dict>
<!-- <dict>
<key>name</key>
<string>Constant</string>
<key>scope</key>
<string>constant, support.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict> -->
<dict>
<key>name</key>
<string>Support</string>
<key>scope</key>
<string>support</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
<key>scope</key>
<string>storage</string>
<key>settings</key>
<dict>
<!-- <key>fontStyle</key>
<string>bold</string> -->
<key>foreground</key>
<string>#AA0D91</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Section name</string>
<key>scope</key>
<string>entity.name.section</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Frame title</string>
<key>scope</key>
<string>entity.name.function.frame</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#000000</string>
<!-- <string>#881280</string> -->
</dict>
</dict>
<dict>
<key>name</key>
<string>XML Declaration</string>
<key>scope</key>
<string>meta.tag.preprocessor.xml</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#333333</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag Attribute</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<!-- <string>#3366CC</string> -->
<string>#994500</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag Name</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#881280</string>
<!-- <key>fontStyle</key>
<string>bold</string> -->
</dict>
</dict>
</array>
<key>uuid</key>
<string>4FCFA210-B247-11D9-9D00-000D93347A42</string>
</dict>
</plist>

View file

@ -0,0 +1,521 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>By Jim Isaacs - jimisaacs.com</string>
<key>name</key>
<string>Dreamweaver</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFFFFF</string>
<key>caret</key>
<string>#000000</string>
<key>foreground</key>
<string>#000000</string>
<key>invisibles</key>
<string>#BFBFBF</string>
<key>lineHighlight</key>
<string>#00000012</string>
<key>selection</key>
<string>#5EA0FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>text</string>
<key>scope</key>
<string>text</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>constant numeric</string>
<key>scope</key>
<string>constant.numeric - source.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#EE000B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>comment general</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#9A9A9A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html meta</string>
<key>scope</key>
<string>text.html meta.tag</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#00359E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html string</string>
<key>scope</key>
<string>text.html.basic meta.tag string.quoted - source</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#001EFF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html contstant</string>
<key>scope</key>
<string>text.html.basic constant.character.entity.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html a tag</string>
<key>scope</key>
<string>text.html meta.tag.a - string</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#106800</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html img tag</string>
<key>scope</key>
<string>text.html meta.tag.img - string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6D232E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html form tag</string>
<key>scope</key>
<string>text.html meta.tag.form - string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF9700</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>html table</string>
<key>scope</key>
<string>text.html meta.tag.table - string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#009079</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js embedded</string>
<key>scope</key>
<string>source.js.embedded.html punctuation.definition.tag - source.php, source.js.embedded.html entity.name.tag.script, source.js.embedded entity.other.attribute-name - source.js string</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#842B44</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js comment</string>
<key>scope</key>
<string>source.js comment - source.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#9A9A9A</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js meta function</string>
<key>scope</key>
<string>source.js meta.function - source.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js instance / support.function</string>
<key>scope</key>
<string>source.js meta.class - source.php, source.js support.function - source.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#24C696</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js string</string>
<key>scope</key>
<string>source.js string - source.php, source.js keyword.operator</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#0035FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js support</string>
<key>scope</key>
<string>source.js support.class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7E00B7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js storage</string>
<key>scope</key>
<string>source.js storage</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js storage (not function) / bool / new / braces</string>
<key>scope</key>
<string>source.js storage - storage.type.function - source.php, source.js constant - source.php, source.js keyword - source.php, source.js variable.language, source.js meta.brace, source.js punctuation.definition.parameters.begin, source.js punctuation.definition.parameters.end</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#05208C</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>js regexp</string>
<key>scope</key>
<string>source.js string.regexp, source.js string.regexp constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#106800</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css embedded</string>
<key>scope</key>
<string>source.css.embedded.html punctuation.definition.tag, source.css.embedded.html entity.name.tag.style, source.css.embedded entity.other.attribute-name - meta.selector</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#8D00B7</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css @import</string>
<key>scope</key>
<string>source.css meta.at-rule.import.css</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#009C7F</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css @important</string>
<key>scope</key>
<string>source.css keyword.other.important</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#EE000B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css @media</string>
<key>scope</key>
<string>source.css meta.at-rule.media</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#430303</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css string</string>
<key>scope</key>
<string>source.css string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#106800</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css selector/prop-list</string>
<key>scope</key>
<string>source.css meta.selector, source.css meta.property-list, source.css meta.at-rule</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DA29FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css punctuation</string>
<key>scope</key>
<string>source.css punctuation.separator - source.php, source.css punctuation.terminator - source.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#DA29FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css property name</string>
<key>scope</key>
<string>source.css meta.property-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#05208C</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>css property value</string>
<key>scope</key>
<string>source.css meta.property-value</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0035FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php begin/end block</string>
<key>scope</key>
<string>source.php punctuation.section.embedded.begin, source.php punctuation.section.embedded.end</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#EE000B</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php</string>
<key>scope</key>
<string>source.php - punctuation.section</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php varaible</string>
<key>scope</key>
<string>source.php variable, source.php meta.function.arguments</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php punctuation</string>
<key>scope</key>
<string>source.php punctuation - string - variable - meta.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#05208C</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php storage.type</string>
<key>scope</key>
<string>source.php storage.type</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#24BF96</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php keyword general / storage misc</string>
<key>scope</key>
<string>source.php keyword - comment, source.php storage.type.class, source.php storage.type.interface, source.php storage.modifier, source.php constant.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#009714</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php support / storage / operator</string>
<key>scope</key>
<string>source.php support , source.php storage, source.php keyword.operator, source.php storage.type.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0035FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php varaible global</string>
<key>scope</key>
<string>source.php variable.other.global</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#0092F2</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php support constant</string>
<key>scope</key>
<string>source.php support.constant, source.php constant.language.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#551D02</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php string</string>
<key>scope</key>
<string>source.php string, source.php string keyword.operator</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#E20000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php string variable</string>
<key>scope</key>
<string>source.php string.quoted.double variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF6200</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>php comment general</string>
<key>scope</key>
<string>source.php comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF9404</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EFFF8A</string>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#EE000B</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>4C43099A-C325-4F56-BACB-F332209207B0</string>
</dict>
</plist>

View file

@ -0,0 +1,573 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>author</key>
<string>Martin Kühl</string>
<key>comment</key>
<string>A theme based on the GitHub code stylesheet.</string>
<key>name</key>
<string>GitHub</string>
<key>settings</key>
<array>
<dict>
<key>comment</key>
<string>
background #files .file .data background-color
caret #files .file .meta color
invisibles .syntax .w
lineHighlight #FFFEEB #files .file .private background-color
alt: #FFFFCC colour that gets added via javascript
selection #B4D5FE handmade :-)
alt: #FFFFCC colour that gets added via javascript
#EAF2F5 #header .userbox background-color
#EAEAEA #files .file background-color
#DEDEDE #files .file border-color
#F9EA86 Mac OS X system selection colour “Gold”
</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#F8F8FF</string>
<key>caret</key>
<string>#666666</string>
<key>foreground</key>
<string>#000000</string>
<key>invisibles</key>
<string>#BBBBBB</string>
<key>lineHighlight</key>
<string>#FFFEEB</string>
<key>selection</key>
<string>#B4D5FE</string>
</dict>
</dict>
<dict>
<key>comment</key>
<string>.syntax .c, .syntax .c[ml]</string>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>italic</string>
<key>foreground</key>
<string>#999988</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment.Preproc</string>
<key>scope</key>
<string>comment.block.preprocessor</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .cp</string>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment.Special</string>
<key>scope</key>
<string>comment.documentation, comment.block.documentation</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .cs</string>
<key>fontStyle</key>
<string>bold italic</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Error</string>
<key>scope</key>
<string>invalid.illegal</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#E3D2D2</string>
<key>comment</key>
<string>.syntax .err</string>
<key>foreground</key>
<string>#A61717</string>
</dict>
</dict>
<dict>
<key>comment</key>
<string>.syntax .k, .syntax .k[dpr]</string>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword, storage</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>comment</key>
<string>.syntax .o, .syntax .ow</string>
<key>name</key>
<string>Operator</string>
<key>scope</key>
<string>keyword.operator</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword.Constant</string>
<key>scope</key>
<string>constant.language, support.constant</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .kc</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword.Type</string>
<key>scope</key>
<string>storage.type, support.type</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .kt</string>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#445588</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Attribute</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .na</string>
<key>foreground</key>
<string>#008080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Builtin</string>
<key>scope</key>
<string>variable.other</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .nb</string>
<key>foreground</key>
<string>#0086B3</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Builtin.Pseudo</string>
<key>scope</key>
<string>variable.language</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .bp</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>comment</key>
<string>TODO: support.class is styled as Name.Constant on GitHub.</string>
<key>name</key>
<string>Name.Class</string>
<key>scope</key>
<string>entity.name.type, entity.other.inherited-class, support.class</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .nc</string>
<key>fontStyle</key>
<string>bold</string>
<key>foreground</key>
<string>#445588</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Constant</string>
<key>scope</key>
<string>variable.other.constant</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .no</string>
<key>foreground</key>
<string>#008080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Entity</string>
<key>scope</key>
<string>constant.character.entity</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .ni</string>
<key>foreground</key>
<string>#800080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Exception</string>
<key>scope</key>
<string>entity.name.exception</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .ne</string>
<key>foreground</key>
<string>#990000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Function</string>
<key>scope</key>
<string>entity.name.function, support.function, keyword.other.name-of-parameter</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .nf</string>
<key>foreground</key>
<string>#990000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Namespace</string>
<key>scope</key>
<string>entity.name.section</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .nn</string>
<key>foreground</key>
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Tag</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .nt</string>
<key>foreground</key>
<string>#000080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Name.Variable</string>
<key>scope</key>
<string>variable.parameter, support.variable</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .nv, .style .v[cgi]</string>
<key>foreground</key>
<string>#008080</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Literal.Number</string>
<key>scope</key>
<string>constant.numeric, constant.other</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .m, .style .m[fhio], .style .il</string>
<key>foreground</key>
<string>#009999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Literal.String</string>
<key>scope</key>
<string>string - string source, constant.character</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .s[bcd2ehixl]</string>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#DD1144</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Literal.String.Regex</string>
<key>scope</key>
<string>string.regexp</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .sr</string>
<key>foreground</key>
<string>#009926</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Literal.String.Symbol</string>
<key>scope</key>
<string>constant.other.symbol</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.style .ss</string>
<key>foreground</key>
<string>#990073</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Punctuation</string>
<key>scope</key>
<string>punctuation</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Deleted</string>
<key>scope</key>
<string>markup.deleted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFDDDD</string>
<key>comment</key>
<string>.syntax .gd</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Emph</string>
<key>scope</key>
<string>markup.italic</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .ge</string>
<key>fontStyle</key>
<string>italic</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Error</string>
<key>scope</key>
<string>markup.error</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .gr</string>
<key>foreground</key>
<string>#AA0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Heading</string>
<key>scope</key>
<string>markup.heading.1</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .gh</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Inserted</string>
<key>scope</key>
<string>markup.inserted</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#DDFFDD</string>
<key>comment</key>
<string>.syntax .gi</string>
<key>foreground</key>
<string>#000000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Output</string>
<key>scope</key>
<string>markup.output, markup.raw</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .go</string>
<key>foreground</key>
<string>#888888</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Prompt</string>
<key>scope</key>
<string>markup.prompt</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .gp</string>
<key>foreground</key>
<string>#555555</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Strong</string>
<key>scope</key>
<string>markup.bold</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .gs</string>
<key>fontStyle</key>
<string>bold</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Subheading</string>
<key>scope</key>
<string>markup.heading</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .gu</string>
<key>foreground</key>
<string>#AAAAAA</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Traceback</string>
<key>scope</key>
<string>markup.traceback</string>
<key>settings</key>
<dict>
<key>comment</key>
<string>.syntax .gt</string>
<key>foreground</key>
<string>#AA0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Generic.Underline</string>
<key>scope</key>
<string>markup.underline</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string>underline</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Diff Range</string>
<key>scope</key>
<string>meta.diff.range, meta.diff.index, meta.separator</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#EAF2F5</string>
<key>comment</key>
<string>.syntax .gc</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Diff From</string>
<key>scope</key>
<string>meta.diff.header.from-file</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFDDDD</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Diff To</string>
<key>scope</key>
<string>meta.diff.header.to-file</string>
<key>settings</key>
<dict>
<key>background</key>
<string>#DDFFDD</string>
<key>foreground</key>
<string>#999999</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Extra: Link</string>
<key>scope</key>
<string>meta.link</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#4183C4</string>
</dict>
</dict>
</array>
<key>uuid</key>
<string>FDD6F02A-74F7-4B6C-97F1-857D792EC90E</string>
</dict>
</plist>

View file

@ -0,0 +1,240 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>comment</key>
<string>Carmine Paolino</string>
<key>name</key>
<string>Xcode default</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
<dict>
<key>background</key>
<string>#FFFFFF</string>
<key>caret</key>
<string>#000000</string>
<key>foreground</key>
<string>#000000</string>
<key>invisibles</key>
<string>#BFBFBF</string>
<key>lineHighlight</key>
<string>#00000012</string>
<key>selection</key>
<string>#B5D5FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Comment</string>
<key>scope</key>
<string>comment</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#008E00</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Preprocessor Statements</string>
<key>scope</key>
<string>meta.preprocessor, keyword.control.import</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#7D4726</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>String</string>
<key>scope</key>
<string>string</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#DF0002</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Number</string>
<key>scope</key>
<string>constant.numeric</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#3A00DC</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Built-in constant</string>
<key>scope</key>
<string>constant.language</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C800A4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>User-defined constant</string>
<key>scope</key>
<string>constant.character, constant.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#275A5E</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Variable</string>
<key>scope</key>
<string>variable.language, variable.other</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C800A4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Keyword</string>
<key>scope</key>
<string>keyword</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C800A4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Storage</string>
<key>scope</key>
<string>storage</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#C900A4</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Class name</string>
<key>scope</key>
<string>entity.name.class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#438288</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Inherited class</string>
<key>scope</key>
<string>entity.other.inherited-class</string>
<key>settings</key>
<dict/>
</dict>
<dict>
<key>name</key>
<string>Function name</string>
<key>scope</key>
<string>entity.name.function</string>
<key>settings</key>
<dict/>
</dict>
<dict>
<key>name</key>
<string>Function argument</string>
<key>scope</key>
<string>variable.parameter</string>
<key>settings</key>
<dict/>
</dict>
<dict>
<key>name</key>
<string>Tag name</string>
<key>scope</key>
<string>entity.name.tag</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#790EAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Tag attribute</string>
<key>scope</key>
<string>entity.other.attribute-name</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#450084</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library function</string>
<key>scope</key>
<string>support.function</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#450084</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library constant</string>
<key>scope</key>
<string>support.constant</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#450084</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library class/type</string>
<key>scope</key>
<string>support.type, support.class</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#790EAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Library variable</string>
<key>scope</key>
<string>support.other.variable</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#790EAD</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Invalid</string>
<key>scope</key>
<string>invalid</string>
<key>settings</key>
<dict/>
</dict>
</array>
<key>uuid</key>
<string>EE3AD170-2B7F-4DE1-B724-C75F13FE0085</string>
</dict>
</plist>