Skip to content

Commit

Permalink
package 21.07.22
Browse files Browse the repository at this point in the history
  • Loading branch information
anester-aws committed Jul 21, 2022
1 parent cb23d16 commit 74719e4
Show file tree
Hide file tree
Showing 53 changed files with 4,914 additions and 73 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.8.1](https://github.com/ajaxorg/ace/compare/v1.8.0...v1.8.1) (2022-07-21)


### Bug Fixes

* prevent race condition when creating css files in build ([1777bfb](https://github.com/ajaxorg/ace/commit/1777bfb7dca4dcaf575293ac9cacbc284f692351))

## [1.8.0](https://github.com/ajaxorg/ace/compare/v1.7.1...v1.8.0) (2022-07-20)


Expand Down
530 changes: 507 additions & 23 deletions css/ace.css

Large diffs are not rendered by default.

Binary file modified css/main-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
164 changes: 163 additions & 1 deletion css/theme/ambiance.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,166 @@
.ace-ambiance .ace_gutter {background-color: #3d3d3d;background-image: linear-gradient(left, #3D3D3D, #333);background-repeat: repeat-x;border-right: 1px solid #4d4d4d;text-shadow: 0px 1px 1px #4d4d4d;color: #222;}.ace-ambiance .ace_gutter-layer {background: repeat left top;}.ace-ambiance .ace_gutter-active-line {background-color: #3F3F3F;}.ace-ambiance .ace_fold-widget {text-align: center;}.ace-ambiance .ace_fold-widget:hover {color: #777;}.ace-ambiance .ace_fold-widget.ace_start,.ace-ambiance .ace_fold-widget.ace_end,.ace-ambiance .ace_fold-widget.ace_closed{background: none !important;border: none;box-shadow: none;}.ace-ambiance .ace_fold-widget.ace_start:after {content: 'u25be'}.ace-ambiance .ace_fold-widget.ace_end:after {content: 'u25b4'}.ace-ambiance .ace_fold-widget.ace_closed:after {content: 'u2023'}.ace-ambiance .ace_print-margin {border-left: 1px dotted #2D2D2D;right: 0;background: #262626;}.ace-ambiance .ace_scroller {-webkit-box-shadow: inset 0 0 10px black;-moz-box-shadow: inset 0 0 10px black;-o-box-shadow: inset 0 0 10px black;box-shadow: inset 0 0 10px black;}.ace-ambiance {color: #E6E1DC;background-color: #202020;}.ace-ambiance .ace_cursor {border-left: 1px solid #7991E8;}.ace-ambiance .ace_overwrite-cursors .ace_cursor {border: 1px solid #FFE300;background: #766B13;}.ace-ambiance.normal-mode .ace_cursor-layer {z-index: 0;}.ace-ambiance .ace_marker-layer .ace_selection {background: rgba(221, 240, 255, 0.20);}.ace-ambiance .ace_marker-layer .ace_selected-word {border-radius: 4px;border: 8px solid #3f475d;box-shadow: 0 0 4px black;}.ace-ambiance .ace_marker-layer .ace_step {background: rgb(198, 219, 174);}.ace-ambiance .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid rgba(255, 255, 255, 0.25);}.ace-ambiance .ace_marker-layer .ace_active-line {background: rgba(255, 255, 255, 0.031);}.ace-ambiance .ace_invisible {color: #333;}.ace-ambiance .ace_paren {color: #24C2C7;}.ace-ambiance .ace_keyword {color: #cda869;}.ace-ambiance .ace_keyword.ace_operator {color: #fa8d6a;}.ace-ambiance .ace_punctuation.ace_operator {color: #fa8d6a;}.ace-ambiance .ace_identifier {}.ace-ambiance .ace-statement {color: #cda869;}.ace-ambiance .ace_constant {color: #CF7EA9;}.ace-ambiance .ace_constant.ace_language {color: #CF7EA9;}.ace-ambiance .ace_constant.ace_library {}.ace-ambiance .ace_constant.ace_numeric {color: #78CF8A;}.ace-ambiance .ace_invalid {text-decoration: underline;}.ace-ambiance .ace_invalid.ace_illegal {color:#F8F8F8;background-color: rgba(86, 45, 86, 0.75);}.ace-ambiance .ace_invalid,.ace-ambiance .ace_deprecated {text-decoration: underline;font-style: italic;color: #D2A8A1;}.ace-ambiance .ace_support {color: #9B859D;}.ace-ambiance .ace_support.ace_function {color: #DAD085;}.ace-ambiance .ace_function.ace_buildin {color: #9b859d;}.ace-ambiance .ace_string {color: #8f9d6a;}.ace-ambiance .ace_string.ace_regexp {color: #DAD085;}.ace-ambiance .ace_comment {font-style: italic;color: #555;}.ace-ambiance .ace_comment.ace_doc {}.ace-ambiance .ace_comment.ace_doc.ace_tag {color: #666;font-style: normal;}.ace-ambiance .ace_definition,.ace-ambiance .ace_type {color: #aac6e3;}.ace-ambiance .ace_variable {color: #9999cc;}.ace-ambiance .ace_variable.ace_language {color: #9b859d;}.ace-ambiance .ace_xml-pe {color: #494949;}.ace-ambiance .ace_gutter-layer,.ace-ambiance .ace_text-layer {background-image: url("../ambiance-1.png");}.ace-ambiance .ace_indent-guide {background: url("../ambiance-2.png") right repeat-y;}ambiance .ace_text-layer {
.ace-ambiance .ace_gutter {
background-color: #3d3d3d;
background-image: linear-gradient(left, #3D3D3D, #333);
background-repeat: repeat-x;
border-right: 1px solid #4d4d4d;
text-shadow: 0px 1px 1px #4d4d4d;
color: #222;
}
.ace-ambiance .ace_gutter-layer {
background: repeat left top;
}
.ace-ambiance .ace_gutter-active-line {
background-color: #3F3F3F;
}
.ace-ambiance .ace_fold-widget {
text-align: center;
}
.ace-ambiance .ace_fold-widget:hover {
color: #777;
}
.ace-ambiance .ace_fold-widget.ace_start,
.ace-ambiance .ace_fold-widget.ace_end,
.ace-ambiance .ace_fold-widget.ace_closed{
background: none !important;
border: none;
box-shadow: none;
}
.ace-ambiance .ace_fold-widget.ace_start:after {
content: '▾'
}
.ace-ambiance .ace_fold-widget.ace_end:after {
content: '▴'
}
.ace-ambiance .ace_fold-widget.ace_closed:after {
content: '‣'
}
.ace-ambiance .ace_print-margin {
border-left: 1px dotted #2D2D2D;
right: 0;
background: #262626;
}
.ace-ambiance .ace_scroller {
-webkit-box-shadow: inset 0 0 10px black;
-moz-box-shadow: inset 0 0 10px black;
-o-box-shadow: inset 0 0 10px black;
box-shadow: inset 0 0 10px black;
}
.ace-ambiance {
color: #E6E1DC;
background-color: #202020;
}
.ace-ambiance .ace_cursor {
border-left: 1px solid #7991E8;
}
.ace-ambiance .ace_overwrite-cursors .ace_cursor {
border: 1px solid #FFE300;
background: #766B13;
}
.ace-ambiance.normal-mode .ace_cursor-layer {
z-index: 0;
}
.ace-ambiance .ace_marker-layer .ace_selection {
background: rgba(221, 240, 255, 0.20);
}
.ace-ambiance .ace_marker-layer .ace_selected-word {
border-radius: 4px;
border: 8px solid #3f475d;
box-shadow: 0 0 4px black;
}
.ace-ambiance .ace_marker-layer .ace_step {
background: rgb(198, 219, 174);
}
.ace-ambiance .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid rgba(255, 255, 255, 0.25);
}
.ace-ambiance .ace_marker-layer .ace_active-line {
background: rgba(255, 255, 255, 0.031);
}
.ace-ambiance .ace_invisible {
color: #333;
}
.ace-ambiance .ace_paren {
color: #24C2C7;
}
.ace-ambiance .ace_keyword {
color: #cda869;
}
.ace-ambiance .ace_keyword.ace_operator {
color: #fa8d6a;
}
.ace-ambiance .ace_punctuation.ace_operator {
color: #fa8d6a;
}
.ace-ambiance .ace_identifier {
}
.ace-ambiance .ace-statement {
color: #cda869;
}
.ace-ambiance .ace_constant {
color: #CF7EA9;
}
.ace-ambiance .ace_constant.ace_language {
color: #CF7EA9;
}
.ace-ambiance .ace_constant.ace_library {
}
.ace-ambiance .ace_constant.ace_numeric {
color: #78CF8A;
}
.ace-ambiance .ace_invalid {
text-decoration: underline;
}
.ace-ambiance .ace_invalid.ace_illegal {
color:#F8F8F8;
background-color: rgba(86, 45, 86, 0.75);
}
.ace-ambiance .ace_invalid,
.ace-ambiance .ace_deprecated {
text-decoration: underline;
font-style: italic;
color: #D2A8A1;
}
.ace-ambiance .ace_support {
color: #9B859D;
}
.ace-ambiance .ace_support.ace_function {
color: #DAD085;
}
.ace-ambiance .ace_function.ace_buildin {
color: #9b859d;
}
.ace-ambiance .ace_string {
color: #8f9d6a;
}
.ace-ambiance .ace_string.ace_regexp {
color: #DAD085;
}
.ace-ambiance .ace_comment {
font-style: italic;
color: #555;
}
.ace-ambiance .ace_comment.ace_doc {
}
.ace-ambiance .ace_comment.ace_doc.ace_tag {
color: #666;
font-style: normal;
}
.ace-ambiance .ace_definition,
.ace-ambiance .ace_type {
color: #aac6e3;
}
.ace-ambiance .ace_variable {
color: #9999cc;
}
.ace-ambiance .ace_variable.ace_language {
color: #9b859d;
}
.ace-ambiance .ace_xml-pe {
color: #494949;
}
.ace-ambiance .ace_gutter-layer,
.ace-ambiance .ace_text-layer {
background-image: url("../ambiance-1.png");
}
.ace-ambiance .ace_indent-guide {
Expand Down
138 changes: 137 additions & 1 deletion css/theme/chaos.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,140 @@
.ace-chaos .ace_gutter {background: #141414;color: #595959;border-right: 1px solid #282828;}.ace-chaos .ace_gutter-cell.ace_warning {background-image: none;background: #FC0;border-left: none;padding-left: 0;color: #000;}.ace-chaos .ace_gutter-cell.ace_error {background-position: -6px center;background-image: none;background: #F10;border-left: none;padding-left: 0;color: #000;}.ace-chaos .ace_print-margin {border-left: 1px solid #555;right: 0;background: #1D1D1D;}.ace-chaos {background-color: #161616;color: #E6E1DC;}.ace-chaos .ace_cursor {border-left: 2px solid #FFFFFF;}.ace-chaos .ace_cursor.ace_overwrite {border-left: 0px;border-bottom: 1px solid #FFFFFF;}.ace-chaos .ace_marker-layer .ace_selection {background: #494836;}.ace-chaos .ace_marker-layer .ace_step {background: rgb(198, 219, 174);}.ace-chaos .ace_marker-layer .ace_bracket {margin: -1px 0 0 -1px;border: 1px solid #FCE94F;}.ace-chaos .ace_marker-layer .ace_active-line {background: #333;}.ace-chaos .ace_gutter-active-line {background-color: #222;}.ace-chaos .ace_invisible {color: #404040;}.ace-chaos .ace_keyword {color:#00698F;}.ace-chaos .ace_keyword.ace_operator {color:#FF308F;}.ace-chaos .ace_constant {color:#1EDAFB;}.ace-chaos .ace_constant.ace_language {color:#FDC251;}.ace-chaos .ace_constant.ace_library {color:#8DFF0A;}.ace-chaos .ace_constant.ace_numeric {color:#58C554;}.ace-chaos .ace_invalid {color:#FFFFFF;background-color:#990000;}.ace-chaos .ace_invalid.ace_deprecated {color:#FFFFFF;background-color:#990000;}.ace-chaos .ace_support {color: #999;}.ace-chaos .ace_support.ace_function {color:#00AEEF;}.ace-chaos .ace_function {color:#00AEEF;}.ace-chaos .ace_string {color:#58C554;}.ace-chaos .ace_comment {color:#555;font-style:italic;padding-bottom: 0px;}.ace-chaos .ace_variable {color:#997744;}.ace-chaos .ace_meta.ace_tag {color:#BE53E6;}.ace-chaos .ace_entity.ace_other.ace_attribute-name {color:#FFFF89;}.ace-chaos .ace_markup.ace_underline {text-decoration: underline;}.ace-chaos .ace_fold-widget {text-align: center;}.ace-chaos .ace_fold-widget:hover {color: #777;}.ace-chaos .ace_fold-widget.ace_start,.ace-chaos .ace_fold-widget.ace_end,.ace-chaos .ace_fold-widget.ace_closed{background: none !important;border: none;box-shadow: none;}.ace-chaos .ace_fold-widget.ace_start:after {content: 'u25be'}.ace-chaos .ace_fold-widget.ace_end:after {content: 'u25b4'}.ace-chaos .ace_fold-widget.ace_closed:after {content: 'u2023'}.ace-chaos .ace_indent-guide {border-right:1px dotted #333;margin-right:-1px;}.ace-chaos .ace_fold { background: #222; border-radius: 3px; color: #7AF; border: none; }.ace-chaos .ace_fold:hover {background: #CCC; color: #000;}ld {
.ace-chaos .ace_gutter {
background: #141414;
color: #595959;
border-right: 1px solid #282828;
}
.ace-chaos .ace_gutter-cell.ace_warning {
background-image: none;
background: #FC0;
border-left: none;
padding-left: 0;
color: #000;
}
.ace-chaos .ace_gutter-cell.ace_error {
background-position: -6px center;
background-image: none;
background: #F10;
border-left: none;
padding-left: 0;
color: #000;
}
.ace-chaos .ace_print-margin {
border-left: 1px solid #555;
right: 0;
background: #1D1D1D;
}
.ace-chaos {
background-color: #161616;
color: #E6E1DC;
}
.ace-chaos .ace_cursor {
border-left: 2px solid #FFFFFF;
}
.ace-chaos .ace_cursor.ace_overwrite {
border-left: 0px;
border-bottom: 1px solid #FFFFFF;
}
.ace-chaos .ace_marker-layer .ace_selection {
background: #494836;
}
.ace-chaos .ace_marker-layer .ace_step {
background: rgb(198, 219, 174);
}
.ace-chaos .ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid #FCE94F;
}
.ace-chaos .ace_marker-layer .ace_active-line {
background: #333;
}
.ace-chaos .ace_gutter-active-line {
background-color: #222;
}
.ace-chaos .ace_invisible {
color: #404040;
}
.ace-chaos .ace_keyword {
color:#00698F;
}
.ace-chaos .ace_keyword.ace_operator {
color:#FF308F;
}
.ace-chaos .ace_constant {
color:#1EDAFB;
}
.ace-chaos .ace_constant.ace_language {
color:#FDC251;
}
.ace-chaos .ace_constant.ace_library {
color:#8DFF0A;
}
.ace-chaos .ace_constant.ace_numeric {
color:#58C554;
}
.ace-chaos .ace_invalid {
color:#FFFFFF;
background-color:#990000;
}
.ace-chaos .ace_invalid.ace_deprecated {
color:#FFFFFF;
background-color:#990000;
}
.ace-chaos .ace_support {
color: #999;
}
.ace-chaos .ace_support.ace_function {
color:#00AEEF;
}
.ace-chaos .ace_function {
color:#00AEEF;
}
.ace-chaos .ace_string {
color:#58C554;
}
.ace-chaos .ace_comment {
color:#555;
font-style:italic;
padding-bottom: 0px;
}
.ace-chaos .ace_variable {
color:#997744;
}
.ace-chaos .ace_meta.ace_tag {
color:#BE53E6;
}
.ace-chaos .ace_entity.ace_other.ace_attribute-name {
color:#FFFF89;
}
.ace-chaos .ace_markup.ace_underline {
text-decoration: underline;
}
.ace-chaos .ace_fold-widget {
text-align: center;
}
.ace-chaos .ace_fold-widget:hover {
color: #777;
}
.ace-chaos .ace_fold-widget.ace_start,
.ace-chaos .ace_fold-widget.ace_end,
.ace-chaos .ace_fold-widget.ace_closed{
background: none !important;
border: none;
box-shadow: none;
}
.ace-chaos .ace_fold-widget.ace_start:after {
content: '▾'
}
.ace-chaos .ace_fold-widget.ace_end:after {
content: '▴'
}
.ace-chaos .ace_fold-widget.ace_closed:after {
content: '‣'
}
.ace-chaos .ace_indent-guide {
border-right:1px dotted #333;
margin-right:-1px;
}
.ace-chaos .ace_fold {
background: #222;
border-radius: 3px;
color: #7AF;
Expand Down
Loading

0 comments on commit 74719e4

Please sign in to comment.