123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- import{g as m}from"./index-d7fba904.js";function g(c,a){for(var n=0;n<a.length;n++){const r=a[n];if(typeof r!="string"&&!Array.isArray(r)){for(const e in r)if(e!=="default"&&!(e in c)){const o=Object.getOwnPropertyDescriptor(r,e);o&&Object.defineProperty(c,e,o.get?o:{enumerable:!0,get:()=>r[e]})}}}return Object.freeze(Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}))}var t={exports:{}};(function(c,a){ace.define("ace/theme/chrome-css",["require","exports","module"],function(n,r,e){e.exports=`.ace-chrome .ace_gutter {
- background: #ebebeb;
- color: #333;
- overflow : hidden;
- }
- .ace-chrome .ace_print-margin {
- width: 1px;
- background: #e8e8e8;
- }
- .ace-chrome {
- background-color: #FFFFFF;
- color: black;
- }
- .ace-chrome .ace_cursor {
- color: black;
- }
- .ace-chrome .ace_invisible {
- color: rgb(191, 191, 191);
- }
- .ace-chrome .ace_constant.ace_buildin {
- color: rgb(88, 72, 246);
- }
- .ace-chrome .ace_constant.ace_language {
- color: rgb(88, 92, 246);
- }
- .ace-chrome .ace_constant.ace_library {
- color: rgb(6, 150, 14);
- }
- .ace-chrome .ace_invalid {
- background-color: rgb(153, 0, 0);
- color: white;
- }
- .ace-chrome .ace_fold {
- }
- .ace-chrome .ace_support.ace_function {
- color: rgb(60, 76, 114);
- }
- .ace-chrome .ace_support.ace_constant {
- color: rgb(6, 150, 14);
- }
- .ace-chrome .ace_support.ace_type,
- .ace-chrome .ace_support.ace_class
- .ace-chrome .ace_support.ace_other {
- color: rgb(109, 121, 222);
- }
- .ace-chrome .ace_variable.ace_parameter {
- font-style:italic;
- color:#FD971F;
- }
- .ace-chrome .ace_keyword.ace_operator {
- color: rgb(104, 118, 135);
- }
- .ace-chrome .ace_comment {
- color: #236e24;
- }
- .ace-chrome .ace_comment.ace_doc {
- color: #236e24;
- }
- .ace-chrome .ace_comment.ace_doc.ace_tag {
- color: #236e24;
- }
- .ace-chrome .ace_constant.ace_numeric {
- color: rgb(0, 0, 205);
- }
- .ace-chrome .ace_variable {
- color: rgb(49, 132, 149);
- }
- .ace-chrome .ace_xml-pe {
- color: rgb(104, 104, 91);
- }
- .ace-chrome .ace_entity.ace_name.ace_function {
- color: #0000A2;
- }
- .ace-chrome .ace_heading {
- color: rgb(12, 7, 255);
- }
- .ace-chrome .ace_list {
- color:rgb(185, 6, 144);
- }
- .ace-chrome .ace_marker-layer .ace_selection {
- background: rgb(181, 213, 255);
- }
- .ace-chrome .ace_marker-layer .ace_step {
- background: rgb(252, 255, 0);
- }
- .ace-chrome .ace_marker-layer .ace_stack {
- background: rgb(164, 229, 101);
- }
- .ace-chrome .ace_marker-layer .ace_bracket {
- margin: -1px 0 0 -1px;
- border: 1px solid rgb(192, 192, 192);
- }
- .ace-chrome .ace_marker-layer .ace_active-line {
- background: rgba(0, 0, 0, 0.07);
- }
- .ace-chrome .ace_gutter-active-line {
- background-color : #dcdcdc;
- }
- .ace-chrome .ace_marker-layer .ace_selected-word {
- background: rgb(250, 250, 255);
- border: 1px solid rgb(200, 200, 250);
- }
- .ace-chrome .ace_storage,
- .ace-chrome .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_string {
- color: #1A1AA6;
- }
- .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_indent-guide-active {
- background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;
- }
- `}),function(){ace.require(["ace/theme/chrome-css"],function(n){c&&(c.exports=n)})}()})(t);var A=t.exports;const l=m(A),i=g({__proto__:null,default:l},[A]);export{i as t};
|