theme-solarized_light-css-f7f87945.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. import{g as l}from"./index-d7fba904.js";function A(a,c){for(var n=0;n<c.length;n++){const r=c[n];if(typeof r!="string"&&!Array.isArray(r)){for(const e in r)if(e!=="default"&&!(e in a)){const t=Object.getOwnPropertyDescriptor(r,e);t&&Object.defineProperty(a,e,t.get?t:{enumerable:!0,get:()=>r[e]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}var o={exports:{}};(function(a,c){ace.define("ace/theme/solarized_light-css",["require","exports","module"],function(n,r,e){e.exports=`.ace-solarized-light .ace_gutter {
  2. background: #fbf1d3;
  3. color: #333
  4. }
  5. .ace-solarized-light .ace_print-margin {
  6. width: 1px;
  7. background: #e8e8e8
  8. }
  9. .ace-solarized-light {
  10. background-color: #FDF6E3;
  11. color: #586E75
  12. }
  13. .ace-solarized-light .ace_cursor {
  14. color: #000000
  15. }
  16. .ace-solarized-light .ace_marker-layer .ace_selection {
  17. background: rgba(7, 54, 67, 0.09)
  18. }
  19. .ace-solarized-light.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #FDF6E3;
  21. }
  22. .ace-solarized-light .ace_marker-layer .ace_step {
  23. background: rgb(255, 255, 0)
  24. }
  25. .ace-solarized-light .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid rgba(147, 161, 161, 0.50)
  28. }
  29. .ace-solarized-light .ace_marker-layer .ace_active-line {
  30. background: #EEE8D5
  31. }
  32. .ace-solarized-light .ace_gutter-active-line {
  33. background-color : #EDE5C1
  34. }
  35. .ace-solarized-light .ace_marker-layer .ace_selected-word {
  36. border: 1px solid #7f9390
  37. }
  38. .ace-solarized-light .ace_invisible {
  39. color: rgba(147, 161, 161, 0.50)
  40. }
  41. .ace-solarized-light .ace_keyword,
  42. .ace-solarized-light .ace_meta,
  43. .ace-solarized-light .ace_support.ace_class,
  44. .ace-solarized-light .ace_support.ace_type {
  45. color: #859900
  46. }
  47. .ace-solarized-light .ace_constant.ace_character,
  48. .ace-solarized-light .ace_constant.ace_other {
  49. color: #CB4B16
  50. }
  51. .ace-solarized-light .ace_constant.ace_language {
  52. color: #B58900
  53. }
  54. .ace-solarized-light .ace_constant.ace_numeric {
  55. color: #D33682
  56. }
  57. .ace-solarized-light .ace_fold {
  58. background-color: #268BD2;
  59. border-color: #586E75
  60. }
  61. .ace-solarized-light .ace_entity.ace_name.ace_function,
  62. .ace-solarized-light .ace_entity.ace_name.ace_tag,
  63. .ace-solarized-light .ace_support.ace_function,
  64. .ace-solarized-light .ace_variable,
  65. .ace-solarized-light .ace_variable.ace_language {
  66. color: #268BD2
  67. }
  68. .ace-solarized-light .ace_storage {
  69. color: #073642
  70. }
  71. .ace-solarized-light .ace_string {
  72. color: #2AA198
  73. }
  74. .ace-solarized-light .ace_string.ace_regexp {
  75. color: #D30102
  76. }
  77. .ace-solarized-light .ace_comment,
  78. .ace-solarized-light .ace_entity.ace_other.ace_attribute-name {
  79. color: #93A1A1
  80. }
  81. .ace-solarized-light .ace_indent-guide {
  82. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBgYHjy8NJ/AAjgA5fzQUmBAAAAAElFTkSuQmCC) right repeat-y
  83. }
  84. .ace-solarized-light .ace_indent-guide-active {
  85. background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAZSURBVHjaYvj///9/hivKyv8BAAAA//8DACLqBhbvk+/eAAAAAElFTkSuQmCC") right repeat-y;
  86. }
  87. `}),function(){ace.require(["ace/theme/solarized_light-css"],function(n){a&&(a.exports=n)})}()})(o);var i=o.exports;const g=l(i),d=A({__proto__:null,default:g},[i]);export{d as t};