theme-twilight-css-f24eec5e.js 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. import{g as l}from"./index-d7fba904.js";function g(n,c){for(var t=0;t<c.length;t++){const a=c[t];if(typeof a!="string"&&!Array.isArray(a)){for(const e in a)if(e!=="default"&&!(e in n)){const i=Object.getOwnPropertyDescriptor(a,e);i&&Object.defineProperty(n,e,i.get?i:{enumerable:!0,get:()=>a[e]})}}}return Object.freeze(Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}))}var r={exports:{}};(function(n,c){ace.define("ace/theme/twilight-css",["require","exports","module"],function(t,a,e){e.exports=`.ace-twilight .ace_gutter {
  2. background: #232323;
  3. color: #E2E2E2
  4. }
  5. .ace-twilight .ace_print-margin {
  6. width: 1px;
  7. background: #232323
  8. }
  9. .ace-twilight {
  10. background-color: #141414;
  11. color: #F8F8F8
  12. }
  13. .ace-twilight .ace_cursor {
  14. color: #A7A7A7
  15. }
  16. .ace-twilight .ace_marker-layer .ace_selection {
  17. background: rgba(221, 240, 255, 0.20)
  18. }
  19. .ace-twilight.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #141414;
  21. }
  22. .ace-twilight .ace_marker-layer .ace_step {
  23. background: rgb(102, 82, 0)
  24. }
  25. .ace-twilight .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid rgba(255, 255, 255, 0.25)
  28. }
  29. .ace-twilight .ace_marker-layer .ace_active-line {
  30. background: rgba(255, 255, 255, 0.031)
  31. }
  32. .ace-twilight .ace_gutter-active-line {
  33. background-color: rgba(255, 255, 255, 0.031)
  34. }
  35. .ace-twilight .ace_marker-layer .ace_selected-word {
  36. border: 1px solid rgba(221, 240, 255, 0.20)
  37. }
  38. .ace-twilight .ace_invisible {
  39. color: rgba(255, 255, 255, 0.25)
  40. }
  41. .ace-twilight .ace_keyword,
  42. .ace-twilight .ace_meta {
  43. color: #CDA869
  44. }
  45. .ace-twilight .ace_constant,
  46. .ace-twilight .ace_constant.ace_character,
  47. .ace-twilight .ace_constant.ace_character.ace_escape,
  48. .ace-twilight .ace_constant.ace_other,
  49. .ace-twilight .ace_heading,
  50. .ace-twilight .ace_markup.ace_heading,
  51. .ace-twilight .ace_support.ace_constant {
  52. color: #CF6A4C
  53. }
  54. .ace-twilight .ace_invalid.ace_illegal {
  55. color: #F8F8F8;
  56. background-color: rgba(86, 45, 86, 0.75)
  57. }
  58. .ace-twilight .ace_invalid.ace_deprecated {
  59. text-decoration: underline;
  60. font-style: italic;
  61. color: #D2A8A1
  62. }
  63. .ace-twilight .ace_support {
  64. color: #9B859D
  65. }
  66. .ace-twilight .ace_fold {
  67. background-color: #AC885B;
  68. border-color: #F8F8F8
  69. }
  70. .ace-twilight .ace_support.ace_function {
  71. color: #DAD085
  72. }
  73. .ace-twilight .ace_list,
  74. .ace-twilight .ace_markup.ace_list,
  75. .ace-twilight .ace_storage {
  76. color: #F9EE98
  77. }
  78. .ace-twilight .ace_entity.ace_name.ace_function,
  79. .ace-twilight .ace_meta.ace_tag {
  80. color: #AC885B
  81. }
  82. .ace-twilight .ace_string {
  83. color: #8F9D6A
  84. }
  85. .ace-twilight .ace_string.ace_regexp {
  86. color: #E9C062
  87. }
  88. .ace-twilight .ace_comment {
  89. font-style: italic;
  90. color: #5F5A60
  91. }
  92. .ace-twilight .ace_variable {
  93. color: #7587A6
  94. }
  95. .ace-twilight .ace_xml-pe {
  96. color: #494949
  97. }
  98. .ace-twilight .ace_indent-guide {
  99. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC) right repeat-y
  100. }
  101. .ace-twilight .ace_indent-guide-active {
  102. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
  103. }
  104. `}),function(){ace.require(["ace/theme/twilight-css"],function(t){n&&(n.exports=t)})}()})(r);var o=r.exports;const A=l(o),s=g({__proto__:null,default:A},[o]);export{s as t};