theme-github_dark-c5f071b3.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. import{g as u}from"./index-15e3682d.js";function g(c,t){for(var a=0;a<t.length;a++){const e=t[a];if(typeof e!="string"&&!Array.isArray(e)){for(const n in e)if(n!=="default"&&!(n in c)){const r=Object.getOwnPropertyDescriptor(e,n);r&&Object.defineProperty(c,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}}return Object.freeze(Object.defineProperty(c,Symbol.toStringTag,{value:"Module"}))}var i={exports:{}};(function(c,t){ace.define("ace/theme/github_dark-css",["require","exports","module"],function(a,e,n){n.exports=`.ace-github-dark .ace_gutter {
  2. background: #24292e;
  3. color: #7388b5
  4. }
  5. .ace-github-dark .ace_print-margin {
  6. width: 1px;
  7. background: #00204b
  8. }
  9. .ace-github-dark {
  10. background-color: #24292e;
  11. color: #FFFFFF
  12. }
  13. .ace-github-dark .ace_constant.ace_other,
  14. .ace-github-dark .ace_cursor {
  15. color: #FFFFFF
  16. }
  17. .ace-github-dark .ace_marker-layer .ace_selection {
  18. background: #003F8E
  19. }
  20. .ace-github-dark.ace_multiselect .ace_selection.ace_start {
  21. box-shadow: 0 0 3px 0px #24292e;
  22. }
  23. .ace-github-dark .ace_marker-layer .ace_step {
  24. background: rgb(127, 111, 19)
  25. }
  26. .ace-github-dark .ace_marker-layer .ace_bracket {
  27. margin: -1px 0 0 -1px;
  28. border: 1px solid #404F7D
  29. }
  30. .ace-github-dark .ace_marker-layer .ace_active-line {
  31. background: #00346E
  32. }
  33. .ace-github-dark .ace_gutter-active-line {
  34. background-color: #24292e
  35. }
  36. .ace-github-dark .ace_marker-layer .ace_selected-word {
  37. border: 1px solid #003F8E
  38. }
  39. .ace-github-dark .ace_invisible {
  40. color: #404F7D
  41. }
  42. .ace-github-dark .ace_keyword,
  43. .ace-github-dark .ace_meta,
  44. .ace-github-dark .ace_storage,
  45. .ace-github-dark .ace_storage.ace_type,
  46. .ace-github-dark .ace_support.ace_type {
  47. color: #ff7b72
  48. }
  49. .ace-github-dark .ace_keyword.ace_operator {
  50. color: #79c0ff
  51. }
  52. .ace-github-dark .ace_constant.ace_character,
  53. .ace-github-dark .ace_constant.ace_language,
  54. .ace-github-dark .ace_constant.ace_numeric,
  55. .ace-github-dark .ace_keyword.ace_other.ace_unit,
  56. .ace-github-dark .ace_support.ace_constant,
  57. .ace-github-dark .ace_variable.ace_parameter {
  58. color: #FFC58F
  59. }
  60. .ace-github-dark .ace_invalid {
  61. color: #FFFFFF;
  62. background-color: #F99DA5
  63. }
  64. .ace-github-dark .ace_invalid.ace_deprecated {
  65. color: #FFFFFF;
  66. background-color: #ff7b72
  67. }
  68. .ace-github-dark .ace_fold {
  69. background-color: #BBDAFF;
  70. border-color: #FFFFFF
  71. }
  72. .ace-github-dark .ace_entity.ace_name.ace_function,
  73. .ace-github-dark .ace_support.ace_function,
  74. .ace-github-dark .ace_variable {
  75. color: #BBDAFF
  76. }
  77. .ace-github-dark .ace_support.ace_class,
  78. .ace-github-dark .ace_support.ace_type {
  79. color: #FFEEAD
  80. }
  81. .ace-github-dark .ace_heading,
  82. .ace-github-dark .ace_markup.ace_heading,
  83. .ace-github-dark .ace_string {
  84. color: #9fcef6
  85. }
  86. .ace-github-dark .ace_entity.ace_name.ace_tag,
  87. .ace-github-dark .ace_entity.ace_other.ace_attribute-name,
  88. .ace-github-dark .ace_meta.ace_tag,
  89. .ace-github-dark .ace_string.ace_regexp,
  90. .ace-github-dark .ace_variable {
  91. color: #FF9DA4
  92. }
  93. .ace-github-dark .ace_comment {
  94. color: #7285B7
  95. }
  96. .ace-github-dark .ace_indent-guide {
  97. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYJDzqfwPAANXAeNsiA+ZAAAAAElFTkSuQmCC) right repeat-y
  98. }
  99. .ace-github-dark .ace_indent-guide-active {
  100. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
  101. }
  102. .ace-github-dark .ace_constant.ace_buildin {
  103. color: #0086B3;
  104. }
  105. .ace-github-dark .ace_variable.ace_language {
  106. color: #ffffff;
  107. }
  108. `}),ace.define("ace/theme/github_dark",["require","exports","module","ace/theme/github_dark-css","ace/lib/dom"],function(a,e,n){e.isDark=!0,e.cssClass="ace-github-dark",e.cssText=a("./github_dark-css");var r=a("../lib/dom");r.importCssString(e.cssText,e.cssClass,!1)}),function(){ace.require(["ace/theme/github_dark"],function(a){c&&(c.exports=a)})}()})(i);var o=i.exports;const d=u(o),_=g({__proto__:null,default:d},[o]);export{_ as t};