diff --git a/lib/ace/theme/chrome.css b/lib/ace/theme/chrome.css index 000c4e53..12e14c58 100644 --- a/lib/ace/theme/chrome.css +++ b/lib/ace/theme/chrome.css @@ -17,7 +17,8 @@ background: #e8e8e8; } -.ace-chrome .ace_text-layer { +.ace-chrome .ace_scroller { + background-color: #FFFFFF; } .ace-chrome .ace_cursor { @@ -68,7 +69,7 @@ .ace-chrome .ace_variable.ace_parameter { font-style:italic; -color:#FD971F; + color:#FD971F; } .ace-chrome .ace_line .ace_keyword.ace_operator { color: rgb(104, 118, 135); @@ -102,7 +103,7 @@ color:#FD971F; color: #0000A2; } -.ace-chrome .ace_markup.ace_markupine { +.ace-chrome .ace_markup.ace_underline { text-decoration:underline; } @@ -154,11 +155,11 @@ color:#FD971F; color: rgb(255, 0, 0) } -.ace-chrome .ace_line .ace_string{ +.ace-chrome .ace_line .ace_string { color: #1A1AA6; } -.ace-chrome .ace_entity.ace_other.ace_attribute-name{ +.ace-chrome .ace_entity.ace_other.ace_attribute-name { color: #994409; } diff --git a/lib/ace/theme/crimson_editor.css b/lib/ace/theme/crimson_editor.css index 433ed071..ab8300de 100644 --- a/lib/ace/theme/crimson_editor.css +++ b/lib/ace/theme/crimson_editor.css @@ -22,6 +22,10 @@ background: #e8e8e8; } +.ace-crimson-editor .ace_scroller { + background-color: #FFFFFF; +} + .ace-crimson-editor .ace_text-layer { color: rgb(64, 64, 64); } diff --git a/lib/ace/theme/dreamweaver.css b/lib/ace/theme/dreamweaver.css index 428b587a..ab845390 100644 --- a/lib/ace/theme/dreamweaver.css +++ b/lib/ace/theme/dreamweaver.css @@ -16,6 +16,10 @@ background: #e8e8e8; } +.ace-dreamweaver .ace_scroller { + background-color: #FFFFFF; +} + .ace-dreamweaver .ace_fold { background-color: #757AD8; } @@ -111,7 +115,7 @@ color: #00F; } -.ace-dreamweaver .ace_markup.ace_markupine { +.ace-dreamweaver .ace_markup.ace_underline { text-decoration:underline; } diff --git a/lib/ace/theme/eclipse.css b/lib/ace/theme/eclipse.css index af613b34..27b9a001 100644 --- a/lib/ace/theme/eclipse.css +++ b/lib/ace/theme/eclipse.css @@ -17,6 +17,10 @@ background: #ebebeb; } +.ace-eclipse .ace_scroller { + background-color: #FFFFFF; +} + .ace-eclipse .ace_fold { background-color: rgb(60, 76, 114); } diff --git a/lib/ace/theme/github.css b/lib/ace/theme/github.css index ac4f29ac..6233b427 100644 --- a/lib/ace/theme/github.css +++ b/lib/ace/theme/github.css @@ -117,7 +117,7 @@ border: 1px solid rgb(192, 192, 192); } -.ace-github .ace_gutter_active_line{ +.ace-github .ace_gutter_active_line { background-color : rgba(0, 0, 0, 0.07); } diff --git a/lib/ace/theme/monokai.css b/lib/ace/theme/monokai.css index 02d4fa9d..e28dfb36 100644 --- a/lib/ace/theme/monokai.css +++ b/lib/ace/theme/monokai.css @@ -110,7 +110,7 @@ background-color:#AE81FF; color:#F92672; } -.ace-monokai .ace_storage.ace_type, .ace-monokai .ace_support.ace_type{ +.ace-monokai .ace_storage.ace_type, .ace-monokai .ace_support.ace_type { font-style:italic; color:#66D9EF; } diff --git a/lib/ace/theme/textmate.css b/lib/ace/theme/textmate.css index 7f9f5538..80b9ae1d 100644 --- a/lib/ace/theme/textmate.css +++ b/lib/ace/theme/textmate.css @@ -20,7 +20,8 @@ background-color: #6B72E6; } -.ace-tm .ace_text-layer { +.ace-tm .ace_scroller { + background-color: #FFFFFF; } .ace-tm .ace_cursor { @@ -111,7 +112,7 @@ color: #0000A2; } -.ace-tm .ace_markup.ace_markupine { +.ace-tm .ace_markup.ace_underline { text-decoration:underline; } @@ -123,6 +124,14 @@ color:rgb(185, 6, 144); } +.ace-tm .ace_meta.ace_tag { + color:rgb(0, 22, 142); +} + +.ace-tm .ace_string.ace_regex { + color: rgb(255, 0, 0) +} + .ace-tm .ace_marker-layer .ace_selection { background: rgb(181, 213, 255); } @@ -156,14 +165,6 @@ border: 1px solid rgb(200, 200, 250); } -.ace-tm .ace_meta.ace_tag { - color:rgb(0, 22, 142); -} - -.ace-tm .ace_string.ace_regex { - color: rgb(255, 0, 0) -} - .ace-tm .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y; } diff --git a/lib/ace/theme/tomorrow.css b/lib/ace/theme/tomorrow.css index a9c04182..817795a2 100644 --- a/lib/ace/theme/tomorrow.css +++ b/lib/ace/theme/tomorrow.css @@ -115,7 +115,7 @@ background-color:#8959A8; color:#8959A8; } -.ace-tomorrow .ace_storage.ace_type, .ace-tomorrow .ace_support.ace_type{ +.ace-tomorrow .ace_storage.ace_type, .ace-tomorrow .ace_support.ace_type { color:#8959A8; } diff --git a/lib/ace/theme/tomorrow_night.css b/lib/ace/theme/tomorrow_night.css index 137e35d8..dd836c6d 100644 --- a/lib/ace/theme/tomorrow_night.css +++ b/lib/ace/theme/tomorrow_night.css @@ -115,7 +115,7 @@ background-color:#B798BF; color:#B294BB; } -.ace-tomorrow-night .ace_storage.ace_type, .ace-tomorrow-night .ace_support.ace_type{ +.ace-tomorrow-night .ace_storage.ace_type, .ace-tomorrow-night .ace_support.ace_type { color:#B294BB; } diff --git a/lib/ace/theme/tomorrow_night_blue.css b/lib/ace/theme/tomorrow_night_blue.css index 7a8354bb..a571f673 100644 --- a/lib/ace/theme/tomorrow_night_blue.css +++ b/lib/ace/theme/tomorrow_night_blue.css @@ -115,7 +115,7 @@ background-color:#EBBBFF; color:#EBBBFF; } -.ace-tomorrow-night-blue .ace_storage.ace_type, .ace-tomorrow-night-blue .ace_support.ace_type{ +.ace-tomorrow-night-blue .ace_storage.ace_type, .ace-tomorrow-night-blue .ace_support.ace_type { color:#EBBBFF; } diff --git a/lib/ace/theme/tomorrow_night_bright.css b/lib/ace/theme/tomorrow_night_bright.css index 44d944a5..641bd29a 100644 --- a/lib/ace/theme/tomorrow_night_bright.css +++ b/lib/ace/theme/tomorrow_night_bright.css @@ -115,7 +115,7 @@ background-color:#B798BF; color:#C397D8; } -.ace-tomorrow-night-bright .ace_storage.ace_type, .ace-tomorrow-night-bright .ace_support.ace_type{ +.ace-tomorrow-night-bright .ace_storage.ace_type, .ace-tomorrow-night-bright .ace_support.ace_type { color:#C397D8; } diff --git a/lib/ace/theme/tomorrow_night_eighties.css b/lib/ace/theme/tomorrow_night_eighties.css index 1dfd9ead..ab2659c1 100644 --- a/lib/ace/theme/tomorrow_night_eighties.css +++ b/lib/ace/theme/tomorrow_night_eighties.css @@ -115,7 +115,7 @@ background-color:#CC99CC; color:#CC99CC; } -.ace-tomorrow-night-eighties .ace_storage.ace_type, .ace-tomorrow-night-eighties .ace_support.ace_type{ +.ace-tomorrow-night-eighties .ace_storage.ace_type, .ace-tomorrow-night-eighties .ace_support.ace_type { color:#CC99CC; }