theme-chaos-9ac996d9.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. import{g as d}from"./index-d7fba904.js";function i(a,r){for(var n=0;n<r.length;n++){const e=r[n];if(typeof e!="string"&&!Array.isArray(e)){for(const c in e)if(c!=="default"&&!(c in a)){const o=Object.getOwnPropertyDescriptor(e,c);o&&Object.defineProperty(a,c,o.get?o:{enumerable:!0,get:()=>e[c]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}var t={exports:{}};(function(a,r){ace.define("ace/theme/chaos-css",["require","exports","module"],function(n,e,c){c.exports=`.ace-chaos .ace_gutter {
  2. background: #141414;
  3. color: #595959;
  4. border-right: 1px solid #282828;
  5. }
  6. .ace-chaos .ace_gutter-cell.ace_warning {
  7. background-image: none;
  8. background: #FC0;
  9. border-left: none;
  10. padding-left: 0;
  11. color: #000;
  12. }
  13. .ace-chaos .ace_gutter-cell.ace_error {
  14. background-position: -6px center;
  15. background-image: none;
  16. background: #F10;
  17. border-left: none;
  18. padding-left: 0;
  19. color: #000;
  20. }
  21. .ace-chaos .ace_print-margin {
  22. border-left: 1px solid #555;
  23. right: 0;
  24. background: #1D1D1D;
  25. }
  26. .ace-chaos {
  27. background-color: #161616;
  28. color: #E6E1DC;
  29. }
  30. .ace-chaos .ace_cursor {
  31. border-left: 2px solid #FFFFFF;
  32. }
  33. .ace-chaos .ace_cursor.ace_overwrite {
  34. border-left: 0px;
  35. border-bottom: 1px solid #FFFFFF;
  36. }
  37. .ace-chaos .ace_marker-layer .ace_selection {
  38. background: #494836;
  39. }
  40. .ace-chaos .ace_marker-layer .ace_step {
  41. background: rgb(198, 219, 174);
  42. }
  43. .ace-chaos .ace_marker-layer .ace_bracket {
  44. margin: -1px 0 0 -1px;
  45. border: 1px solid #FCE94F;
  46. }
  47. .ace-chaos .ace_marker-layer .ace_active-line {
  48. background: #333;
  49. }
  50. .ace-chaos .ace_gutter-active-line {
  51. background-color: #222;
  52. }
  53. .ace-chaos .ace_invisible {
  54. color: #404040;
  55. }
  56. .ace-chaos .ace_keyword {
  57. color:#00698F;
  58. }
  59. .ace-chaos .ace_keyword.ace_operator {
  60. color:#FF308F;
  61. }
  62. .ace-chaos .ace_constant {
  63. color:#1EDAFB;
  64. }
  65. .ace-chaos .ace_constant.ace_language {
  66. color:#FDC251;
  67. }
  68. .ace-chaos .ace_constant.ace_library {
  69. color:#8DFF0A;
  70. }
  71. .ace-chaos .ace_constant.ace_numeric {
  72. color:#58C554;
  73. }
  74. .ace-chaos .ace_invalid {
  75. color:#FFFFFF;
  76. background-color:#990000;
  77. }
  78. .ace-chaos .ace_invalid.ace_deprecated {
  79. color:#FFFFFF;
  80. background-color:#990000;
  81. }
  82. .ace-chaos .ace_support {
  83. color: #999;
  84. }
  85. .ace-chaos .ace_support.ace_function {
  86. color:#00AEEF;
  87. }
  88. .ace-chaos .ace_function {
  89. color:#00AEEF;
  90. }
  91. .ace-chaos .ace_string {
  92. color:#58C554;
  93. }
  94. .ace-chaos .ace_comment {
  95. color:#555;
  96. font-style:italic;
  97. padding-bottom: 0px;
  98. }
  99. .ace-chaos .ace_variable {
  100. color:#997744;
  101. }
  102. .ace-chaos .ace_meta.ace_tag {
  103. color:#BE53E6;
  104. }
  105. .ace-chaos .ace_entity.ace_other.ace_attribute-name {
  106. color:#FFFF89;
  107. }
  108. .ace-chaos .ace_markup.ace_underline {
  109. text-decoration: underline;
  110. }
  111. .ace-chaos .ace_fold-widget {
  112. text-align: center;
  113. }
  114. .ace-chaos .ace_fold-widget:hover {
  115. color: #777;
  116. }
  117. .ace-chaos .ace_fold-widget.ace_start,
  118. .ace-chaos .ace_fold-widget.ace_end,
  119. .ace-chaos .ace_fold-widget.ace_closed{
  120. background: none !important;
  121. border: none;
  122. box-shadow: none;
  123. }
  124. .ace-chaos .ace_fold-widget.ace_start:after {
  125. content: '▾'
  126. }
  127. .ace-chaos .ace_fold-widget.ace_end:after {
  128. content: '▴'
  129. }
  130. .ace-chaos .ace_fold-widget.ace_closed:after {
  131. content: '‣'
  132. }
  133. .ace-chaos .ace_indent-guide {
  134. border-right:1px dotted #333333;
  135. margin-right:-1px;
  136. }
  137. .ace-chaos .ace_indent-guide-active {
  138. border-right:1px dotted #afafaf;
  139. margin-right:-1px;
  140. }
  141. .ace-chaos .ace_fold {
  142. background: #222;
  143. border-radius: 3px;
  144. color: #7AF;
  145. border: none;
  146. }
  147. .ace-chaos .ace_fold:hover {
  148. background: #CCC;
  149. color: #000;
  150. }
  151. `}),ace.define("ace/theme/chaos",["require","exports","module","ace/theme/chaos-css","ace/lib/dom"],function(n,e,c){e.isDark=!0,e.cssClass="ace-chaos",e.cssText=n("./chaos-css");var o=n("../lib/dom");o.importCssString(e.cssText,e.cssClass,!1)}),function(){ace.require(["ace/theme/chaos"],function(n){a&&(a.exports=n)})}()})(t);var s=t.exports;const l=d(s),_=i({__proto__:null,default:l},[s]);export{_ as t};