theme-clouds_midnight-634d1068.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. import{g as d}from"./index-b2e76ed2.js";function s(a,t){for(var n=0;n<t.length;n++){const e=t[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 i={exports:{}};(function(a,t){ace.define("ace/theme/clouds_midnight-css",["require","exports","module"],function(n,e,c){c.exports=`.ace-clouds-midnight .ace_gutter {
  2. background: #232323;
  3. color: #929292
  4. }
  5. .ace-clouds-midnight .ace_print-margin {
  6. width: 1px;
  7. background: #232323
  8. }
  9. .ace-clouds-midnight {
  10. background-color: #191919;
  11. color: #929292
  12. }
  13. .ace-clouds-midnight .ace_cursor {
  14. color: #7DA5DC
  15. }
  16. .ace-clouds-midnight .ace_marker-layer .ace_selection {
  17. background: #000000
  18. }
  19. .ace-clouds-midnight.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #191919;
  21. }
  22. .ace-clouds-midnight .ace_marker-layer .ace_step {
  23. background: rgb(102, 82, 0)
  24. }
  25. .ace-clouds-midnight .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid #BFBFBF
  28. }
  29. .ace-clouds-midnight .ace_marker-layer .ace_active-line {
  30. background: rgba(215, 215, 215, 0.031)
  31. }
  32. .ace-clouds-midnight .ace_gutter-active-line {
  33. background-color: rgba(215, 215, 215, 0.031)
  34. }
  35. .ace-clouds-midnight .ace_marker-layer .ace_selected-word {
  36. border: 1px solid #000000
  37. }
  38. .ace-clouds-midnight .ace_invisible {
  39. color: #666
  40. }
  41. .ace-clouds-midnight .ace_keyword,
  42. .ace-clouds-midnight .ace_meta,
  43. .ace-clouds-midnight .ace_support.ace_constant.ace_property-value {
  44. color: #927C5D
  45. }
  46. .ace-clouds-midnight .ace_keyword.ace_operator {
  47. color: #4B4B4B
  48. }
  49. .ace-clouds-midnight .ace_keyword.ace_other.ace_unit {
  50. color: #366F1A
  51. }
  52. .ace-clouds-midnight .ace_constant.ace_language {
  53. color: #39946A
  54. }
  55. .ace-clouds-midnight .ace_constant.ace_numeric {
  56. color: #46A609
  57. }
  58. .ace-clouds-midnight .ace_constant.ace_character.ace_entity {
  59. color: #A165AC
  60. }
  61. .ace-clouds-midnight .ace_invalid {
  62. color: #FFFFFF;
  63. background-color: #E92E2E
  64. }
  65. .ace-clouds-midnight .ace_fold {
  66. background-color: #927C5D;
  67. border-color: #929292
  68. }
  69. .ace-clouds-midnight .ace_storage,
  70. .ace-clouds-midnight .ace_support.ace_class,
  71. .ace-clouds-midnight .ace_support.ace_function,
  72. .ace-clouds-midnight .ace_support.ace_other,
  73. .ace-clouds-midnight .ace_support.ace_type {
  74. color: #E92E2E
  75. }
  76. .ace-clouds-midnight .ace_string {
  77. color: #5D90CD
  78. }
  79. .ace-clouds-midnight .ace_comment {
  80. color: #3C403B
  81. }
  82. .ace-clouds-midnight .ace_entity.ace_name.ace_tag,
  83. .ace-clouds-midnight .ace_entity.ace_other.ace_attribute-name {
  84. color: #606060
  85. }
  86. .ace-clouds-midnight .ace_indent-guide {
  87. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYHB3d/8PAAOIAdULw8qMAAAAAElFTkSuQmCC) right repeat-y
  88. }
  89. .ace-clouds-midnight .ace_indent-guide-active {
  90. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
  91. }
  92. `}),ace.define("ace/theme/clouds_midnight",["require","exports","module","ace/theme/clouds_midnight-css","ace/lib/dom"],function(n,e,c){e.isDark=!0,e.cssClass="ace-clouds-midnight",e.cssText=n("./clouds_midnight-css");var o=n("../lib/dom");o.importCssString(e.cssText,e.cssClass,!1)}),function(){ace.require(["ace/theme/clouds_midnight"],function(n){a&&(a.exports=n)})}()})(i);var r=i.exports;const l=d(r),g=s({__proto__:null,default:l},[r]);export{g as t};