theme-dawn-css-d32dde42.js 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. import{g as d}from"./index-b2e76ed2.js";function i(e,r){for(var a=0;a<r.length;a++){const c=r[a];if(typeof c!="string"&&!Array.isArray(c)){for(const n in c)if(n!=="default"&&!(n in e)){const o=Object.getOwnPropertyDescriptor(c,n);o&&Object.defineProperty(e,n,o.get?o:{enumerable:!0,get:()=>c[n]})}}}return Object.freeze(Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}))}var t={exports:{}};(function(e,r){ace.define("ace/theme/dawn-css",["require","exports","module"],function(a,c,n){n.exports=`.ace-dawn .ace_gutter {
  2. background: #ebebeb;
  3. color: #333
  4. }
  5. .ace-dawn .ace_print-margin {
  6. width: 1px;
  7. background: #e8e8e8
  8. }
  9. .ace-dawn {
  10. background-color: #F9F9F9;
  11. color: #080808
  12. }
  13. .ace-dawn .ace_cursor {
  14. color: #000000
  15. }
  16. .ace-dawn .ace_marker-layer .ace_selection {
  17. background: rgba(39, 95, 255, 0.30)
  18. }
  19. .ace-dawn.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #F9F9F9;
  21. }
  22. .ace-dawn .ace_marker-layer .ace_step {
  23. background: rgb(255, 255, 0)
  24. }
  25. .ace-dawn .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid rgba(75, 75, 126, 0.50)
  28. }
  29. .ace-dawn .ace_marker-layer .ace_active-line {
  30. background: rgba(36, 99, 180, 0.12)
  31. }
  32. .ace-dawn .ace_gutter-active-line {
  33. background-color : #dcdcdc
  34. }
  35. .ace-dawn .ace_marker-layer .ace_selected-word {
  36. border: 1px solid rgba(39, 95, 255, 0.30)
  37. }
  38. .ace-dawn .ace_invisible {
  39. color: rgba(75, 75, 126, 0.50)
  40. }
  41. .ace-dawn .ace_keyword,
  42. .ace-dawn .ace_meta {
  43. color: #794938
  44. }
  45. .ace-dawn .ace_constant,
  46. .ace-dawn .ace_constant.ace_character,
  47. .ace-dawn .ace_constant.ace_character.ace_escape,
  48. .ace-dawn .ace_constant.ace_other {
  49. color: #811F24
  50. }
  51. .ace-dawn .ace_invalid.ace_illegal {
  52. text-decoration: underline;
  53. font-style: italic;
  54. color: #F8F8F8;
  55. background-color: #B52A1D
  56. }
  57. .ace-dawn .ace_invalid.ace_deprecated {
  58. text-decoration: underline;
  59. font-style: italic;
  60. color: #B52A1D
  61. }
  62. .ace-dawn .ace_support {
  63. color: #691C97
  64. }
  65. .ace-dawn .ace_support.ace_constant {
  66. color: #B4371F
  67. }
  68. .ace-dawn .ace_fold {
  69. background-color: #794938;
  70. border-color: #080808
  71. }
  72. .ace-dawn .ace_list,
  73. .ace-dawn .ace_markup.ace_list,
  74. .ace-dawn .ace_support.ace_function {
  75. color: #693A17
  76. }
  77. .ace-dawn .ace_storage {
  78. font-style: italic;
  79. color: #A71D5D
  80. }
  81. .ace-dawn .ace_string {
  82. color: #0B6125
  83. }
  84. .ace-dawn .ace_string.ace_regexp {
  85. color: #CF5628
  86. }
  87. .ace-dawn .ace_comment {
  88. font-style: italic;
  89. color: #5A525F
  90. }
  91. .ace-dawn .ace_heading,
  92. .ace-dawn .ace_markup.ace_heading {
  93. color: #19356D
  94. }
  95. .ace-dawn .ace_variable {
  96. color: #234A97
  97. }
  98. .ace-dawn .ace_indent-guide {
  99. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYLh/5+x/AAizA4hxNNsZAAAAAElFTkSuQmCC) right repeat-y
  100. }
  101. .ace-dawn .ace_indent-guide-active {
  102. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;
  103. }
  104. `}),function(){ace.require(["ace/theme/dawn-css"],function(a){e&&(e.exports=a)})}()})(t);var A=t.exports;const l=d(A),_=i({__proto__:null,default:l},[A]);export{_ as t};