123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- import{g as u}from"./index-15e3682d.js";function g(a,r){for(var n=0;n<r.length;n++){const c=r[n];if(typeof c!="string"&&!Array.isArray(c)){for(const e in c)if(e!=="default"&&!(e in a)){const t=Object.getOwnPropertyDescriptor(c,e);t&&Object.defineProperty(a,e,t.get?t:{enumerable:!0,get:()=>c[e]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}var o={exports:{}};(function(a,r){ace.define("ace/theme/github_dark-css",["require","exports","module"],function(n,c,e){e.exports=`.ace-github-dark .ace_gutter {
- background: #24292e;
- color: #7388b5
- }
- .ace-github-dark .ace_print-margin {
- width: 1px;
- background: #00204b
- }
- .ace-github-dark {
- background-color: #24292e;
- color: #FFFFFF
- }
- .ace-github-dark .ace_constant.ace_other,
- .ace-github-dark .ace_cursor {
- color: #FFFFFF
- }
- .ace-github-dark .ace_marker-layer .ace_selection {
- background: #003F8E
- }
- .ace-github-dark.ace_multiselect .ace_selection.ace_start {
- box-shadow: 0 0 3px 0px #24292e;
- }
- .ace-github-dark .ace_marker-layer .ace_step {
- background: rgb(127, 111, 19)
- }
- .ace-github-dark .ace_marker-layer .ace_bracket {
- margin: -1px 0 0 -1px;
- border: 1px solid #404F7D
- }
- .ace-github-dark .ace_marker-layer .ace_active-line {
- background: #00346E
- }
- .ace-github-dark .ace_gutter-active-line {
- background-color: #24292e
- }
- .ace-github-dark .ace_marker-layer .ace_selected-word {
- border: 1px solid #003F8E
- }
- .ace-github-dark .ace_invisible {
- color: #404F7D
- }
- .ace-github-dark .ace_keyword,
- .ace-github-dark .ace_meta,
- .ace-github-dark .ace_storage,
- .ace-github-dark .ace_storage.ace_type,
- .ace-github-dark .ace_support.ace_type {
- color: #ff7b72
- }
- .ace-github-dark .ace_keyword.ace_operator {
- color: #79c0ff
- }
- .ace-github-dark .ace_constant.ace_character,
- .ace-github-dark .ace_constant.ace_language,
- .ace-github-dark .ace_constant.ace_numeric,
- .ace-github-dark .ace_keyword.ace_other.ace_unit,
- .ace-github-dark .ace_support.ace_constant,
- .ace-github-dark .ace_variable.ace_parameter {
- color: #FFC58F
- }
- .ace-github-dark .ace_invalid {
- color: #FFFFFF;
- background-color: #F99DA5
- }
- .ace-github-dark .ace_invalid.ace_deprecated {
- color: #FFFFFF;
- background-color: #ff7b72
- }
- .ace-github-dark .ace_fold {
- background-color: #BBDAFF;
- border-color: #FFFFFF
- }
- .ace-github-dark .ace_entity.ace_name.ace_function,
- .ace-github-dark .ace_support.ace_function,
- .ace-github-dark .ace_variable {
- color: #BBDAFF
- }
- .ace-github-dark .ace_support.ace_class,
- .ace-github-dark .ace_support.ace_type {
- color: #FFEEAD
- }
- .ace-github-dark .ace_heading,
- .ace-github-dark .ace_markup.ace_heading,
- .ace-github-dark .ace_string {
- color: #9fcef6
- }
- .ace-github-dark .ace_entity.ace_name.ace_tag,
- .ace-github-dark .ace_entity.ace_other.ace_attribute-name,
- .ace-github-dark .ace_meta.ace_tag,
- .ace-github-dark .ace_string.ace_regexp,
- .ace-github-dark .ace_variable {
- color: #FF9DA4
- }
- .ace-github-dark .ace_comment {
- color: #7285B7
- }
- .ace-github-dark .ace_indent-guide {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYJDzqfwPAANXAeNsiA+ZAAAAAElFTkSuQmCC) right repeat-y
- }
- .ace-github-dark .ace_indent-guide-active {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
- }
- .ace-github-dark .ace_constant.ace_buildin {
- color: #0086B3;
- }
- .ace-github-dark .ace_variable.ace_language {
- color: #ffffff;
- }
- `}),function(){ace.require(["ace/theme/github_dark-css"],function(n){a&&(a.exports=n)})}()})(o);var i=o.exports;const d=u(i),_=g({__proto__:null,default:d},[i]);export{_ as t};
|