Revert textmate theme to original

This commit is contained in:
Garen Torikian 2012-09-13 23:22:46 -07:00
commit 7ffe0a5153
3 changed files with 42 additions and 214 deletions

View file

@ -1,301 +1,131 @@
.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 {
@ -303,40 +133,38 @@
}
.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

@ -220,7 +220,7 @@ var themes = {
"pastel_on_dark": "Pastels on Dark",
"solarized_dark": "Solarized-dark",
"solarized_light": "Solarized-light",
"textmate": "Textmate (Mac Classic)",
//"textmate": "Textmate (Mac Classic)",
"tomorrow": "Tomorrow",
"tomorrow_night": "Tomorrow-Night",
"tomorrow_night_blue": "Tomorrow-Night-Blue",