Update themes some more

This commit is contained in:
Garen Torikian 2012-09-12 00:11:35 -07:00
commit d05ecaafea
16 changed files with 2322 additions and 248 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,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,131 +1,301 @@
.ace-textmate .ace_editor {
border: 2px solid rgb(159, 159, 159)
}
.ace-textmate .ace_editor.ace_focus {
border: 2px solid #327fbd
}
.ace-textmate .ace_gutter {
background: #e8e8e8;
color: #333
}
.ace-textmate .ace_print_margin {
width: 1px;
background: #e8e8e8
}
.ace-textmate .ace_scroller {
background-color: #FFFFFF
}
.ace-textmate .ace_text-layer {
color: #000000
}
.ace-textmate .ace_cursor {
border-left: 2px solid #000000
}
.ace-textmate .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid #000000
}
.ace-textmate .ace_marker-layer .ace_selection {
background: rgba(77, 151, 255, 0.33)
}
.ace-textmate.multiselect .ace_selection.start {
box-shadow: 0 0 3px 0px #FFFFFF;
border-radius: 2px
}
.ace-textmate .ace_marker-layer .ace_step {
background: rgb(198, 219, 174)
}
.ace-textmate .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid #BFBFBF
}
.ace-textmate .ace_marker-layer .ace_active_line {
background: rgba(0, 0, 0, 0.071)
}
.ace-textmate .ace_gutter_active_line {
background-color: rgba(0, 0, 0, 0.071)
}
.ace-textmate .ace_marker-layer .ace_selected_word {
border: 1px solid rgba(77, 151, 255, 0.33)
}
.ace-textmate .ace_invisible {
color: #BFBFBF
}
.ace-textmate .ace_keyword,
.ace-textmate .ace_meta {
color: #0000FF
}
.ace-textmate .ace_constant,
.ace-textmate .ace_constant.ace_other {
color: #C5060B
}
.ace-textmate .ace_constant.ace_character.ace_escape {
color: #26B31A
}
.ace-textmate .ace_constant.ace_language {
color: #585CF6
}
.ace-textmate .ace_constant.ace_numeric {
color: #0000CD
}
.ace-textmate .ace_invalid {
color: #FFFFFF;
background-color: #990000
}
.ace-textmate .ace_support.ace_constant {
color: #06960E
}
.ace-textmate .ace_fold {
background-color: #0000A2;
border-color: #000000
}
.ace-textmate .ace_support.ace_function {
color: #3C4C72
}
.ace-textmate .ace_support.ace_type {
color: #6D79DE
}
.ace-textmate .ace_support.ace_class {
color: #6D79DE
}
.ace-textmate .ace_storage {
color: #0000FF
}
.ace-textmate .ace_variable {
color: #0000A2
}
.ace-textmate .ace_variable.ace_parameter {
font-style: italic
}
.ace-textmate .ace_string {
color: #036A07
}
.ace-textmate .ace_comment {
font-style: italic;
color: #0066FF
}
.ace-textmate .ace_variable.ace_language {
color: #318495
}
.ace-textmate .ace_xml_pe {
color: #888888
}
.ace-textmate .ace_meta.ace_tag {
color: #1C02FF
}
.ace-textmate .ace_entity.ace_other.ace_attribute-name {
font-style: italic
}
.ace-textmate .ace_entity.ace_name.ace_function {
color: #0000A2
}
.ace-textmate .ace_markup.ace_underline {
text-decoration: underline
}
.ace-textmate .ace_markup.ace_heading {
color: #0C07FF
}
.ace-textmate .ace_markup.ace_list {
color: #B90690
}
.ace-tm .ace_editor {
border: 2px solid rgb(159, 159, 159);
border: 2px solid rgb(159, 159, 159)
}
.ace-tm .ace_editor.ace_focus {
border: 2px solid #327fbd;
border: 2px solid #327fbd
}
.ace-tm .ace_gutter {
background: #f0f0f0;
color: #333;
color: #333
}
.ace-tm .ace_print_margin {
width: 1px;
background: #e8e8e8;
background: #e8e8e8
}
.ace-tm .ace_fold {
background-color: #6B72E6;
background-color: #6B72E6
}
.ace-tm .ace_scroller {
background-color: #FFFFFF;
background-color: #FFFFFF
}
.ace-tm .ace_cursor {
border-left: 2px solid black;
border-left: 2px solid black
}
.ace-tm .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid black;
border-bottom: 1px solid black
}
.ace-tm .ace_line .ace_invisible {
color: rgb(191, 191, 191);
color: rgb(191, 191, 191)
}
.ace-tm .ace_line .ace_storage,
.ace-tm .ace_line .ace_keyword {
color: blue;
color: blue
}
.ace-tm .ace_line .ace_constant {
color: rgb(197, 6, 11);
color: rgb(197, 6, 11)
}
.ace-tm .ace_line .ace_constant.ace_buildin {
color: rgb(88, 72, 246);
color: rgb(88, 72, 246)
}
.ace-tm .ace_line .ace_constant.ace_language {
color: rgb(88, 92, 246);
color: rgb(88, 92, 246)
}
.ace-tm .ace_line .ace_constant.ace_library {
color: rgb(6, 150, 14);
color: rgb(6, 150, 14)
}
.ace-tm .ace_line .ace_invalid {
background-color: rgba(255, 0, 0, 0.1);
color: red;
color: red
}
.ace-tm .ace_line .ace_support.ace_function {
color: rgb(60, 76, 114);
color: rgb(60, 76, 114)
}
.ace-tm .ace_line .ace_support.ace_constant {
color: rgb(6, 150, 14);
color: rgb(6, 150, 14)
}
.ace-tm .ace_line .ace_support.ace_type,
.ace-tm .ace_line .ace_support.ace_class {
color: rgb(109, 121, 222);
color: rgb(109, 121, 222)
}
.ace-tm .ace_line .ace_keyword.ace_operator {
color: rgb(104, 118, 135);
color: rgb(104, 118, 135)
}
.ace-tm .ace_line .ace_string {
color: rgb(3, 106, 7);
color: rgb(3, 106, 7)
}
.ace-tm .ace_line .ace_comment {
color: rgb(76, 136, 107);
color: rgb(76, 136, 107)
}
.ace-tm .ace_line .ace_comment.ace_doc {
color: rgb(0, 102, 255);
color: rgb(0, 102, 255)
}
.ace-tm .ace_line .ace_comment.ace_doc.ace_tag {
color: rgb(128, 159, 191);
color: rgb(128, 159, 191)
}
.ace-tm .ace_line .ace_constant.ace_numeric {
color: rgb(0, 0, 205);
color: rgb(0, 0, 205)
}
.ace-tm .ace_line .ace_variable {
color: rgb(49, 132, 149);
color: rgb(49, 132, 149)
}
.ace-tm .ace_line .ace_xml_pe {
color: rgb(104, 104, 91);
color: rgb(104, 104, 91)
}
.ace-tm .ace_entity.ace_name.ace_function {
color: #0000A2;
color: #0000A2
}
.ace-tm .ace_markup.ace_underline {
text-decoration:underline;
text-decoration: underline
}
.ace-tm .ace_markup.ace_heading {
color: rgb(12, 7, 255);
color: rgb(12, 7, 255)
}
.ace-tm .ace_markup.ace_list {
color:rgb(185, 6, 144);
color: rgb(185, 6, 144)
}
.ace-tm .ace_meta.ace_tag {
color:rgb(0, 22, 142);
color: rgb(0, 22, 142)
}
.ace-tm .ace_string.ace_regex {
@ -133,38 +303,40 @@
}
.ace-tm .ace_marker-layer .ace_selection {
background: rgb(181, 213, 255);
background: rgb(181, 213, 255)
}
.ace-tm.multiselect .ace_selection.start {
box-shadow: 0 0 3px 0px white;
border-radius: 2px;
border-radius: 2px
}
.ace-tm .ace_marker-layer .ace_step {
background: rgb(252, 255, 0);
background: rgb(252, 255, 0)
}
.ace-tm .ace_marker-layer .ace_stack {
background: rgb(164, 229, 101);
background: rgb(164, 229, 101)
}
.ace-tm .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-tm .ace_marker-layer .ace_active_line {
background: rgba(0, 0, 0, 0.07);
background: rgba(0, 0, 0, 0.07)
}
.ace-tm .ace_gutter_active_line {
background-color : #dcdcdc;
background-color : #dcdcdc
}
.ace-tm .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-tm .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,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");

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

@ -124,9 +124,13 @@ function extractStyles(theme) {
}
}
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 + ";";
@ -198,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",
@ -216,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) {

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>