theme-cloud9_day-c7746fba.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. import{g as t}from"./index-b2e76ed2.js";function u(n,r){for(var c=0;c<r.length;c++){const e=r[c];if(typeof e!="string"&&!Array.isArray(e)){for(const a in e)if(a!=="default"&&!(a in n)){const o=Object.getOwnPropertyDescriptor(e,a);o&&Object.defineProperty(n,a,o.get?o:{enumerable:!0,get:()=>e[a]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var d={exports:{}};(function(n,r){ace.define("ace/theme/cloud9_day-css",["require","exports","module"],function(c,e,a){a.exports=`.ace-cloud9-day .ace_gutter {
  2. background: #ECECEC;
  3. color: #333;
  4. }
  5. .ace-cloud9-day .ace_print-margin {
  6. width: 1px;
  7. background: #e8e8e8;
  8. }
  9. .ace-cloud9-day .ace_fold {
  10. background-color: #6B72E6;
  11. }
  12. .ace-cloud9-day {
  13. background-color: #FBFBFB;
  14. color: black;
  15. }
  16. .ace-cloud9-day .ace_cursor {
  17. color: black;
  18. }
  19. .ace-cloud9-day .ace_invisible {
  20. color: rgb(191, 191, 191);
  21. }
  22. .ace-cloud9-day .ace_storage,
  23. .ace-cloud9-day .ace_keyword {
  24. color: rgb(24, 122, 234);
  25. }
  26. .ace-cloud9-day .ace_constant {
  27. color: rgb(197, 6, 11);
  28. }
  29. .ace-cloud9-day .ace_constant.ace_buildin {
  30. color: rgb(88, 72, 246);
  31. }
  32. .ace-cloud9-day .ace_constant.ace_language {
  33. color: rgb(88, 92, 246);
  34. }
  35. .ace-cloud9-day .ace_constant.ace_library {
  36. color: rgb(6, 150, 14);
  37. }
  38. .ace-cloud9-day .ace_invalid {
  39. background-color: rgba(255, 0, 0, 0.1);
  40. color: red;
  41. }
  42. .ace-cloud9-day .ace_support.ace_function {
  43. color: rgb(60, 76, 114);
  44. }
  45. .ace-cloud9-day .ace_support.ace_constant {
  46. color: rgb(6, 150, 14);
  47. }
  48. .ace-cloud9-day .ace_support.ace_type,
  49. .ace-cloud9-day .ace_support.ace_class {
  50. color: rgb(109, 121, 222);
  51. }
  52. .ace-cloud9-day .ace_keyword.ace_operator {
  53. color: rgb(104, 118, 135);
  54. }
  55. .ace-cloud9-day .ace_string {
  56. color: rgb(3, 106, 7);
  57. }
  58. .ace-cloud9-day .ace_comment {
  59. color: rgb(76, 136, 107);
  60. }
  61. .ace-cloud9-day .ace_comment.ace_doc {
  62. color: rgb(0, 102, 255);
  63. }
  64. .ace-cloud9-day .ace_comment.ace_doc.ace_tag {
  65. color: rgb(128, 159, 191);
  66. }
  67. .ace-cloud9-day .ace_constant.ace_numeric {
  68. color: rgb(0, 0, 205);
  69. }
  70. .ace-cloud9-day .ace_variable {
  71. color: rgb(49, 132, 149);
  72. }
  73. .ace-cloud9-day .ace_xml-pe {
  74. color: rgb(104, 104, 91);
  75. }
  76. .ace-cloud9-day .ace_entity.ace_name.ace_function {
  77. color: #0000A2;
  78. }
  79. .ace-cloud9-day .ace_heading {
  80. color: rgb(12, 7, 255);
  81. }
  82. .ace-cloud9-day .ace_list {
  83. color: rgb(185, 6, 144);
  84. }
  85. .ace-cloud9-day .ace_meta.ace_tag {
  86. color: rgb(0, 22, 142);
  87. }
  88. .ace-cloud9-day .ace_string.ace_regex {
  89. color: rgb(255, 0, 0)
  90. }
  91. .ace-cloud9-day .ace_marker-layer .ace_selection {
  92. background: rgb(181, 213, 255);
  93. }
  94. .ace-cloud9-day.ace_multiselect .ace_selection.ace_start {
  95. box-shadow: 0 0 3px 0px white;
  96. }
  97. .ace-cloud9-day .ace_marker-layer .ace_step {
  98. background: rgb(247, 237, 137);
  99. }
  100. .ace-cloud9-day .ace_marker-layer .ace_stack {
  101. background: #BAE0A0;
  102. }
  103. .ace-cloud9-day .ace_marker-layer .ace_bracket {
  104. margin: -1px 0 0 -1px;
  105. border: 1px solid rgb(192, 192, 192);
  106. }
  107. .ace-cloud9-day .ace_marker-layer .ace_active-line {
  108. background: rgba(0, 0, 0, 0.07);
  109. }
  110. .ace-cloud9-day .ace_gutter-active-line {
  111. background-color: #E5E5E5;
  112. }
  113. .ace-cloud9-day .ace_marker-layer .ace_selected-word {
  114. background: rgb(250, 250, 255);
  115. border: 1px solid rgb(200, 200, 250);
  116. }
  117. .ace-cloud9-day .ace_indent-guide {
  118. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
  119. }
  120. .ace-cloud9-day .ace_indent-guide-active {
  121. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;
  122. }
  123. `}),ace.define("ace/theme/cloud9_day",["require","exports","module","ace/theme/cloud9_day-css","ace/lib/dom"],function(c,e,a){e.isDark=!1,e.cssClass="ace-cloud9-day",e.cssText=c("./cloud9_day-css");var o=c("../lib/dom");o.importCssString(e.cssText,e.cssClass)}),function(){ace.require(["ace/theme/cloud9_day"],function(c){n&&(n.exports=c)})}()})(d);var l=d.exports;const A=t(l),_=u({__proto__:null,default:A},[l]);export{_ as t};