theme-tomorrow_night_blue-css-3e48edc2.js 3.8 KB

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