Add new GitHub/Chrome builds from tmtheme
This commit is contained in:
parent
ab8c3076c5
commit
f1e5e6fbff
10 changed files with 1713 additions and 294 deletions
|
|
@ -1,3 +1,5 @@
|
|||
/* 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);
|
||||
}
|
||||
|
|
@ -7,9 +9,8 @@
|
|||
}
|
||||
|
||||
.ace-chrome .ace_gutter {
|
||||
background: #ebebeb;
|
||||
background: #e8e8e8;
|
||||
color: #333;
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_print_margin {
|
||||
|
|
@ -17,151 +18,119 @@
|
|||
background: #e8e8e8;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_scroller {
|
||||
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 {
|
||||
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_markupine {
|
||||
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_fold {
|
||||
background-color: #000000;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.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);
|
||||
color:#AA0D91;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_string.ace_regex {
|
||||
color: rgb(255, 0, 0)
|
||||
.ace-chrome .ace_entity.ace_other.ace_attribute-name {
|
||||
font-style:italic;
|
||||
color:#994500;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_line .ace_string{
|
||||
color: #1A1AA6;
|
||||
.ace-chrome .ace_entity.ace_name.ace_function {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_entity.ace_other.ace_attribute-name{
|
||||
color: #994409;
|
||||
}
|
||||
|
||||
.ace-chrome .ace_indent-guide {
|
||||
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
|
||||
}
|
||||
.ace-chrome .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
|
@ -30,10 +30,10 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
exports.isDark = false;
|
||||
exports.cssClass = "ace-chrome";
|
||||
exports.cssText = require('ace/requirejs/text!./chrome.css');
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
|
||||
var dom = require("../lib/dom");
|
||||
dom.importCssString(exports.cssText, exports.cssClass);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: E5304455-0AC7-4082-8E62-5FD1B3313EEC) */
|
||||
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: 47536290-6FC1-4B09-A08F-B219909E1A69) */
|
||||
|
||||
.ace-clouds-midnight .ace_editor {
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
|
|
@ -19,28 +19,28 @@
|
|||
}
|
||||
|
||||
.ace-clouds-midnight .ace_scroller {
|
||||
background-color: #191919;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_text-layer {
|
||||
color: #929292;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_cursor {
|
||||
border-left: 2px solid #7DA5DC;
|
||||
border-left: 2px solid #000000;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #7DA5DC;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_selection {
|
||||
background: #000000;
|
||||
background: #BDD5FC;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #191919;
|
||||
box-shadow: 0 0 3px 0px #FFFFFF;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
|
|
@ -54,15 +54,15 @@
|
|||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_active_line {
|
||||
background: rgba(215, 215, 215, 0.031);
|
||||
background: #FFFBD1;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_gutter_active_line {
|
||||
background-color: rgba(215, 215, 215, 0.031);
|
||||
background-color: #FFFBD1;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #000000;
|
||||
border: 1px solid #BDD5FC;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_invisible {
|
||||
|
|
@ -70,11 +70,11 @@
|
|||
}
|
||||
|
||||
.ace-clouds-midnight .ace_keyword, .ace-clouds-midnight .ace_meta {
|
||||
color:#927C5D;
|
||||
color:#AF956F;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_keyword.ace_operator {
|
||||
color:#4B4B4B;
|
||||
color:#484848;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_constant.ace_language {
|
||||
|
|
@ -86,21 +86,20 @@
|
|||
}
|
||||
|
||||
.ace-clouds-midnight .ace_invalid {
|
||||
color:#FFFFFF;
|
||||
background-color:#E92E2E;
|
||||
background-color:#FF002A;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_fold {
|
||||
background-color: #927C5D;
|
||||
border-color: #929292;
|
||||
background-color: #AF956F;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_support.ace_function {
|
||||
color:#E92E2E;
|
||||
color:#C52727;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_storage {
|
||||
color:#E92E2E;
|
||||
color:#C52727;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_string {
|
||||
|
|
@ -108,7 +107,7 @@ background-color:#E92E2E;
|
|||
}
|
||||
|
||||
.ace-clouds-midnight .ace_comment {
|
||||
color:#3C403B;
|
||||
color:#BCC8BA;
|
||||
}
|
||||
|
||||
.ace-clouds-midnight .ace_entity.ace_other.ace_attribute-name {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
define(function(require, exports, module) {
|
||||
|
||||
exports.isDark = true;
|
||||
exports.isDark = false;
|
||||
exports.cssClass = "ace-clouds-midnight";
|
||||
exports.cssText = require('ace/requirejs/text!./clouds_midnight.css');
|
||||
|
||||
|
|
|
|||
|
|
@ -1,130 +1,16 @@
|
|||
/* CSS style content from github's default pygments highlighter template.
|
||||
Cursor and selection styles from textmate.css. */
|
||||
/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: 26786979-843B-4FE2-BCB6-4FCEC6F8FB58) */
|
||||
|
||||
.ace-github .ace_editor {
|
||||
color: #333;
|
||||
background-color: #F8F8F8;
|
||||
border: 1px solid #CCC;
|
||||
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;
|
||||
border: 2px solid rgb(159, 159, 159);
|
||||
}
|
||||
|
||||
.ace-github .ace_editor.ace_focus {
|
||||
border: 2px solid #327fbd;
|
||||
}
|
||||
|
||||
.ace-github .ace_gutter {
|
||||
background: #e8e8e8;
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
.ace-github .ace_scroller {
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
.ace-github .ace_keyword {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ace-github .ace_string {
|
||||
color: #D14;
|
||||
}
|
||||
|
||||
.ace-github .ace_variable.ace_class {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
.ace-github .ace_constant.ace_numeric {
|
||||
color: #099;
|
||||
}
|
||||
|
||||
.ace-github .ace_constant.ace_buildin {
|
||||
color: #0086B3;
|
||||
}
|
||||
|
||||
.ace-github .ace_support.ace_function {
|
||||
color: #0086B3;
|
||||
}
|
||||
|
||||
.ace-github .ace_comment {
|
||||
color: #998;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.ace-github .ace_variable.ace_language {
|
||||
color: #0086B3;
|
||||
}
|
||||
|
||||
.ace-github .ace_paren {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ace-github .ace_boolean {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ace-github .ace_string.ace_regexp {
|
||||
color: #009926;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.ace-github .ace_variable.ace_instancce {
|
||||
color: teal;
|
||||
}
|
||||
|
||||
.ace-github .ace_constant.ace_language {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.ace-github .ace_text-layer {
|
||||
}
|
||||
|
||||
.ace-github .ace_cursor {
|
||||
border-left: 2px solid black;
|
||||
}
|
||||
|
||||
.ace-github .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_active_line {
|
||||
background: rgb(255, 255, 204);
|
||||
}
|
||||
.ace-github .ace_marker-layer .ace_selection {
|
||||
background: rgb(181, 213, 255);
|
||||
}
|
||||
.ace-github.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px white;
|
||||
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;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_step {
|
||||
background: rgb(252, 255, 0);
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_stack {
|
||||
background: rgb(164, 229, 101);
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgb(192, 192, 192);
|
||||
}
|
||||
|
||||
.ace-github .ace_gutter_active_line{
|
||||
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);
|
||||
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.ace-github .ace_print_margin {
|
||||
|
|
@ -132,6 +18,111 @@
|
|||
background: #e8e8e8;
|
||||
}
|
||||
|
||||
.ace-github .ace_indent-guide {
|
||||
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
|
||||
.ace-github .ace_scroller {
|
||||
background-color: #F8F8FF;
|
||||
}
|
||||
|
||||
.ace-github .ace_text-layer {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_cursor {
|
||||
border-left: 2px solid #000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_cursor.ace_overwrite {
|
||||
border-left: 0px;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_selection {
|
||||
background: #BCD5FA;
|
||||
}
|
||||
|
||||
.ace-github.multiselect .ace_selection.start {
|
||||
box-shadow: 0 0 3px 0px #F8F8FF;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_step {
|
||||
background: rgb(198, 219, 174);
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_bracket {
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid #BFBFBF;
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_active_line {
|
||||
background: rgba(0, 0, 0, 0.071);
|
||||
}
|
||||
|
||||
.ace-github .ace_gutter_active_line {
|
||||
background-color: rgba(0, 0, 0, 0.071);
|
||||
}
|
||||
|
||||
.ace-github .ace_marker-layer .ace_selected_word {
|
||||
border: 1px solid #BCD5FA;
|
||||
}
|
||||
|
||||
.ace-github .ace_invisible {
|
||||
color: #BFBFBF;
|
||||
}
|
||||
|
||||
.ace-github .ace_keyword, .ace-github .ace_meta {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_constant.ace_language {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_constant.ace_numeric {
|
||||
color:#009999;
|
||||
}
|
||||
|
||||
.ace-github .ace_fold {
|
||||
background-color: #990000;
|
||||
border-color: #000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_storage {
|
||||
color:#000000;
|
||||
}
|
||||
|
||||
.ace-github .ace_variable {
|
||||
color:#990000;
|
||||
}
|
||||
|
||||
.ace-github .ace_string {
|
||||
color:#DD1144;
|
||||
}
|
||||
|
||||
.ace-github .ace_string.ace_regexp {
|
||||
color:#009926;
|
||||
}
|
||||
|
||||
.ace-github .ace_comment {
|
||||
font-style:italic;
|
||||
color:#999988;
|
||||
}
|
||||
|
||||
.ace-github .ace_variable.ace_language {
|
||||
color:#108888;
|
||||
}
|
||||
|
||||
.ace-github .ace_entity.ace_other.ace_attribute-name {
|
||||
color:#0A8585;
|
||||
}
|
||||
|
||||
.ace-github .ace_entity.ace_name {
|
||||
color:#445588;
|
||||
}
|
||||
|
||||
.ace-github .ace_entity.ace_name.ace_function {
|
||||
color:#990000;
|
||||
}
|
||||
|
||||
.ace-github .ace_markup.ace_underline {
|
||||
text-decoration:underline;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue