theme-mono_industrial-css-8f3c18be.js 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. import{g as l}from"./index-15e3682d.js";function s(a,r){for(var e=0;e<r.length;e++){const o=r[e];if(typeof o!="string"&&!Array.isArray(o)){for(const n in o)if(n!=="default"&&!(n in a)){const c=Object.getOwnPropertyDescriptor(o,n);c&&Object.defineProperty(a,n,c.get?c:{enumerable:!0,get:()=>o[n]})}}}return Object.freeze(Object.defineProperty(a,Symbol.toStringTag,{value:"Module"}))}var t={exports:{}};(function(a,r){ace.define("ace/theme/mono_industrial-css",["require","exports","module"],function(e,o,n){n.exports=`.ace-mono-industrial .ace_gutter {
  2. background: #1d2521;
  3. color: #C5C9C9
  4. }
  5. .ace-mono-industrial .ace_print-margin {
  6. width: 1px;
  7. background: #555651
  8. }
  9. .ace-mono-industrial {
  10. background-color: #222C28;
  11. color: #FFFFFF
  12. }
  13. .ace-mono-industrial .ace_cursor {
  14. color: #FFFFFF
  15. }
  16. .ace-mono-industrial .ace_marker-layer .ace_selection {
  17. background: rgba(145, 153, 148, 0.40)
  18. }
  19. .ace-mono-industrial.ace_multiselect .ace_selection.ace_start {
  20. box-shadow: 0 0 3px 0px #222C28;
  21. }
  22. .ace-mono-industrial .ace_marker-layer .ace_step {
  23. background: rgb(102, 82, 0)
  24. }
  25. .ace-mono-industrial .ace_marker-layer .ace_bracket {
  26. margin: -1px 0 0 -1px;
  27. border: 1px solid rgba(102, 108, 104, 0.50)
  28. }
  29. .ace-mono-industrial .ace_marker-layer .ace_active-line {
  30. background: rgba(12, 13, 12, 0.25)
  31. }
  32. .ace-mono-industrial .ace_gutter-active-line {
  33. background-color: rgba(12, 13, 12, 0.25)
  34. }
  35. .ace-mono-industrial .ace_marker-layer .ace_selected-word {
  36. border: 1px solid rgba(145, 153, 148, 0.40)
  37. }
  38. .ace-mono-industrial .ace_invisible {
  39. color: rgba(102, 108, 104, 0.50)
  40. }
  41. .ace-mono-industrial .ace_string {
  42. background-color: #151C19;
  43. color: #FFFFFF
  44. }
  45. .ace-mono-industrial .ace_keyword,
  46. .ace-mono-industrial .ace_meta {
  47. color: #A39E64
  48. }
  49. .ace-mono-industrial .ace_constant,
  50. .ace-mono-industrial .ace_constant.ace_character,
  51. .ace-mono-industrial .ace_constant.ace_character.ace_escape,
  52. .ace-mono-industrial .ace_constant.ace_numeric,
  53. .ace-mono-industrial .ace_constant.ace_other {
  54. color: #E98800
  55. }
  56. .ace-mono-industrial .ace_entity.ace_name.ace_function,
  57. .ace-mono-industrial .ace_keyword.ace_operator,
  58. .ace-mono-industrial .ace_variable {
  59. color: #A8B3AB
  60. }
  61. .ace-mono-industrial .ace_invalid {
  62. color: #FFFFFF;
  63. background-color: rgba(153, 0, 0, 0.68)
  64. }
  65. .ace-mono-industrial .ace_support.ace_constant {
  66. color: #C87500
  67. }
  68. .ace-mono-industrial .ace_fold {
  69. background-color: #A8B3AB;
  70. border-color: #FFFFFF
  71. }
  72. .ace-mono-industrial .ace_support.ace_function {
  73. color: #588E60
  74. }
  75. .ace-mono-industrial .ace_entity.ace_name,
  76. .ace-mono-industrial .ace_support.ace_class,
  77. .ace-mono-industrial .ace_support.ace_type {
  78. color: #5778B6
  79. }
  80. .ace-mono-industrial .ace_storage {
  81. color: #C23B00
  82. }
  83. .ace-mono-industrial .ace_variable.ace_language,
  84. .ace-mono-industrial .ace_variable.ace_parameter {
  85. color: #648BD2
  86. }
  87. .ace-mono-industrial .ace_comment {
  88. color: #666C68;
  89. background-color: #151C19
  90. }
  91. .ace-mono-industrial .ace_entity.ace_other.ace_attribute-name {
  92. color: #909993
  93. }
  94. .ace-mono-industrial .ace_entity.ace_name.ace_tag {
  95. color: #A65EFF
  96. }
  97. .ace-mono-industrial .ace_indent-guide {
  98. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ1NbwZfALD/4PAAlTArlEC4r/AAAAAElFTkSuQmCC) right repeat-y
  99. }
  100. .ace-mono-industrial .ace_indent-guide-active {
  101. background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQIW2PQ1dX9zzBz5sz/ABCcBFFentLlAAAAAElFTkSuQmCC) right repeat-y;
  102. }
  103. `}),function(){ace.require(["ace/theme/mono_industrial-css"],function(e){a&&(a.exports=e)})}()})(t);var i=t.exports;const u=l(i),m=s({__proto__:null,default:u},[i]);export{m as t};