123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- import{g as l}from"./index-b2e76ed2.js";function s(a,r){for(var e=0;e<r.length;e++){const o=r[e];if(typeof o!="string"&&!Array.isArray(o)){for(const n in o)if(n!=="default"&&!(n in a)){const c=Object.getOwnPropertyDescriptor(o,n);c&&Object.defineProperty(a,n,c.get?c:{enumerable:!0,get:()=>o[n]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}var t={exports:{}};(function(a,r){ace.define("ace/theme/mono_industrial-css",["require","exports","module"],function(e,o,n){n.exports=`.ace-mono-industrial .ace_gutter {
- background: #1d2521;
- color: #C5C9C9
- }
- .ace-mono-industrial .ace_print-margin {
- width: 1px;
- background: #555651
- }
- .ace-mono-industrial {
- background-color: #222C28;
- color: #FFFFFF
- }
- .ace-mono-industrial .ace_cursor {
- color: #FFFFFF
- }
- .ace-mono-industrial .ace_marker-layer .ace_selection {
- background: rgba(145, 153, 148, 0.40)
- }
- .ace-mono-industrial.ace_multiselect .ace_selection.ace_start {
- box-shadow: 0 0 3px 0px #222C28;
- }
- .ace-mono-industrial .ace_marker-layer .ace_step {
- background: rgb(102, 82, 0)
- }
- .ace-mono-industrial .ace_marker-layer .ace_bracket {
- margin: -1px 0 0 -1px;
- border: 1px solid rgba(102, 108, 104, 0.50)
- }
- .ace-mono-industrial .ace_marker-layer .ace_active-line {
- background: rgba(12, 13, 12, 0.25)
- }
- .ace-mono-industrial .ace_gutter-active-line {
- background-color: rgba(12, 13, 12, 0.25)
- }
- .ace-mono-industrial .ace_marker-layer .ace_selected-word {
- border: 1px solid rgba(145, 153, 148, 0.40)
- }
- .ace-mono-industrial .ace_invisible {
- color: rgba(102, 108, 104, 0.50)
- }
- .ace-mono-industrial .ace_string {
- background-color: #151C19;
- color: #FFFFFF
- }
- .ace-mono-industrial .ace_keyword,
- .ace-mono-industrial .ace_meta {
- color: #A39E64
- }
- .ace-mono-industrial .ace_constant,
- .ace-mono-industrial .ace_constant.ace_character,
- .ace-mono-industrial .ace_constant.ace_character.ace_escape,
- .ace-mono-industrial .ace_constant.ace_numeric,
- .ace-mono-industrial .ace_constant.ace_other {
- color: #E98800
- }
- .ace-mono-industrial .ace_entity.ace_name.ace_function,
- .ace-mono-industrial .ace_keyword.ace_operator,
- .ace-mono-industrial .ace_variable {
- color: #A8B3AB
- }
- .ace-mono-industrial .ace_invalid {
- color: #FFFFFF;
- background-color: rgba(153, 0, 0, 0.68)
- }
- .ace-mono-industrial .ace_support.ace_constant {
- color: #C87500
- }
- .ace-mono-industrial .ace_fold {
- background-color: #A8B3AB;
- border-color: #FFFFFF
- }
- .ace-mono-industrial .ace_support.ace_function {
- color: #588E60
- }
- .ace-mono-industrial .ace_entity.ace_name,
- .ace-mono-industrial .ace_support.ace_class,
- .ace-mono-industrial .ace_support.ace_type {
- color: #5778B6
- }
- .ace-mono-industrial .ace_storage {
- color: #C23B00
- }
- .ace-mono-industrial .ace_variable.ace_language,
- .ace-mono-industrial .ace_variable.ace_parameter {
- color: #648BD2
- }
- .ace-mono-industrial .ace_comment {
- color: #666C68;
- background-color: #151C19
- }
- .ace-mono-industrial .ace_entity.ace_other.ace_attribute-name {
- color: #909993
- }
- .ace-mono-industrial .ace_entity.ace_name.ace_tag {
- color: #A65EFF
- }
- .ace-mono-industrial .ace_indent-guide {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ1NbwZfALD/4PAAlTArlEC4r/AAAAAElFTkSuQmCC) right repeat-y
- }
- .ace-mono-industrial .ace_indent-guide-active {
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
- }
- `}),function(){ace.require(["ace/theme/mono_industrial-css"],function(e){a&&(a.exports=e)})}()})(t);var i=t.exports;const u=l(i),m=s({__proto__:null,default:u},[i]);export{m as t};
|