theme-eclipse-2a9de3c0.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. import{g as t}from"./index-d7fba904.js";function s(a,o){for(var c=0;c<o.length;c++){const e=o[c];if(typeof e!="string"&&!Array.isArray(e)){for(const n in e)if(n!=="default"&&!(n in a)){const r=Object.getOwnPropertyDescriptor(e,n);r&&Object.defineProperty(a,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}var l={exports:{}};(function(a,o){ace.define("ace/theme/eclipse-css",["require","exports","module"],function(c,e,n){n.exports=`.ace-eclipse .ace_gutter {
  2. background: #ebebeb;
  3. border-right: 1px solid rgb(159, 159, 159);
  4. color: rgb(136, 136, 136);
  5. }
  6. .ace-eclipse .ace_print-margin {
  7. width: 1px;
  8. background: #ebebeb;
  9. }
  10. .ace-eclipse {
  11. background-color: #FFFFFF;
  12. color: black;
  13. }
  14. .ace-eclipse .ace_fold {
  15. background-color: rgb(60, 76, 114);
  16. }
  17. .ace-eclipse .ace_cursor {
  18. color: black;
  19. }
  20. .ace-eclipse .ace_storage,
  21. .ace-eclipse .ace_keyword,
  22. .ace-eclipse .ace_variable {
  23. color: rgb(127, 0, 85);
  24. }
  25. .ace-eclipse .ace_constant.ace_buildin {
  26. color: rgb(88, 72, 246);
  27. }
  28. .ace-eclipse .ace_constant.ace_library {
  29. color: rgb(6, 150, 14);
  30. }
  31. .ace-eclipse .ace_function {
  32. color: rgb(60, 76, 114);
  33. }
  34. .ace-eclipse .ace_string {
  35. color: rgb(42, 0, 255);
  36. }
  37. .ace-eclipse .ace_comment {
  38. color: rgb(113, 150, 130);
  39. }
  40. .ace-eclipse .ace_comment.ace_doc {
  41. color: rgb(63, 95, 191);
  42. }
  43. .ace-eclipse .ace_comment.ace_doc.ace_tag {
  44. color: rgb(127, 159, 191);
  45. }
  46. .ace-eclipse .ace_constant.ace_numeric {
  47. color: darkblue;
  48. }
  49. .ace-eclipse .ace_tag {
  50. color: rgb(25, 118, 116);
  51. }
  52. .ace-eclipse .ace_type {
  53. color: rgb(127, 0, 127);
  54. }
  55. .ace-eclipse .ace_xml-pe {
  56. color: rgb(104, 104, 91);
  57. }
  58. .ace-eclipse .ace_marker-layer .ace_selection {
  59. background: rgb(181, 213, 255);
  60. }
  61. .ace-eclipse .ace_marker-layer .ace_bracket {
  62. margin: -1px 0 0 -1px;
  63. border: 1px solid rgb(192, 192, 192);
  64. }
  65. .ace-eclipse .ace_meta.ace_tag {
  66. color:rgb(25, 118, 116);
  67. }
  68. .ace-eclipse .ace_invisible {
  69. color: #ddd;
  70. }
  71. .ace-eclipse .ace_entity.ace_other.ace_attribute-name {
  72. color:rgb(127, 0, 127);
  73. }
  74. .ace-eclipse .ace_marker-layer .ace_step {
  75. background: rgb(255, 255, 0);
  76. }
  77. .ace-eclipse .ace_active-line {
  78. background: rgb(232, 242, 254);
  79. }
  80. .ace-eclipse .ace_gutter-active-line {
  81. background-color : #DADADA;
  82. }
  83. .ace-eclipse .ace_marker-layer .ace_selected-word {
  84. border: 1px solid rgb(181, 213, 255);
  85. }
  86. .ace-eclipse .ace_indent-guide {
  87. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
  88. }
  89. .ace-eclipse .ace_indent-guide-active {
  90. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;
  91. }
  92. `}),ace.define("ace/theme/eclipse",["require","exports","module","ace/theme/eclipse-css","ace/lib/dom"],function(c,e,n){e.isDark=!1,e.cssText=c("./eclipse-css"),e.cssClass="ace-eclipse";var r=c("../lib/dom");r.importCssString(e.cssText,e.cssClass,!1)}),function(){ace.require(["ace/theme/eclipse"],function(c){a&&(a.exports=c)})}()})(l);var i=l.exports;const A=t(i),p=s({__proto__:null,default:A},[i]);export{p as t};