theme-tomorrow_night-css-6cf2a02c.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. import{g}from"./index-d7fba904.js";function m(e,t){for(var n=0;n<t.length;n++){const r=t[n];if(typeof r!="string"&&!Array.isArray(r)){for(const o in r)if(o!=="default"&&!(o in e)){const a=Object.getOwnPropertyDescriptor(r,o);a&&Object.defineProperty(e,o,a.get?a:{enumerable:!0,get:()=>r[o]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var c={exports:{}};(function(e,t){ace.define("ace/theme/tomorrow_night-css",["require","exports","module"],function(n,r,o){o.exports=`.ace-tomorrow-night .ace_gutter {
  2. background: #25282c;
  3. color: #C5C8C6
  4. }
  5. .ace-tomorrow-night .ace_print-margin {
  6. width: 1px;
  7. background: #25282c
  8. }
  9. .ace-tomorrow-night {
  10. background-color: #1D1F21;
  11. color: #C5C8C6
  12. }
  13. .ace-tomorrow-night .ace_cursor {
  14. color: #AEAFAD
  15. }
  16. .ace-tomorrow-night .ace_marker-layer .ace_selection {
  17. background: #373B41
  18. }
  19. .ace-tomorrow-night.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #1D1F21;
  21. }
  22. .ace-tomorrow-night .ace_marker-layer .ace_step {
  23. background: rgb(102, 82, 0)
  24. }
  25. .ace-tomorrow-night .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid #4B4E55
  28. }
  29. .ace-tomorrow-night .ace_marker-layer .ace_active-line {
  30. background: #282A2E
  31. }
  32. .ace-tomorrow-night .ace_gutter-active-line {
  33. background-color: #282A2E
  34. }
  35. .ace-tomorrow-night .ace_marker-layer .ace_selected-word {
  36. border: 1px solid #373B41
  37. }
  38. .ace-tomorrow-night .ace_invisible {
  39. color: #4B4E55
  40. }
  41. .ace-tomorrow-night .ace_keyword,
  42. .ace-tomorrow-night .ace_meta,
  43. .ace-tomorrow-night .ace_storage,
  44. .ace-tomorrow-night .ace_storage.ace_type,
  45. .ace-tomorrow-night .ace_support.ace_type {
  46. color: #B294BB
  47. }
  48. .ace-tomorrow-night .ace_keyword.ace_operator {
  49. color: #8ABEB7
  50. }
  51. .ace-tomorrow-night .ace_constant.ace_character,
  52. .ace-tomorrow-night .ace_constant.ace_language,
  53. .ace-tomorrow-night .ace_constant.ace_numeric,
  54. .ace-tomorrow-night .ace_keyword.ace_other.ace_unit,
  55. .ace-tomorrow-night .ace_support.ace_constant,
  56. .ace-tomorrow-night .ace_variable.ace_parameter {
  57. color: #DE935F
  58. }
  59. .ace-tomorrow-night .ace_constant.ace_other {
  60. color: #CED1CF
  61. }
  62. .ace-tomorrow-night .ace_invalid {
  63. color: #CED2CF;
  64. background-color: #DF5F5F
  65. }
  66. .ace-tomorrow-night .ace_invalid.ace_deprecated {
  67. color: #CED2CF;
  68. background-color: #B798BF
  69. }
  70. .ace-tomorrow-night .ace_fold {
  71. background-color: #81A2BE;
  72. border-color: #C5C8C6
  73. }
  74. .ace-tomorrow-night .ace_entity.ace_name.ace_function,
  75. .ace-tomorrow-night .ace_support.ace_function,
  76. .ace-tomorrow-night .ace_variable {
  77. color: #81A2BE
  78. }
  79. .ace-tomorrow-night .ace_support.ace_class,
  80. .ace-tomorrow-night .ace_support.ace_type {
  81. color: #F0C674
  82. }
  83. .ace-tomorrow-night .ace_heading,
  84. .ace-tomorrow-night .ace_markup.ace_heading,
  85. .ace-tomorrow-night .ace_string {
  86. color: #B5BD68
  87. }
  88. .ace-tomorrow-night .ace_entity.ace_name.ace_tag,
  89. .ace-tomorrow-night .ace_entity.ace_other.ace_attribute-name,
  90. .ace-tomorrow-night .ace_meta.ace_tag,
  91. .ace-tomorrow-night .ace_string.ace_regexp,
  92. .ace-tomorrow-night .ace_variable {
  93. color: #CC6666
  94. }
  95. .ace-tomorrow-night .ace_comment {
  96. color: #969896
  97. }
  98. .ace-tomorrow-night .ace_indent-guide {
  99. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYHB3d/8PAAOIAdULw8qMAAAAAElFTkSuQmCC) right repeat-y
  100. }
  101. .ace-tomorrow-night .ace_indent-guide-active {
  102. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
  103. }
  104. `}),function(){ace.require(["ace/theme/tomorrow_night-css"],function(n){e&&(e.exports=n)})}()})(c);var i=c.exports;const _=g(i),A=m({__proto__:null,default:_},[i]);export{A as t};