theme-gruvbox_light_hard-css-3a280c80.js 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. import{g as l}from"./index-d7fba904.js";function h(r,c){for(var a=0;a<c.length;a++){const n=c[a];if(typeof n!="string"&&!Array.isArray(n)){for(const e in n)if(e!=="default"&&!(e in r)){const o=Object.getOwnPropertyDescriptor(n,e);o&&Object.defineProperty(r,e,o.get?o:{enumerable:!0,get:()=>n[e]})}}}return Object.freeze(Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}))}var t={exports:{}};(function(r,c){ace.define("ace/theme/gruvbox_light_hard-css",["require","exports","module"],function(a,n,e){e.exports=`.ace-gruvbox-light-hard .ace_gutter {
  2. background: #f9f5d7;
  3. color: rgb(155,151,135)
  4. }
  5. .ace-gruvbox-light-hard .ace_print-margin {
  6. width: 1px;
  7. background: #e8e8e8
  8. }
  9. .ace-gruvbox-light-hard {
  10. background-color: #f9f5d7;
  11. color: rgba(60, 56, 54, 0.50)
  12. }
  13. .ace-gruvbox-light-hard .ace_cursor {
  14. color: #7c6f64
  15. }
  16. .ace-gruvbox-light-hard .ace_marker-layer .ace_selection {
  17. background: #ebdbb2
  18. }
  19. .ace-gruvbox-light-hard.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #f9f5d7;
  21. border-radius: 2px
  22. }
  23. .ace-gruvbox-light-hard .ace_marker-layer .ace_step {
  24. background: rgb(198, 219, 174)
  25. }
  26. .ace-gruvbox-light-hard .ace_marker-layer .ace_bracket {
  27. margin: -1px 0 0 -1px;
  28. border: 1px solid rgba(60, 56, 54, 0.15)
  29. }
  30. .ace-gruvbox-light-hard .ace_marker-layer .ace_active-line {
  31. background: #ebdbb2
  32. }
  33. .ace-gruvbox-light-hard .ace_gutter-active-line {
  34. background-color: #ebdbb2
  35. }
  36. .ace-gruvbox-light-hard .ace_marker-layer .ace_selected-word {
  37. border: 1px solid #ebdbb2
  38. }
  39. .ace-gruvbox-light-hard .ace_fold {
  40. background-color: #79740e;
  41. border-color: rgba(60, 56, 54, 0.50)
  42. }
  43. .ace-gruvbox-light-hard .ace_keyword {
  44. color: #9d0006
  45. }
  46. .ace-gruvbox-light-hard .ace_keyword.ace_operator {
  47. color: #427b58
  48. }
  49. .ace-gruvbox-light-hard .ace_keyword.ace_other.ace_unit {
  50. color: #b16286
  51. }
  52. .ace-gruvbox-light-hard .ace_constant {
  53. color: #8f3f71
  54. }
  55. .ace-gruvbox-light-hard .ace_constant.ace_numeric {
  56. color: #8f3f71
  57. }
  58. .ace-gruvbox-light-hard .ace_constant.ace_character.ace_escape {
  59. color: #9d0006
  60. }
  61. .ace-gruvbox-light-hard .ace_constant.ace_other {
  62. color: #8f3f71
  63. }
  64. .ace-gruvbox-light-hard .ace_support.ace_function {
  65. color: #427b58
  66. }
  67. .ace-gruvbox-light-hard .ace_support.ace_constant {
  68. color: #8f3f71
  69. }
  70. .ace-gruvbox-light-hard .ace_support.ace_constant.ace_property-value {
  71. color: #1d2021
  72. }
  73. .ace-gruvbox-light-hard .ace_support.ace_class {
  74. color: #b57614
  75. }
  76. .ace-gruvbox-light-hard .ace_support.ace_type {
  77. color: #b57614
  78. }
  79. .ace-gruvbox-light-hard .ace_storage {
  80. color: #9d0006
  81. }
  82. .ace-gruvbox-light-hard .ace_invalid {
  83. color: #1d2021;
  84. background-color: #9d0006
  85. }
  86. .ace-gruvbox-light-hard .ace_string {
  87. color: #79740e
  88. }
  89. .ace-gruvbox-light-hard .ace_string.ace_regexp {
  90. color: #79740e
  91. }
  92. .ace-gruvbox-light-hard .ace_comment {
  93. font-style: italic;
  94. color: #928374
  95. }
  96. .ace-gruvbox-light-hard .ace_variable {
  97. color: #076678
  98. }
  99. .ace-gruvbox-light-hard .ace_variable.ace_language {
  100. color: #8f3f71
  101. }
  102. .ace-gruvbox-light-hard .ace_variable.ace_parameter {
  103. color: #1d2021
  104. }
  105. .ace-gruvbox-light-hard .ace_meta.ace_tag {
  106. color: #1d2021
  107. }
  108. .ace-gruvbox-light-hard .ace_entity.ace_other.ace_attribute-name {
  109. color: #b57614
  110. }
  111. .ace-gruvbox-light-hard .ace_entity.ace_name.ace_function {
  112. color: #79740e
  113. }
  114. .ace-gruvbox-light-hard .ace_entity.ace_name.ace_tag {
  115. color: #076678
  116. }
  117. .ace-gruvbox-light-hard .ace_markup.ace_heading {
  118. color: #79740e
  119. }
  120. .ace-gruvbox-light-hard .ace_markup.ace_list {
  121. color: #076678
  122. }
  123. .ace-gruvbox-light-hard .ace_indent-guide {
  124. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;
  125. }
  126. .ace-gruvbox-light-hard .ace_indent-guide-active {
  127. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;
  128. }
  129. `}),function(){ace.require(["ace/theme/gruvbox_light_hard-css"],function(a){r&&(r.exports=a)})}()})(t);var g=t.exports;const i=l(g),d=h({__proto__:null,default:i},[g]);export{d as t};