ll-plus 2.2.12 → 2.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) hide show
  1. package/es/components/advanced-filtering/index.d.ts +303 -303
  2. package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  3. package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  4. package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  5. package/es/components/api-component/index.d.ts +30 -30
  6. package/es/components/api-component/src/api-component.vue.d.ts +30 -30
  7. package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  8. package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
  9. package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
  10. package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  11. package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
  12. package/es/components/api-component/src/config/api-component.d.ts +1 -1
  13. package/es/components/api-component/src/config/api-modal.d.ts +1 -1
  14. package/es/components/api-component/src/config/click-input.d.ts +1 -1
  15. package/es/components/button/index.d.ts +1 -1
  16. package/es/components/button/src/button.vue.d.ts +1 -1
  17. package/es/components/checkbox/index.d.ts +217 -217
  18. package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  19. package/es/components/checkbox/src/checkbox.d.ts +56 -56
  20. package/es/components/drawer/index.d.ts +11 -11
  21. package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  22. package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  23. package/es/components/drawer/src/drawer.vue.d.ts +11 -11
  24. package/es/components/easy-cron/index.d.ts +82 -82
  25. package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  26. package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  27. package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  28. package/es/components/form/index.d.ts +142 -142
  29. package/es/components/form/src/config/form.d.ts +56 -56
  30. package/es/components/form/src/form.vue.d.ts +142 -142
  31. package/es/components/icon-base/index.d.ts +2 -2
  32. package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
  33. package/es/components/input/index.d.ts +31 -31
  34. package/es/components/input/src/input.vue.d.ts +31 -31
  35. package/es/components/key-value/index.d.ts +23 -11
  36. package/es/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  37. package/es/components/key-value/src/components/key-value-item.vue2.mjs +5 -5
  38. package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
  39. package/es/components/key-value/src/config/key-value-item.d.ts +10 -4
  40. package/es/components/key-value/src/config/key-value-item.mjs.map +1 -1
  41. package/es/components/key-value/src/config/key-value.d.ts +2 -2
  42. package/es/components/key-value/src/config/key-value.mjs +2 -2
  43. package/es/components/key-value/src/config/key-value.mjs.map +1 -1
  44. package/es/components/key-value/src/key-value.vue.d.ts +23 -11
  45. package/es/components/key-value/src/key-value.vue2.mjs +13 -6
  46. package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
  47. package/es/components/modal/index.d.ts +5 -5
  48. package/es/components/modal/src/modal.vue.d.ts +5 -5
  49. package/es/components/operate-icon/index.d.ts +6 -6
  50. package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  51. package/es/components/select/index.d.ts +11 -11
  52. package/es/components/select/src/select.vue.d.ts +11 -11
  53. package/es/components/table/index.d.ts +6 -6
  54. package/es/components/table/src/components/main-table.vue.d.ts +2 -2
  55. package/es/components/table/src/config/table.d.ts +2 -2
  56. package/es/components/table/src/table.vue.d.ts +6 -6
  57. package/es/components/textarea/index.d.ts +5 -5
  58. package/es/components/textarea/src/textarea.vue.d.ts +5 -5
  59. package/es/components/tooltip/index.d.ts +4 -4
  60. package/es/components/tooltip/src/tooltip.d.ts +1 -1
  61. package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
  62. package/es/components/tree/index.d.ts +2 -2
  63. package/es/components/tree/src/tree.vue.d.ts +2 -2
  64. package/es/components/tree-search/index.d.ts +17 -17
  65. package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
  66. package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
  67. package/es/components/upload-drag/index.d.ts +4 -4
  68. package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  69. package/index.full.js +20 -13
  70. package/index.full.min.js +1 -1
  71. package/index.full.min.js.map +1 -1
  72. package/index.full.min.mjs +1 -1
  73. package/index.full.min.mjs.map +1 -1
  74. package/index.full.mjs +20 -13
  75. package/lib/components/advanced-filtering/index.d.ts +303 -303
  76. package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  77. package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  78. package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  79. package/lib/components/api-component/index.d.ts +30 -30
  80. package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
  81. package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  82. package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
  83. package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
  84. package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  85. package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
  86. package/lib/components/api-component/src/config/api-component.d.ts +1 -1
  87. package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
  88. package/lib/components/api-component/src/config/click-input.d.ts +1 -1
  89. package/lib/components/button/index.d.ts +1 -1
  90. package/lib/components/button/src/button.vue.d.ts +1 -1
  91. package/lib/components/checkbox/index.d.ts +217 -217
  92. package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  93. package/lib/components/checkbox/src/checkbox.d.ts +56 -56
  94. package/lib/components/drawer/index.d.ts +11 -11
  95. package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  96. package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  97. package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
  98. package/lib/components/easy-cron/index.d.ts +82 -82
  99. package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  100. package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  101. package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  102. package/lib/components/form/index.d.ts +142 -142
  103. package/lib/components/form/src/config/form.d.ts +56 -56
  104. package/lib/components/form/src/form.vue.d.ts +142 -142
  105. package/lib/components/icon-base/index.d.ts +2 -2
  106. package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
  107. package/lib/components/input/index.d.ts +31 -31
  108. package/lib/components/input/src/input.vue.d.ts +31 -31
  109. package/lib/components/key-value/index.d.ts +23 -11
  110. package/lib/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  111. package/lib/components/key-value/src/components/key-value-item.vue2.js +5 -5
  112. package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
  113. package/lib/components/key-value/src/config/key-value-item.d.ts +10 -4
  114. package/lib/components/key-value/src/config/key-value-item.js.map +1 -1
  115. package/lib/components/key-value/src/config/key-value.d.ts +2 -2
  116. package/lib/components/key-value/src/config/key-value.js +2 -2
  117. package/lib/components/key-value/src/config/key-value.js.map +1 -1
  118. package/lib/components/key-value/src/key-value.vue.d.ts +23 -11
  119. package/lib/components/key-value/src/key-value.vue2.js +13 -6
  120. package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
  121. package/lib/components/modal/index.d.ts +5 -5
  122. package/lib/components/modal/src/modal.vue.d.ts +5 -5
  123. package/lib/components/operate-icon/index.d.ts +6 -6
  124. package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  125. package/lib/components/select/index.d.ts +11 -11
  126. package/lib/components/select/src/select.vue.d.ts +11 -11
  127. package/lib/components/table/index.d.ts +6 -6
  128. package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
  129. package/lib/components/table/src/config/table.d.ts +2 -2
  130. package/lib/components/table/src/table.vue.d.ts +6 -6
  131. package/lib/components/textarea/index.d.ts +5 -5
  132. package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
  133. package/lib/components/tooltip/index.d.ts +4 -4
  134. package/lib/components/tooltip/src/tooltip.d.ts +1 -1
  135. package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
  136. package/lib/components/tree/index.d.ts +2 -2
  137. package/lib/components/tree/src/tree.vue.d.ts +2 -2
  138. package/lib/components/tree-search/index.d.ts +17 -17
  139. package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
  140. package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
  141. package/lib/components/upload-drag/index.d.ts +4 -4
  142. package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
  143. package/package.json +1 -1
  144. package/types/packages/components/advanced-filtering/index.d.ts +303 -303
  145. package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
  146. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
  147. package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
  148. package/types/packages/components/api-component/index.d.ts +30 -30
  149. package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
  150. package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
  151. package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
  152. package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
  153. package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
  154. package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
  155. package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
  156. package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
  157. package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
  158. package/types/packages/components/button/index.d.ts +1 -1
  159. package/types/packages/components/button/src/button.vue.d.ts +1 -1
  160. package/types/packages/components/checkbox/index.d.ts +217 -217
  161. package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
  162. package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
  163. package/types/packages/components/drawer/index.d.ts +11 -11
  164. package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
  165. package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
  166. package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
  167. package/types/packages/components/easy-cron/index.d.ts +82 -82
  168. package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
  169. package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
  170. package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
  171. package/types/packages/components/form/index.d.ts +142 -142
  172. package/types/packages/components/form/src/config/form.d.ts +56 -56
  173. package/types/packages/components/form/src/form.vue.d.ts +142 -142
  174. package/types/packages/components/icon-base/index.d.ts +2 -2
  175. package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
  176. package/types/packages/components/input/index.d.ts +31 -31
  177. package/types/packages/components/input/src/input.vue.d.ts +31 -31
  178. package/types/packages/components/key-value/index.d.ts +23 -11
  179. package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +16 -4
  180. package/types/packages/components/key-value/src/config/key-value-item.d.ts +10 -4
  181. package/types/packages/components/key-value/src/config/key-value.d.ts +2 -2
  182. package/types/packages/components/key-value/src/key-value.vue.d.ts +23 -11
  183. package/types/packages/components/modal/index.d.ts +5 -5
  184. package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
  185. package/types/packages/components/operate-icon/index.d.ts +6 -6
  186. package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
  187. package/types/packages/components/select/index.d.ts +11 -11
  188. package/types/packages/components/select/src/select.vue.d.ts +11 -11
  189. package/types/packages/components/table/index.d.ts +6 -6
  190. package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
  191. package/types/packages/components/table/src/config/table.d.ts +2 -2
  192. package/types/packages/components/table/src/table.vue.d.ts +6 -6
  193. package/types/packages/components/textarea/index.d.ts +5 -5
  194. package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
  195. package/types/packages/components/tooltip/index.d.ts +4 -4
  196. package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
  197. package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
  198. package/types/packages/components/tree/index.d.ts +2 -2
  199. package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
  200. package/types/packages/components/tree-search/index.d.ts +17 -17
  201. package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
  202. package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
  203. package/types/packages/components/upload-drag/index.d.ts +4 -4
  204. package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
@@ -1,6 +1,6 @@
1
1
  import y8,{warn as b8,defineComponent as me,ref as le,watch as We,resolveComponent as G,openBlock as j,createBlock as re,normalizeClass as I,unref as v,withCtx as S,createVNode as A,createElementVNode as H,createElementBlock as ne,createTextVNode as Ce,createCommentVNode as de,watchEffect as zs,Fragment as He,renderList as Re,toDisplayString as ot,withModifiers as ju,computed as Je,useAttrs as ut,mergeProps as ee,normalizeStyle as Lr,withDirectives as $r,vShow as Nr,reactive as Hr,normalizeProps as Ve,renderSlot as se,guardReactiveProps as Xe,createSlots as wt,onBeforeUnmount as h8,onMounted as up,createApp as v8,nextTick as ri,resolveDynamicComponent as ni,inject as dp,getCurrentInstance as F8,h as sp,isRef as B8,provide as C8,toRef as cp,onUnmounted as D8,toRefs as E8}from"vue";import{Button as lp,Cascader as w8,Checkbox as Ln,CheckboxGroup as $n,Row as Tu,Col as ai,DatePicker as S8,RangePicker as A8,theme as x8,Drawer as j8,InputNumber as nn,RadioGroup as an,Radio as un,Select as fp,Tabs as T8,TabPane as Nn,Form as gp,InputSearch as I8,FormItem as O8,Input as pp,Modal as R8,RadioButton as M8,Segmented as L8,SelectOption as $8,SelectOptGroup as N8,Steps as H8,Switch as P8,Popover as _8,Textarea as W8,TimePicker as V8,TimeRangePicker as G8,Tree as U8,message as Ys}from"ant-design-vue";import*as Pr from"monaco-editor";import z8 from"fs";const Y8=e=>({install:o=>{e.forEach(n=>o.use(n))}});var kp=typeof global=="object"&&global&&global.Object===Object&&global,q8=typeof self=="object"&&self&&self.Object===Object&&self,cr=kp||q8||Function("return this")(),Cr=cr.Symbol,mp=Object.prototype,Z8=mp.hasOwnProperty,K8=mp.toString,ii=Cr?Cr.toStringTag:void 0;function J8(e){var t=Z8.call(e,ii),o=e[ii];try{e[ii]=void 0;var n=!0}catch{}var u=K8.call(e);return n&&(t?e[ii]=o:delete e[ii]),u}var X8=Object.prototype,Q8=X8.toString;function e5(e){return Q8.call(e)}var t5="[object Null]",o5="[object Undefined]",yp=Cr?Cr.toStringTag:void 0;function dn(e){return e==null?e===void 0?o5:t5:yp&&yp in Object(e)?J8(e):e5(e)}function sn(e){return e!=null&&typeof e=="object"}var r5="[object Symbol]";function Iu(e){return typeof e=="symbol"||sn(e)&&dn(e)==r5}function bp(e,t){for(var o=-1,n=e==null?0:e.length,u=Array(n);++o<n;)u[o]=t(e[o],o,e);return u}var n5=Array.isArray,_r=n5,a5=1/0,hp=Cr?Cr.prototype:void 0,vp=hp?hp.toString:void 0;function Fp(e){if(typeof e=="string")return e;if(_r(e))return bp(e,Fp)+"";if(Iu(e))return vp?vp.call(e):"";var t=e+"";return t=="0"&&1/e==-a5?"-0":t}var i5=/\s/;function u5(e){for(var t=e.length;t--&&i5.test(e.charAt(t)););return t}var d5=/^\s+/;function s5(e){return e&&e.slice(0,u5(e)+1).replace(d5,"")}function Wr(e){var t=typeof e;return e!=null&&(t=="object"||t=="function")}var Bp=NaN,c5=/^[-+]0x[0-9a-f]+$/i,l5=/^0b[01]+$/i,f5=/^0o[0-7]+$/i,g5=parseInt;function Cp(e){if(typeof e=="number")return e;if(Iu(e))return Bp;if(Wr(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=Wr(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=s5(e);var o=l5.test(e);return o||f5.test(e)?g5(e.slice(2),o?2:8):c5.test(e)?Bp:+e}function p5(e){return e}var k5="[object AsyncFunction]",m5="[object Function]",y5="[object GeneratorFunction]",b5="[object Proxy]";function Dp(e){if(!Wr(e))return!1;var t=dn(e);return t==m5||t==y5||t==k5||t==b5}var qs=cr["__core-js_shared__"],Ep=function(){var e=/[^.]+$/.exec(qs&&qs.keys&&qs.keys.IE_PROTO||"");return e?"Symbol(src)_1."+e:""}();function h5(e){return!!Ep&&Ep in e}var v5=Function.prototype,F5=v5.toString;function Hn(e){if(e!=null){try{return F5.call(e)}catch{}try{return e+""}catch{}}return""}var B5=/[\\^$.*+?()[\]{}|]/g,C5=/^\[object .+?Constructor\]$/,D5=Function.prototype,E5=Object.prototype,w5=D5.toString,S5=E5.hasOwnProperty,A5=RegExp("^"+w5.call(S5).replace(B5,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function x5(e){if(!Wr(e)||h5(e))return!1;var t=Dp(e)?A5:C5;return t.test(Hn(e))}function j5(e,t){return e?.[t]}function Pn(e,t){var o=j5(e,t);return x5(o)?o:void 0}var Zs=Pn(cr,"WeakMap"),wp=Object.create,T5=function(){function e(){}return function(t){if(!Wr(t))return{};if(wp)return wp(t);e.prototype=t;var o=new e;return e.prototype=void 0,o}}();function I5(e,t,o){switch(o.length){case 0:return e.call(t);case 1:return e.call(t,o[0]);case 2:return e.call(t,o[0],o[1]);case 3:return e.call(t,o[0],o[1],o[2])}return e.apply(t,o)}function O5(e,t){var o=-1,n=e.length;for(t||(t=Array(n));++o<n;)t[o]=e[o];return t}var R5=800,M5=16,L5=Date.now;function $5(e){var t=0,o=0;return function(){var n=L5(),u=M5-(n-o);if(o=n,u>0){if(++t>=R5)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function N5(e){return function(){return e}}var Ou=function(){try{var e=Pn(Object,"defineProperty");return e({},"",{}),e}catch{}}(),H5=Ou?function(e,t){return Ou(e,"toString",{configurable:!0,enumerable:!1,value:N5(t),writable:!0})}:p5,P5=$5(H5);function _5(e,t){for(var o=-1,n=e==null?0:e.length;++o<n&&t(e[o],o,e)!==!1;);return e}var W5=9007199254740991,V5=/^(?:0|[1-9]\d*)$/;function Sp(e,t){var o=typeof e;return t=t??W5,!!t&&(o=="number"||o!="symbol"&&V5.test(e))&&e>-1&&e%1==0&&e<t}function Ap(e,t,o){t=="__proto__"&&Ou?Ou(e,t,{configurable:!0,enumerable:!0,value:o,writable:!0}):e[t]=o}function xp(e,t){return e===t||e!==e&&t!==t}var G5=Object.prototype,U5=G5.hasOwnProperty;function jp(e,t,o){var n=e[t];(!(U5.call(e,t)&&xp(n,o))||o===void 0&&!(t in e))&&Ap(e,t,o)}function ui(e,t,o,n){var u=!o;o||(o={});for(var d=-1,a=t.length;++d<a;){var s=t[d],l=n?n(o[s],e[s],s,o,e):void 0;l===void 0&&(l=e[s]),u?Ap(o,s,l):jp(o,s,l)}return o}var Tp=Math.max;function z5(e,t,o){return t=Tp(t===void 0?e.length-1:t,0),function(){for(var n=arguments,u=-1,d=Tp(n.length-t,0),a=Array(d);++u<d;)a[u]=n[t+u];u=-1;for(var s=Array(t+1);++u<t;)s[u]=n[u];return s[t]=o(a),I5(e,this,s)}}var Y5=9007199254740991;function Ks(e){return typeof e=="number"&&e>-1&&e%1==0&&e<=Y5}function Js(e){return e!=null&&Ks(e.length)&&!Dp(e)}var q5=Object.prototype;function Ru(e){var t=e&&e.constructor,o=typeof t=="function"&&t.prototype||q5;return e===o}function Z5(e,t){for(var o=-1,n=Array(e);++o<e;)n[o]=t(o);return n}var K5="[object Arguments]";function Ip(e){return sn(e)&&dn(e)==K5}var Op=Object.prototype,J5=Op.hasOwnProperty,X5=Op.propertyIsEnumerable,Q5=Ip(function(){return arguments}())?Ip:function(e){return sn(e)&&J5.call(e,"callee")&&!X5.call(e,"callee")},Mu=Q5;function e7(){return!1}var Rp=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Mp=Rp&&typeof module=="object"&&module&&!module.nodeType&&module,t7=Mp&&Mp.exports===Rp,Lp=t7?cr.Buffer:void 0,o7=Lp?Lp.isBuffer:void 0,Xs=o7||e7,r7="[object Arguments]",n7="[object Array]",a7="[object Boolean]",i7="[object Date]",u7="[object Error]",d7="[object Function]",s7="[object Map]",c7="[object Number]",l7="[object Object]",f7="[object RegExp]",g7="[object Set]",p7="[object String]",k7="[object WeakMap]",m7="[object ArrayBuffer]",y7="[object DataView]",b7="[object Float32Array]",h7="[object Float64Array]",v7="[object Int8Array]",F7="[object Int16Array]",B7="[object Int32Array]",C7="[object Uint8Array]",D7="[object Uint8ClampedArray]",E7="[object Uint16Array]",w7="[object Uint32Array]",$t={};$t[b7]=$t[h7]=$t[v7]=$t[F7]=$t[B7]=$t[C7]=$t[D7]=$t[E7]=$t[w7]=!0,$t[r7]=$t[n7]=$t[m7]=$t[a7]=$t[y7]=$t[i7]=$t[u7]=$t[d7]=$t[s7]=$t[c7]=$t[l7]=$t[f7]=$t[g7]=$t[p7]=$t[k7]=!1;function S7(e){return sn(e)&&Ks(e.length)&&!!$t[dn(e)]}function Qs(e){return function(t){return e(t)}}var $p=typeof exports=="object"&&exports&&!exports.nodeType&&exports,di=$p&&typeof module=="object"&&module&&!module.nodeType&&module,A7=di&&di.exports===$p,ec=A7&&kp.process,va=function(){try{var e=di&&di.require&&di.require("util").types;return e||ec&&ec.binding&&ec.binding("util")}catch{}}(),Np=va&&va.isTypedArray,Hp=Np?Qs(Np):S7,x7=Object.prototype,j7=x7.hasOwnProperty;function Pp(e,t){var o=_r(e),n=!o&&Mu(e),u=!o&&!n&&Xs(e),d=!o&&!n&&!u&&Hp(e),a=o||n||u||d,s=a?Z5(e.length,String):[],l=s.length;for(var f in e)(t||j7.call(e,f))&&!(a&&(f=="length"||u&&(f=="offset"||f=="parent")||d&&(f=="buffer"||f=="byteLength"||f=="byteOffset")||Sp(f,l)))&&s.push(f);return s}function _p(e,t){return function(o){return e(t(o))}}var T7=_p(Object.keys,Object),I7=Object.prototype,O7=I7.hasOwnProperty;function Wp(e){if(!Ru(e))return T7(e);var t=[];for(var o in Object(e))O7.call(e,o)&&o!="constructor"&&t.push(o);return t}function tc(e){return Js(e)?Pp(e):Wp(e)}function R7(e){var t=[];if(e!=null)for(var o in Object(e))t.push(o);return t}var M7=Object.prototype,L7=M7.hasOwnProperty;function $7(e){if(!Wr(e))return R7(e);var t=Ru(e),o=[];for(var n in e)n=="constructor"&&(t||!L7.call(e,n))||o.push(n);return o}function oc(e){return Js(e)?Pp(e,!0):$7(e)}var N7=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,H7=/^\w*$/;function P7(e,t){if(_r(e))return!1;var o=typeof e;return o=="number"||o=="symbol"||o=="boolean"||e==null||Iu(e)?!0:H7.test(e)||!N7.test(e)||t!=null&&e in Object(t)}var si=Pn(Object,"create");function _7(){this.__data__=si?si(null):{},this.size=0}function W7(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t}var V7="__lodash_hash_undefined__",G7=Object.prototype,U7=G7.hasOwnProperty;function z7(e){var t=this.__data__;if(si){var o=t[e];return o===V7?void 0:o}return U7.call(t,e)?t[e]:void 0}var Y7=Object.prototype,q7=Y7.hasOwnProperty;function Z7(e){var t=this.__data__;return si?t[e]!==void 0:q7.call(t,e)}var K7="__lodash_hash_undefined__";function J7(e,t){var o=this.__data__;return this.size+=this.has(e)?0:1,o[e]=si&&t===void 0?K7:t,this}function _n(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}_n.prototype.clear=_7,_n.prototype.delete=W7,_n.prototype.get=z7,_n.prototype.has=Z7,_n.prototype.set=J7;function X7(){this.__data__=[],this.size=0}function Lu(e,t){for(var o=e.length;o--;)if(xp(e[o][0],t))return o;return-1}var Q7=Array.prototype,eC=Q7.splice;function tC(e){var t=this.__data__,o=Lu(t,e);if(o<0)return!1;var n=t.length-1;return o==n?t.pop():eC.call(t,o,1),--this.size,!0}function oC(e){var t=this.__data__,o=Lu(t,e);return o<0?void 0:t[o][1]}function rC(e){return Lu(this.__data__,e)>-1}function nC(e,t){var o=this.__data__,n=Lu(o,e);return n<0?(++this.size,o.push([e,t])):o[n][1]=t,this}function Vr(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}Vr.prototype.clear=X7,Vr.prototype.delete=tC,Vr.prototype.get=oC,Vr.prototype.has=rC,Vr.prototype.set=nC;var ci=Pn(cr,"Map");function aC(){this.size=0,this.__data__={hash:new _n,map:new(ci||Vr),string:new _n}}function iC(e){var t=typeof e;return t=="string"||t=="number"||t=="symbol"||t=="boolean"?e!=="__proto__":e===null}function $u(e,t){var o=e.__data__;return iC(t)?o[typeof t=="string"?"string":"hash"]:o.map}function uC(e){var t=$u(this,e).delete(e);return this.size-=t?1:0,t}function dC(e){return $u(this,e).get(e)}function sC(e){return $u(this,e).has(e)}function cC(e,t){var o=$u(this,e),n=o.size;return o.set(e,t),this.size+=o.size==n?0:1,this}function cn(e){var t=-1,o=e==null?0:e.length;for(this.clear();++t<o;){var n=e[t];this.set(n[0],n[1])}}cn.prototype.clear=aC,cn.prototype.delete=uC,cn.prototype.get=dC,cn.prototype.has=sC,cn.prototype.set=cC;var lC="Expected a function";function rc(e,t){if(typeof e!="function"||t!=null&&typeof t!="function")throw new TypeError(lC);var o=function(){var n=arguments,u=t?t.apply(this,n):n[0],d=o.cache;if(d.has(u))return d.get(u);var a=e.apply(this,n);return o.cache=d.set(u,a)||d,a};return o.cache=new(rc.Cache||cn),o}rc.Cache=cn;var fC=500;function gC(e){var t=rc(e,function(n){return o.size===fC&&o.clear(),n}),o=t.cache;return t}var pC=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,kC=/\\(\\)?/g,mC=gC(function(e){var t=[];return e.charCodeAt(0)===46&&t.push(""),e.replace(pC,function(o,n,u,d){t.push(u?d.replace(kC,"$1"):n||o)}),t});function yC(e){return e==null?"":Fp(e)}function Nu(e,t){return _r(e)?e:P7(e,t)?[e]:mC(yC(e))}var bC=1/0;function nc(e){if(typeof e=="string"||Iu(e))return e;var t=e+"";return t=="0"&&1/e==-bC?"-0":t}function hC(e,t){t=Nu(t,e);for(var o=0,n=t.length;e!=null&&o<n;)e=e[nc(t[o++])];return o&&o==n?e:void 0}function ac(e,t){for(var o=-1,n=t.length,u=e.length;++o<n;)e[u+o]=t[o];return e}var Vp=Cr?Cr.isConcatSpreadable:void 0;function vC(e){return _r(e)||Mu(e)||!!(Vp&&e&&e[Vp])}function Gp(e,t,o,n,u){var d=-1,a=e.length;for(o||(o=vC),u||(u=[]);++d<a;){var s=e[d];t>0&&o(s)?t>1?Gp(s,t-1,o,n,u):ac(u,s):n||(u[u.length]=s)}return u}function FC(e){var t=e==null?0:e.length;return t?Gp(e,1):[]}function BC(e){return P5(z5(e,void 0,FC),e+"")}var ic=_p(Object.getPrototypeOf,Object),CC="[object Object]",DC=Function.prototype,EC=Object.prototype,Up=DC.toString,wC=EC.hasOwnProperty,SC=Up.call(Object);function AC(e){if(!sn(e)||dn(e)!=CC)return!1;var t=ic(e);if(t===null)return!0;var o=wC.call(t,"constructor")&&t.constructor;return typeof o=="function"&&o instanceof o&&Up.call(o)==SC}function xC(e,t,o){var n=-1,u=e.length;t<0&&(t=-t>u?0:u+t),o=o>u?u:o,o<0&&(o+=u),u=t>o?0:o-t>>>0,t>>>=0;for(var d=Array(u);++n<u;)d[n]=e[n+t];return d}function jC(){this.__data__=new Vr,this.size=0}function TC(e){var t=this.__data__,o=t.delete(e);return this.size=t.size,o}function IC(e){return this.__data__.get(e)}function OC(e){return this.__data__.has(e)}var RC=200;function MC(e,t){var o=this.__data__;if(o instanceof Vr){var n=o.__data__;if(!ci||n.length<RC-1)return n.push([e,t]),this.size=++o.size,this;o=this.__data__=new cn(n)}return o.set(e,t),this.size=o.size,this}function Fa(e){var t=this.__data__=new Vr(e);this.size=t.size}Fa.prototype.clear=jC,Fa.prototype.delete=TC,Fa.prototype.get=IC,Fa.prototype.has=OC,Fa.prototype.set=MC;function LC(e,t){return e&&ui(t,tc(t),e)}function $C(e,t){return e&&ui(t,oc(t),e)}var zp=typeof exports=="object"&&exports&&!exports.nodeType&&exports,Yp=zp&&typeof module=="object"&&module&&!module.nodeType&&module,NC=Yp&&Yp.exports===zp,qp=NC?cr.Buffer:void 0,Zp=qp?qp.allocUnsafe:void 0;function HC(e,t){if(t)return e.slice();var o=e.length,n=Zp?Zp(o):new e.constructor(o);return e.copy(n),n}function PC(e,t){for(var o=-1,n=e==null?0:e.length,u=0,d=[];++o<n;){var a=e[o];t(a,o,e)&&(d[u++]=a)}return d}function Kp(){return[]}var _C=Object.prototype,WC=_C.propertyIsEnumerable,Jp=Object.getOwnPropertySymbols,uc=Jp?function(e){return e==null?[]:(e=Object(e),PC(Jp(e),function(t){return WC.call(e,t)}))}:Kp;function VC(e,t){return ui(e,uc(e),t)}var GC=Object.getOwnPropertySymbols,Xp=GC?function(e){for(var t=[];e;)ac(t,uc(e)),e=ic(e);return t}:Kp;function UC(e,t){return ui(e,Xp(e),t)}function Qp(e,t,o){var n=t(e);return _r(e)?n:ac(n,o(e))}function zC(e){return Qp(e,tc,uc)}function ek(e){return Qp(e,oc,Xp)}var dc=Pn(cr,"DataView"),sc=Pn(cr,"Promise"),cc=Pn(cr,"Set"),tk="[object Map]",YC="[object Object]",ok="[object Promise]",rk="[object Set]",nk="[object WeakMap]",ak="[object DataView]",qC=Hn(dc),ZC=Hn(ci),KC=Hn(sc),JC=Hn(cc),XC=Hn(Zs),Wn=dn;(dc&&Wn(new dc(new ArrayBuffer(1)))!=ak||ci&&Wn(new ci)!=tk||sc&&Wn(sc.resolve())!=ok||cc&&Wn(new cc)!=rk||Zs&&Wn(new Zs)!=nk)&&(Wn=function(e){var t=dn(e),o=t==YC?e.constructor:void 0,n=o?Hn(o):"";if(n)switch(n){case qC:return ak;case ZC:return tk;case KC:return ok;case JC:return rk;case XC:return nk}return t});var Hu=Wn,QC=Object.prototype,eD=QC.hasOwnProperty;function tD(e){var t=e.length,o=new e.constructor(t);return t&&typeof e[0]=="string"&&eD.call(e,"index")&&(o.index=e.index,o.input=e.input),o}var ik=cr.Uint8Array;function lc(e){var t=new e.constructor(e.byteLength);return new ik(t).set(new ik(e)),t}function oD(e,t){var o=t?lc(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.byteLength)}var rD=/\w*$/;function nD(e){var t=new e.constructor(e.source,rD.exec(e));return t.lastIndex=e.lastIndex,t}var uk=Cr?Cr.prototype:void 0,dk=uk?uk.valueOf:void 0;function aD(e){return dk?Object(dk.call(e)):{}}function iD(e,t){var o=t?lc(e.buffer):e.buffer;return new e.constructor(o,e.byteOffset,e.length)}var uD="[object Boolean]",dD="[object Date]",sD="[object Map]",cD="[object Number]",lD="[object RegExp]",fD="[object Set]",gD="[object String]",pD="[object Symbol]",kD="[object ArrayBuffer]",mD="[object DataView]",yD="[object Float32Array]",bD="[object Float64Array]",hD="[object Int8Array]",vD="[object Int16Array]",FD="[object Int32Array]",BD="[object Uint8Array]",CD="[object Uint8ClampedArray]",DD="[object Uint16Array]",ED="[object Uint32Array]";function wD(e,t,o){var n=e.constructor;switch(t){case kD:return lc(e);case uD:case dD:return new n(+e);case mD:return oD(e,o);case yD:case bD:case hD:case vD:case FD:case BD:case CD:case DD:case ED:return iD(e,o);case sD:return new n;case cD:case gD:return new n(e);case lD:return nD(e);case fD:return new n;case pD:return aD(e)}}function SD(e){return typeof e.constructor=="function"&&!Ru(e)?T5(ic(e)):{}}var AD="[object Map]";function xD(e){return sn(e)&&Hu(e)==AD}var sk=va&&va.isMap,jD=sk?Qs(sk):xD,TD="[object Set]";function ID(e){return sn(e)&&Hu(e)==TD}var ck=va&&va.isSet,OD=ck?Qs(ck):ID,RD=1,MD=2,LD=4,lk="[object Arguments]",$D="[object Array]",ND="[object Boolean]",HD="[object Date]",PD="[object Error]",fk="[object Function]",_D="[object GeneratorFunction]",WD="[object Map]",VD="[object Number]",gk="[object Object]",GD="[object RegExp]",UD="[object Set]",zD="[object String]",YD="[object Symbol]",qD="[object WeakMap]",ZD="[object ArrayBuffer]",KD="[object DataView]",JD="[object Float32Array]",XD="[object Float64Array]",QD="[object Int8Array]",e3="[object Int16Array]",t3="[object Int32Array]",o3="[object Uint8Array]",r3="[object Uint8ClampedArray]",n3="[object Uint16Array]",a3="[object Uint32Array]",Tt={};Tt[lk]=Tt[$D]=Tt[ZD]=Tt[KD]=Tt[ND]=Tt[HD]=Tt[JD]=Tt[XD]=Tt[QD]=Tt[e3]=Tt[t3]=Tt[WD]=Tt[VD]=Tt[gk]=Tt[GD]=Tt[UD]=Tt[zD]=Tt[YD]=Tt[o3]=Tt[r3]=Tt[n3]=Tt[a3]=!0,Tt[PD]=Tt[fk]=Tt[qD]=!1;function Pu(e,t,o,n,u,d){var a,s=t&RD,l=t&MD,f=t&LD;if(o&&(a=u?o(e,n,u,d):o(e)),a!==void 0)return a;if(!Wr(e))return e;var p=_r(e);if(p){if(a=tD(e),!s)return O5(e,a)}else{var g=Hu(e),k=g==fk||g==_D;if(Xs(e))return HC(e,s);if(g==gk||g==lk||k&&!u){if(a=l||k?{}:SD(e),!s)return l?UC(e,$C(a,e)):VC(e,LC(a,e))}else{if(!Tt[g])return u?e:{};a=wD(e,g,s)}}d||(d=new Fa);var y=d.get(e);if(y)return y;d.set(e,a),OD(e)?e.forEach(function(E){a.add(Pu(E,t,o,E,e,d))}):jD(e)&&e.forEach(function(E,w){a.set(w,Pu(E,t,o,w,e,d))});var b=f?l?ek:zC:l?oc:tc,D=p?void 0:b(e);return _5(D||e,function(E,w){D&&(w=E,E=e[w]),jp(a,w,Pu(E,t,o,w,e,d))}),a}function i3(e,t,o){t=Nu(t,e);for(var n=-1,u=t.length,d=!1;++n<u;){var a=nc(t[n]);if(!(d=e!=null&&o(e,a)))break;e=e[a]}return d||++n!=u?d:(u=e==null?0:e.length,!!u&&Ks(u)&&Sp(a,u)&&(_r(e)||Mu(e)))}var fc=function(){return cr.Date.now()},u3="Expected a function",d3=Math.max,s3=Math.min;function c3(e,t,o){var n,u,d,a,s,l,f=0,p=!1,g=!1,k=!0;if(typeof e!="function")throw new TypeError(u3);t=Cp(t)||0,Wr(o)&&(p=!!o.leading,g="maxWait"in o,d=g?d3(Cp(o.maxWait)||0,t):d,k="trailing"in o?!!o.trailing:k);function y(P){var J=n,Z=u;return n=u=void 0,f=P,a=e.apply(Z,J),a}function b(P){return f=P,s=setTimeout(w,t),p?y(P):a}function D(P){var J=P-l,Z=P-f,O=t-J;return g?s3(O,d-Z):O}function E(P){var J=P-l,Z=P-f;return l===void 0||J>=t||J<0||g&&Z>=d}function w(){var P=fc();if(E(P))return B(P);s=setTimeout(w,D(P))}function B(P){return s=void 0,k&&n?y(P):(n=u=void 0,a)}function L(){s!==void 0&&clearTimeout(s),f=0,n=l=u=s=void 0}function R(){return s===void 0?a:B(fc())}function U(){var P=fc(),J=E(P);if(n=arguments,u=this,l=P,J){if(s===void 0)return b(l);if(g)return clearTimeout(s),s=setTimeout(w,t),y(l)}return s===void 0&&(s=setTimeout(w,t)),a}return U.cancel=L,U.flush=R,U}function l3(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function f3(e){for(var t=-1,o=e==null?0:e.length,n={};++t<o;){var u=e[t];n[u[0]]=u[1]}return n}var g3=Object.prototype,p3=g3.hasOwnProperty;function k3(e,t){return e!=null&&p3.call(e,t)}function m3(e,t){return e!=null&&i3(e,t,k3)}function y3(e,t){return t.length<2?e:hC(e,xC(t,0,-1))}var b3="[object Boolean]";function pk(e){return e===!0||e===!1||sn(e)&&dn(e)==b3}var h3="[object Map]",v3="[object Set]",F3=Object.prototype,B3=F3.hasOwnProperty;function _u(e){if(e==null)return!0;if(Js(e)&&(_r(e)||typeof e=="string"||typeof e.splice=="function"||Xs(e)||Hp(e)||Mu(e)))return!e.length;var t=Hu(e);if(t==h3||t==v3)return!e.size;if(Ru(e))return!Wp(e).length;for(var o in e)if(B3.call(e,o))return!1;return!0}function gc(e){return e==null}function C3(e,t){return t=Nu(t,e),e=y3(e,t),e==null||delete e[nc(l3(t))]}function D3(e){return AC(e)?void 0:e}var E3=1,w3=2,S3=4,Gr=BC(function(e,t){var o={};if(e==null)return o;var n=!1;t=bp(t,function(d){return d=Nu(d,e),n||(n=d.length>1),d}),ui(e,ek(e),o),n&&(o=Pu(o,E3|w3|S3,D3));for(var u=t.length;u--;)C3(o,t[u]);return o}),A3="Expected a function";function x3(e,t,o){var n=!0,u=!0;if(typeof e!="function")throw new TypeError(A3);return Wr(o)&&(n="leading"in o?!!o.leading:n,u="trailing"in o?!!o.trailing:u),c3(e,t,{leading:n,maxWait:t,trailing:u})}const j3=Object.prototype.hasOwnProperty,kk=(e,t)=>j3.call(e,t),mk=e=>e!==null&&typeof e=="object",yk="__epPropKey",pe=e=>e,T3=e=>mk(e)&&!!e[yk],I3=(e,t)=>{if(!mk(e)||T3(e))return e;const{values:o,required:n,default:u,type:d,validator:a}=e,l={type:d,required:!!n,validator:o||a?f=>{let p=!1,g=[];if(o&&(g=Array.from(o),kk(e,"default")&&g.push(u),p||=g.includes(f)),a&&(p||=a(f)),!p&&g.length>0){const k=[...new Set(g)].map(y=>JSON.stringify(y)).join(", ");b8(`Invalid prop: validation failed${t?` for prop "${t}"`:""}. Expected one of [${k}], got value ${JSON.stringify(f)}.`)}return p}:void 0,[yk]:!0};return kk(e,"default")&&(l.default=u),l},Te=e=>f3(Object.entries(e).map(([t,o])=>[t,I3(o,t)])),li=e=>typeof e=="string"?e:e+"px",Vn=(e,t,o,n)=>(t&&(e+=`-${t}`),o&&(e+=`__${o}`),n&&(e+=`--${n}`),e);function O3(e){return{b:(f="")=>Vn(e,f,"",""),e:(f="")=>f?Vn(e,"",f,""):"",m:(f="")=>f?Vn(e,"","",f):"",be:(f="",p="")=>f&&p?Vn(e,f,p,""):"",em:(f,p)=>f&&p?Vn(e,"",f,p):"",bm:(f,p)=>f&&p?Vn(e,f,"",p):"",bem:(f,p,g)=>f&&p&&g?Vn(e,f,p,g):"",is:(f="")=>f?`is-${f}`:""}}function Be(e){const t=`ll-${e}`;return O3(t)}const Wu=e=>e,Ie=e=>(e.install=function(t){t.component(e.name,e)},e);function R3(e){if(!e&&e!==0)return"";const t=+e;if(Number.isNaN(t)||t<0)return"";const o=["\u96F6","\u58F9","\u8D30","\u53C1","\u8086","\u4F0D","\u9646","\u67D2","\u634C","\u7396"],n=["","\u62FE","\u4F70","\u4EDF"],u=["","\u4E07","\u4EBF","\u5146"],d=["\u89D2","\u5206","\u5398","\u6BEB"],[a,s]=t.toString().split(".");if(a&&a.length>15)return"\u6570\u5B57\u8F83\u5927\u6EA2\u51FA";let l="";if(a)for(let f=0,p=a.length;f<p;f++){const g=a.charAt(f),k=p-f-1;if(g==="0"){if(f===p-1){a.length===1&&(l+="\u96F6");break}if(a.charAt(f+1)==="0")continue}l+=o[g],parseInt(g)&&(l+=n[k%4]),k%4===0&&(l+=u[Math.floor(k/4)])}if(l+="\u5143",parseInt(s))for(let f=0;f<4;f++){const p=s.charAt(f);parseInt(p)&&(l+=o[p]+d[f])}else l+="\u6574";return l}function pc(e){if(e===0)return"0";if(!e)return"";const t=e.toString().split(".");return t[0]=t[0].replace(/\B(?=(\d{3})+(?!\d))/g,","),t.join(".")}const kc=Te({filterColumns:{type:pe(Array),default:()=>[]},value:{type:Object,default:()=>({})},formOptions:{type:pe(Object),default:()=>({layout:"vertical"})},overlayStyle:{type:pe(Object),default:()=>({width:"500px"})}}),bk=Te({filterColumns:{type:pe(Array),default:()=>[]},value:{type:Object,default:()=>({})},formOptions:{type:pe(Object),default:()=>({layout:"vertical"})},showFooter:{type:Boolean,default:!1}}),hk={change:e=>!!e,"update:value":e=>!!e},vk={close:()=>!0,confirm:()=>!0},Fk={change:e=>!!e,"update:value":e=>!!e},M3=H("p",null,"\u6682\u65E0\u6570\u636E",-1),L3=[M3];var $3=me({name:"LlAdvancedFilteringParams",__name:"advanced-filtering-params",props:bk,emits:vk,setup(e,{emit:t}){const o=e,n=t,u=Be("advanced-filtering-params"),d=le(0),a=()=>{n("close")},s=()=>{n("confirm")};return We(()=>o.value,()=>{d.value++}),(l,f)=>{const p=G("ll-icon"),g=G("ll-button"),k=G("a-card");return j(),re(k,{title:"\u9AD8\u7EA7\u7B5B\u9009",class:I(v(u).b()),onselectstart:"return false",bordered:!1},{extra:S(()=>[A(p,{"icon-name":"icon-close2",color:"#909399",style:{cursor:"pointer"},onClick:a})]),default:S(()=>[H("div",{class:I(v(u).m("content"))},[o.filterColumns.length>0?(j(),re(v(qc),{key:d.value,"form-columns":o.filterColumns,"form-options":o.formOptions,"form-data":o.value},null,8,["form-columns","form-options","form-data"])):(j(),ne("div",{key:1,class:I(v(u).m("empty"))},L3,2))],2),o.showFooter?(j(),ne("div",{key:0,class:I(v(u).m("footer"))},[A(g,{type:"primary",style:{"margin-right":"8px"},onClick:s},{default:S(()=>[Ce(" \u786E\u5B9A ")]),_:1}),A(g,{onClick:a},{default:S(()=>[Ce("\u53D6\u6D88")]),_:1})],2)):de("v-if",!0)]),_:1},8,["class"])}}}),ye=(e,t)=>{const o=e.__vccOpts||e;for(const[n,u]of t)o[n]=u;return o},Bk=ye($3,[["__file","advanced-filtering-params.vue"]]),Gn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Vu(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function N3(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var o=function n(){return this instanceof n?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};o.prototype=t.prototype}else o={};return Object.defineProperty(o,"__esModule",{value:!0}),Object.keys(e).forEach(function(n){var u=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(o,n,u.get?u:{enumerable:!0,get:function(){return e[n]}})}),o}var Ck={exports:{}};(function(e,t){(function(o,n){e.exports=n()})(Gn,function(){var o=1e3,n=6e4,u=36e5,d="millisecond",a="second",s="minute",l="hour",f="day",p="week",g="month",k="quarter",y="year",b="date",D="Invalid Date",E=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,w=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,B={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function($){var Q=["th","st","nd","rd"],V=$%100;return"["+$+(Q[(V-20)%10]||Q[V]||Q[0])+"]"}},L=function($,Q,V){var te=String($);return!te||te.length>=Q?$:""+Array(Q+1-te.length).join(V)+$},R={s:L,z:function($){var Q=-$.utcOffset(),V=Math.abs(Q),te=Math.floor(V/60),ie=V%60;return(Q<=0?"+":"-")+L(te,2,"0")+":"+L(ie,2,"0")},m:function $(Q,V){if(Q.date()<V.date())return-$(V,Q);var te=12*(V.year()-Q.year())+(V.month()-Q.month()),ie=Q.clone().add(te,g),ke=V-ie<0,Fe=Q.clone().add(te+(ke?-1:1),g);return+(-(te+(V-ie)/(ke?ie-Fe:Fe-ie))||0)},a:function($){return $<0?Math.ceil($)||0:Math.floor($)},p:function($){return{M:g,y,w:p,d:f,D:b,h:l,m:s,s:a,ms:d,Q:k}[$]||String($||"").toLowerCase().replace(/s$/,"")},u:function($){return $===void 0}},U="en",P={};P[U]=B;var J="$isDayjsObject",Z=function($){return $ instanceof ge||!(!$||!$[J])},O=function $(Q,V,te){var ie;if(!Q)return U;if(typeof Q=="string"){var ke=Q.toLowerCase();P[ke]&&(ie=ke),V&&(P[ke]=V,ie=ke);var Fe=Q.split("-");if(!ie&&Fe.length>1)return $(Fe[0])}else{var Se=Q.name;P[Se]=Q,ie=Se}return!te&&ie&&(U=ie),ie||!te&&U},T=function($,Q){if(Z($))return $.clone();var V=typeof Q=="object"?Q:{};return V.date=$,V.args=arguments,new ge(V)},W=R;W.l=O,W.i=Z,W.w=function($,Q){return T($,{locale:Q.$L,utc:Q.$u,x:Q.$x,$offset:Q.$offset})};var ge=function(){function $(V){this.$L=O(V.locale,null,!0),this.parse(V),this.$x=this.$x||V.x||{},this[J]=!0}var Q=$.prototype;return Q.parse=function(V){this.$d=function(te){var ie=te.date,ke=te.utc;if(ie===null)return new Date(NaN);if(W.u(ie))return new Date;if(ie instanceof Date)return new Date(ie);if(typeof ie=="string"&&!/Z$/i.test(ie)){var Fe=ie.match(E);if(Fe){var Se=Fe[2]-1||0,Ge=(Fe[7]||"0").substring(0,3);return ke?new Date(Date.UTC(Fe[1],Se,Fe[3]||1,Fe[4]||0,Fe[5]||0,Fe[6]||0,Ge)):new Date(Fe[1],Se,Fe[3]||1,Fe[4]||0,Fe[5]||0,Fe[6]||0,Ge)}}return new Date(ie)}(V),this.init()},Q.init=function(){var V=this.$d;this.$y=V.getFullYear(),this.$M=V.getMonth(),this.$D=V.getDate(),this.$W=V.getDay(),this.$H=V.getHours(),this.$m=V.getMinutes(),this.$s=V.getSeconds(),this.$ms=V.getMilliseconds()},Q.$utils=function(){return W},Q.isValid=function(){return this.$d.toString()!==D},Q.isSame=function(V,te){var ie=T(V);return this.startOf(te)<=ie&&ie<=this.endOf(te)},Q.isAfter=function(V,te){return T(V)<this.startOf(te)},Q.isBefore=function(V,te){return this.endOf(te)<T(V)},Q.$g=function(V,te,ie){return W.u(V)?this[te]:this.set(ie,V)},Q.unix=function(){return Math.floor(this.valueOf()/1e3)},Q.valueOf=function(){return this.$d.getTime()},Q.startOf=function(V,te){var ie=this,ke=!!W.u(te)||te,Fe=W.p(V),Se=function(Ct,xt){var Zt=W.w(ie.$u?Date.UTC(ie.$y,xt,Ct):new Date(ie.$y,xt,Ct),ie);return ke?Zt:Zt.endOf(f)},Ge=function(Ct,xt){return W.w(ie.toDate()[Ct].apply(ie.toDate("s"),(ke?[0,0,0,0]:[23,59,59,999]).slice(xt)),ie)},rt=this.$W,ct=this.$M,nt=this.$D,ft="set"+(this.$u?"UTC":"");switch(Fe){case y:return ke?Se(1,0):Se(31,11);case g:return ke?Se(1,ct):Se(0,ct+1);case p:var ht=this.$locale().weekStart||0,Ot=(rt<ht?rt+7:rt)-ht;return Se(ke?nt-Ot:nt+(6-Ot),ct);case f:case b:return Ge(ft+"Hours",0);case l:return Ge(ft+"Minutes",1);case s:return Ge(ft+"Seconds",2);case a:return Ge(ft+"Milliseconds",3);default:return this.clone()}},Q.endOf=function(V){return this.startOf(V,!1)},Q.$set=function(V,te){var ie,ke=W.p(V),Fe="set"+(this.$u?"UTC":""),Se=(ie={},ie[f]=Fe+"Date",ie[b]=Fe+"Date",ie[g]=Fe+"Month",ie[y]=Fe+"FullYear",ie[l]=Fe+"Hours",ie[s]=Fe+"Minutes",ie[a]=Fe+"Seconds",ie[d]=Fe+"Milliseconds",ie)[ke],Ge=ke===f?this.$D+(te-this.$W):te;if(ke===g||ke===y){var rt=this.clone().set(b,1);rt.$d[Se](Ge),rt.init(),this.$d=rt.set(b,Math.min(this.$D,rt.daysInMonth())).$d}else Se&&this.$d[Se](Ge);return this.init(),this},Q.set=function(V,te){return this.clone().$set(V,te)},Q.get=function(V){return this[W.p(V)]()},Q.add=function(V,te){var ie,ke=this;V=Number(V);var Fe=W.p(te),Se=function(ct){var nt=T(ke);return W.w(nt.date(nt.date()+Math.round(ct*V)),ke)};if(Fe===g)return this.set(g,this.$M+V);if(Fe===y)return this.set(y,this.$y+V);if(Fe===f)return Se(1);if(Fe===p)return Se(7);var Ge=(ie={},ie[s]=n,ie[l]=u,ie[a]=o,ie)[Fe]||1,rt=this.$d.getTime()+V*Ge;return W.w(rt,this)},Q.subtract=function(V,te){return this.add(-1*V,te)},Q.format=function(V){var te=this,ie=this.$locale();if(!this.isValid())return ie.invalidDate||D;var ke=V||"YYYY-MM-DDTHH:mm:ssZ",Fe=W.z(this),Se=this.$H,Ge=this.$m,rt=this.$M,ct=ie.weekdays,nt=ie.months,ft=ie.meridiem,ht=function(xt,Zt,oo,Rt){return xt&&(xt[Zt]||xt(te,ke))||oo[Zt].slice(0,Rt)},Ot=function(xt){return W.s(Se%12||12,xt,"0")},Ct=ft||function(xt,Zt,oo){var Rt=xt<12?"AM":"PM";return oo?Rt.toLowerCase():Rt};return ke.replace(w,function(xt,Zt){return Zt||function(oo){switch(oo){case"YY":return String(te.$y).slice(-2);case"YYYY":return W.s(te.$y,4,"0");case"M":return rt+1;case"MM":return W.s(rt+1,2,"0");case"MMM":return ht(ie.monthsShort,rt,nt,3);case"MMMM":return ht(nt,rt);case"D":return te.$D;case"DD":return W.s(te.$D,2,"0");case"d":return String(te.$W);case"dd":return ht(ie.weekdaysMin,te.$W,ct,2);case"ddd":return ht(ie.weekdaysShort,te.$W,ct,3);case"dddd":return ct[te.$W];case"H":return String(Se);case"HH":return W.s(Se,2,"0");case"h":return Ot(1);case"hh":return Ot(2);case"a":return Ct(Se,Ge,!0);case"A":return Ct(Se,Ge,!1);case"m":return String(Ge);case"mm":return W.s(Ge,2,"0");case"s":return String(te.$s);case"ss":return W.s(te.$s,2,"0");case"SSS":return W.s(te.$ms,3,"0");case"Z":return Fe}return null}(xt)||Fe.replace(":","")})},Q.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},Q.diff=function(V,te,ie){var ke,Fe=this,Se=W.p(te),Ge=T(V),rt=(Ge.utcOffset()-this.utcOffset())*n,ct=this-Ge,nt=function(){return W.m(Fe,Ge)};switch(Se){case y:ke=nt()/12;break;case g:ke=nt();break;case k:ke=nt()/3;break;case p:ke=(ct-rt)/6048e5;break;case f:ke=(ct-rt)/864e5;break;case l:ke=ct/u;break;case s:ke=ct/n;break;case a:ke=ct/o;break;default:ke=ct}return ie?ke:W.a(ke)},Q.daysInMonth=function(){return this.endOf(g).$D},Q.$locale=function(){return P[this.$L]},Q.locale=function(V,te){if(!V)return this.$L;var ie=this.clone(),ke=O(V,te,!0);return ke&&(ie.$L=ke),ie},Q.clone=function(){return W.w(this.$d,this)},Q.toDate=function(){return new Date(this.valueOf())},Q.toJSON=function(){return this.isValid()?this.toISOString():null},Q.toISOString=function(){return this.$d.toISOString()},Q.toString=function(){return this.$d.toUTCString()},$}(),X=ge.prototype;return T.prototype=X,[["$ms",d],["$s",a],["$m",s],["$H",l],["$W",f],["$M",g],["$y",y],["$D",b]].forEach(function($){X[$[1]]=function(Q){return this.$g(Q,$[0],$[1])}}),T.extend=function($,Q){return $.$i||($(Q,ge,T),$.$i=!0),T},T.locale=O,T.isDayjs=Z,T.unix=function($){return T(1e3*$)},T.en=P[U],T.Ls=P,T.p={},T})})(Ck);var H3=Ck.exports,Ur=Vu(H3);const P3=H("p",null,"\u7B5B\u9009\u7ED3\u679C\uFF1A",-1),_3=["onClick"],W3=H("span",null,"\u6682\u65E0\u6570\u636E",-1),V3=[W3];var G3=me({name:"LlAdvancedFilteringTags",__name:"advanced-filtering-tags",props:kc,emits:Fk,setup(e,{emit:t}){const o=e,n=t,u=Be("advanced-filtering-tags"),d=le([]),a=(g=null)=>{const k={};g?d.value=d.value.filter(y=>y.key!==g.key):d.value=[],d.value.map(y=>{k[y.key]=y.value}),s(k)},s=g=>{n("update:value",g),n("change",g)},l=(g=[],k)=>{let y=[];return g?(y=g.map(b=>{const D={};return D.label=b[k.label],D.value=b[k.value],b[k.children]&&b[k.children].length&&(D.children=l(b[k.children],k)),D}),y):[]},f=(g,k)=>{function y(b){const D=[];if(!b)return[];for(const E of b)if(E.value===k&&D.push(E.label),E.children&&E.children.length>0){const w=y(E.children);w&&D.push(...w)}return D.length>0?D:[]}return y(g).join(",")},p=(g,k)=>{const y=[];return g.map(b=>{if(!gc(k[b.key])){let D="";if(b?.options){let E=[];if(b.fieldNames?E=l(E,b.fieldNames):E=b.options,Array.isArray(k[b.key])){let w=[];w=k[b.key].map(B=>f(E,B)),D=w.join(",")}else D=f(E,k[b.key])}else D=k[b.key];b.type==="date-picker"&&(D=Ur(k[b.key]).format(b?.format??"YYYY-MM-DD")),b.type==="time-picker"&&(D=Ur(k[b.key]).format(b?.format??"YYYY/MM/DD hh:mm:ss")),b.type==="date-range"&&(D=`${Ur(k[b.key][0]).format(b?.format??"YYYY-MM-DD")}-${Ur(k[b.key][1]).format(b?.format??"YYYY-MM-DD")}`),b.type==="number-range"&&(D=`${k[b.key][0]}${k[b.key][1]?`-${k[b.key][1]}`:""}`),b.type==="time-picker"&&(D=`${Ur(k[b.key][0]).format(b?.format??"YYYY/MM/DD HH:mm:ss")}-${Ur(k[b.key][1]).format(b?.format??"YYYY/MM/DD HH:mm:ss")}`),y.push({label:b.label||"",key:b.key,value:k[b.key],showValue:D})}}),y};return zs(()=>{d.value=p(o.filterColumns,o.value)}),(g,k)=>{const y=G("ll-icon");return j(),ne("div",{class:I(v(u).b())},[H("div",{class:I(v(u).m("title"))},[P3,H("a",{onClick:k[0]||(k[0]=b=>a(null))},"\u6E05\u9664\u7B5B\u9009\u7ED3\u679C")],2),d.value.length>0?(j(),ne("div",{key:0,class:I(v(u).m("box"))},[(j(!0),ne(He,null,Re(d.value,b=>(j(),ne("div",{key:b.key,class:I(v(u).m("tag"))},[H("span",{class:I(v(u).m("label"))},ot(b.label)+":",3),H("span",{class:I(v(u).m("value"))},ot(b.showValue),3),H("span",{class:I(v(u).m("close")),onClick:D=>a(b)},[A(y,{"icon-name":"icon-close2",color:"#909399","class-name":v(u).m("icon")},null,8,["class-name"])],10,_3)],2))),128))],2)):(j(),ne("div",{key:1,class:I(v(u).m("empty"))},V3,2))],2)}}}),Dk=ye(G3,[["__file","advanced-filtering-tags.vue"]]);const U3=H("span",null,"\u9AD8\u7EA7\u7B5B\u9009",-1);var z3=me({name:"LlAdvancedFiltering",__name:"advanced-filtering",props:kc,emits:hk,setup(e,{emit:t}){const o=e,n=t,u=Be("advanced-filtering"),d=le(o.value),a=le(!1),s=le(!1),l=k=>{a.value||(s.value=k)},f=()=>{a.value=!a.value,s.value=!1},p=()=>{a.value=!1,s.value=!1},g=k=>{d.value=k};return We(d,k=>{n("update:value",k),n("change",k)},{deep:!0}),(k,y)=>{const b=G("a-popover");return j(),re(b,{"overlay-class-name":v(u).b(),placement:"bottomRight","overlay-style":o.overlayStyle,open:a.value},{content:S(()=>[A(Bk,{value:d.value,"onUpdate:value":y[0]||(y[0]=D=>d.value=D),"filter-columns":o.filterColumns,"form-options":o.formOptions,onClose:p},null,8,["value","filter-columns","form-options"])]),default:S(()=>[A(b,{"overlay-class-name":v(u).b(),trigger:"hover",placement:"bottomRight",open:s.value,"overlay-style":o.overlayStyle,onOpenChange:l},{content:S(()=>[A(Dk,{value:d.value,"filter-columns":o.filterColumns,onChange:g},null,8,["value","filter-columns"])]),default:S(()=>[A(v(fi),{onClick:ju(f,["stop"])},{default:S(()=>[A(v(Qn),{"icon-name":"icon-Screening",style:{"margin-right":"10px"}}),U3]),_:1})]),_:1},8,["overlay-class-name","open","overlay-style"])]),_:1},8,["overlay-class-name","overlay-style","open"])}}}),Y3=ye(z3,[["__file","advanced-filtering.vue"]]);const Ek=Ie(Y3),wk=Ie(Bk),Sk=Ie(Dk),Ak="GET",mc=[{key:"params",name:"\u8BF7\u6C42\u53C2\u6570"},{key:"body",name:"\u8BF7\u6C42\u62A5\u6587\u4F53"},{key:"headers",name:"\u8BF7\u6C42\u5934"}],xk=[{key:"none",name:"none"},{key:"form-data",name:"form-data"},{key:"x-www-form-urlencoded",name:"x-www-form-urlencoded"},{key:"json",name:"json"},{key:"xml",name:"xml"},{key:"raw",name:"raw"}],yc=Te({url:{type:String,default:""},method:{type:pe(String),default:Ak},requestParams:{type:pe(Array),default:()=>[]},headerParams:{type:pe(Array),default:()=>[]},bodyParams:{type:Object,default:()=>({none:null,"form-data":[],json:[],xml:[],raw:"","x-www-form-urlencoded":[]})}}),jk={change:e=>!!e},Tk=Te({type:{type:pe(String),default:"textarea"},open:{type:Boolean,default:!1},value:{type:String,default:""}}),Ik={"update:open":e=>!!e,"update:value":e=>!!e,ok:e=>!!e},Ok=[{label:"GET",value:"GET"},{label:"POST",value:"POST"},{label:"PUT",value:"PUT"},{label:"DELETE",value:"DELETE"}],Rk={"update:url":e=>!!e,"update:method":e=>!!e},Mk=[{value:"comma",payload:{title:"\u9017\u53F7\u6A21\u5F0F"}},{value:"colon",payload:{title:"\u5192\u53F7\u6A21\u5F0F"}}],Lk=Te({value:{type:String,default:""}}),$k={"update:value":e=>!!e},Nk=Te({value:{type:String,default:""},type:{type:pe(String),default:"textarea"}}),Hk={"update:value":e=>!!e},q3=[{title:"\u5B57\u6BB5\u540D",key:"name",dataIndex:"name",span:6},{title:"\u7C7B\u578B",key:"type",dataIndex:"type",span:4},{title:"Mock",key:"mock",dataIndex:"mock",span:4},{title:"\u4E2D\u6587\u540D",key:"chineseName",dataIndex:"chineseName",span:4},{title:"\u8BF4\u660E",key:"description",dataIndex:"description",span:6}],Pk=[{value:"json",payload:{title:"\u53C2\u6570\u503C"}},{value:"data",payload:{title:"\u6570\u636E\u7ED3\u6784"}}],_k="data",Wk=[{label:"\u4EC5\u751F\u6210\u5B57\u6BB5\u540D"},{label:"\u4F18\u5148\u4F7F\u7528\u5B57\u6BB5\u9ED8\u8BA4\u503C"},{label:"\u4F18\u5148\u4F7F\u7528\u5B57\u6BB5\u793A\u4F8B\u503C"}],Vk=[{label:"string",value:"string"},{label:"interger",value:"interger"},{label:"boolean",value:"boolean"},{label:"array",value:"array"},{label:"object",value:"object"},{label:"number",value:"number"},{label:"null",value:"null"},{label:"any",value:"any"},{label:"\u81EA\u5B9A\u4E49",value:"other"}],Gk=Te({value:{type:Object,default:()=>{}}}),Uk={"update:value":e=>!!e},zk=Te({dataSource:{type:pe(Array),default:()=>[]}}),Yk={change:e=>!!e},qk=Te({data:{type:pe(Object),default:()=>{}},parentData:{type:pe(Object),default:()=>null},layer:{type:Number,default:0},treeKey:{type:String,default:""}}),Zk={change:()=>!0},Z3=[{label:"string",value:"string"},{label:"integer",value:"integer"},{label:"boolean",value:"boolean"},{label:"number",value:"number"},{label:"array",value:"array"}],Kk=Te({dataSource:{type:pe(Array),default:()=>[]},columns:{type:pe(Array),default:()=>[]},options:{type:pe(Array),default:()=>[]}}),Jk=Te({columns:{type:pe(Array),default:()=>[]},dataSource:{type:pe(Array),default:()=>[]},data:{type:pe(Object),default:()=>({})},options:{type:pe(Array),default:()=>[]}}),K3={add:e=>!!e},bc=[{key:"required",dataIndex:"required",span:1},{title:"\u53C2\u6570\u540D",key:"name",dataIndex:"name",span:5},{title:"\u53C2\u6570\u503C",key:"value",dataIndex:"value",span:6},{title:"\u7C7B\u578B",key:"type",dataIndex:"type",span:3},{title:"\u56FA\u5B9A\u53C2\u6570\u503C",key:"static",dataIndex:"static",span:2},{title:"\u8BF4\u660E",key:"description",dataIndex:"description",span:6}],Xk=[{key:"required",dataIndex:"required",span:1},{title:"\u53C2\u6570\u540D",key:"name",dataIndex:"name",span:6},{title:"\u53C2\u6570\u503C",key:"value",dataIndex:"value",span:6},{title:"\u7C7B\u578B",key:"type",dataIndex:"type",span:4},{title:"\u8BF4\u660E",key:"description",dataIndex:"description",span:6}],Qk=[{key:"required",dataIndex:"required",span:1},{title:"\u53C2\u6570\u540D",key:"name",dataIndex:"name",span:6},{title:"\u53C2\u6570\u503C",key:"value",dataIndex:"value",span:4},{title:"\u7C7B\u578B",key:"type",dataIndex:"type",span:3},{title:"Content-Type",key:"contentType",dataIndex:"contentType",span:3},{title:"\u8BF4\u660E",key:"description",dataIndex:"description",span:6}];var J3=me({__name:"api-url",props:yc,emits:Rk,setup(e,{emit:t}){const o=e,n=t,u=le(o.method),d=le(o.url);return We(u,a=>{n("update:method",a)}),We(d,a=>{n("update:url",a)}),(a,s)=>{const l=G("ll-select"),f=G("ll-input"),p=G("a-input-group");return j(),re(p,{compact:""},{default:S(()=>[A(l,{value:u.value,"onUpdate:value":s[0]||(s[0]=g=>u.value=g),options:v(Ok),style:{width:"150px"}},null,8,["value","options"]),A(f,{value:d.value,"onUpdate:value":s[1]||(s[1]=g=>d.value=g),style:{width:"50%"},placeholder:"\u8BF7\u8F93\u5165\u5730\u5740\uFF08\u53BB\u9664\u524D\u7F6EURL)"},null,8,["value"])]),_:1})}}}),X3=ye(J3,[["__file","api-url.vue"]]);const Q3=H("a",{href:"javascript:;"},"\u300A\u6807\u51C6 CSV \u89C4\u8303\u300B",-1);var eE=me({name:"LlBatchEditing",__name:"batch-editing",props:Lk,emits:$k,setup(e,{emit:t}){const o=e,n=t,u=Be("batch-editing"),d=le("comma"),a=Je(()=>d.value==="comma"?"\u683C\u5F0F: \u542F\u7528,\u53C2\u6570\u540D,\u53C2\u6570\u503C,\u7C7B\u578B,\u5FC5\u9700\u5907\u4EFD":"\u683C\u5F0F\uFF1A\u53C2\u6570\u540D\uFF1A\u53C2\u6570\u503C"),s=le(o.value);return We(s,()=>{n("update:value",s.value)}),(l,f)=>{const p=G("ll-segmented"),g=G("ll-textarea");return j(),ne("div",{class:I(v(u).b())},[A(p,{value:d.value,"onUpdate:value":f[0]||(f[0]=k=>d.value=k),options:v(Mk)},{label:S(({payload:k})=>[H("div",null,ot(k.title),1)]),_:1},8,["value","options"]),H("div",{class:I(v(u).e("textarea"))},[A(g,{value:s.value,"onUpdate:value":f[1]||(f[1]=k=>s.value=k),placeholder:a.value,autosize:{minRows:10},bordered:!1},null,8,["value","placeholder"]),d.value==="comma"?(j(),ne("p",{key:0,class:I(v(u).e("textarea-tip"))},[Ce(" \u6570\u636E\u683C\u5F0F\u9075\u5FAA "),Q3,Ce(" \u5B57\u6BB5\u4E4B\u95F4\u4EE5\u82F1\u6587\u9017\u53F7( , )\u5206\u9694\uFF0C\u591A\u6761\u8BB0\u5F55\u4EE5\u6362\u884C\u5206\u9694 ")],2)):de("v-if",!0)],2)],2)}}}),tE=ye(eE,[["__file","batch-editing.vue"]]),oE=me({name:"LlApiModal",__name:"api-modal",props:Tk,emits:Ik,setup(e,{emit:t}){const o=e,n=t,u=le(o.value),d=()=>{n("update:open",!1)},a=()=>{n("update:open",!1),n("ok",u.value)};return We(u,s=>{n("update:value",s)}),(s,l)=>{const f=G("ll-code-editor"),p=G("ll-textarea"),g=G("ll-modal");return j(),re(g,{open:o.open,title:"\u7F16\u8F91",width:"1200px",onOk:a,onCancel:d},{default:S(()=>[o.type==="code"?(j(),re(f,{key:0,value:u.value,"onUpdate:value":l[0]||(l[0]=k=>u.value=k),language:"json",options:{minimap:{enabled:!1}}},null,8,["value"])):de("v-if",!0),o.type==="textarea"?(j(),re(p,{key:1,value:u.value,"onUpdate:value":l[1]||(l[1]=k=>u.value=k),autosize:{minRows:15}},null,8,["value"])):de("v-if",!0),o.type==="batch"?(j(),re(tE,{key:2,value:u.value,"onUpdate:value":l[2]||(l[2]=k=>u.value=k)},null,8,["value"])):de("v-if",!0)]),_:1},8,["open"])}}}),rE=ye(oE,[["__file","api-modal.vue"]]);const nE=["disabled"];var aE=me({name:"LlClickInput",__name:"click-input",props:Nk,emits:Hk,setup(e,{emit:t}){const o=Be("api-component"),n=e,u=t,d=ut(),a=le(n.value),s=le(!1),l=Je(()=>Gr({...d},["value"])),f=()=>{d.disabled||(s.value=!0)};return We(a,p=>{u("update:value",p)}),(p,g)=>{const k=G("ll-icon"),y=G("ll-input");return j(),ne("div",null,[A(y,ee({value:a.value,"onUpdate:value":g[0]||(g[0]=b=>a.value=b)},l.value,{class:v(o).m("click-input")}),{suffix:S(()=>[H("a",{href:"javascript:;",disabled:v(d).disabled,onClick:f},[A(k,{style:{"font-size":"16px"},"icon-name":"icon-amplify2"})],8,nE)]),_:1},16,["value","class"]),A(rE,{value:a.value,"onUpdate:value":g[1]||(g[1]=b=>a.value=b),open:s.value,"onUpdate:open":g[2]||(g[2]=b=>s.value=b),type:n.type},null,8,["value","open","type"])])}}}),hc=ye(aE,[["__file","click-input.vue"]]),iE=me({name:"LlJsonXmlTableRow",__name:"json-xml-table-row",props:qk,emits:Zk,setup(e,{emit:t}){const o=Be("json-xml"),n=e,u=t,d=le(n.data),a=le(n.parentData),s=le(!0),l=le(""),f=(w,B)=>[{label:"\u6DFB\u52A0\u5B50\u8282\u70B9",type:"child",parentData:w,innerData:B},{label:"\u6DFB\u52A0\u76F8\u90BB\u8282\u70B9",type:"next",parentData:w,innerData:B}],p=(w,B)=>{if(!w||w.type==="array"&&B.type==="object")return"child";if(w.type==="object"&&B.type!=="object")return"next"},g=()=>{d.value.type==="object"||d.value.type==="array"?(d.value.children=[],d.value.type==="array"&&(d.value.children[0]={key:n.treeKey+"-1",name:"ITEMS",type:"string",value:"",chineseName:"",description:"",mock:""})):delete d.value.children},k=(w,B)=>{const L=w.children.findIndex(R=>R.key===B.key);w.children.splice(L,1)},y=()=>{d.value.children=[],d.value.children[0]={key:n.treeKey+"-1",name:l.value,type:"string",value:"",chineseName:"",description:"",mock:""},l.value=""},b=(w,B,L)=>{w==="next"?B.children.push({key:`${B.children.length+1}`,name:"",type:"string",value:"",chineseName:"",description:"",mock:""}):L.children.push({key:n.treeKey+`${L.children.length+1}`,name:"",type:"string",value:"",chineseName:"",description:"",mock:""})},D=w=>{const{type:B,parentData:L,innerData:R}=w;b(B,L,R)},E=()=>{u("change")};return We(d,()=>{u("change")},{deep:!0}),(w,B)=>{const L=G("ll-icon"),R=G("ll-input"),U=G("a-col"),P=G("ll-select"),J=G("ll-tooltip"),Z=G("ll-dropdown"),O=G("a-popconfirm"),T=G("a-row");return j(),ne(He,null,[A(T,{gutter:20,class:I(v(o).e("table-row"))},{default:S(()=>[A(U,{style:{display:"flex"},span:7,class:I(v(o).e("table-col"))},{default:S(()=>[H("p",{style:Lr({width:10*n.layer+"px"})},null,4),H("div",{style:{"margin-right":"30px"},class:I(v(o).m("table-row-icon"))},[d.value.type==="object"||d.value.type==="array"?(j(),ne("span",{key:0,style:{width:"10px"},onClick:B[0]||(B[0]=W=>s.value=!s.value)},[s.value?(j(),re(L,{key:1,style:{"font-size":"14px"},"icon-name":"icon-list-retract"})):(j(),re(L,{key:0,style:{"font-size":"14px"},"icon-name":"icon-list-expand"}))])):de("v-if",!0)],2),n.parentData?(j(),ne(He,{key:1},[n.parentData.type==="array"?(j(),ne("div",{key:0,class:I(v(o).m("table-row-tag"))}," ITEMS ",2)):de("v-if",!0),n.parentData.type==="object"?(j(),re(R,{key:1,value:d.value.name,"onUpdate:value":B[1]||(B[1]=W=>d.value.name=W),placeholder:"\u6DFB\u52A0\u5B57\u6BB5\u540D",bordered:!1},null,8,["value"])):de("v-if",!0)],64)):(j(),ne("div",{key:0,class:I(v(o).m("table-row-tag"))},"\u6839\u8282\u70B9",2))]),_:1},8,["class"]),A(U,{span:3,class:I(v(o).e("table-col"))},{default:S(()=>[A(P,{value:d.value.type,"onUpdate:value":B[2]||(B[2]=W=>d.value.type=W),options:v(Vk),style:{width:"100%"},onChange:g},null,8,["value","options"])]),_:1},8,["class"]),A(U,{span:4,class:I(v(o).e("table-col"))},{default:S(()=>[A(hc,{value:d.value.mock,"onUpdate:value":B[3]||(B[3]=W=>d.value.mock=W),placeholder:"Mock",disabled:d.value.type==="object",style:{width:"100%"}},null,8,["value","disabled"])]),_:1},8,["class"]),A(U,{span:4,class:I(v(o).e("table-col"))},{default:S(()=>[A(R,{value:d.value.chineseName,"onUpdate:value":B[4]||(B[4]=W=>d.value.chineseName=W),placeholder:"\u4E2D\u6587\u540D",style:{width:"100%"}},null,8,["value"])]),_:1},8,["class"]),A(U,{span:4,class:I(v(o).e("table-col"))},{default:S(()=>[A(hc,{value:d.value.description,"onUpdate:value":B[5]||(B[5]=W=>d.value.description=W),placeholder:"\u8BF4\u660E",style:{width:"100%"}},null,8,["value"])]),_:1},8,["class"]),A(U,{span:2},{default:S(()=>[H("div",{class:I(v(o).e("table-operation"))},[n.parentData&&n.parentData.type==="object"&&d.value.type!=="object"||!n.parentData&&d.value.type==="object"?(j(),re(J,{key:0,tip:p(a.value,d.value)==="child"?"\u6DFB\u52A0\u5B50\u8282\u70B9":"\u6DFB\u52A0\u76F8\u90BB\u8282\u70B9"},{default:S(()=>[H("a",{href:"javascript:;",class:I(v(o).m("table-icon")),onClick:B[6]||(B[6]=W=>b(p(a.value,d.value),n.parentData,d.value))},[A(L,{"icon-name":"icon-list-add"})],2)]),_:1},8,["tip"])):de("v-if",!0),A(Z,{"dropdown-items":f(n.parentData,d.value),placement:"bottomRight",onClaimSelected:D},{default:S(()=>[n.parentData&&n.parentData.type==="object"&&d.value.type==="object"?(j(),ne("a",{key:0,class:I(v(o).m("table-icon")),href:"javascript:;"},[A(L,{"icon-name":"icon-list-add"})],2)):de("v-if",!0)]),_:1},8,["dropdown-items"]),n.parentData&&n.parentData.type!=="array"?(j(),re(O,{key:1,title:"\u4F60\u786E\u5B9A\u8981\u79FB\u9664\u5417\uFF1F","ok-text":"\u786E\u8BA4","cancel-text":"\u53D6\u6D88",placement:"topRight","overlay-class-name":v(o).e("popconfirm"),onConfirm:B[7]||(B[7]=W=>k(n.parentData,d.value))},{default:S(()=>[H("a",{href:"javascript:;",class:I(v(o).m("table-icon"))},[A(L,{"icon-name":"icon-remove"})],2)]),_:1},8,["overlay-class-name"])):de("v-if",!0)],2)]),_:1})]),_:1},8,["class"]),s.value?(j(),ne(He,{key:0},[d.value.type==="object"&&d.value.children&&d.value.children.length===0?(j(),re(T,{key:0,gutter:20,class:I(v(o).e("table-row"))},{default:S(()=>[A(U,{style:{display:"flex"},span:7,class:I(v(o).e("table-col"))},{default:S(()=>[H("p",{style:Lr({width:10*n.layer+"px"})},null,4),H("div",{style:{"margin-right":"30px"},class:I(v(o).m("table-row-icon"))},null,2),A(R,{value:l.value,"onUpdate:value":B[8]||(B[8]=W=>l.value=W),placeholder:"\u6DFB\u52A0\u5B57\u6BB5\u540D",bordered:!1,onInput:y},null,8,["value"])]),_:1},8,["class"])]),_:1},8,["class"])):de("v-if",!0),d.value.children&&d.value.children.length>0?(j(!0),ne(He,{key:1},Re(d.value.children,(W,ge)=>(j(),re(em,{key:ge,"parent-data":d.value,data:W,layer:n.layer+1,"tree-key":n.treeKey+"-"+(ge+1),onChange:E},null,8,["parent-data","data","layer","tree-key"]))),128)):de("v-if",!0)],64)):de("v-if",!0)],64)}}}),em=ye(iE,[["__file","json-xml-table-row.vue"]]),uE=me({name:"LlJsonXmlTable",__name:"json-xml-table",props:zk,emits:Yk,setup(e,{emit:t}){const o=Be("json-xml"),n=e,u=t,d=a=>{u("change",a)};return(a,s)=>{const l=G("a-col"),f=G("a-row");return j(),ne("div",{class:I(v(o).e("table"))},[A(f,{class:I(v(o).m("table-header")),gutter:20},{default:S(()=>[A(l,{span:7,style:{"padding-left":"60px"}},{default:S(()=>[Ce(" \u540D\u79F0 ")]),_:1}),A(l,{span:3},{default:S(()=>[Ce(" \u7C7B\u578B ")]),_:1}),A(l,{span:4},{default:S(()=>[Ce(" Mock ")]),_:1}),A(l,{span:4},{default:S(()=>[Ce(" \u4E2D\u6587\u540D ")]),_:1}),A(l,{span:4},{default:S(()=>[Ce(" \u8BF4\u660E ")]),_:1}),A(l,{span:2},{default:S(()=>[Ce(" \u64CD\u4F5C ")]),_:1})]),_:1},8,["class"]),H("div",{class:I(v(o).m("table-body"))},[(j(!0),ne(He,null,Re(n.dataSource,(p,g)=>(j(),re(em,{key:g,data:p,"tree-key":(g+1).toString(),onChange:s[0]||(s[0]=k=>d(n.dataSource))},null,8,["data","tree-key"]))),128))],2)],2)}}}),dE=ye(uE,[["__file","json-xml-table.vue"]]);const sE={class:"flex"};var cE=me({name:"LlJsonXml",__name:"json-xml",props:Gk,emits:Uk,setup(e,{emit:t}){const o=e,n=t,u=Be("json-xml"),d=le(_k),a=le(JSON.stringify(o.value)),s=le([{key:"1",name:"\u6839\u8282\u70B9",type:"object",value:"",chineseName:"",description:"",mock:"",children:[]}]),l=(k,y="1",b="object")=>{let D=0;const E=[];for(const w in k)if(D++,Object.prototype.hasOwnProperty.call(k,w)){const B=k[w];if(typeof B=="object"||Array.isArray(B)){const L=Array.isArray(B)?"array":"object";E.push({key:`${y}-${D}`,name:b==="array"?"ITEM":w,type:L,value:b==="array"&&L!=="object"?B:"",chineseName:"",description:"",mock:"",children:l(B,`${y}-${D}`,L)})}else E.push({key:`${y}-${D}`,name:b==="array"?"ITEM":w,type:typeof B,value:"",chineseName:"",description:"",mock:B})}return E},f=k=>{const y={};return k.forEach(b=>{b.name&&(b.type==="object"||b.type==="array"?b.children&&b.children.length&&(y[b.name]=f(b.children)):y[b.name]=b.mock)}),y},p=k=>{if(k==="json")a.value=JSON.stringify(f(s.value));else try{const y=JSON.parse(a.value);typeof y=="object"?s.value=l(y):s.value=[{key:"1",name:"\u6839\u8282\u70B9",type:typeof y,value:"",chineseName:"",description:"",mock:y,children:[]}]}catch{s.value=[{key:"1",name:"\u6839\u8282\u70B9",type:typeof a.value,value:"",chineseName:"",description:"",mock:a.value,children:[]}]}},g=k=>{s.value=k,n("update:value",f(k))};return We(()=>o.value,k=>{_u(k)?(a.value="",s.value=[{key:"1",name:"\u6839\u8282\u70B9",type:"object",value:"",chineseName:"",description:"",mock:"",children:[]}]):typeof k=="object"?(a.value=JSON.stringify(k),s.value=l(o.value)):(a.value=k,s.value=[{key:"1",name:"\u6839\u8282\u70B9",type:typeof o.value,value:"",chineseName:"",description:"",mock:k,children:[]}]),console.log(s.value,k)},{deep:!0,immediate:!0}),We(a,k=>{try{const y=JSON.parse(k);n("update:value",y)}catch{n("update:value",k)}}),We(()=>s.value,k=>{console.log({n:k})},{deep:!0,immediate:!0}),(k,y)=>{const b=G("ll-segmented"),D=G("ll-button"),E=G("ll-icon"),w=G("ll-dropdown"),B=G("ll-code-editor");return j(),ne("div",{class:I(v(u).b("json-xml"))},[H("div",{class:I(v(u).e("header"))},[A(b,{value:d.value,"onUpdate:value":y[0]||(y[0]=L=>d.value=L),size:"middle",options:v(Pk),onChange:p},{label:S(({payload:L})=>[H("div",null,ot(L.title),1)]),_:1},8,["value","options"]),H("div",sE,[d.value==="json"?(j(),ne(He,{key:0},[A(D,{type:"text"},{default:S(()=>[de(" <ll-icon/> "),Ce(" \u9884\u89C8 ")]),_:1}),A(D,{type:"text"},{default:S(()=>[de(" <ll-icon/> "),Ce(" \u751F\u6210\u4EE3\u7801 ")]),_:1}),A(D,{type:"text"},{default:S(()=>[de(" <ll-icon/> "),Ce(" JSON Schema ")]),_:1})],64)):(j(),ne(He,{key:1},[A(D,{type:"text"},{default:S(()=>[de(" <ll-icon/> "),Ce(" \u683C\u5F0F\u5316 ")]),_:1}),A(D,{type:"text"},{default:S(()=>[de(" <ll-icon/> "),Ce(" \u751F\u6210\u4EE3\u7801 ")]),_:1}),A(w,{"dropdown-items":v(Wk),placement:"bottomRight"},{default:S(()=>[A(E,{"icon-name":"icon-line-arrow-down"})]),_:1},8,["dropdown-items"])],64))])],2),H("div",{class:I(v(u).e("body"))},[d.value==="json"?(j(),re(B,{key:0,value:a.value,"onUpdate:value":y[1]||(y[1]=L=>a.value=L),language:"json"},null,8,["value"])):(j(),re(dE,{key:1,"data-source":s.value,onChange:g},null,8,["data-source"]))],2)],2)}}}),tm=ye(cE,[["__file","json-xml.vue"]]),lE=me({name:"LlParamsTableRow",__name:"params-table-row",props:Jk,setup(e){const t=e,o=Be("params-table"),n=le(t.data),u=(d,a)=>{const s=d.findIndex(l=>l.name===a.name);d.splice(s,1)};return(d,a)=>{const s=G("ll-input"),l=G("ll-icon"),f=G("ll-select"),p=G("ll-switch"),g=G("a-col"),k=G("a-popconfirm"),y=G("a-row");return j(),ne("div",null,[A(y,{gutter:20,class:I(v(o).e("table-row"))},{default:S(()=>[(j(!0),ne(He,null,Re(t.columns,(b,D)=>(j(),re(g,{key:D,span:b.span||24/t.columns.length,class:I(v(o).e("table-col"))},{default:S(()=>[b.key==="name"?(j(),re(s,{key:0,value:n.value.name,"onUpdate:value":a[0]||(a[0]=E=>n.value.name=E),placeholder:"\u8BF7\u8F93\u5165"},null,8,["value"])):de("v-if",!0),b.key==="required"?(j(),ne("div",{key:1,class:I(v(o).m("required")),onClick:a[1]||(a[1]=E=>n.value.required=!n.value.required)},[$r(A(l,{"icon-name":"icon-radio-check"},null,512),[[Nr,n.value.required]])],2)):de("v-if",!0),b.key==="type"?(j(),re(f,{key:2,value:n.value.type,"onUpdate:value":a[2]||(a[2]=E=>n.value.type=E),options:t.options,style:{width:"100%"}},null,8,["value","options"])):de("v-if",!0),b.key==="value"?(j(),re(hc,{key:3,value:n.value.value,"onUpdate:value":a[3]||(a[3]=E=>n.value.value=E),type:"code",placeholder:"\u8BF7\u8F93\u5165",style:{width:"100%"}},null,8,["value"])):de("v-if",!0),b.key==="static"?(j(),re(p,{key:4,value:n.value[b.key],"onUpdate:value":E=>n.value[b.key]=E},null,8,["value","onUpdate:value"])):de("v-if",!0),b.key==="description"?(j(),re(s,{key:5,value:n.value[b.key],"onUpdate:value":E=>n.value[b.key]=E,placeholder:b.placeholder||"\u8BF7\u8F93\u5165"},null,8,["value","onUpdate:value","placeholder"])):de("v-if",!0),b.key==="contentType"?(j(),re(f,{key:6,value:n.value[b.key],"onUpdate:value":E=>n.value[b.key]=E,placeholder:b.placeholder||"\u8BF7\u8F93\u5165"},null,8,["value","onUpdate:value","placeholder"])):de("v-if",!0)]),_:2},1032,["span","class"]))),128)),A(g,{span:1,class:I(v(o).e("table-col"))},{default:S(()=>[A(k,{title:"\u4F60\u786E\u5B9A\u8981\u79FB\u9664\u5417\uFF1F","ok-text":"\u786E\u8BA4","cancel-text":"\u53D6\u6D88",placement:"topRight","overlay-class-name":v(o).e("popconfirm"),onConfirm:a[4]||(a[4]=b=>u(t.dataSource,n.value))},{default:S(()=>[H("a",{href:"javascript:;",class:I(v(o).m("table-icon"))},[A(l,{"icon-name":"icon-remove"})],2)]),_:1},8,["overlay-class-name"])]),_:1},8,["class"])]),_:1},8,["class"])])}}}),fE=ye(lE,[["__file","params-table-row.vue"]]),gE=me({name:"LlParamsTable",__name:"params-table",props:Kk,setup(e){const t=Be("params-table"),o=e,n=le(""),u=d=>{if(n.value&&d.find(a=>a.name!==n.value)||!d.length){if(!n.value)return;d.push({name:n.value,required:!1,value:"",static:!1,description:"",contentType:""}),n.value=""}};return(d,a)=>{const s=G("ll-tooltip"),l=G("a-col"),f=G("a-row"),p=G("ll-input");return j(),ne("div",{class:I(v(t).b())},[A(f,{class:I(v(t).m("table-header")),gutter:20},{default:S(()=>[(j(!0),ne(He,null,Re(o.columns,(g,k)=>(j(),re(l,{key:k,span:g.span,class:I(v(t).e("table-header-col"))},{default:S(()=>[H("span",null,ot(g.title),1),g.key==="static"?(j(),re(s,{key:0,tip:"Content-Type \u5B57\u6BB5\u7528\u4E8E\u6307\u5B9A\u8BF7\u6C42\u90E8\u5206\u7684\u5A92\u4F53\u7C7B\u578B"})):de("v-if",!0)]),_:2},1032,["span","class"]))),128)),A(l,{span:1},{default:S(()=>[Ce(" \u64CD\u4F5C ")]),_:1})]),_:1},8,["class"]),H("div",{class:I(v(t).m("table-body"))},[(j(!0),ne(He,null,Re(o.dataSource,(g,k)=>(j(),re(fE,{key:k,data:g,columns:o.columns,"data-source":o.dataSource},null,8,["data","columns","data-source"]))),128)),A(f,{gutter:20,class:I(v(t).e("table-row"))},{default:S(()=>[(j(!0),ne(He,null,Re(o.columns,(g,k)=>(j(),re(l,{key:k,span:g.span||24/o.columns.length,class:I(v(t).e("table-col"))},{default:S(()=>[g.key==="name"?(j(),re(p,{key:0,value:n.value,"onUpdate:value":a[0]||(a[0]=y=>n.value=y),placeholder:"\u6DFB\u52A0\u53C2\u6570",bordered:!1,onBlur:a[1]||(a[1]=y=>u(o.dataSource))},null,8,["value"])):de("v-if",!0)]),_:2},1032,["span","class"]))),128))]),_:1},8,["class"])],2)],2)}}}),Gu=ye(gE,[["__file","params-table.vue"]]),pE=me({name:"LlApiComponent",__name:"api-component",props:yc,emits:jk,setup(e,{emit:t}){const o=e,n=t,u=Be("api-component"),d=le("params"),a=le("form-data"),s=Hr({url:o.url,method:o.method,bodyParams:o.bodyParams,requestParams:o.requestParams,headerParams:o.headerParams}),l=Je(()=>s.method==="GET"?mc.filter(f=>f.key!=="body"):mc);return We(()=>s,f=>{n("change",f)},{deep:!0,immediate:!0}),(f,p)=>{const g=G("ll-tabs-simple"),k=G("ll-code-editor"),y=G("ll-empty");return j(),ne("div",{class:I(v(u).b())},[A(X3,{method:s.method,"onUpdate:method":p[0]||(p[0]=b=>s.method=b),url:s.url,"onUpdate:url":p[1]||(p[1]=b=>s.url=b),class:I(v(u).m("header"))},null,8,["method","url","class"]),A(g,{"active-key":d.value,"onUpdate:activeKey":p[2]||(p[2]=b=>d.value=b),tabs:l.value,class:I(v(u).m("tab"))},null,8,["active-key","tabs","class"]),$r(A(Gu,{columns:v(bc),"data-source":s.requestParams},null,8,["columns","data-source"]),[[Nr,d.value==="params"]]),$r(A(Gu,{columns:v(Xk),"data-source":s.headerParams},null,8,["columns","data-source"]),[[Nr,d.value==="headers"]]),$r(H("div",null,[A(g,{"active-key":a.value,"onUpdate:activeKey":p[3]||(p[3]=b=>a.value=b),tabs:v(xk),class:I(v(u).m("body-tab"))},null,8,["active-key","tabs","class"]),$r(A(tm,{value:s.bodyParams.json,"onUpdate:value":p[4]||(p[4]=b=>s.bodyParams.json=b)},null,8,["value"]),[[Nr,a.value==="json"]]),$r(A(tm,{value:s.bodyParams.xml,"onUpdate:value":p[5]||(p[5]=b=>s.bodyParams.xml=b)},null,8,["value"]),[[Nr,a.value==="xml"]]),a.value==="raw"?(j(),re(k,{key:0,value:s.bodyParams.raw,"onUpdate:value":p[6]||(p[6]=b=>s.bodyParams.raw=b)},null,8,["value"])):de("v-if",!0),$r(A(Gu,{columns:v(bc),"data-source":s.bodyParams["x-www-form-urlencoded"]},null,8,["columns","data-source"]),[[Nr,a.value==="x-www-form-urlencoded"]]),$r(A(Gu,{columns:v(Qk),"data-source":s.bodyParams["form-data"]},null,8,["columns","data-source"]),[[Nr,a.value==="form-data"]]),$r(A(y,null,null,512),[[Nr,a.value==="none"]])],512),[[Nr,d.value==="body"]])],2)}}}),kE=ye(pE,[["__file","api-component.vue"]]);const om=Ie(kE),rm=["single","multiple"],Ba=Te({type:{type:String,values:rm,default:"single"},groupList:{type:pe(Array),default:()=>[]},avatarProps:{type:pe(Object)},avatarGroupProps:{type:pe(Object)},isCanUpload:{type:Boolean},uploadDragProps:{type:pe(Object)}}),nm={click:(e,t)=>!!e||t};var mE=me({name:"LlAvatar",__name:"avatar",props:Ba,emits:nm,setup(e,{emit:t}){const o=t,n=Be("avatar"),u=(d,a)=>{o("click",d,a)};return(d,a)=>{const s=G("ll-icon"),l=G("a-avatar"),f=G("a-avatar-group"),p=G("ll-upload-drag");return j(),ne("div",{class:I(v(n).b())},[de(" \u53EF\u4EE5\u4E0A\u4F20 "),d.isCanUpload?(j(),re(p,Ve(ee({key:0},d.uploadDragProps)),{buttonContent:S(()=>[de(" \u5355\u4E2A\u5934\u50CF "),d.type==="single"?(j(),re(l,ee({key:0},v(Ba),{onClick:a[0]||(a[0]=g=>u(v(Ba)))}),{icon:S(()=>[se(d.$slots,"icon",{},()=>[A(s,{"icon-name":"icon-avatar"})])]),_:3},16)):(j(),ne(He,{key:1},[de(" \u591A\u4E2A\u5934\u50CF\u7EC4\u5408 "),A(f,Ve(Xe(d.avatarGroupProps)),{default:S(()=>[se(d.$slots,"default",{},()=>[(j(!0),ne(He,null,Re(d.groupList,(g,k)=>(j(),re(l,ee({key:k,ref_for:!0},g,{onClick:y=>u(g,k)}),{icon:S(()=>[se(d.$slots,"icon",{},()=>[A(s,{"icon-name":"icon-avatar"})])]),_:2},1040,["onClick"]))),128))])]),_:3},16)],64))]),_:3},16)):(j(),ne(He,{key:1},[de(" \u4E0D\u80FD\u4E0A\u4F20 "),de(" \u5355\u4E2A\u5934\u50CF "),d.type==="single"?(j(),re(l,ee({key:0},v(Ba),{onClick:a[1]||(a[1]=g=>u(v(Ba)))}),{icon:S(()=>[se(d.$slots,"icon",{},()=>[A(s,{"icon-name":"icon-avatar"})])]),_:3},16)):(j(),ne(He,{key:1},[de(" \u591A\u4E2A\u5934\u50CF\u7EC4\u5408 "),A(f,Ve(Xe(d.avatarGroupProps)),{default:S(()=>[se(d.$slots,"default",{},()=>[(j(!0),ne(He,null,Re(d.groupList,(g,k)=>(j(),re(l,ee({key:k,ref_for:!0},g,{shape:"square",onClick:y=>u(g,k)}),{icon:S(()=>[se(d.$slots,"icon",{},()=>[A(s,{"icon-name":"icon-avatar"})])]),_:2},1040,["onClick"]))),128))])]),_:3},16)],64))],64))],2)}}}),yE=ye(mE,[["__file","avatar.vue"]]);const am=Ie(yE),im=Te({label:{type:String},icon:{type:pe(Object)},position:{type:String}}),bE={key:0};var hE=me({name:"LlButton",__name:"button",props:im,setup(e){const t=e,o=Be("button"),n=ut(),u=Je(()=>t.icon||{iconName:"",color:""}),d=Je(()=>u.value.iconName&&(!t.position||t.position==="left")),a=Je(()=>t.position==="right"&&u.value.iconName);return(s,l)=>(j(),re(v(lp),ee({class:v(o).b()},v(n)),wt({default:S(()=>[se(s.$slots,"default",{},()=>[s.label?(j(),ne("span",bE,ot(s.label),1)):de("v-if",!0)]),a.value?(j(),re(v(Qn),{key:0,class:I(v(o).e("icon-right")),"icon-name":u.value.iconName,color:u.value.color,size:u.value.size},null,8,["class","icon-name","color","size"])):de("v-if",!0)]),_:2},[d.value?{name:"icon",fn:S(()=>[A(v(Qn),{class:I(v(o).e("icon-left")),"icon-name":u.value.iconName,color:u.value.color,size:u.value.size},null,8,["class","icon-name","color","size"])]),key:"0"}:void 0]),1040,["class"]))}}),vE=ye(hE,[["__file","button.vue"]]);const fi=Ie(vE);var FE=me({name:"LlCascader",__name:"cascader",setup(e){const t=Be("cascader"),o=ut();return(n,u)=>(j(),re(v(w8),ee(v(o),{class:v(t).b(),"dropdown-class-name":v(t).e("dropdown")}),wt({_:2},[Re(Object.keys(n.$slots),d=>({name:d,fn:S(a=>[se(n.$slots,d,Ve(Xe(a||{})))])}))]),1040,["class","dropdown-class-name"]))}}),BE=ye(FE,[["__file","cascader.vue"]]);const um=Ie(BE),dm=Te({checkboxLabel:{type:String,default:""}}),sm=Te({options:{type:pe(Array),default:()=>[]},rowOptions:{type:pe(Object),default:()=>{}}});var CE=me({name:"LlCheckbox",__name:"checkbox",props:dm,setup(e,{expose:t}){const o=e,n=ut(),u=Be("checkbox"),d=le(),a=()=>Gr(n,["checkboxLabel"]);return t({blur:()=>{d.value.blur()},focus:()=>{d.value.focus()}}),(f,p)=>(j(),re(v(Ln),ee({ref_key:"checkboxRef",ref:d},a,{class:v(u).e()}),wt({default:S(()=>[Ce(ot(o.checkboxLabel)+" ",1)]),_:2},[Re(Object.keys(f.$slots),g=>({name:g,fn:S(k=>[se(f.$slots,g,Ve(Xe(k||{})))])}))]),1040,["class"]))}}),cm=ye(CE,[["__file","checkbox.vue"]]),DE=me({name:"LlCheckboxGroup",__name:"checkbox-group",props:sm,setup(e){const t=e,o=Be("checkbox-group"),n=ut();return(u,d)=>(j(),re(v($n),ee({class:v(o).b()},v(n)),{default:S(()=>[A(v(Tu),Ve(Xe(t.rowOptions)),{default:S(()=>[(j(!0),ne(He,null,Re(t.options,(a,s)=>(j(),re(v(ai),ee({ref_for:!0},a.colOptions,{key:s,span:a.span||24}),{default:S(()=>[A(cm,ee({ref_for:!0},a),{default:S(()=>[se(u.$slots,"default",ee({ref_for:!0},a),()=>[Ce(ot(a.label),1)])]),_:2},1040)]),_:2},1040,["span"]))),128))]),_:3},16)]),_:3},16,["class"]))}}),EE=ye(DE,[["__file","checkbox-group.vue"]]);const lm=Ie(cm),fm=Ie(EE),gm={automaticLayout:!0,foldingStrategy:"indentation",renderLineHighlight:"all",selectOnLineNumbers:!0,minimap:{enabled:!0},readOnly:!1,fontSize:16,scrollBeyondLastLine:!1,overviewRulerBorder:!1},pm=Te({value:{type:String,default:null},width:{type:[String,Number],default:"100%"},height:{type:[String,Number],default:"100%"},language:{type:pe(String),default:"javascript"},theme:{type:pe(String),default:"vs"},options:{type:pe(Object),default:()=>({})}}),km={"update:value":e=>!!e,change:e=>!!e,"editor-mounted":e=>!!e};var wE=!1,SE="vs-dark",AE={"activityBar.background":"#000720","activityBar.foreground":"#5d81b3","activityBarBadge.background":"#5d81b3","activityBarBadge.foreground":"#000720","button.background":"#3d3199","button.foreground":"#dadfe1","button.hoverBackground":"#995b31","editor.background":"#000720","editor.foreground":"#dadfe1","editor.lineHighlightBorder":"#000720","editor.selectionBackground":"#396cb335","editor.wordHighlightBackground":"#396cb335","editorGroup.border":"#232b4e","editorGroup.dropBackground":"#000720","editorGroupHeader.tabsBackground":"#000720","editorGutter.addedBackground":"#5ac95a","editorGutter.deletedBackground":"#f64747","editorGutter.modifiedBackground":"#daa520","editorLineNumber.activeForeground":"#6ba9ff","editorLineNumber.foreground":"#5c6b80","input.background":"#396cb335","input.foreground":"#dadfe1","list.activeSelectionBackground":"#1c2341","list.activeSelectionForeground":"#dadfe1","list.focusBackground":"#396cb335","list.focusForeground":"#5c6b80","list.hoverBackground":"#396cb335","list.hoverForeground":"#dadfe1","list.inactiveSelectionBackground":"#1c2341","list.inactiveSelectionForeground":"#dadfe1","minimap.findMatchHighlight":"#396cb335","minimap.selectionHighlight":"#396cb335","sideBar.background":"#000720","sideBar.border":"#1b213b","sideBar.foreground":"#5c6b80","sideBarSectionHeader.background":"#000720","sideBarSectionHeader.border":"#5c6b80","sideBarSectionHeader.foreground":"#5c6b80","sideBarTitle.foreground":"#5c6b80","statusBar.background":"#101425","statusBar.debuggingBackground":"#101425","statusBar.debuggingForeground":"#6287bb","statusBar.foreground":"#6287bb","statusBar.noFolderBackground":"#101425","statusBar.noFolderForeground":"#6287bb","tab.activeBackground":"#1c2341","tab.activeForeground":"#8c9db4","tab.inactiveBackground":"#0e1224","tab.inactiveForeground":"#5c6b80","tab.unfocusedActiveBackground":"#1a203b"},xE=[{foreground:"#6BB9F0",token:"entity.other.attribute-name"},{foreground:"#6BB9F0",token:"entity.name.function"},{foreground:"#6BB9F0",token:"support.function.any-method"},{foreground:"#6BB9F0",token:"entity.name.tag.css"},{foreground:"#6BB9F0",token:"entity.other.inherited-class.js"},{foreground:"#6BB9F0",token:"keyword.control.loop.js"},{foreground:"#6BB9F0",token:"support.function.console.js"},{foreground:"#6BB9F0",token:"support.function.math.js"},{foreground:"#6BB9F0",token:"support.variable.property.process.js"},{foreground:"#6BB9F0",token:"storage.type.js"},{foreground:"#6BB9F0",token:"variable.other.constant.js"},{foreground:"#6BB9F0",token:"punctuation.support.type.property-name.begin.json"},{foreground:"#6BB9F0",token:"punctuation.support.type.property-name.end.json"},{foreground:"#6BB9F0",token:"string.quoted.double.json"},{foreground:"#6BB9F0",token:"markup.underline.link.markdown"},{foreground:"#6BB9F0",token:"meta.function-call.generic.python"},{foreground:"#6BB9F0",token:"meta.function-call.arguments.python"},{foreground:"#6BB9F0",token:"variable.parameter.function.language.special.self.python"},{foreground:"#6BB9F0",token:"variable.parameter.function.language.special.cls.python"},{foreground:"#6BB9F0",token:"variable.language.special.self.python"},{foreground:"#6BB9F0",token:"support.function.builtin.python"},{foreground:"#6BB9F0",token:"keyword.control.loop.swift"},{foreground:"#6BB9F0",token:"keyword.other.sql"},{foreground:"#6BB9F0",token:"keyword.other.DML.sql"},{foreground:"#6BB9F0",token:"keyword.other.LUW.sql"},{foreground:"#6BB9F0",token:"keyword.other.create.sql"},{foreground:"#98FB98",token:"heading"},{foreground:"#98FB98",token:"support.type"},{foreground:"#98FB98",token:"punctuation.definition.decorator"},{foreground:"#98FB98",token:"keyword.control.at-rule.media.css"},{foreground:"#98FB98",token:"keyword.operator.logical.and.media.css"},{foreground:"#98FB98",token:"entity.other.attribute-name.class.css"},{foreground:"#98FB98",token:"entity.name.type.js"},{foreground:"#98FB98",token:"variable.parameter.js"},{foreground:"#98FB98",token:"punctuation.definition.heading.markdown"},{foreground:"#98FB98",token:"variable.parameter.function.language.python"},{foreground:"#98FB98",token:"support.function.builtin.python"},{foreground:"#98FB98",token:"meta.item-access.arguments.python"},{foreground:"#98FB98",token:"entity.name.function.decorator.python"},{foreground:"#98FB98",token:"support.function.conversion.sql"},{foreground:"#98FB98",token:"support.function.datetime.sql"},{foreground:"#98FB98",token:"variable.parameter.ts"},{foreground:"#98FB98",token:"variable.parameter.tsx"},{foreground:"#6B8080",token:"comment"},{foreground:"#6B8080",token:"string.quoted.docstring.multi.python"},{foreground:"#D6DEEB",token:"source.python"},{foreground:"#D6DEEB",token:"source.js"},{foreground:"#D6DEEB",token:"source.css"},{foreground:"#D6DEEB",token:"source.tsx"},{foreground:"#D6DEEB",token:"source.json"},{foreground:"#D6DEEB",token:"source.swift"},{foreground:"#D6DEEB",token:"text.html.derivative"},{foreground:"#D6DEEB",token:"variable.other.readwrite"},{foreground:"#D6DEEB",token:"variable.other.readwrite.js"},{foreground:"#D6DEEB",token:"variable.other.constant.js"},{foreground:"#638BB3",token:"keyword.control.import"},{foreground:"#638BB3",token:"keyword.control.from"},{foreground:"#638BB3",token:"keyword.control.conditional"},{foreground:"#638BB3",token:"entity.name.tag"},{foreground:"#638BB3",token:"punctuation.definition.tag"},{foreground:"#638BB3",token:"support.type.property-name.css"},{foreground:"#638BB3",token:"meta.object-literal.key.js"},{foreground:"#638BB3",token:"support.class.console.js"},{foreground:"#638BB3",token:"support.constant.math.js"},{foreground:"#638BB3",token:"support.function.js"},{foreground:"#638BB3",token:"variable.other.object.property.js"},{foreground:"#638BB3",token:"variable.other.property.js"},{foreground:"#638BB3",token:"keyword.control.import.python"},{foreground:"#638BB3",token:"meta.object-literal.key.ts"},{foreground:"#638BB3",token:"meta.object-literal.key.tsx"},{foreground:"#638BB3",token:"variable.graphql"},{foreground:"#FFA07A",token:"constant"},{foreground:"#FFA07A",token:"markup.quote.markdown"},{foreground:"#FFA07A",token:"string.other.link.title.markdown"},{foreground:"#FC6399",token:"keyword.operator"},{foreground:"#FC6399",token:"keyword.operator.assignment"},{foreground:"#FC6399",token:"keyword.operator.relational"},{foreground:"#FC6399",token:"keyword.operator.comparison"},{foreground:"#FC6399",token:"keyword.other.alias.sql"},{foreground:"#FC6399",token:"entity.other.attribute-name.id.css"},{foreground:"#FC6399",token:"support.constant.media.css"},{foreground:"#FC6399",token:"keyword.other.important.css"},{foreground:"#FC6399",token:"punctuation.definition.list.begin.markdown"},{foreground:"#FC6399",token:"keyword.other.fn.rust"},{foreground:"#FC6399",token:"keyword.other.rust"},{foreground:"#FC6399",token:"storage.class.std.rust"},{foreground:"#FC6399",token:"storage.modifier.mut.rust"},{foreground:"#BF90D4",token:"storage.type"},{foreground:"#BF90D4",token:"storage.type.class"},{foreground:"#BF90D4",token:"storage.type.function"},{foreground:"#BF90D4",token:"keyword.control.flow"},{foreground:"#BF90D4",token:"keyword.other.declaration-specifier"},{foreground:"#BF90D4",token:"keyword.control.at-rule.apply"},{foreground:"#BF90D4",token:"keyword.control.at-rule.css"},{foreground:"#BF90D4",token:"variable.other.object.js"},{foreground:"#BF90D4",token:"support.variable.object.process.js"},{foreground:"#BF90D4",token:"storage.modifier.js"},{foreground:"#BF90D4",token:"variable.other.property.js"},{foreground:"#BF90D4",token:"keyword.control.export.js"},{foreground:"#BF90D4",token:"keyword.control.default.js"},{foreground:"#BF90D4",token:"support.class.builtin.js"},{foreground:"#BF90D4",token:"punctuation.accessor.js"},{foreground:"#BF90D4",token:"keyword.control.export.ts"},{foreground:"#BF90D4",token:"keyword.control.default.ts"},{foreground:"#BF90D4",token:"keyword.control.export.tsx"},{foreground:"#BF90D4",token:"keyword.control.default.tsx"},{foreground:"#BF90D4",token:"variable.parameter.graphql"},{foreground:"#2ECCB0",token:"string.quoted"},{foreground:"#2ECCB0",token:"string.template"},{foreground:"#2ECCB0",token:"variable.other.readwrite.alias"},{foreground:"#2ECCB0",token:"support.constant.property-value.css"},{foreground:"#2ECCB0",token:"support.class.component.js"},{foreground:"#2ECCB0",token:"entity.name.type.class.js"},{foreground:"#2ECCB0",token:"entity.name.type.module.js"},{foreground:"#2ECCB0",token:"support.type.property-name.json"},{foreground:"#2ECCB0",token:"string.quoted.single.python"},{foreground:"#2ECCB0",token:"entity.name.type.ts"},{foreground:"#2ECCB0",token:"entity.name.type.class.ts"},{foreground:"#2ECCB0",token:"entity.name.type.tsx"},{foreground:"#2ECCB0",token:"entity.name.type.class.tsx"},{foreground:"#F5D76E",token:"variable.other.property"},{foreground:"#F5D76E",token:"variable.other.constant.property.js"},{foreground:"#F5D76E",token:"variable.other.readwrite.js"},{foreground:"#F5D76E",token:"variable.language.this.js"},{foreground:"#F5D76E",token:"punctuation.definition.bold.markdown"},{foreground:"#F5D76E",token:"entity.name.type.class.python"},{foreground:"#F5D76E",token:"punctuation.section.class.begin.python"},{foreground:"#F5D76E",token:"variable.other.readwrite.ts"},{foreground:"#F5D76E",token:"variable.other.readwrite.tsx"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#dadfe1"}],jE=[],TE={inherit:wE,base:SE,colors:AE,rules:xE,encodedTokensColors:jE},IE=!1,OE="vs-dark",RE={"activityBar.background":"#333842","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#528bff","activityBarBadge.foreground":"#d7dae0","badge.background":"#528bff","badge.foreground":"#d7dae0","button.background":"#4d78cc","button.foreground":"#ffffff","button.hoverBackground":"#6087cf","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#353b45","dropdown.border":"#181a1f","editor.background":"#282c34","editor.findMatchHighlightBackground":"#528bff3d","editor.foreground":"#abb2bf","editor.lineHighlightBackground":"#99bbff0a","editor.selectionBackground":"#3e4451","editorCursor.foreground":"#528bff","editorGroup.background":"#21252b","editorGroup.border":"#181a1f","editorGroupHeader.tabsBackground":"#21252b","editorHoverWidget.background":"#21252b","editorHoverWidget.border":"#181a1f","editorIndentGuide.activeBackground":"#626772","editorIndentGuide.background":"#abb2bf26","editorLineNumber.activeForeground":"#abb2bf","editorLineNumber.foreground":"#636d83","editorRuler.foreground":"#abb2bf26","editorSuggestWidget.background":"#21252b","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorWhitespace.foreground":"#abb2bf26","editorWidget.background":"#21252b","editorWidget.border":"#3a3f4b","extensionButton.prominentBackground":"#2ba143","extensionButton.prominentHoverBackground":"#37af4e",focusBorder:"#528bff","input.background":"#1b1d23","input.border":"#181a1f","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#2c313a","list.highlightForeground":"#d7dae0","list.hoverBackground":"#2c313a66","list.inactiveSelectionBackground":"#2c313a","list.inactiveSelectionForeground":"#d7dae0","peekView.border":"#528bff","peekViewEditor.background":"#1b1d23","peekViewResult.background":"#21252b","peekViewResult.selectionBackground":"#2c313a","peekViewTitle.background":"#1b1d23","pickerGroup.border":"#528bff","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566680","scrollbarSlider.hoverBackground":"#5a637580","sideBar.background":"#21252b","sideBarSectionHeader.background":"#333842","statusBar.background":"#21252b","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#21252b","statusBarItem.hoverBackground":"#2c313a","tab.activeBackground":"#282c34","tab.activeForeground":"#d7dae0","tab.border":"#181a1f","tab.inactiveBackground":"#21252b","titleBar.activeBackground":"#21252b","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#21252b","titleBar.inactiveForeground":"#9da5b4"},ME=[{foreground:"#5C6370",fontStyle:"italic",token:"comment"},{foreground:"#5C6370",token:"comment markup.link"},{foreground:"#E5C07B",token:"entity.name.type"},{foreground:"#E5C07B",token:"entity.other.inherited-class"},{foreground:"#C678DD",token:"keyword"},{foreground:"#C678DD",token:"keyword.control"},{foreground:"#C678DD",token:"keyword.operator"},{foreground:"#61AFEF",token:"keyword.other.special-method"},{foreground:"#D19A66",token:"keyword.other.unit"},{foreground:"#C678DD",token:"storage"},{foreground:"#C678DD",token:"storage.type.annotation"},{foreground:"#C678DD",token:"storage.type.primitive"},{foreground:"#ABB2BF",token:"storage.modifier.package"},{foreground:"#ABB2BF",token:"storage.modifier.import"},{foreground:"#D19A66",token:"constant"},{foreground:"#D19A66",token:"constant.variable"},{foreground:"#56B6C2",token:"constant.character.escape"},{foreground:"#D19A66",token:"constant.numeric"},{foreground:"#56B6C2",token:"constant.other.color"},{foreground:"#56B6C2",token:"constant.other.symbol"},{foreground:"#E06C75",token:"variable"},{foreground:"#BE5046",token:"variable.interpolation"},{foreground:"#ABB2BF",token:"variable.parameter"},{foreground:"#98C379",token:"string"},{foreground:"#ABB2BF",token:"string > source"},{foreground:"#ABB2BF",token:"string embedded"},{foreground:"#56B6C2",token:"string.regexp"},{foreground:"#E5C07B",token:"string.regexp source.ruby.embedded"},{foreground:"#E06C75",token:"string.other.link"},{foreground:"#5C6370",token:"punctuation.definition.comment"},{foreground:"#ABB2BF",token:"punctuation.definition.method-parameters"},{foreground:"#ABB2BF",token:"punctuation.definition.function-parameters"},{foreground:"#ABB2BF",token:"punctuation.definition.parameters"},{foreground:"#ABB2BF",token:"punctuation.definition.separator"},{foreground:"#ABB2BF",token:"punctuation.definition.seperator"},{foreground:"#ABB2BF",token:"punctuation.definition.array"},{foreground:"#61AFEF",token:"punctuation.definition.heading"},{foreground:"#61AFEF",token:"punctuation.definition.identity"},{foreground:"#E5C07B",fontStyle:"bold",token:"punctuation.definition.bold"},{foreground:"#C678DD",fontStyle:"italic",token:"punctuation.definition.italic"},{foreground:"#BE5046",token:"punctuation.section.embedded"},{foreground:"#ABB2BF",token:"punctuation.section.method"},{foreground:"#ABB2BF",token:"punctuation.section.class"},{foreground:"#ABB2BF",token:"punctuation.section.inner-class"},{foreground:"#E5C07B",token:"support.class"},{foreground:"#56B6C2",token:"support.type"},{foreground:"#56B6C2",token:"support.function"},{foreground:"#61AFEF",token:"support.function.any-method"},{foreground:"#61AFEF",token:"entity.name.function"},{foreground:"#E5C07B",token:"entity.name.class"},{foreground:"#E5C07B",token:"entity.name.type.class"},{foreground:"#61AFEF",token:"entity.name.section"},{foreground:"#E06C75",token:"entity.name.tag"},{foreground:"#D19A66",token:"entity.other.attribute-name"},{foreground:"#61AFEF",token:"entity.other.attribute-name.id"},{foreground:"#E5C07B",token:"meta.class"},{foreground:"#ABB2BF",token:"meta.class.body"},{foreground:"#ABB2BF",token:"meta.method-call"},{foreground:"#ABB2BF",token:"meta.method"},{foreground:"#E06C75",token:"meta.definition.variable"},{foreground:"#D19A66",token:"meta.link"},{foreground:"#61AFEF",token:"meta.require"},{foreground:"#C678DD",token:"meta.selector"},{foreground:"#ABB2BF",token:"meta.separator"},{foreground:"#ABB2BF",token:"meta.tag"},{token:"underline"},{foreground:"#ABB2BF",token:"none"},{foreground:"#523D14",background:"#E0C285",token:"invalid.deprecated"},{background:"#E05252",token:"invalid.illegal"},{foreground:"#D19A66",fontStyle:"bold",token:"markup.bold"},{foreground:"#C678DD",token:"markup.changed"},{foreground:"#E06C75",token:"markup.deleted"},{foreground:"#C678DD",fontStyle:"italic",token:"markup.italic"},{foreground:"#E06C75",token:"markup.heading"},{foreground:"#61AFEF",token:"markup.heading punctuation.definition.heading"},{foreground:"#56B6C2",token:"markup.link"},{foreground:"#98C379",token:"markup.inserted"},{foreground:"#D19A66",token:"markup.quote"},{foreground:"#98C379",token:"markup.raw"},{foreground:"#C678DD",token:"source.c keyword.operator"},{foreground:"#C678DD",token:"source.cpp keyword.operator"},{foreground:"#C678DD",token:"source.cs keyword.operator"},{foreground:"#828997",token:"source.css property-name"},{foreground:"#828997",token:"source.css property-value"},{foreground:"#ABB2BF",token:"source.css property-name.support"},{foreground:"#ABB2BF",token:"source.css property-value.support"},{foreground:"#ABB2BF",token:"source.elixir source.embedded.source"},{foreground:"#61AFEF",token:"source.elixir constant.language"},{foreground:"#61AFEF",token:"source.elixir constant.numeric"},{foreground:"#61AFEF",token:"source.elixir constant.definition"},{foreground:"#C678DD",token:"source.elixir variable.definition"},{foreground:"#C678DD",token:"source.elixir variable.anonymous"},{foreground:"#D19A66",fontStyle:"italic",token:"source.elixir parameter.variable.function"},{foreground:"#98C379",token:"source.elixir quoted"},{foreground:"#E06C75",token:"source.elixir keyword.special-method"},{foreground:"#E06C75",token:"source.elixir embedded.section"},{foreground:"#E06C75",token:"source.elixir embedded.source.empty"},{foreground:"#E06C75",token:"source.elixir readwrite.module punctuation"},{foreground:"#BE5046",token:"source.elixir regexp.section"},{foreground:"#BE5046",token:"source.elixir regexp.string"},{foreground:"#D19A66",token:"source.elixir separator"},{foreground:"#D19A66",token:"source.elixir keyword.operator"},{foreground:"#E5C07B",token:"source.elixir variable.constant"},{foreground:"#828997",token:"source.elixir array"},{foreground:"#828997",token:"source.elixir scope"},{foreground:"#828997",token:"source.elixir section"},{token:"source.gfm markup"},{foreground:"#61AFEF",token:"source.gfm link entity"},{foreground:"#C678DD",token:"source.go storage.type.string"},{foreground:"#E06C75",token:"source.ini keyword.other.definition.ini"},{foreground:"#E5C07B",token:"source.java storage.modifier.import"},{foreground:"#E5C07B",token:"source.java storage.type"},{foreground:"#C678DD",token:"source.java keyword.operator.instanceof"},{foreground:"#E06C75",token:"source.java-properties meta.key-pair"},{foreground:"#ABB2BF",token:"source.java-properties meta.key-pair > punctuation"},{foreground:"#56B6C2",token:"source.js keyword.operator"},{foreground:"#C678DD",token:"source.js keyword.operator.delete"},{foreground:"#C678DD",token:"source.js keyword.operator.in"},{foreground:"#C678DD",token:"source.js keyword.operator.of"},{foreground:"#C678DD",token:"source.js keyword.operator.instanceof"},{foreground:"#C678DD",token:"source.js keyword.operator.new"},{foreground:"#C678DD",token:"source.js keyword.operator.typeof"},{foreground:"#C678DD",token:"source.js keyword.operator.void"},{foreground:"#56B6C2",token:"source.ts keyword.operator"},{foreground:"#56B6C2",token:"source.flow keyword.operator"},{foreground:"#E06C75",token:"source.json meta.structure.dictionary.json > string.quoted.json"},{foreground:"#E06C75",token:"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string"},{foreground:"#98C379",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json"},{foreground:"#98C379",token:"source.json meta.structure.array.json > value.json > string.quoted.json"},{foreground:"#98C379",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation"},{foreground:"#98C379",token:"source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"},{foreground:"#56B6C2",token:"source.json meta.structure.dictionary.json > constant.language.json"},{foreground:"#56B6C2",token:"source.json meta.structure.array.json > constant.language.json"},{foreground:"#E06C75",token:"ng.interpolation"},{foreground:"#61AFEF",token:"ng.interpolation.begin"},{foreground:"#61AFEF",token:"ng.interpolation.end"},{foreground:"#E06C75",token:"ng.interpolation function"},{foreground:"#61AFEF",token:"ng.interpolation function.begin"},{foreground:"#61AFEF",token:"ng.interpolation function.end"},{foreground:"#D19A66",token:"ng.interpolation bool"},{foreground:"#ABB2BF",token:"ng.interpolation bracket"},{foreground:"#ABB2BF",token:"ng.pipe"},{foreground:"#ABB2BF",token:"ng.operator"},{foreground:"#56B6C2",token:"ng.tag"},{foreground:"#E5C07B",token:"ng.attribute-with-value attribute-name"},{foreground:"#C678DD",token:"ng.attribute-with-value string"},{foreground:"#ABB2BF",token:"ng.attribute-with-value string.begin"},{foreground:"#ABB2BF",token:"ng.attribute-with-value string.end"},{token:"source.ruby constant.other.symbol > punctuation"},{foreground:"#ABB2BF",token:"source.php class.bracket"},{foreground:"#C678DD",token:"source.python keyword.operator.logical.python"},{foreground:"#D19A66",token:"source.python variable.parameter"},{foreground:"#ABB2BF",token:"customrule"},{foreground:"#ABB2BF",token:"support.type.property-name"},{foreground:"#98C379",token:"string.quoted.double punctuation"},{foreground:"#D19A66",token:"support.constant"},{foreground:"#E06C75",token:"support.type.property-name.json"},{foreground:"#E06C75",token:"support.type.property-name.json punctuation"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.ts"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.js"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.tsx"},{foreground:"#56B6C2",token:"source.js.embedded.html keyword.operator"},{foreground:"#56B6C2",token:"source.ts.embedded.html keyword.operator"},{foreground:"#ABB2BF",token:"variable.other.readwrite.js"},{foreground:"#ABB2BF",token:"variable.other.readwrite.ts"},{foreground:"#ABB2BF",token:"variable.other.readwrite.tsx"},{foreground:"#E06C75",token:"support.variable.dom.js"},{foreground:"#E06C75",token:"support.variable.dom.ts"},{foreground:"#E06C75",token:"support.variable.property.dom.js"},{foreground:"#E06C75",token:"support.variable.property.dom.ts"},{foreground:"#BE5046",token:"meta.template.expression.js punctuation.definition"},{foreground:"#BE5046",token:"meta.template.expression.ts punctuation.definition"},{foreground:"#ABB2BF",token:"source.ts punctuation.definition.typeparameters"},{foreground:"#ABB2BF",token:"source.js punctuation.definition.typeparameters"},{foreground:"#ABB2BF",token:"source.tsx punctuation.definition.typeparameters"},{foreground:"#ABB2BF",token:"source.ts punctuation.definition.block"},{foreground:"#ABB2BF",token:"source.js punctuation.definition.block"},{foreground:"#ABB2BF",token:"source.tsx punctuation.definition.block"},{foreground:"#ABB2BF",token:"source.ts punctuation.separator.comma"},{foreground:"#ABB2BF",token:"source.js punctuation.separator.comma"},{foreground:"#ABB2BF",token:"source.tsx punctuation.separator.comma"},{foreground:"#E06C75",token:"support.variable.property.js"},{foreground:"#E06C75",token:"support.variable.property.ts"},{foreground:"#E06C75",token:"support.variable.property.tsx"},{foreground:"#E06C75",token:"keyword.control.default.js"},{foreground:"#E06C75",token:"keyword.control.default.ts"},{foreground:"#E06C75",token:"keyword.control.default.tsx"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof.js"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof.ts"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof.tsx"},{foreground:"#C678DD",token:"keyword.operator.expression.of.js"},{foreground:"#C678DD",token:"keyword.operator.expression.of.ts"},{foreground:"#C678DD",token:"keyword.operator.expression.of.tsx"},{foreground:"#ABB2BF",token:"meta.brace.round.js"},{foreground:"#ABB2BF",token:"meta.array-binding-pattern-variable.js"},{foreground:"#ABB2BF",token:"meta.brace.square.js"},{foreground:"#ABB2BF",token:"meta.brace.round.ts"},{foreground:"#ABB2BF",token:"meta.array-binding-pattern-variable.ts"},{foreground:"#ABB2BF",token:"meta.brace.square.ts"},{foreground:"#ABB2BF",token:"meta.brace.round.tsx"},{foreground:"#ABB2BF",token:"meta.array-binding-pattern-variable.tsx"},{foreground:"#ABB2BF",token:"meta.brace.square.tsx"},{foreground:"#ABB2BF",token:"source.js punctuation.accessor"},{foreground:"#ABB2BF",token:"source.ts punctuation.accessor"},{foreground:"#ABB2BF",token:"source.tsx punctuation.accessor"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.js"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.ts"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.tsx"},{foreground:"#D19A66",token:"meta.array-binding-pattern-variable.js variable.other.readwrite.js"},{foreground:"#D19A66",token:"meta.array-binding-pattern-variable.ts variable.other.readwrite.ts"},{foreground:"#D19A66",token:"meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx"},{foreground:"#E06C75",token:"source.js support.variable"},{foreground:"#E06C75",token:"source.ts support.variable"},{foreground:"#E06C75",token:"source.tsx support.variable"},{foreground:"#D19A66",token:"variable.other.constant.property.js"},{foreground:"#D19A66",token:"variable.other.constant.property.ts"},{foreground:"#D19A66",token:"variable.other.constant.property.tsx"},{foreground:"#C678DD",token:"keyword.operator.new.ts"},{foreground:"#C678DD",token:"keyword.operator.new.j"},{foreground:"#C678DD",token:"keyword.operator.new.tsx"},{foreground:"#56B6C2",token:"source.ts keyword.operator"},{foreground:"#56B6C2",token:"source.tsx keyword.operator"},{foreground:"#ABB2BF",token:"punctuation.separator.parameter.js"},{foreground:"#ABB2BF",token:"punctuation.separator.parameter.ts"},{foreground:"#ABB2BF",token:"punctuation.separator.parameter.tsx "},{foreground:"#E06C75",token:"constant.language.import-export-all.js"},{foreground:"#E06C75",token:"constant.language.import-export-all.ts"},{foreground:"#56B6C2",token:"constant.language.import-export-all.jsx"},{foreground:"#56B6C2",token:"constant.language.import-export-all.tsx"},{foreground:"#ABB2BF",token:"keyword.control.as.js"},{foreground:"#ABB2BF",token:"keyword.control.as.ts"},{foreground:"#ABB2BF",token:"keyword.control.as.jsx"},{foreground:"#ABB2BF",token:"keyword.control.as.tsx"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.js"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.ts"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.jsx"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.tsx"},{foreground:"#D19A66",token:"variable.other.constant.js"},{foreground:"#D19A66",token:"variable.other.constant.ts"},{foreground:"#D19A66",token:"variable.other.constant.jsx"},{foreground:"#D19A66",token:"variable.other.constant.tsx"},{foreground:"#E06C75",token:"meta.export.default.js variable.other.readwrite.js"},{foreground:"#E06C75",token:"meta.export.default.ts variable.other.readwrite.ts"},{foreground:"#98C379",token:"source.js meta.template.expression.js punctuation.accessor"},{foreground:"#98C379",token:"source.ts meta.template.expression.ts punctuation.accessor"},{foreground:"#98C379",token:"source.tsx meta.template.expression.tsx punctuation.accessor"},{foreground:"#ABB2BF",token:"source.js meta.import-equals.external.js keyword.operator"},{foreground:"#ABB2BF",token:"source.jsx meta.import-equals.external.jsx keyword.operator"},{foreground:"#ABB2BF",token:"source.ts meta.import-equals.external.ts keyword.operator"},{foreground:"#ABB2BF",token:"source.tsx meta.import-equals.external.tsx keyword.operator"},{foreground:"#98C379",token:"entity.name.type.module.js"},{foreground:"#98C379",token:"entity.name.type.module.ts"},{foreground:"#98C379",token:"entity.name.type.module.jsx"},{foreground:"#98C379",token:"entity.name.type.module.tsx"},{foreground:"#ABB2BF",token:"meta.class.js"},{foreground:"#ABB2BF",token:"meta.class.ts"},{foreground:"#ABB2BF",token:"meta.class.jsx"},{foreground:"#ABB2BF",token:"meta.class.tsx"},{foreground:"#ABB2BF",token:"meta.definition.property.js variable"},{foreground:"#ABB2BF",token:"meta.definition.property.ts variable"},{foreground:"#ABB2BF",token:"meta.definition.property.jsx variable"},{foreground:"#ABB2BF",token:"meta.definition.property.tsx variable"},{foreground:"#ABB2BF",token:"meta.type.parameters.js support.type"},{foreground:"#ABB2BF",token:"meta.type.parameters.jsx support.type"},{foreground:"#ABB2BF",token:"meta.type.parameters.ts support.type"},{foreground:"#ABB2BF",token:"meta.type.parameters.tsx support.type"},{foreground:"#ABB2BF",token:"source.js meta.tag.js keyword.operator"},{foreground:"#ABB2BF",token:"source.jsx meta.tag.jsx keyword.operator"},{foreground:"#ABB2BF",token:"source.ts meta.tag.ts keyword.operator"},{foreground:"#ABB2BF",token:"source.tsx meta.tag.tsx keyword.operator"},{foreground:"#ABB2BF",token:"meta.tag.js punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.tag.jsx punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.tag.ts punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.tag.tsx punctuation.section.embedded"},{foreground:"#E5C07B",token:"meta.array.literal.js variable"},{foreground:"#E5C07B",token:"meta.array.literal.jsx variable"},{foreground:"#E5C07B",token:"meta.array.literal.ts variable"},{foreground:"#E5C07B",token:"meta.array.literal.tsx variable"},{foreground:"#E06C75",token:"support.type.object.module.js"},{foreground:"#E06C75",token:"support.type.object.module.jsx"},{foreground:"#E06C75",token:"support.type.object.module.ts"},{foreground:"#E06C75",token:"support.type.object.module.tsx"},{foreground:"#56B6C2",token:"constant.language.json"},{foreground:"#D19A66",token:"variable.other.constant.object.js"},{foreground:"#D19A66",token:"variable.other.constant.object.jsx"},{foreground:"#D19A66",token:"variable.other.constant.object.ts"},{foreground:"#D19A66",token:"variable.other.constant.object.tsx"},{foreground:"#56B6C2",token:"storage.type.property.js"},{foreground:"#56B6C2",token:"storage.type.property.jsx"},{foreground:"#56B6C2",token:"storage.type.property.ts"},{foreground:"#56B6C2",token:"storage.type.property.tsx"},{foreground:"#98C379",token:"meta.template.expression.js string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.jsx string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.ts string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.tsx string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.js string.template punctuation.definition.string.template"},{foreground:"#98C379",token:"meta.template.expression.jsx string.template punctuation.definition.string.template"},{foreground:"#98C379",token:"meta.template.expression.ts string.template punctuation.definition.string.template"},{foreground:"#98C379",token:"meta.template.expression.tsx string.template punctuation.definition.string.template"},{foreground:"#C678DD",token:"keyword.operator.expression.in.js"},{foreground:"#C678DD",token:"keyword.operator.expression.in.jsx"},{foreground:"#C678DD",token:"keyword.operator.expression.in.ts"},{foreground:"#C678DD",token:"keyword.operator.expression.in.tsx"},{foreground:"#ABB2BF",token:"variable.other.object.js"},{foreground:"#ABB2BF",token:"variable.other.object.ts"},{foreground:"#E06C75",token:"meta.object-literal.key.js"},{foreground:"#E06C75",token:"meta.object-literal.key.ts"},{foreground:"#ABB2BF",token:"source.python constant.other"},{foreground:"#D19A66",token:"source.python constant"},{foreground:"#D19A66",token:"constant.character.format.placeholder.other.python storage"},{foreground:"#E06C75",token:"support.variable.magic.python"},{foreground:"#D19A66",token:"meta.function.parameters.python"},{foreground:"#ABB2BF",token:"punctuation.separator.annotation.python"},{foreground:"#ABB2BF",token:"punctuation.separator.parameters.python"},{foreground:"#E06C75",token:"entity.name.variable.field.cs"},{foreground:"#ABB2BF",token:"source.cs keyword.operator"},{foreground:"#ABB2BF",token:"variable.other.readwrite.cs"},{foreground:"#ABB2BF",token:"variable.other.object.cs"},{foreground:"#ABB2BF",token:"variable.other.object.property.cs"},{foreground:"#61AFEF",token:"entity.name.variable.property.cs"},{foreground:"#E5C07B",token:"storage.type.cs"},{foreground:"#C678DD",token:"keyword.other.unsafe.rust"},{foreground:"#56B6C2",token:"entity.name.type.rust"},{foreground:"#ABB2BF",token:"storage.modifier.lifetime.rust"},{foreground:"#D19A66",token:"entity.name.lifetime.rust"},{foreground:"#56B6C2",token:"storage.type.core.rust"},{foreground:"#D19A66",token:"meta.attribute.rust"},{foreground:"#56B6C2",token:"storage.class.std.rust"},{foreground:"#ABB2BF",token:"markup.raw.block.markdown"},{foreground:"#E06C75",token:"punctuation.definition.variable.shell"},{foreground:"#ABB2BF",token:"support.constant.property-value.css"},{foreground:"#D19A66",token:"punctuation.definition.constant.css"},{foreground:"#E06C75",token:"punctuation.separator.key-value.scss"},{foreground:"#D19A66",token:"punctuation.definition.constant.scss"},{foreground:"#ABB2BF",token:"meta.property-list.scss punctuation.separator.key-value.scss"},{foreground:"#E5C07B",token:"storage.type.primitive.array.java"},{foreground:"#E06C75",token:"entity.name.section.markdown"},{foreground:"#E06C75",token:"punctuation.definition.heading.markdown"},{foreground:"#ABB2BF",token:"markup.heading.setext"},{foreground:"#D19A66",token:"punctuation.definition.bold.markdown"},{foreground:"#98C379",token:"markup.inline.raw.markdown"},{foreground:"#E06C75",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#5C6370",fontStyle:"italic",token:"markup.quote.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.string.begin.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.string.end.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.metadata.markdown"},{foreground:"#C678DD",token:"punctuation.definition.metadata.markdown"},{foreground:"#C678DD",token:"markup.underline.link.markdown"},{foreground:"#C678DD",token:"markup.underline.link.image.markdown"},{foreground:"#61AFEF",token:"string.other.link.title.markdown"},{foreground:"#61AFEF",token:"string.other.link.description.markdown"},{foreground:"#E06C75",token:"punctuation.separator.variable.ruby"},{foreground:"#D19A66",token:"variable.other.constant.ruby"},{foreground:"#98C379",token:"keyword.operator.other.ruby"},{foreground:"#E06C75",token:"punctuation.definition.variable.php"},{foreground:"#ABB2BF",token:"meta.class.php"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#abb2bf"}],LE=[],$E={inherit:IE,base:OE,colors:RE,rules:ME,encodedTokensColors:LE},NE=!1,HE="vs-dark",PE={"activityBar.background":"#07090f","activityBar.foreground":"#86a5ff","activityBar.inactiveForeground":"#576dafc5","activityBarBadge.background":"#86a5ff","activityBarBadge.foreground":"#07090f","badge.background":"#86a5ff","badge.foreground":"#07090f","breadcrumb.activeSelectionForeground":"#86a5ff","breadcrumb.focusForeground":"#576daf","breadcrumb.foreground":"#576dafa6","breadcrumbPicker.background":"#07090f","button.background":"#86a5ff","button.foreground":"#07090f","button.hoverBackground":"#a8beff",descriptionForeground:"#576daf79","diffEditor.diagonalFill":"#15182b","diffEditor.insertedTextBackground":"#64d3892c","diffEditor.removedTextBackground":"#dd50742c","dropdown.background":"#15182b","dropdown.foreground":"#c7d5ff99","editor.background":"#07090f","editor.findMatchBackground":"#576daf","editor.findMatchHighlightBackground":"#262e47","editor.inactiveSelectionBackground":"#262e47be","editor.selectionBackground":"#262e47","editor.selectionHighlightBackground":"#262e47","editor.wordHighlightBackground":"#262e47","editor.wordHighlightStrongBackground":"#262e47","editorCodeLens.foreground":"#262e47","editorCursor.background":"#01030b","editorCursor.foreground":"#86a5ff","editorGroup.background":"#07090f","editorGroup.border":"#15182b","editorGroup.dropBackground":"#0c0e19","editorGroup.emptyBackground":"#07090f","editorGroupHeader.tabsBackground":"#07090f","editorLineNumber.activeForeground":"#576dafd8","editorLineNumber.foreground":"#262e47bb","editorWidget.background":"#15182b","editorWidget.border":"#576daf","extensionButton.prominentBackground":"#c7d5ff","extensionButton.prominentForeground":"#07090f",focusBorder:"#262e47",foreground:"#576daf","gitDecoration.addedResourceForeground":"#64d389fd","gitDecoration.deletedResourceForeground":"#dd5074","gitDecoration.ignoredResourceForeground":"#576daf90","gitDecoration.modifiedResourceForeground":"#c778db","gitDecoration.untrackedResourceForeground":"#576daf90","icon.foreground":"#576daf","input.background":"#15182b","input.foreground":"#86a5ff","inputOption.activeForeground":"#86a5ff","inputValidation.errorBackground":"#dd5073","inputValidation.errorBorder":"#dd5073","inputValidation.errorForeground":"#07090f","list.activeSelectionBackground":"#000000","list.activeSelectionForeground":"#86a5ff","list.dropBackground":"#000000","list.errorForeground":"#dd5074","list.focusBackground":"#01030b","list.focusForeground":"#86a5ff","list.highlightForeground":"#a8beff","list.hoverBackground":"#000000","list.hoverForeground":"#a8beff","list.inactiveFocusBackground":"#01030b","list.inactiveSelectionBackground":"#000000","list.inactiveSelectionForeground":"#86a5ff","list.warningForeground":"#e6db7f","notificationCenterHeader.background":"#15182b","notifications.background":"#15182b","panel.border":"#15182b","panelTitle.activeBorder":"#86a5ff","panelTitle.activeForeground":"#c7d5ff","panelTitle.inactiveForeground":"#576daf","peekViewTitle.background":"#262e47","quickInput.background":"#0c0e19","scrollbar.shadow":"#01030b","scrollbarSlider.activeBackground":"#576daf","scrollbarSlider.background":"#262e47","scrollbarSlider.hoverBackground":"#576daf","selection.background":"#01030b","sideBar.background":"#07090f","sideBar.border":"#15182b","sideBarSectionHeader.background":"#07090f","sideBarSectionHeader.foreground":"#86a5ff","statusBar.background":"#86a5ff","statusBar.debuggingBackground":"#c778db","statusBar.foreground":"#07090f","tab.activeBackground":"#07090f","tab.activeBorder":"#86a5ff","tab.activeForeground":"#c7d5ff","tab.border":"#07090f","tab.inactiveBackground":"#07090f","tab.inactiveForeground":"#576dafd8","terminal.ansiBrightRed":"#dd5073","terminal.ansiGreen":"#63eb90","terminal.ansiRed":"#dd5073","terminal.foreground":"#a8beff","textLink.foreground":"#86a5ff","titleBar.activeBackground":"#07090f","titleBar.activeForeground":"#86a5ff","titleBar.inactiveBackground":"#07090f","tree.indentGuidesStroke":"#576daf","widget.shadow":"#01030b"},_E=[{foreground:"#546E7A",fontStyle:"italic",token:"comment"},{foreground:"#546E7A",fontStyle:"italic",token:"punctuation.definition.comment"},{foreground:"#EEFFFF",token:"variable"},{foreground:"#EEFFFF",token:"string constant.other.placeholder"},{foreground:"#FFFFFF",token:"constant.other.color"},{foreground:"#FF5370",token:"invalid"},{foreground:"#FF5370",token:"invalid.illegal"},{foreground:"#C792EA",token:"keyword"},{foreground:"#C792EA",token:"storage.type"},{foreground:"#C792EA",token:"storage.modifier"},{foreground:"#89DDFF",token:"keyword.control"},{foreground:"#89DDFF",token:"constant.other.color"},{foreground:"#89DDFF",token:"punctuation"},{foreground:"#89DDFF",token:"meta.tag"},{foreground:"#89DDFF",token:"punctuation.definition.tag"},{foreground:"#89DDFF",token:"punctuation.separator.inheritance.php"},{foreground:"#89DDFF",token:"punctuation.definition.tag.html"},{foreground:"#89DDFF",token:"punctuation.definition.tag.begin.html"},{foreground:"#89DDFF",token:"punctuation.definition.tag.end.html"},{foreground:"#89DDFF",token:"punctuation.section.embedded"},{foreground:"#89DDFF",token:"keyword.other.template"},{foreground:"#89DDFF",token:"keyword.other.substitution"},{foreground:"#F07178",token:"entity.name.tag"},{foreground:"#F07178",token:"meta.tag.sgml"},{foreground:"#F07178",token:"markup.deleted.git_gutter"},{foreground:"#82AAFF",token:"entity.name.function"},{foreground:"#82AAFF",token:"meta.function-call"},{foreground:"#82AAFF",token:"variable.function"},{foreground:"#82AAFF",token:"support.function"},{foreground:"#82AAFF",token:"keyword.other.special-method"},{foreground:"#F07178",token:"meta.block variable.other"},{foreground:"#F07178",token:"support.other.variable"},{foreground:"#F07178",token:"string.other.link"},{foreground:"#F78C6C",token:"constant.numeric"},{foreground:"#F78C6C",token:"constant.language"},{foreground:"#F78C6C",token:"support.constant"},{foreground:"#F78C6C",token:"constant.character"},{foreground:"#F78C6C",token:"constant.escape"},{foreground:"#F78C6C",token:"variable.parameter"},{foreground:"#F78C6C",token:"keyword.other.unit"},{foreground:"#F78C6C",token:"keyword.other"},{foreground:"#C3E88D",token:"string"},{foreground:"#C3E88D",token:"constant.other.symbol"},{foreground:"#C3E88D",token:"constant.other.key"},{foreground:"#C3E88D",token:"entity.other.inherited-class"},{foreground:"#C3E88D",token:"markup.heading"},{foreground:"#C3E88D",token:"markup.inserted.git_gutter"},{foreground:"#C3E88D",token:"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"},{foreground:"#FFCB6B",token:"entity.name"},{foreground:"#FFCB6B",token:"support.type"},{foreground:"#FFCB6B",token:"support.class"},{foreground:"#FFCB6B",token:"support.orther.namespace.use.php"},{foreground:"#FFCB6B",token:"meta.use.php"},{foreground:"#FFCB6B",token:"support.other.namespace.php"},{foreground:"#FFCB6B",token:"markup.changed.git_gutter"},{foreground:"#FFCB6B",token:"support.type.sys-types"},{foreground:"#B2CCD6",token:"support.type"},{foreground:"#B2CCD6",token:"source.css support.type.property-name"},{foreground:"#B2CCD6",token:"source.sass support.type.property-name"},{foreground:"#B2CCD6",token:"source.scss support.type.property-name"},{foreground:"#B2CCD6",token:"source.less support.type.property-name"},{foreground:"#B2CCD6",token:"source.stylus support.type.property-name"},{foreground:"#B2CCD6",token:"source.postcss support.type.property-name"},{foreground:"#FF5370",token:"entity.name.module.js"},{foreground:"#FF5370",token:"variable.import.parameter.js"},{foreground:"#FF5370",token:"variable.other.class.js"},{foreground:"#FF5370",fontStyle:"italic",token:"variable.language"},{foreground:"#82AAFF",fontStyle:"italic",token:"entity.name.method.js"},{foreground:"#82AAFF",token:"meta.class-method.js entity.name.function.js"},{foreground:"#82AAFF",token:"variable.function.constructor"},{foreground:"#C792EA",token:"entity.other.attribute-name"},{foreground:"#FFCB6B",fontStyle:"italic",token:"text.html.basic entity.other.attribute-name.html"},{foreground:"#FFCB6B",fontStyle:"italic",token:"text.html.basic entity.other.attribute-name"},{foreground:"#FFCB6B",token:"entity.other.attribute-name.class"},{foreground:"#82AAFF",token:"source.sass keyword.control"},{foreground:"#C3E88D",token:"markup.inserted"},{foreground:"#FF5370",token:"markup.deleted"},{foreground:"#C792EA",token:"markup.changed"},{foreground:"#89DDFF",token:"string.regexp"},{foreground:"#89DDFF",token:"constant.character.escape"},{fontStyle:"underline",token:"*url*"},{fontStyle:"underline",token:"*link*"},{fontStyle:"underline",token:"*uri*"},{foreground:"#82AAFF",fontStyle:"italic",token:"tag.decorator.js entity.name.tag.js"},{foreground:"#82AAFF",fontStyle:"italic",token:"tag.decorator.js punctuation.definition.tag.js"},{foreground:"#FF5370",fontStyle:"italic",token:"source.js constant.other.object.key.js string.unquoted.label.js"},{foreground:"#C792EA",token:"source.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#FFCB6B",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#F78C6C",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#FF5370",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#C17E70",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#82AAFF",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#F07178",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#C792EA",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#C3E88D",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#EEFFFF",token:"text.html.markdown"},{foreground:"#EEFFFF",token:"punctuation.definition.list_item.markdown"},{foreground:"#C792EA",token:"text.html.markdown markup.inline.raw.markdown"},{foreground:"#65737E",token:"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"},{foreground:"#C3E88D",token:"markdown.heading"},{foreground:"#C3E88D",token:"markup.heading | markup.heading entity.name"},{foreground:"#C3E88D",token:"markup.heading.markdown punctuation.definition.heading.markdown"},{foreground:"#F07178",fontStyle:"italic",token:"markup.italic"},{foreground:"#F07178",fontStyle:"bold",token:"markup.bold"},{foreground:"#F07178",fontStyle:"bold",token:"markup.bold string"},{foreground:"#F07178",fontStyle:"bold",token:"markup.bold markup.italic"},{foreground:"#F07178",fontStyle:"bold",token:"markup.italic markup.bold"},{foreground:"#F07178",fontStyle:"bold",token:"markup.quote markup.bold"},{foreground:"#F07178",fontStyle:"bold",token:"markup.bold markup.italic string"},{foreground:"#F07178",fontStyle:"bold",token:"markup.italic markup.bold string"},{foreground:"#F07178",fontStyle:"bold",token:"markup.quote markup.bold string"},{foreground:"#F78C6C",fontStyle:"underline",token:"markup.underline"},{foreground:"#65737E",token:"markup.quote punctuation.definition.blockquote.markdown"},{fontStyle:"italic",token:"markup.quote"},{foreground:"#82AAFF",token:"string.other.link.title.markdown"},{foreground:"#C792EA",token:"string.other.link.description.title.markdown"},{foreground:"#FFCB6B",token:"constant.other.reference.link.markdown"},{foreground:"#C792EA",token:"markup.raw.block"},{foreground:"#00000050",token:"markup.raw.block.fenced.markdown"},{foreground:"#00000050",token:"punctuation.definition.fenced.markdown"},{foreground:"#EEFFFF",token:"markup.raw.block.fenced.markdown"},{foreground:"#EEFFFF",token:"variable.language.fenced.markdown"},{foreground:"#EEFFFF",token:"punctuation.section.class.end"},{foreground:"#65737E",token:"variable.language.fenced.markdown"},{foreground:"#65737E",fontStyle:"bold",token:"meta.separator"},{foreground:"#EEFFFF",token:"markup.table"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],WE=[],VE={inherit:NE,base:HE,colors:PE,rules:_E,encodedTokensColors:WE},GE=!1,UE="vs-dark",zE={"activityBar.activeBorder":"#e6b450","activityBar.background":"#0b0e14","activityBar.border":"#0b0e14","activityBar.foreground":"#565b66cc","activityBar.inactiveForeground":"#565b6699","activityBarBadge.background":"#e6b450","activityBarBadge.foreground":"#734d00","badge.background":"#e6b45033","badge.foreground":"#e6b450","button.background":"#e6b450","button.foreground":"#734d00","button.hoverBackground":"#e1af4b","button.secondaryBackground":"#565b6633","button.secondaryForeground":"#bfbdb6","button.secondaryHoverBackground":"#565b6680","debugConsoleInputIcon.foreground":"#e6b450","debugExceptionWidget.background":"#0f131a","debugExceptionWidget.border":"#1e232b","debugIcon.breakpointDisabledForeground":"#f2966880","debugIcon.breakpointForeground":"#f29668","debugToolBar.background":"#0f131a",descriptionForeground:"#565b66","diffEditor.diagonalFill":"#1e232b","diffEditor.insertedTextBackground":"#7fd9621f","diffEditor.removedTextBackground":"#f26d781f","dropdown.background":"#0d1017","dropdown.border":"#565b6645","dropdown.foreground":"#565b66","editor.background":"#0b0e14","editor.findMatchBackground":"#6c5980","editor.findMatchBorder":"#6c5980","editor.findMatchHighlightBackground":"#6c598066","editor.findMatchHighlightBorder":"#5f4c7266","editor.findRangeHighlightBackground":"#6c598040","editor.foreground":"#bfbdb6","editor.inactiveSelectionBackground":"#409fff21","editor.lineHighlightBackground":"#131721","editor.rangeHighlightBackground":"#6c598033","editor.selectionBackground":"#409fff4d","editor.selectionHighlightBackground":"#7fd96226","editor.selectionHighlightBorder":"#7fd96200","editor.snippetTabstopHighlightBackground":"#7fd96233","editor.wordHighlightBackground":"#73b8ff14","editor.wordHighlightBorder":"#73b8ff80","editor.wordHighlightStrongBackground":"#7fd96214","editor.wordHighlightStrongBorder":"#7fd96280","editorBracketMatch.background":"#6c73804d","editorBracketMatch.border":"#6c73804d","editorCodeLens.foreground":"#acb6bf8c","editorCursor.foreground":"#e6b450","editorError.foreground":"#d95757","editorGroup.background":"#0f131a","editorGroup.border":"#1e232b","editorGroupHeader.noTabsBackground":"#0b0e14","editorGroupHeader.tabsBackground":"#0b0e14","editorGroupHeader.tabsBorder":"#0b0e14","editorGutter.addedBackground":"#7fd962cc","editorGutter.deletedBackground":"#f26d78cc","editorGutter.modifiedBackground":"#73b8ffcc","editorHoverWidget.background":"#0f131a","editorHoverWidget.border":"#1e232b","editorIndentGuide.activeBackground":"#6c738080","editorIndentGuide.background":"#6c738033","editorLineNumber.activeForeground":"#6c7380e6","editorLineNumber.foreground":"#6c738099","editorLink.activeForeground":"#e6b450","editorMarkerNavigation.background":"#0f131a","editorOverviewRuler.addedForeground":"#7fd962","editorOverviewRuler.border":"#1e232b","editorOverviewRuler.bracketMatchForeground":"#6c7380b3","editorOverviewRuler.deletedForeground":"#f26d78","editorOverviewRuler.errorForeground":"#d95757","editorOverviewRuler.findMatchForeground":"#6c5980","editorOverviewRuler.modifiedForeground":"#73b8ff","editorOverviewRuler.warningForeground":"#e6b450","editorOverviewRuler.wordHighlightForeground":"#73b8ff66","editorOverviewRuler.wordHighlightStrongForeground":"#7fd96266","editorRuler.foreground":"#6c738033","editorSuggestWidget.background":"#0f131a","editorSuggestWidget.border":"#1e232b","editorSuggestWidget.highlightForeground":"#e6b450","editorSuggestWidget.selectedBackground":"#47526640","editorWarning.foreground":"#e6b450","editorWhitespace.foreground":"#6c738099","editorWidget.background":"#0f131a","editorWidget.border":"#1e232b",errorForeground:"#d95757","extensionButton.prominentBackground":"#e6b450","extensionButton.prominentForeground":"#734d00","extensionButton.prominentHoverBackground":"#e1af4b",focusBorder:"#e6b450b3",foreground:"#565b66","gitDecoration.conflictingResourceForeground":"#ff0000","gitDecoration.deletedResourceForeground":"#f26d78b3","gitDecoration.ignoredResourceForeground":"#565b6680","gitDecoration.modifiedResourceForeground":"#73b8ffb3","gitDecoration.submoduleResourceForeground":"#d2a6ffb3","gitDecoration.untrackedResourceForeground":"#7fd962b3","icon.foreground":"#565b66","input.background":"#0d1017","input.border":"#565b6645","input.foreground":"#bfbdb6","input.placeholderForeground":"#565b6680","inputOption.activeBackground":"#e6b45033","inputOption.activeBorder":"#e6b4504d","inputOption.activeForeground":"#e6b450","inputValidation.errorBackground":"#0d1017","inputValidation.errorBorder":"#d95757","inputValidation.infoBackground":"#0b0e14","inputValidation.infoBorder":"#39bae6","inputValidation.warningBackground":"#0b0e14","inputValidation.warningBorder":"#ffb454","keybindingLabel.background":"#565b661a","keybindingLabel.border":"#bfbdb61a","keybindingLabel.bottomBorder":"#bfbdb61a","keybindingLabel.foreground":"#bfbdb6","list.activeSelectionBackground":"#47526640","list.activeSelectionForeground":"#bfbdb6","list.deemphasizedForeground":"#d95757","list.errorForeground":"#d95757","list.filterMatchBackground":"#5f4c7266","list.filterMatchBorder":"#6c598066","list.focusBackground":"#47526640","list.focusForeground":"#bfbdb6","list.focusOutline":"#47526640","list.highlightForeground":"#e6b450","list.hoverBackground":"#47526640","list.inactiveSelectionBackground":"#47526633","list.inactiveSelectionForeground":"#565b66","list.invalidItemForeground":"#565b664d","listFilterWidget.background":"#0f131a","listFilterWidget.noMatchesOutline":"#d95757","listFilterWidget.outline":"#e6b450","minimap.background":"#0b0e14","minimap.errorHighlight":"#d95757","minimap.findMatchHighlight":"#6c5980","minimap.selectionHighlight":"#409fff4d","minimapGutter.addedBackground":"#7fd962","minimapGutter.deletedBackground":"#f26d78","minimapGutter.modifiedBackground":"#73b8ff","panel.background":"#0b0e14","panel.border":"#1e232b","panelTitle.activeBorder":"#e6b450","panelTitle.activeForeground":"#bfbdb6","panelTitle.inactiveForeground":"#565b66","peekView.border":"#47526640","peekViewEditor.background":"#0f131a","peekViewEditor.matchHighlightBackground":"#6c598066","peekViewEditor.matchHighlightBorder":"#5f4c7266","peekViewResult.background":"#0f131a","peekViewResult.fileForeground":"#bfbdb6","peekViewResult.lineForeground":"#565b66","peekViewResult.matchHighlightBackground":"#6c598066","peekViewResult.selectionBackground":"#47526640","peekViewTitle.background":"#47526640","peekViewTitleDescription.foreground":"#565b66","peekViewTitleLabel.foreground":"#bfbdb6","pickerGroup.border":"#1e232b","pickerGroup.foreground":"#565b6680","progressBar.background":"#e6b450","scrollbar.shadow":"#1e232b00","scrollbarSlider.activeBackground":"#565b66b3","scrollbarSlider.background":"#565b6666","scrollbarSlider.hoverBackground":"#565b6699","selection.background":"#409fff4d","settings.headerForeground":"#bfbdb6","settings.modifiedItemIndicator":"#73b8ff","sideBar.background":"#0b0e14","sideBar.border":"#0b0e14","sideBarSectionHeader.background":"#0b0e14","sideBarSectionHeader.border":"#0b0e14","sideBarSectionHeader.foreground":"#565b66","sideBarTitle.foreground":"#565b66","statusBar.background":"#0b0e14","statusBar.border":"#0b0e14","statusBar.debuggingBackground":"#f29668","statusBar.debuggingForeground":"#0d1017","statusBar.foreground":"#565b66","statusBar.noFolderBackground":"#0f131a","statusBarItem.activeBackground":"#565b6633","statusBarItem.hoverBackground":"#565b6633","statusBarItem.prominentBackground":"#1e232b","statusBarItem.prominentHoverBackground":"#00000030","statusBarItem.remoteBackground":"#e6b450","statusBarItem.remoteForeground":"#734d00","tab.activeBackground":"#0b0e14","tab.activeBorder":"#e6b450","tab.activeForeground":"#bfbdb6","tab.border":"#0b0e14","tab.inactiveBackground":"#0b0e14","tab.inactiveForeground":"#565b66","tab.unfocusedActiveBorder":"#565b66","tab.unfocusedActiveForeground":"#565b66","tab.unfocusedInactiveForeground":"#565b66","terminal.ansiBlack":"#1e232b","terminal.ansiBlue":"#53bdfa","terminal.ansiBrightBlack":"#686868","terminal.ansiBrightBlue":"#59c2ff","terminal.ansiBrightCyan":"#95e6cb","terminal.ansiBrightGreen":"#aad94c","terminal.ansiBrightMagenta":"#d2a6ff","terminal.ansiBrightRed":"#f07178","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#ffb454","terminal.ansiCyan":"#90e1c6","terminal.ansiGreen":"#7fd962","terminal.ansiMagenta":"#cda1fa","terminal.ansiRed":"#ea6c73","terminal.ansiWhite":"#c7c7c7","terminal.ansiYellow":"#f9af4f","terminal.background":"#0b0e14","terminal.foreground":"#bfbdb6","textBlockQuote.background":"#0f131a","textLink.activeForeground":"#e6b450","textLink.foreground":"#e6b450","textPreformat.foreground":"#bfbdb6","titleBar.activeBackground":"#0b0e14","titleBar.activeForeground":"#bfbdb6","titleBar.border":"#0b0e14","titleBar.inactiveBackground":"#0b0e14","titleBar.inactiveForeground":"#565b66","tree.indentGuidesStroke":"#6c738080","walkThrough.embeddedEditorBackground":"#0f131a","welcomePage.buttonBackground":"#e6b45066","welcomePage.progress.background":"#131721","welcomePage.tileBackground":"#0b0e14","widget.shadow":"#00000080"},YE=[{foreground:"#ACB6BF8C",fontStyle:"italic",token:"comment"},{foreground:"#AAD94C",token:"string"},{foreground:"#AAD94C",token:"constant.other.symbol"},{foreground:"#95E6CB",token:"string.regexp"},{foreground:"#95E6CB",token:"constant.character"},{foreground:"#95E6CB",token:"constant.other"},{foreground:"#D2A6FF",token:"constant.numeric"},{foreground:"#D2A6FF",token:"constant.language"},{foreground:"#BFBDB6",token:"variable"},{foreground:"#BFBDB6",token:"variable.parameter.function-call"},{foreground:"#F07178",token:"variable.member"},{foreground:"#39BAE6",fontStyle:"italic",token:"variable.language"},{foreground:"#FF8F40",token:"storage"},{foreground:"#FF8F40",token:"keyword"},{foreground:"#F29668",token:"keyword.operator"},{foreground:"#BFBDB6B3",token:"punctuation.separator"},{foreground:"#BFBDB6B3",token:"punctuation.terminator"},{foreground:"#BFBDB6",token:"punctuation.section"},{foreground:"#F29668",token:"punctuation.accessor"},{foreground:"#FF8F40",token:"punctuation.definition.template-expression"},{foreground:"#FF8F40",token:"punctuation.section.embedded"},{foreground:"#BFBDB6",token:"meta.embedded"},{foreground:"#59C2FF",token:"source.java storage.type"},{foreground:"#59C2FF",token:"source.haskell storage.type"},{foreground:"#59C2FF",token:"source.c storage.type"},{foreground:"#39BAE6",token:"entity.other.inherited-class"},{foreground:"#FF8F40",token:"storage.type.function"},{foreground:"#39BAE6",token:"source.java storage.type.primitive"},{foreground:"#FFB454",token:"entity.name.function"},{foreground:"#D2A6FF",token:"variable.parameter"},{foreground:"#D2A6FF",token:"meta.parameter"},{foreground:"#FFB454",token:"variable.function"},{foreground:"#FFB454",token:"variable.annotation"},{foreground:"#FFB454",token:"meta.function-call.generic"},{foreground:"#FFB454",token:"support.function.go"},{foreground:"#F07178",token:"support.function"},{foreground:"#F07178",token:"support.macro"},{foreground:"#AAD94C",token:"entity.name.import"},{foreground:"#AAD94C",token:"entity.name.package"},{foreground:"#59C2FF",token:"entity.name"},{foreground:"#39BAE6",token:"entity.name.tag"},{foreground:"#39BAE6",token:"meta.tag.sgml"},{foreground:"#59C2FF",token:"support.class.component"},{foreground:"#39BAE680",token:"punctuation.definition.tag.end"},{foreground:"#39BAE680",token:"punctuation.definition.tag.begin"},{foreground:"#39BAE680",token:"punctuation.definition.tag"},{foreground:"#FFB454",token:"entity.other.attribute-name"},{foreground:"#F29668",fontStyle:"italic",token:"support.constant"},{foreground:"#39BAE6",token:"support.type"},{foreground:"#39BAE6",token:"support.class"},{foreground:"#39BAE6",token:"source.go storage.type"},{foreground:"#E6B673",token:"meta.decorator variable.other"},{foreground:"#E6B673",token:"meta.decorator punctuation.decorator"},{foreground:"#E6B673",token:"storage.type.annotation"},{foreground:"#D95757",token:"invalid"},{foreground:"#C594C5",token:"meta.diff"},{foreground:"#C594C5",token:"meta.diff.header"},{foreground:"#FFB454",token:"source.ruby variable.other.readwrite"},{foreground:"#59C2FF",token:"source.css entity.name.tag"},{foreground:"#59C2FF",token:"source.sass entity.name.tag"},{foreground:"#59C2FF",token:"source.scss entity.name.tag"},{foreground:"#59C2FF",token:"source.less entity.name.tag"},{foreground:"#59C2FF",token:"source.stylus entity.name.tag"},{foreground:"#ACB6BF8C",token:"source.css support.type"},{foreground:"#ACB6BF8C",token:"source.sass support.type"},{foreground:"#ACB6BF8C",token:"source.scss support.type"},{foreground:"#ACB6BF8C",token:"source.less support.type"},{foreground:"#ACB6BF8C",token:"source.stylus support.type"},{foreground:"#39BAE6",fontStyle:"normal",token:"support.type.property-name"},{foreground:"#ACB6BF8C",token:"constant.numeric.line-number.find-in-files - match"},{foreground:"#FF8F40",token:"constant.numeric.line-number.match"},{foreground:"#AAD94C",token:"entity.name.filename.find-in-files"},{foreground:"#D95757",token:"message.error"},{foreground:"#AAD94C",fontStyle:"bold",token:"markup.heading"},{foreground:"#AAD94C",fontStyle:"bold",token:"markup.heading entity.name"},{foreground:"#39BAE6",token:"markup.underline.link"},{foreground:"#39BAE6",token:"string.other.link"},{foreground:"#F07178",fontStyle:"italic",token:"markup.italic"},{foreground:"#F07178",fontStyle:"bold",token:"markup.bold"},{fontStyle:"bold italic",token:"markup.italic markup.bold"},{fontStyle:"bold italic",token:"markup.bold markup.italic"},{background:"#BFBDB605",token:"markup.raw"},{background:"#BFBDB60F",token:"markup.raw.inline"},{foreground:"#ACB6BF8C",background:"#BFBDB60F",fontStyle:"bold",token:"meta.separator"},{foreground:"#95E6CB",fontStyle:"italic",token:"markup.quote"},{foreground:"#FFB454",token:"markup.list punctuation.definition.list.begin"},{foreground:"#7FD962",token:"markup.inserted"},{foreground:"#73B8FF",token:"markup.changed"},{foreground:"#F26D78",token:"markup.deleted"},{foreground:"#E6B673",token:"markup.strike"},{foreground:"#39BAE6",background:"#BFBDB60F",token:"markup.table"},{foreground:"#F29668",token:"text.html.markdown markup.inline.raw"},{foreground:"#ACB6BF8C",background:"#ACB6BF8C",token:"text.html.markdown meta.dummy.line-break"},{foreground:"#ACB6BF8C",background:"#BFBDB6",token:"punctuation.definition.markdown"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#bfbdb6"}],qE=[],ZE={inherit:GE,base:UE,colors:zE,rules:YE,encodedTokensColors:qE},KE=!1,JE="vs-dark",XE={"activityBar.activeBorder":"#ffaa33","activityBar.background":"#f8f9fa","activityBar.border":"#f8f9fa","activityBar.foreground":"#8a9199cc","activityBar.inactiveForeground":"#8a919999","activityBarBadge.background":"#ffaa33","activityBarBadge.foreground":"#f8f9fa","badge.background":"#ffaa3333","badge.foreground":"#f4a028","button.background":"#ffaa33","button.foreground":"#804a00","button.hoverBackground":"#f9a52e","button.secondaryBackground":"#8a919933","button.secondaryForeground":"#5c6166","button.secondaryHoverBackground":"#8a919980","debugConsoleInputIcon.foreground":"#ffaa33","debugExceptionWidget.background":"#f3f4f5","debugExceptionWidget.border":"#6b7d8f1f","debugIcon.breakpointDisabledForeground":"#ed936680","debugIcon.breakpointForeground":"#ed9366","debugToolBar.background":"#f3f4f5",descriptionForeground:"#8a9199","diffEditor.diagonalFill":"#6b7d8f1f","diffEditor.insertedTextBackground":"#6cbf431f","diffEditor.removedTextBackground":"#ff73831f","dropdown.background":"#fcfcfc","dropdown.border":"#8a919945","dropdown.foreground":"#8a9199","editor.background":"#f8f9fa","editor.findMatchBackground":"#ecd9ff","editor.findMatchBorder":"#ecd9ff","editor.findMatchHighlightBackground":"#ecd9ff73","editor.findMatchHighlightBorder":"#ddcaef73","editor.findRangeHighlightBackground":"#ecd9ff40","editor.foreground":"#5c6166","editor.inactiveSelectionBackground":"#035bd612","editor.lineHighlightBackground":"#8a91991a","editor.rangeHighlightBackground":"#ecd9ff33","editor.selectionBackground":"#035bd626","editor.selectionHighlightBackground":"#6cbf4326","editor.selectionHighlightBorder":"#6cbf4300","editor.snippetTabstopHighlightBackground":"#6cbf4333","editor.wordHighlightBackground":"#478acc14","editor.wordHighlightBorder":"#478acc80","editor.wordHighlightStrongBackground":"#6cbf4314","editor.wordHighlightStrongBorder":"#6cbf4380","editorBracketMatch.background":"#8a91994d","editorBracketMatch.border":"#8a91994d","editorCodeLens.foreground":"#787b8099","editorCursor.foreground":"#ffaa33","editorError.foreground":"#e65050","editorGroup.background":"#f3f4f5","editorGroup.border":"#6b7d8f1f","editorGroupHeader.noTabsBackground":"#f8f9fa","editorGroupHeader.tabsBackground":"#f8f9fa","editorGroupHeader.tabsBorder":"#f8f9fa","editorGutter.addedBackground":"#6cbf43cc","editorGutter.deletedBackground":"#ff7383cc","editorGutter.modifiedBackground":"#478acccc","editorHoverWidget.background":"#f3f4f5","editorHoverWidget.border":"#6b7d8f1f","editorIndentGuide.activeBackground":"#8a919959","editorIndentGuide.background":"#8a91992e","editorLineNumber.activeForeground":"#8a9199cc","editorLineNumber.foreground":"#8a919966","editorLink.activeForeground":"#ffaa33","editorMarkerNavigation.background":"#f3f4f5","editorOverviewRuler.addedForeground":"#6cbf43","editorOverviewRuler.border":"#6b7d8f1f","editorOverviewRuler.bracketMatchForeground":"#8a9199b3","editorOverviewRuler.deletedForeground":"#ff7383","editorOverviewRuler.errorForeground":"#e65050","editorOverviewRuler.findMatchForeground":"#ecd9ff","editorOverviewRuler.modifiedForeground":"#478acc","editorOverviewRuler.warningForeground":"#ffaa33","editorOverviewRuler.wordHighlightForeground":"#478acc66","editorOverviewRuler.wordHighlightStrongForeground":"#6cbf4366","editorRuler.foreground":"#8a91992e","editorSuggestWidget.background":"#f3f4f5","editorSuggestWidget.border":"#6b7d8f1f","editorSuggestWidget.highlightForeground":"#ffaa33","editorSuggestWidget.selectedBackground":"#56728f1f","editorWarning.foreground":"#ffaa33","editorWhitespace.foreground":"#8a919966","editorWidget.background":"#f3f4f5","editorWidget.border":"#6b7d8f1f",errorForeground:"#e65050","extensionButton.prominentBackground":"#ffaa33","extensionButton.prominentForeground":"#804a00","extensionButton.prominentHoverBackground":"#f9a52e",focusBorder:"#ffaa33b3",foreground:"#8a9199","gitDecoration.conflictingResourceForeground":"#ff0000","gitDecoration.deletedResourceForeground":"#ff7383b3","gitDecoration.ignoredResourceForeground":"#8a919980","gitDecoration.modifiedResourceForeground":"#478accb3","gitDecoration.submoduleResourceForeground":"#a37accb3","gitDecoration.untrackedResourceForeground":"#6cbf43b3","icon.foreground":"#8a9199","input.background":"#fcfcfc","input.border":"#8a919945","input.foreground":"#5c6166","input.placeholderForeground":"#8a919980","inputOption.activeBackground":"#ffaa3333","inputOption.activeBorder":"#f4a0284d","inputOption.activeForeground":"#f4a028","inputValidation.errorBackground":"#fcfcfc","inputValidation.errorBorder":"#e65050","inputValidation.infoBackground":"#f8f9fa","inputValidation.infoBorder":"#55b4d4","inputValidation.warningBackground":"#f8f9fa","inputValidation.warningBorder":"#f2ae49","keybindingLabel.background":"#8a91991a","keybindingLabel.border":"#5c61661a","keybindingLabel.bottomBorder":"#5c61661a","keybindingLabel.foreground":"#5c6166","list.activeSelectionBackground":"#56728f1f","list.activeSelectionForeground":"#5c6166","list.deemphasizedForeground":"#e65050","list.errorForeground":"#e65050","list.filterMatchBackground":"#ddcaef73","list.filterMatchBorder":"#ecd9ff73","list.focusBackground":"#56728f1f","list.focusForeground":"#5c6166","list.focusOutline":"#56728f1f","list.highlightForeground":"#ffaa33","list.hoverBackground":"#56728f1f","list.inactiveSelectionBackground":"#6b7d8f1f","list.inactiveSelectionForeground":"#8a9199","list.invalidItemForeground":"#8a91994d","listFilterWidget.background":"#f3f4f5","listFilterWidget.noMatchesOutline":"#e65050","listFilterWidget.outline":"#ffaa33","minimap.background":"#f8f9fa","minimap.errorHighlight":"#e65050","minimap.findMatchHighlight":"#ecd9ff","minimap.selectionHighlight":"#035bd626","minimapGutter.addedBackground":"#6cbf43","minimapGutter.deletedBackground":"#ff7383","minimapGutter.modifiedBackground":"#478acc","panel.background":"#f8f9fa","panel.border":"#6b7d8f1f","panelTitle.activeBorder":"#ffaa33","panelTitle.activeForeground":"#5c6166","panelTitle.inactiveForeground":"#8a9199","peekView.border":"#56728f1f","peekViewEditor.background":"#f3f4f5","peekViewEditor.matchHighlightBackground":"#ecd9ff73","peekViewEditor.matchHighlightBorder":"#ddcaef73","peekViewResult.background":"#f3f4f5","peekViewResult.fileForeground":"#5c6166","peekViewResult.lineForeground":"#8a9199","peekViewResult.matchHighlightBackground":"#ecd9ff73","peekViewResult.selectionBackground":"#56728f1f","peekViewTitle.background":"#56728f1f","peekViewTitleDescription.foreground":"#8a9199","peekViewTitleLabel.foreground":"#5c6166","pickerGroup.border":"#6b7d8f1f","pickerGroup.foreground":"#8a919980","progressBar.background":"#ffaa33","scrollbar.shadow":"#6b7d8f00","scrollbarSlider.activeBackground":"#8a9199b3","scrollbarSlider.background":"#8a919966","scrollbarSlider.hoverBackground":"#8a919999","selection.background":"#035bd626","settings.headerForeground":"#5c6166","settings.modifiedItemIndicator":"#478acc","sideBar.background":"#f8f9fa","sideBar.border":"#f8f9fa","sideBarSectionHeader.background":"#f8f9fa","sideBarSectionHeader.border":"#f8f9fa","sideBarSectionHeader.foreground":"#8a9199","sideBarTitle.foreground":"#8a9199","statusBar.background":"#f8f9fa","statusBar.border":"#f8f9fa","statusBar.debuggingBackground":"#ed9366","statusBar.debuggingForeground":"#fcfcfc","statusBar.foreground":"#8a9199","statusBar.noFolderBackground":"#f3f4f5","statusBarItem.activeBackground":"#8a919933","statusBarItem.hoverBackground":"#8a919933","statusBarItem.prominentBackground":"#6b7d8f1f","statusBarItem.prominentHoverBackground":"#00000030","statusBarItem.remoteBackground":"#ffaa33","statusBarItem.remoteForeground":"#804a00","tab.activeBackground":"#f8f9fa","tab.activeBorder":"#ffaa33","tab.activeForeground":"#5c6166","tab.border":"#f8f9fa","tab.inactiveBackground":"#f8f9fa","tab.inactiveForeground":"#8a9199","tab.unfocusedActiveBorder":"#8a9199","tab.unfocusedActiveForeground":"#8a9199","tab.unfocusedInactiveForeground":"#8a9199","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#3199e1","terminal.ansiBrightBlack":"#686868","terminal.ansiBrightBlue":"#399ee6","terminal.ansiBrightCyan":"#4cbf99","terminal.ansiBrightGreen":"#86b300","terminal.ansiBrightMagenta":"#a37acc","terminal.ansiBrightRed":"#f07171","terminal.ansiBrightWhite":"#d1d1d1","terminal.ansiBrightYellow":"#f2ae49","terminal.ansiCyan":"#46ba94","terminal.ansiGreen":"#6cbf43","terminal.ansiMagenta":"#9e75c7","terminal.ansiRed":"#ea6c6d","terminal.ansiWhite":"#c7c7c7","terminal.ansiYellow":"#eca944","terminal.background":"#f8f9fa","terminal.foreground":"#5c6166","textBlockQuote.background":"#f3f4f5","textLink.activeForeground":"#ffaa33","textLink.foreground":"#ffaa33","textPreformat.foreground":"#5c6166","titleBar.activeBackground":"#f8f9fa","titleBar.activeForeground":"#5c6166","titleBar.border":"#f8f9fa","titleBar.inactiveBackground":"#f8f9fa","titleBar.inactiveForeground":"#8a9199","tree.indentGuidesStroke":"#8a919959","walkThrough.embeddedEditorBackground":"#f3f4f5","welcomePage.buttonBackground":"#ffaa3366","welcomePage.progress.background":"#8a91991a","welcomePage.tileBackground":"#f8f9fa","widget.shadow":"#00000026"},QE=[{foreground:"#787B8099",fontStyle:"italic",token:"comment"},{foreground:"#86B300",token:"string"},{foreground:"#86B300",token:"constant.other.symbol"},{foreground:"#4CBF99",token:"string.regexp"},{foreground:"#4CBF99",token:"constant.character"},{foreground:"#4CBF99",token:"constant.other"},{foreground:"#A37ACC",token:"constant.numeric"},{foreground:"#A37ACC",token:"constant.language"},{foreground:"#5C6166",token:"variable"},{foreground:"#5C6166",token:"variable.parameter.function-call"},{foreground:"#F07171",token:"variable.member"},{foreground:"#55B4D4",fontStyle:"italic",token:"variable.language"},{foreground:"#FA8D3E",token:"storage"},{foreground:"#FA8D3E",token:"keyword"},{foreground:"#ED9366",token:"keyword.operator"},{foreground:"#5C6166B3",token:"punctuation.separator"},{foreground:"#5C6166B3",token:"punctuation.terminator"},{foreground:"#5C6166",token:"punctuation.section"},{foreground:"#ED9366",token:"punctuation.accessor"},{foreground:"#FA8D3E",token:"punctuation.definition.template-expression"},{foreground:"#FA8D3E",token:"punctuation.section.embedded"},{foreground:"#5C6166",token:"meta.embedded"},{foreground:"#399EE6",token:"source.java storage.type"},{foreground:"#399EE6",token:"source.haskell storage.type"},{foreground:"#399EE6",token:"source.c storage.type"},{foreground:"#55B4D4",token:"entity.other.inherited-class"},{foreground:"#FA8D3E",token:"storage.type.function"},{foreground:"#55B4D4",token:"source.java storage.type.primitive"},{foreground:"#F2AE49",token:"entity.name.function"},{foreground:"#A37ACC",token:"variable.parameter"},{foreground:"#A37ACC",token:"meta.parameter"},{foreground:"#F2AE49",token:"variable.function"},{foreground:"#F2AE49",token:"variable.annotation"},{foreground:"#F2AE49",token:"meta.function-call.generic"},{foreground:"#F2AE49",token:"support.function.go"},{foreground:"#F07171",token:"support.function"},{foreground:"#F07171",token:"support.macro"},{foreground:"#86B300",token:"entity.name.import"},{foreground:"#86B300",token:"entity.name.package"},{foreground:"#399EE6",token:"entity.name"},{foreground:"#55B4D4",token:"entity.name.tag"},{foreground:"#55B4D4",token:"meta.tag.sgml"},{foreground:"#399EE6",token:"support.class.component"},{foreground:"#55B4D480",token:"punctuation.definition.tag.end"},{foreground:"#55B4D480",token:"punctuation.definition.tag.begin"},{foreground:"#55B4D480",token:"punctuation.definition.tag"},{foreground:"#F2AE49",token:"entity.other.attribute-name"},{foreground:"#ED9366",fontStyle:"italic",token:"support.constant"},{foreground:"#55B4D4",token:"support.type"},{foreground:"#55B4D4",token:"support.class"},{foreground:"#55B4D4",token:"source.go storage.type"},{foreground:"#E6BA7E",token:"meta.decorator variable.other"},{foreground:"#E6BA7E",token:"meta.decorator punctuation.decorator"},{foreground:"#E6BA7E",token:"storage.type.annotation"},{foreground:"#E65050",token:"invalid"},{foreground:"#C594C5",token:"meta.diff"},{foreground:"#C594C5",token:"meta.diff.header"},{foreground:"#F2AE49",token:"source.ruby variable.other.readwrite"},{foreground:"#399EE6",token:"source.css entity.name.tag"},{foreground:"#399EE6",token:"source.sass entity.name.tag"},{foreground:"#399EE6",token:"source.scss entity.name.tag"},{foreground:"#399EE6",token:"source.less entity.name.tag"},{foreground:"#399EE6",token:"source.stylus entity.name.tag"},{foreground:"#787B8099",token:"source.css support.type"},{foreground:"#787B8099",token:"source.sass support.type"},{foreground:"#787B8099",token:"source.scss support.type"},{foreground:"#787B8099",token:"source.less support.type"},{foreground:"#787B8099",token:"source.stylus support.type"},{foreground:"#55B4D4",fontStyle:"normal",token:"support.type.property-name"},{foreground:"#787B8099",token:"constant.numeric.line-number.find-in-files - match"},{foreground:"#FA8D3E",token:"constant.numeric.line-number.match"},{foreground:"#86B300",token:"entity.name.filename.find-in-files"},{foreground:"#E65050",token:"message.error"},{foreground:"#86B300",fontStyle:"bold",token:"markup.heading"},{foreground:"#86B300",fontStyle:"bold",token:"markup.heading entity.name"},{foreground:"#55B4D4",token:"markup.underline.link"},{foreground:"#55B4D4",token:"string.other.link"},{foreground:"#F07171",fontStyle:"italic",token:"markup.italic"},{foreground:"#F07171",fontStyle:"bold",token:"markup.bold"},{fontStyle:"bold italic",token:"markup.italic markup.bold"},{fontStyle:"bold italic",token:"markup.bold markup.italic"},{background:"#5C616605",token:"markup.raw"},{background:"#5C61660F",token:"markup.raw.inline"},{foreground:"#787B8099",background:"#5C61660F",fontStyle:"bold",token:"meta.separator"},{foreground:"#4CBF99",fontStyle:"italic",token:"markup.quote"},{foreground:"#F2AE49",token:"markup.list punctuation.definition.list.begin"},{foreground:"#6CBF43",token:"markup.inserted"},{foreground:"#478ACC",token:"markup.changed"},{foreground:"#FF7383",token:"markup.deleted"},{foreground:"#E6BA7E",token:"markup.strike"},{foreground:"#55B4D4",background:"#5C61660F",token:"markup.table"},{foreground:"#ED9366",token:"text.html.markdown markup.inline.raw"},{foreground:"#787B8099",background:"#787B8099",token:"text.html.markdown meta.dummy.line-break"},{foreground:"#787B8099",background:"#5C6166",token:"punctuation.definition.markdown"},{foreground:"#316BCD",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#CD3131",token:"token.error-token"},{foreground:"#800080",token:"token.debug-token"},{token:"",foreground:"#5c6166"}],ew=[],tw={inherit:KE,base:JE,colors:XE,rules:QE,encodedTokensColors:ew},ow=!1,rw="vs-dark",nw={"activityBar.activeBorder":"#0099e1","activityBar.background":"#f1f1f1","activityBar.foreground":"#383a42","activityBarBadge.background":"#0099e1","activityBarBadge.foreground":"#ffffff","badge.background":"#0099e1","badge.foreground":"#ffffff","breadcrumb.activeSelectionForeground":"#009ae5","breadcrumb.focusForeground":"#383a42","breadcrumb.foreground":"#a0a1a7","button.background":"#0083c0","button.foreground":"#ffffff","button.hoverBackground":"#0099e1","button.secondaryBackground":"#d5d7d8","button.secondaryForeground":"#0083c0","button.secondaryHoverBackground":"#d9dbdc","charts.blue":"#275fe4","charts.green":"#23974a","charts.orange":"#df631c","charts.purple":"#823ff1","charts.red":"#d52753","charts.yellow":"#c5a332","debugConsole.errorForeground":"#d52753","debugConsole.infoForeground":"#275fe4","debugConsole.sourceForeground":"#a0a1a7","debugConsole.warningForeground":"#df631c","debugConsoleInputIcon.foreground":"#0083c0","debugExceptionWidget.background":"#ffcccc","debugExceptionWidget.border":"#ff2e3f","debugIcon.breakpointCurrentStackframeForeground":"#0099e1","debugIcon.breakpointDisabledForeground":"#727378","debugIcon.breakpointForeground":"#d52753","debugIcon.breakpointStackframeForeground":"#23974a","debugIcon.breakpointUnverifiedForeground":"#a05a48","debugIcon.continueForeground":"#23974a","debugIcon.disconnectForeground":"#d52753","debugIcon.pauseForeground":"#a05a48","debugIcon.restartForeground":"#df631c","debugIcon.startForeground":"#23974a","debugIcon.stepBackForeground":"#0098e4","debugIcon.stepIntoForeground":"#0098e4","debugIcon.stepOutForeground":"#0098e4","debugIcon.stepOverForeground":"#0098e4","debugIcon.stopForeground":"#d52753","debugTokenExpression.boolean":"#0098dd","debugTokenExpression.error":"#ff0000","debugTokenExpression.name":"#a05a48","debugTokenExpression.number":"#ce33c0","debugTokenExpression.string":"#c5a332","debugTokenExpression.value":"#383a42","debugToolBar.background":"#eeeeee","debugView.exceptionLabelBackground":"#ff0000","debugView.exceptionLabelForeground":"#f9f9f9","debugView.stateLabelBackground":"#d5d7d8","debugView.stateLabelForeground":"#383a42","debugView.valueChangedHighlight":"#58b8e6","diffEditor.diagonalFill":"#d5d7d8","diffEditor.insertedTextBackground":"#1ef1531f","diffEditor.removedTextBackground":"#f33b5127","dropdown.background":"#e8e8e8","dropdown.border":"#d5d7d8","dropdown.foreground":"#383a42","dropdown.listBackground":"#e8e8e8","editor.background":"#f9f9f9","editor.findMatchBackground":"#99e5c2c5","editor.findMatchBorder":"#f31459","editor.findMatchHighlightBackground":"#99e5c2c5","editor.findRangeHighlightBackground":"#a0a1a72d","editor.focusedStackFrameHighlightBackground":"#43db7644","editor.foldBackground":"#ffffff8c","editor.foreground":"#383a42","editor.hoverHighlightBackground":"#383a4213","editor.lineHighlightBackground":"#f1f1f1","editor.rangeHighlightBackground":"#c1e2faa6","editor.selectionBackground":"#d2ecff","editor.selectionHighlightBackground":"#383a4213","editor.snippetFinalTabstopHighlightBackground":"#a0a1a733","editor.snippetFinalTabstopHighlightBorder":"#a0a1a7","editor.snippetTabstopHighlightBackground":"#a0a1a733","editor.snippetTabstopHighlightBorder":"#a0a1a7","editor.stackFrameHighlightBackground":"#ffc47760","editor.symbolHighlightBackground":"#ce33c12d","editor.wordHighlightBackground":"#afcfff65","editor.wordHighlightStrongBackground":"#e99dd562","editorBracketMatch.background":"#00000000","editorBracketMatch.border":"#7a82da","editorCodeLens.foreground":"#a0a1a7","editorCursor.background":"#f9f9f9","editorCursor.foreground":"#f31459","editorError.background":"#ff00001a","editorError.foreground":"#ff0000","editorGroup.border":"#d5d7d8","editorGroup.dropBackground":"#009ae128","editorGroup.emptyBackground":"#e8e8e8","editorGroup.focusedEmptyBorder":"#0099e1","editorGroupHeader.noTabsBackground":"#e8e8e8","editorGroupHeader.tabsBackground":"#e8e8e8","editorGutter.addedBackground":"#3cbc66","editorGutter.deletedBackground":"#a05a48","editorGutter.modifiedBackground":"#0099e1","editorHint.foreground":"#7a82da","editorIndentGuide.activeBackground":"#c2c4c7","editorIndentGuide.background":"#d5d7d8","editorInfo.background":"#009ae111","editorInfo.foreground":"#0099e1","editorLightBulb.foreground":"#ff8f3a","editorLightBulbAutoFix.foreground":"#ff8f3a","editorLineNumber.activeForeground":"#f31459","editorLineNumber.foreground":"#a0a1a7","editorLink.activeForeground":"#0099e1","editorMarkerNavigation.background":"#f9f9f9","editorOverviewRuler.addedForeground":"#3cbc66","editorOverviewRuler.bracketMatchForeground":"#7a82da","editorOverviewRuler.deletedForeground":"#a05a48","editorOverviewRuler.errorForeground":"#ff0000","editorOverviewRuler.findMatchForeground":"#99e5c2c5","editorOverviewRuler.infoForeground":"#0099e1","editorOverviewRuler.modifiedForeground":"#0099e1","editorOverviewRuler.selectionHighlightForeground":"#8bcdffa7","editorOverviewRuler.warningForeground":"#ff8f3a","editorOverviewRuler.wordHighlightForeground":"#8bcdffa7","editorOverviewRuler.wordHighlightStrongForeground":"#e99dd5b9","editorPane.background":"#eeeeee","editorRuler.foreground":"#d5d7d8","editorWarning.background":"#ff8f3a33","editorWarning.foreground":"#ff8f3a","editorWhitespace.foreground":"#d5d7d8","editorWidget.background":"#e8e8e8","editorWidget.border":"#d5d7d8",errorForeground:"#ff0000","extensionButton.prominentBackground":"#1f8642","extensionButton.prominentForeground":"#ffffff","extensionButton.prominentHoverBackground":"#23974a",focusBorder:"#0099e1",foreground:"#383a42","gitDecoration.addedResourceForeground":"#23974a","gitDecoration.conflictingResourceForeground":"#d52753","gitDecoration.deletedResourceForeground":"#a05a48","gitDecoration.ignoredResourceForeground":"#a0a1a7","gitDecoration.modifiedResourceForeground":"#0099e1","gitDecoration.stageDeletedResourceForeground":"#a05a48","gitDecoration.stageModifiedResourceForeground":"#0099e1","gitDecoration.submoduleResourceForeground":"#823ff1","gitDecoration.untrackedResourceForeground":"#23974a","input.background":"#f9f9f9","input.border":"#d5d7d8","input.foreground":"#383a42","input.placeholderForeground":"#a0a1a7","inputOption.activeBackground":"#d2ecff","inputOption.activeBorder":"#0099e1","inputOption.activeForeground":"#000000","inputValidation.errorBackground":"#ffcccc","inputValidation.errorBorder":"#ff2e3f","inputValidation.infoBackground":"#d2ecff","inputValidation.infoBorder":"#0099e1","inputValidation.warningBackground":"#ffcfab","inputValidation.warningBorder":"#ff8f3a","keybindingLabel.background":"#d2ecff","keybindingLabel.border":"#383a4230","keybindingLabel.bottomBorder":"#383a4230","keybindingLabel.foreground":"#383a42","list.activeSelectionBackground":"#00a7f5","list.activeSelectionForeground":"#ffffff","list.dropBackground":"#d2ecff","list.errorForeground":"#ff0000","list.focusForeground":"#000000","list.highlightForeground":"#0098dd","list.hoverBackground":"#f1f1f1","list.inactiveSelectionBackground":"#f6f6f6","list.warningForeground":"#ff8f3a","listFilterWidget.background":"#99e5c2c5","listFilterWidget.noMatchesOutline":"#ff2e3f","merge.currentContentBackground":"#a05a481c","merge.currentHeaderBackground":"#a05a483b","merge.incomingContentBackground":"#009ae121","merge.incomingHeaderBackground":"#009ae13b","minimap.findMatchHighlight":"#99e5c2c5","notebook.cellBorderColor":"#d5d7d8","notebook.cellHoverBackground":"#bdbbbb21","notebook.cellStatusBarItemHoverBackground":"#f1f1f1","notebook.cellToolbarSeparator":"#d5d7d8","notebook.focusedCellBackground":"#e8e8e8","notebook.focusedCellBorder":"#0099e1","notebook.inactiveFocusedCellBorder":"#bdbbbb","notebook.inactiveSelectedCellBorder":"#0099e1","notebook.outputContainerBackgroundColor":"#e8e8e8","notebook.selectedCellBackground":"#e8e8e8","notebook.symbolHighlightBackground":"#d2ecff","notebookScrollbarSlider.activeBackground":"#00000026","notebookScrollbarSlider.background":"#00000012","notebookScrollbarSlider.hoverBackground":"#0000001a","notebookStatusErrorIcon.foreground":"#d52753","notebookStatusRunningIcon.foreground":"#275fe4","notebookStatusSuccessIcon.foreground":"#23974a","notificationCenter.border":"#d5d7d8","notificationCenterHeader.background":"#d5d7d8","notificationCenterHeader.foreground":"#383a42","notificationLink.foreground":"#0099e1","notificationToast.border":"#d5d7d8","notifications.background":"#e8e8e8","notifications.border":"#d5d7d8","notifications.foreground":"#383a42","panel.border":"#d5d7d8","panelTitle.activeBorder":"#0099e1","panelTitle.activeForeground":"#383a42","panelTitle.inactiveForeground":"#383a42aa","peekView.border":"#0099e1","peekViewEditor.background":"#f9f9f9","peekViewEditor.matchHighlightBackground":"#99e5c1","peekViewResult.background":"#e8e8e8","peekViewResult.fileForeground":"#383a42","peekViewResult.lineForeground":"#383a42","peekViewResult.matchHighlightBackground":"#99e5c1","peekViewResult.selectionBackground":"#0099e1","peekViewResult.selectionForeground":"#ffffff","peekViewTitle.background":"#e8e8e8","peekViewTitleDescription.foreground":"#a0a1a7","peekViewTitleLabel.foreground":"#383a42","pickerGroup.border":"#d5d7d8","pickerGroup.foreground":"#0099e1","progressBar.background":"#0099e1","quickInputList.focusBackground":"#d2ecff","quickInputList.focusForeground":"#000000","sash.hoverBorder":"#0099e1","scrollbarSlider.activeBackground":"#00000026","scrollbarSlider.background":"#00000012","scrollbarSlider.hoverBackground":"#0000001a","selection.background":"#d2ecff","sideBar.background":"#e8e8e8","sideBar.border":"#d1d1d1","sideBar.dropBackground":"#e8e8e8","sideBar.foreground":"#383a42","sideBarSectionHeader.background":"#d5d7d8","sideBarSectionHeader.foreground":"#383a42","sideBarTitle.foreground":"#383a42","statusBar.background":"#ebebeb","statusBar.border":"#0099e1","statusBar.debuggingBackground":"#ebebeb","statusBar.debuggingBorder":"#ff8f3a","statusBar.debuggingForeground":"#383a42","statusBar.foreground":"#383a42","statusBar.noFolderBackground":"#ebebeb","statusBar.noFolderBorder":"#823ff1","statusBar.noFolderForeground":"#383a42","statusBarItem.remoteBackground":"#383a42","statusBarItem.remoteForeground":"#ebebeb","symbolIcon.arrayForeground":"#7a82da","symbolIcon.booleanForeground":"#0098dd","symbolIcon.classForeground":"#d52753","symbolIcon.colorForeground":"#823ff1","symbolIcon.constantForeground":"#823ff1","symbolIcon.constructorForeground":"#0098dd","symbolIcon.enumeratorForeground":"#d52753","symbolIcon.enumeratorMemberForeground":"#a05a48","symbolIcon.eventForeground":"#40b8c5","symbolIcon.fieldForeground":"#a05a48","symbolIcon.fileForeground":"#383a42","symbolIcon.folderForeground":"#383a42","symbolIcon.functionForeground":"#23974a","symbolIcon.interfaceForeground":"#d52753","symbolIcon.keyForeground":"#a05a48","symbolIcon.keywordForeground":"#0098dd","symbolIcon.methodForeground":"#23974a","symbolIcon.moduleForeground":"#d52753","symbolIcon.namespaceForeground":"#d52753","symbolIcon.nullForeground":"#0098dd","symbolIcon.numberForeground":"#ce33c0","symbolIcon.objectForeground":"#383a42","symbolIcon.operatorForeground":"#7a82da","symbolIcon.propertyForeground":"#a05a48","symbolIcon.referenceForeground":"#383a42","symbolIcon.snippetForeground":"#a0a1a7","symbolIcon.stringForeground":"#c5a332","symbolIcon.structForeground":"#d52753","symbolIcon.textForeground":"#a0a1a7","symbolIcon.typeParameterForeground":"#40b8c5","symbolIcon.unitForeground":"#c5a332","symbolIcon.variableForeground":"#383a42","tab.activeBorderTop":"#0099e1","tab.activeForeground":"#383a42","tab.border":"#d5d7d8","tab.hoverBackground":"#f5f5f5","tab.inactiveBackground":"#eeeeee","tab.inactiveForeground":"#a0a1a7","tab.unfocusedActiveBorderTop":"#a0a1a7","terminal.ansiBlack":"#373a41","terminal.ansiBlue":"#275fe4","terminal.ansiBrightBlack":"#676a77","terminal.ansiBrightBlue":"#0099e1","terminal.ansiBrightCyan":"#6d93bb","terminal.ansiBrightGreen":"#3cbc66","terminal.ansiBrightMagenta":"#ce33c0","terminal.ansiBrightRed":"#ff6480","terminal.ansiBrightWhite":"#d3d3d3","terminal.ansiBrightYellow":"#c5a332","terminal.ansiCyan":"#27618d","terminal.ansiGreen":"#23974a","terminal.ansiMagenta":"#823ff1","terminal.ansiRed":"#d52753","terminal.ansiWhite":"#b9bac1","terminal.ansiYellow":"#df631c","terminalCursor.foreground":"#f31459","textBlockQuote.background":"#d5d7d8","textBlockQuote.border":"#0099e1","textCodeBlock.background":"#d5d7d8","textLink.activeForeground":"#0099e1","textLink.foreground":"#0099e1","textPreformat.foreground":"#a05a48","textSeparator.foreground":"#d5d7d8","titleBar.activeBackground":"#c2c4c7","titleBar.activeForeground":"#383a42","titleBar.inactiveBackground":"#c2c4c799","titleBar.inactiveForeground":"#383a4299","walkThrough.embeddedEditorBackground":"#e8e8e8","welcomePage.buttonBackground":"#e8e8e8","welcomePage.buttonHoverBackground":"#d2ecff","widget.shadow":"#a0a1a7"},aw=[{foreground:"#383A42",token:"comment.unused.elixir"},{foreground:"#A0A1A7",token:"comment"},{foreground:"#A0A1A7",token:"punctuation.definition.comment"},{foreground:"#A0A1A7",token:"comment.block.documentation punctuation.definition"},{foreground:"#A0A1A7",token:"string.comment"},{foreground:"#A0A1A7",token:"comment.block.documentation"},{foreground:"#A0A1A7",token:"comment.block"},{foreground:"#727378",token:"comment.block.documentation variable"},{foreground:"#727378",token:"keyword.other.documentation"},{foreground:"#727378",token:"storage.type.class.jsdoc"},{foreground:"#727378",token:"comment.block variable.parameter"},{foreground:"#727378",token:"keyword.other.phpdoc"},{foreground:"#727378",token:"comment.block.documentation entity.name.type"},{foreground:"#727378",token:"meta.other.type.phpdoc support class"},{foreground:"#7A82DA",token:"punctuation.comma.graphql"},{foreground:"#7A82DA",token:"punctuation.definition.variable"},{foreground:"#7A82DA",token:"punctuation.definition.parameters"},{foreground:"#7A82DA",token:"punctuation.definition.array"},{foreground:"#7A82DA",token:"punctuation.definition.function"},{foreground:"#7A82DA",token:"punctuation.brace"},{foreground:"#7A82DA",token:"punctuation.terminator.statement"},{foreground:"#7A82DA",token:"punctuation.delimiter.object.comma"},{foreground:"#7A82DA",token:"punctuation.definition.entity"},{foreground:"#7A82DA",token:"punctuation.definition"},{foreground:"#7A82DA",token:"punctuation.definition.string.begin.markdown"},{foreground:"#7A82DA",token:"punctuation.definition.string.end.markdown"},{foreground:"#7A82DA",token:"punctuation.separator.key-value"},{foreground:"#7A82DA",token:"punctuation.separator.dictionary"},{foreground:"#7A82DA",token:"punctuation.terminator"},{foreground:"#7A82DA",token:"punctuation.delimiter.comma"},{foreground:"#7A82DA",token:"punctuation.separator.comma"},{foreground:"#7A82DA",token:"punctuation.accessor"},{foreground:"#7A82DA",token:"punctuation.separator.array"},{foreground:"#7A82DA",token:"punctuation.section"},{foreground:"#7A82DA",token:"punctuation.section.property-list.begin.bracket.curly"},{foreground:"#7A82DA",token:"punctuation.section.property-list.end.bracket.curly"},{foreground:"#7A82DA",token:"punctuation.separator.statement"},{foreground:"#7A82DA",token:"punctuation.separator.parameter"},{foreground:"#7A82DA",token:"punctuation.section.array.elixir"},{foreground:"#7A82DA",token:"punctuation.separator.object.elixir"},{foreground:"#7A82DA",token:"punctuation.section.embedded.elixir"},{foreground:"#7A82DA",token:"punctuation.section.function.elixir"},{foreground:"#7A82DA",token:"punctuation.section.scope.elixir"},{foreground:"#7A82DA",token:"punctuation.section.embedded"},{foreground:"#7A82DA",token:"meta.brace.round"},{foreground:"#7A82DA",token:"meta.brace.square"},{foreground:"#7A82DA",token:"meta.brace.curly"},{foreground:"#7A82DA",token:"constant.name.attribute.tag.pug"},{foreground:"#7A82DA",token:"punctuation.section.embedded"},{foreground:"#7A82DA",token:"punctuation.separator.method"},{foreground:"#7A82DA",token:"punctuation.separator"},{foreground:"#7A82DA",token:"punctuation.other.comma"},{foreground:"#7A82DA",token:"punctuation.bracket"},{foreground:"#7A82DA",token:"keyword.control.ternary"},{foreground:"#7A82DA",token:"string.interpolated.pug"},{foreground:"#7A82DA",token:"support.function.interpolation.sass"},{foreground:"#7A82DA",token:"punctuation.parenthesis.begin"},{foreground:"#7A82DA",token:"punctuation.parenthesis.end"},{foreground:"#7A82DA",token:"punctuation.operation.graphql"},{foreground:"#7A82DA",token:"punctuation.colon.graphql"},{foreground:"#383A42",token:"none"},{foreground:"#7A82DA",token:"keyword.operator"},{foreground:"#0098DD",token:"keyword"},{foreground:"#0098DD",token:"keyword.operator.expression"},{foreground:"#0098DD",token:"keyword.operator.type"},{foreground:"#0098DD",token:"variable.language"},{foreground:"#0098DD",token:"keyword.other.special-method.elixir"},{foreground:"#0098DD",token:"meta.control.flow"},{foreground:"#383A42",token:"variable"},{foreground:"#383A42",token:"source.elixir.embedded.source"},{foreground:"#383A42",token:"string source.groovy"},{foreground:"#383A42",token:"string meta.embedded.line.ruby"},{foreground:"#23974A",token:"entity.name.function"},{foreground:"#23974A",token:"meta.require"},{foreground:"#23974A",token:"support.function.any-method"},{foreground:"#23974A",token:"meta.function-call"},{foreground:"#23974A",token:"meta.method-call"},{foreground:"#23974A",token:"variable.function"},{foreground:"#D52753",token:"support.class"},{foreground:"#D52753",token:"entity.name.class"},{foreground:"#D52753",token:"entity.name.type.class"},{foreground:"#D52753",token:"meta.class.instance"},{foreground:"#D52753",token:"meta.class.inheritance"},{foreground:"#D52753",token:"entity.other.inherited-class"},{foreground:"#D52753",token:"entity.name.type"},{foreground:"#D52753",token:"variable.other.constant.elixir"},{foreground:"#D52753",token:"storage.type.haskell"},{foreground:"#D52753",token:"support.type.graphql"},{foreground:"#D52753",token:"support.type.enum.graphql"},{foreground:"#23974A",token:"keyword.other.special-method"},{foreground:"#0098DD",token:"storage"},{foreground:"#0098DD",token:"constant.language"},{foreground:"#23974A",token:"support.function"},{foreground:"#C5A332",token:"string"},{foreground:"#C5A332",token:"punctuation.definition.string"},{foreground:"#C5A332",token:"support.constant.property-value"},{foreground:"#C5A332",token:"string.quoted.double.shell"},{foreground:"#C5A332",token:"support.function.variable.quoted.single.elixir"},{foreground:"#C5A332",token:"storage.type.string"},{foreground:"#CE33C0",token:"constant.numeric"},{foreground:"#CE33C0",token:"variable.other.anonymous.elixir"},{foreground:"#CE33C0",token:"none"},{foreground:"#0098DD",token:"none"},{foreground:"#823FF1",token:"constant"},{foreground:"#823FF1",token:"variable.other.constant"},{foreground:"#823FF1",token:"constant.other.symbol"},{foreground:"#823FF1",token:"constant.language.symbol"},{foreground:"#823FF1",token:"support.constant"},{foreground:"#823FF1",token:"support.variable.magic.python"},{foreground:"#823FF1",token:"variable.other.enummember"},{foreground:"#275FE4",token:"entity.name.tag"},{foreground:"#275FE4",token:"punctuation.definition.tag"},{foreground:"#DF631C",token:"entity.other.attribute-name"},{foreground:"#DF631C",token:"string.unquoted.alias.graphql"},{foreground:"#7A82DA",token:"meta.selector"},{foreground:"#CE33C0",token:"none"},{foreground:"#C5A332",fontStyle:"",token:"markup.heading"},{foreground:"#C5A332",fontStyle:"",token:"punctuation.definition.heading"},{foreground:"#C5A332",fontStyle:"",token:"entity.name.section"},{foreground:"#C5A332",fontStyle:"",token:"markup.heading.setext"},{foreground:"#C5A332",token:"keyword.other.unit"},{foreground:"#D52753",fontStyle:"bold",token:"markup.bold"},{foreground:"#D52753",fontStyle:"bold",token:"punctuation.definition.bold"},{foreground:"#DF631C",token:"markup.italic"},{foreground:"#DF631C",token:"punctuation.definition.italic"},{foreground:"#C5A332",token:"markup.raw.inline"},{foreground:"#275FE4",token:"string.other.link"},{foreground:"#0098DD",token:"meta.link"},{foreground:"#A05A48",token:"beginning.punctuation.definition.list"},{foreground:"#823FF1",token:"markup.quote"},{foreground:"#383A42",token:"meta.separator"},{foreground:"#23974A",token:"markup.inserted"},{foreground:"#D52753",token:"markup.deleted"},{foreground:"#0098DD",token:"markup.changed"},{foreground:"#A05A48",token:"string.regexp"},{foreground:"#DF631C",token:"constant.character.escape"},{foreground:"#DF631C",token:"constant.other.character-class"},{foreground:"#0098DD",token:"variable.interpolation"},{foreground:"#FF0000",token:"invalid"},{foreground:"#0098DD",token:"keyword.operator.new"},{foreground:"#D52753",token:"entity.other.attribute-name.id"},{foreground:"#383A42",token:"meta.function-call.arguments"},{foreground:"#A05A48",token:"meta.object-literal.key"},{foreground:"#A05A48",token:"meta.object.member"},{foreground:"#A05A48",token:"variable.other.property"},{foreground:"#A05A48",token:"variable.other.object.property"},{foreground:"#A05A48",token:"support.variable.property"},{foreground:"#A05A48",token:"variable.object.property"},{foreground:"#A05A48",token:"support.type.property-name"},{foreground:"#A05A48",token:"meta.property-name"},{foreground:"#A05A48",token:"entity.name.tag.yaml"},{foreground:"#A05A48",token:"constant.other.key"},{foreground:"#A05A48",token:"constant.other.object.key.js"},{foreground:"#A05A48",token:"string.unquoted.label.js"},{foreground:"#A05A48",token:"support.type.map.key"},{foreground:"#A05A48",token:"variable.graphql"},{foreground:"#A05A48",token:"markup.inline.raw"},{foreground:"#A05A48",token:"markup.fenced_code.block"},{foreground:"#A05A48",token:"markup.raw.block"},{foreground:"#23974A",token:"markup.underline.link.image"},{foreground:"#40B8C5",token:"variable.parameter"},{foreground:"#40B8C5",token:"parameter.variable.function.elixir"},{foreground:"#40B8C5",token:"variable.other.block.ruby"},{foreground:"#0098DD",token:"support.type.primitive"},{foreground:"#0098DD",token:"support.type.builtin"},{foreground:"#D52753",token:"string.interpolated.dollar.shell"},{foreground:"#275FE4",token:"string.other.math.shell"},{foreground:"#7A82DA",token:"punctuation.definition.string.begin.shell"},{foreground:"#7A82DA",token:"punctuation.definition.string.end.shell"},{foreground:"#A05A48",token:"comment.rainbow4"},{foreground:"#823FF1",fontStyle:"",token:"markup.bold.rainbow9"},{foreground:"#DF631C",token:"invalid.rainbow10"},{foreground:"#316BCD",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#CD3131",token:"token.error-token"},{foreground:"#800080",token:"token.debug-token"},{token:"",foreground:"#383a42"}],iw=[],uw={inherit:ow,base:rw,colors:nw,rules:aw,encodedTokensColors:iw},dw=!1,sw="vs-dark",cw={"activityBar.background":"#1c2022","badge.background":"#374140","button.background":"#40a9f3","button.hoverBackground":"#66b9f4","editor.background":"#1c2022","editor.selectionBackground":"#40a8f348","editorCursor.foreground":"#66b9f4","editorGroup.border":"#111518","editorGroup.dropBackground":"#ffd3991f","editorGroupHeader.tabsBackground":"#111518","editorHoverWidget.background":"#1c2022","editorHoverWidget.border":"#111518","editorSuggestWidget.background":"#111518","editorSuggestWidget.border":"#111518","editorSuggestWidget.selectedBackground":"#24282a","editorWarning.foreground":"#ffd399","editorWidget.background":"#191d1f",focusBorder:"#66b9f4","input.background":"#111518","input.foreground":"#c0c0c0","inputOption.activeBorder":"#66b9f4","list.focusBackground":"#24282a","list.hoverBackground":"#37414050","menu.background":"#1c2022","menu.foreground":"#c0c0c0","menu.selectionBackground":"#24282a","menu.selectionForeground":"#ffffff","menubar.selectionBackground":"#ffffff10","menubar.selectionForeground":"#ffffff","peekViewEditor.background":"#111518","quickInput.background":"#191d1f","scrollbarSlider.activeBackground":"#374140","scrollbarSlider.background":"#37414050","sideBar.background":"#191d1f","sideBar.border":"#111518","statusBar.background":"#40a9f3","tab.activeBackground":"#1c2022","tab.border":"#111518","tab.inactiveBackground":"#111518","titleBar.activeBackground":"#1c2022","titleBar.border":"#111518"},lw=[{foreground:"#5C6370",fontStyle:"italic",token:"comment"},{foreground:"#5C6370",token:"comment markup.link"},{foreground:"#E5C07B",token:"entity.name.type"},{foreground:"#98C379",token:"entity.other.inherited-class"},{foreground:"#C678DD",token:"keyword"},{foreground:"#C678DD",token:"keyword.control"},{foreground:"#ABB2BF",token:"keyword.operator"},{foreground:"#61AFEF",token:"keyword.other.special-method"},{foreground:"#D19A66",token:"keyword.other.unit"},{foreground:"#C678DD",token:"storage"},{foreground:"#C678DD",token:"storage.type.annotation"},{foreground:"#C678DD",token:"storage.type.primitive"},{foreground:"#ABB2BF",token:"storage.modifier.package"},{foreground:"#ABB2BF",token:"storage.modifier.import"},{foreground:"#D19A66",token:"constant"},{foreground:"#D19A66",token:"constant.variable"},{foreground:"#56B6C2",token:"constant.character.escape"},{foreground:"#D19A66",token:"constant.numeric"},{foreground:"#56B6C2",token:"constant.other.color"},{foreground:"#56B6C2",token:"constant.other.symbol"},{foreground:"#E06C75",token:"variable"},{foreground:"#BE5046",token:"variable.interpolation"},{foreground:"#ABB2BF",token:"variable.parameter"},{foreground:"#98C379",token:"string"},{foreground:"#56B6C2",token:"string.regexp"},{foreground:"#E5C07B",token:"string.regexp source.ruby.embedded"},{foreground:"#E06C75",token:"string.other.link"},{foreground:"#5C6370",token:"punctuation.definition.comment"},{foreground:"#ABB2BF",token:"punctuation.definition.method-parameters"},{foreground:"#ABB2BF",token:"punctuation.definition.function-parameters"},{foreground:"#ABB2BF",token:"punctuation.definition.parameters"},{foreground:"#ABB2BF",token:"punctuation.definition.separator"},{foreground:"#ABB2BF",token:"punctuation.definition.seperator"},{foreground:"#ABB2BF",token:"punctuation.definition.array"},{foreground:"#61AFEF",token:"punctuation.definition.heading"},{foreground:"#61AFEF",token:"punctuation.definition.identity"},{foreground:"#E5C07B",fontStyle:"bold",token:"punctuation.definition.bold"},{foreground:"#C678DD",fontStyle:"italic",token:"punctuation.definition.italic"},{foreground:"#BE5046",token:"punctuation.section.embedded"},{foreground:"#ABB2BF",token:"punctuation.section.method"},{foreground:"#ABB2BF",token:"punctuation.section.class"},{foreground:"#ABB2BF",token:"punctuation.section.inner-class"},{foreground:"#E5C07B",token:"support.class"},{foreground:"#56B6C2",token:"support.type"},{foreground:"#56B6C2",token:"support.function"},{foreground:"#61AFEF",token:"support.function.any-method"},{foreground:"#61AFEF",token:"entity.name.function"},{foreground:"#E5C07B",token:"entity.name.class"},{foreground:"#E5C07B",token:"entity.name.type.class"},{foreground:"#61AFEF",token:"entity.name.section"},{foreground:"#E06C75",token:"entity.name.tag"},{foreground:"#D19A66",token:"entity.other.attribute-name"},{foreground:"#61AFEF",token:"entity.other.attribute-name.id"},{foreground:"#E5C07B",token:"meta.class"},{foreground:"#ABB2BF",token:"meta.class.body"},{foreground:"#ABB2BF",token:"meta.method-call"},{foreground:"#ABB2BF",token:"meta.method"},{foreground:"#E06C75",token:"meta.definition.variable"},{foreground:"#D19A66",token:"meta.link"},{foreground:"#61AFEF",token:"meta.require"},{foreground:"#C678DD",token:"meta.selector"},{foreground:"#ABB2BF",background:"#373B41",token:"meta.separator"},{foreground:"#ABB2BF",token:"meta.tag"},{token:"underline"},{foreground:"#ABB2BF",token:"none"},{foreground:"#523D14",background:"#E0C285",token:"invalid.deprecated"},{background:"#E05252",token:"invalid.illegal"},{foreground:"#D19A66",fontStyle:"bold",token:"markup.bold"},{foreground:"#C678DD",token:"markup.changed"},{foreground:"#E06C75",token:"markup.deleted"},{foreground:"#C678DD",fontStyle:"italic",token:"markup.italic"},{foreground:"#E06C75",token:"markup.heading"},{foreground:"#61AFEF",token:"markup.heading punctuation.definition.heading"},{foreground:"#C678DD",token:"markup.link"},{foreground:"#98C379",token:"markup.inserted"},{foreground:"#D19A66",token:"markup.quote"},{foreground:"#98C379",token:"markup.raw"},{foreground:"#C678DD",token:"source.c keyword.operator"},{foreground:"#C678DD",token:"source.cpp keyword.operator"},{foreground:"#C678DD",token:"source.cs keyword.operator"},{foreground:"#828997",token:"source.css property-name"},{foreground:"#828997",token:"source.css property-value"},{foreground:"#ABB2BF",token:"source.css property-name.support"},{foreground:"#ABB2BF",token:"source.css property-value.support"},{token:"source.gfm markup"},{foreground:"#61AFEF",token:"source.gfm link entity"},{foreground:"#C678DD",token:"source.go storage.type.string"},{foreground:"#E06C75",token:"source.ini keyword.other.definition.ini"},{foreground:"#E5C07B",token:"source.java storage.modifier.import"},{foreground:"#E5C07B",token:"source.java storage.type"},{foreground:"#C678DD",token:"source.java keyword.operator.instanceof"},{foreground:"#E06C75",token:"source.java-properties meta.key-pair"},{foreground:"#ABB2BF",token:"source.java-properties meta.key-pair > punctuation"},{foreground:"#56B6C2",token:"source.js keyword.operator"},{foreground:"#C678DD",token:"source.js keyword.operator.delete"},{foreground:"#C678DD",token:"source.js keyword.operator.in"},{foreground:"#C678DD",token:"source.js keyword.operator.of"},{foreground:"#C678DD",token:"source.js keyword.operator.instanceof"},{foreground:"#C678DD",token:"source.js keyword.operator.new"},{foreground:"#C678DD",token:"source.js keyword.operator.typeof"},{foreground:"#C678DD",token:"source.js keyword.operator.void"},{foreground:"#E06C75",token:"source.json meta.structure.dictionary.json > string.quoted.json"},{foreground:"#E06C75",token:"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string"},{foreground:"#98C379",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json"},{foreground:"#98C379",token:"source.json meta.structure.array.json > value.json > string.quoted.json"},{foreground:"#98C379",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation"},{foreground:"#98C379",token:"source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"},{foreground:"#56B6C2",token:"source.json meta.structure.dictionary.json > constant.language.json"},{foreground:"#56B6C2",token:"source.json meta.structure.array.json > constant.language.json"},{token:"source.ruby constant.other.symbol > punctuation"},{foreground:"#C678DD",token:"source.python keyword.operator.logical.python"},{foreground:"#D19A66",token:"source.python variable.parameter"},{foreground:"#BCC199",token:"meta.attribute.rust"},{foreground:"#33E8EC",token:"storage.modifier.lifetime.rust"},{foreground:"#33E8EC",token:"entity.name.lifetime.rust"},{foreground:"#CC6B73",token:"keyword.unsafe.rust"},{foreground:"#ABB2BF",token:"customrule"},{foreground:"#ABB2BF",token:"support.type.property-name"},{foreground:"#98C379",token:"string.quoted.double punctuation"},{foreground:"#D19A66",token:"support.constant"},{foreground:"#E06C75",token:"support.type.property-name.json"},{foreground:"#E06C75",token:"support.type.property-name.json punctuation"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.ts"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.js"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.tsx"},{foreground:"#56B6C2",token:"source.js.embedded.html keyword.operator"},{foreground:"#56B6C2",token:"source.ts.embedded.html keyword.operator"},{foreground:"#ABB2BF",token:"variable.other.readwrite.js"},{foreground:"#ABB2BF",token:"variable.other.readwrite.ts"},{foreground:"#ABB2BF",token:"variable.other.readwrite.tsx"},{foreground:"#E06C75",token:"support.variable.dom.js"},{foreground:"#E06C75",token:"support.variable.dom.ts"},{foreground:"#E06C75",token:"support.variable.property.dom.js"},{foreground:"#E06C75",token:"support.variable.property.dom.ts"},{foreground:"#BE5046",token:"meta.template.expression.js punctuation.definition"},{foreground:"#BE5046",token:"meta.template.expression.ts punctuation.definition"},{foreground:"#ABB2BF",token:"source.ts punctuation.definition.typeparameters"},{foreground:"#ABB2BF",token:"source.js punctuation.definition.typeparameters"},{foreground:"#ABB2BF",token:"source.tsx punctuation.definition.typeparameters"},{foreground:"#ABB2BF",token:"source.ts punctuation.definition.block"},{foreground:"#ABB2BF",token:"source.js punctuation.definition.block"},{foreground:"#ABB2BF",token:"source.tsx punctuation.definition.block"},{foreground:"#ABB2BF",token:"source.ts punctuation.separator.comma"},{foreground:"#ABB2BF",token:"source.js punctuation.separator.comma"},{foreground:"#ABB2BF",token:"source.tsx punctuation.separator.comma"},{foreground:"#E06C75",token:"support.variable.property.js"},{foreground:"#E06C75",token:"support.variable.property.ts"},{foreground:"#E06C75",token:"support.variable.property.tsx"},{foreground:"#E06C75",token:"keyword.control.default.js"},{foreground:"#E06C75",token:"keyword.control.default.ts"},{foreground:"#E06C75",token:"keyword.control.default.tsx"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof.js"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof.ts"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof.tsx"},{foreground:"#C678DD",token:"keyword.operator.expression.of.js"},{foreground:"#C678DD",token:"keyword.operator.expression.of.ts"},{foreground:"#C678DD",token:"keyword.operator.expression.of.tsx"},{foreground:"#ABB2BF",token:"meta.brace.round.js"},{foreground:"#ABB2BF",token:"meta.array-binding-pattern-variable.js"},{foreground:"#ABB2BF",token:"meta.brace.square.js"},{foreground:"#ABB2BF",token:"meta.brace.round.ts"},{foreground:"#ABB2BF",token:"meta.array-binding-pattern-variable.ts"},{foreground:"#ABB2BF",token:"meta.brace.square.ts"},{foreground:"#ABB2BF",token:"meta.brace.round.tsx"},{foreground:"#ABB2BF",token:"meta.array-binding-pattern-variable.tsx"},{foreground:"#ABB2BF",token:"meta.brace.square.tsx"},{foreground:"#ABB2BF",token:"source.js punctuation.accessor"},{foreground:"#ABB2BF",token:"source.ts punctuation.accessor"},{foreground:"#ABB2BF",token:"source.tsx punctuation.accessor"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.js"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.ts"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.tsx"},{foreground:"#D19A66",token:"meta.array-binding-pattern-variable.js variable.other.readwrite.js"},{foreground:"#D19A66",token:"meta.array-binding-pattern-variable.ts variable.other.readwrite.ts"},{foreground:"#D19A66",token:"meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx"},{foreground:"#E06C75",token:"source.js support.variable"},{foreground:"#E06C75",token:"source.ts support.variable"},{foreground:"#E06C75",token:"source.tsx support.variable"},{foreground:"#D19A66",token:"variable.other.constant.property.js"},{foreground:"#D19A66",token:"variable.other.constant.property.ts"},{foreground:"#D19A66",token:"variable.other.constant.property.tsx"},{foreground:"#C678DD",token:"keyword.operator.new.ts"},{foreground:"#C678DD",token:"keyword.operator.new.j"},{foreground:"#C678DD",token:"keyword.operator.new.tsx"},{foreground:"#56B6C2",token:"source.ts keyword.operator"},{foreground:"#56B6C2",token:"source.tsx keyword.operator"},{foreground:"#ABB2BF",token:"punctuation.separator.parameter.js"},{foreground:"#ABB2BF",token:"punctuation.separator.parameter.ts"},{foreground:"#ABB2BF",token:"punctuation.separator.parameter.tsx "},{foreground:"#E06C75",token:"constant.language.import-export-all.js"},{foreground:"#E06C75",token:"constant.language.import-export-all.ts"},{foreground:"#56B6C2",token:"constant.language.import-export-all.jsx"},{foreground:"#56B6C2",token:"constant.language.import-export-all.tsx"},{foreground:"#ABB2BF",token:"keyword.control.as.js"},{foreground:"#ABB2BF",token:"keyword.control.as.ts"},{foreground:"#ABB2BF",token:"keyword.control.as.jsx"},{foreground:"#ABB2BF",token:"keyword.control.as.tsx"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.js"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.ts"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.jsx"},{foreground:"#E06C75",token:"variable.other.readwrite.alias.tsx"},{foreground:"#D19A66",token:"variable.other.constant.js"},{foreground:"#D19A66",token:"variable.other.constant.ts"},{foreground:"#D19A66",token:"variable.other.constant.jsx"},{foreground:"#D19A66",token:"variable.other.constant.tsx"},{foreground:"#E06C75",token:"meta.export.default.js variable.other.readwrite.js"},{foreground:"#E06C75",token:"meta.export.default.ts variable.other.readwrite.ts"},{foreground:"#98C379",token:"source.js meta.template.expression.js punctuation.accessor"},{foreground:"#98C379",token:"source.ts meta.template.expression.ts punctuation.accessor"},{foreground:"#98C379",token:"source.tsx meta.template.expression.tsx punctuation.accessor"},{foreground:"#ABB2BF",token:"source.js meta.import-equals.external.js keyword.operator"},{foreground:"#ABB2BF",token:"source.jsx meta.import-equals.external.jsx keyword.operator"},{foreground:"#ABB2BF",token:"source.ts meta.import-equals.external.ts keyword.operator"},{foreground:"#ABB2BF",token:"source.tsx meta.import-equals.external.tsx keyword.operator"},{foreground:"#98C379",token:"entity.name.type.module.js"},{foreground:"#98C379",token:"entity.name.type.module.ts"},{foreground:"#98C379",token:"entity.name.type.module.jsx"},{foreground:"#98C379",token:"entity.name.type.module.tsx"},{foreground:"#ABB2BF",token:"meta.class.js"},{foreground:"#ABB2BF",token:"meta.class.ts"},{foreground:"#ABB2BF",token:"meta.class.jsx"},{foreground:"#ABB2BF",token:"meta.class.tsx"},{foreground:"#ABB2BF",token:"meta.definition.property.js variable"},{foreground:"#ABB2BF",token:"meta.definition.property.ts variable"},{foreground:"#ABB2BF",token:"meta.definition.property.jsx variable"},{foreground:"#ABB2BF",token:"meta.definition.property.tsx variable"},{foreground:"#ABB2BF",token:"meta.type.parameters.js support.type"},{foreground:"#ABB2BF",token:"meta.type.parameters.jsx support.type"},{foreground:"#ABB2BF",token:"meta.type.parameters.ts support.type"},{foreground:"#ABB2BF",token:"meta.type.parameters.tsx support.type"},{foreground:"#ABB2BF",token:"source.js meta.tag.js keyword.operator"},{foreground:"#ABB2BF",token:"source.jsx meta.tag.jsx keyword.operator"},{foreground:"#ABB2BF",token:"source.ts meta.tag.ts keyword.operator"},{foreground:"#ABB2BF",token:"source.tsx meta.tag.tsx keyword.operator"},{foreground:"#ABB2BF",token:"meta.tag.js punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.tag.jsx punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.tag.ts punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.tag.tsx punctuation.section.embedded"},{foreground:"#E5C07B",token:"meta.array.literal.js variable"},{foreground:"#E5C07B",token:"meta.array.literal.jsx variable"},{foreground:"#E5C07B",token:"meta.array.literal.ts variable"},{foreground:"#E5C07B",token:"meta.array.literal.tsx variable"},{foreground:"#E06C75",token:"support.type.object.module.js"},{foreground:"#E06C75",token:"support.type.object.module.jsx"},{foreground:"#E06C75",token:"support.type.object.module.ts"},{foreground:"#E06C75",token:"support.type.object.module.tsx"},{foreground:"#56B6C2",token:"constant.language.json"},{foreground:"#D19A66",token:"variable.other.constant.object.js"},{foreground:"#D19A66",token:"variable.other.constant.object.jsx"},{foreground:"#D19A66",token:"variable.other.constant.object.ts"},{foreground:"#D19A66",token:"variable.other.constant.object.tsx"},{foreground:"#56B6C2",token:"storage.type.property.js"},{foreground:"#56B6C2",token:"storage.type.property.jsx"},{foreground:"#56B6C2",token:"storage.type.property.ts"},{foreground:"#56B6C2",token:"storage.type.property.tsx"},{foreground:"#98C379",token:"meta.template.expression.js string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.jsx string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.ts string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.tsx string.quoted punctuation.definition"},{foreground:"#98C379",token:"meta.template.expression.js string.template punctuation.definition.string.template"},{foreground:"#98C379",token:"meta.template.expression.jsx string.template punctuation.definition.string.template"},{foreground:"#98C379",token:"meta.template.expression.ts string.template punctuation.definition.string.template"},{foreground:"#98C379",token:"meta.template.expression.tsx string.template punctuation.definition.string.template"},{foreground:"#C678DD",token:"keyword.operator.expression.in.js"},{foreground:"#C678DD",token:"keyword.operator.expression.in.jsx"},{foreground:"#C678DD",token:"keyword.operator.expression.in.ts"},{foreground:"#C678DD",token:"keyword.operator.expression.in.tsx"},{foreground:"#ABB2BF",token:"source.python constant.other"},{foreground:"#D19A66",token:"source.python constant"},{foreground:"#D19A66",token:"constant.character.format.placeholder.other.python storage"},{foreground:"#E06C75",token:"support.variable.magic.python"},{foreground:"#D19A66",token:"meta.function.parameters.python"},{foreground:"#ABB2BF",token:"punctuation.separator.annotation.python"},{foreground:"#ABB2BF",token:"punctuation.separator.parameters.python"},{foreground:"#E06C75",token:"entity.name.variable.field.cs"},{foreground:"#ABB2BF",token:"source.cs keyword.operator"},{foreground:"#ABB2BF",token:"variable.other.readwrite.cs"},{foreground:"#ABB2BF",token:"variable.other.object.cs"},{foreground:"#ABB2BF",token:"variable.other.object.property.cs"},{foreground:"#61AFEF",token:"entity.name.variable.property.cs"},{foreground:"#E5C07B",token:"storage.type.cs"},{foreground:"#E06C75",token:"keyword.other.unsafe.rust"},{foreground:"#ABB2BF",token:"markup.raw.block.markdown"},{foreground:"#E06C75",token:"punctuation.definition.variable.shell"},{foreground:"#ABB2BF",token:"support.constant.property-value.css"},{foreground:"#D19A66",token:"punctuation.definition.constant.css"},{foreground:"#E06C75",token:"punctuation.separator.key-value.scss"},{foreground:"#D19A66",token:"punctuation.definition.constant.scss"},{foreground:"#ABB2BF",token:"meta.property-list.scss punctuation.separator.key-value.scss"},{foreground:"#E5C07B",token:"storage.type.primitive.array.java"},{foreground:"#E06C75",token:"entity.name.section.markdown"},{foreground:"#E06C75",token:"punctuation.definition.heading.markdown"},{foreground:"#ABB2BF",token:"markup.heading.setext"},{foreground:"#D19A66",token:"punctuation.definition.bold.markdown"},{foreground:"#98C379",token:"markup.inline.raw.markdown"},{foreground:"#E06C75",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#5C6370",fontStyle:"italic",token:"markup.quote.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.string.begin.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.string.end.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.metadata.markdown"},{foreground:"#C678DD",token:"punctuation.definition.metadata.markdown"},{foreground:"#C678DD",token:"markup.underline.link.markdown"},{foreground:"#C678DD",token:"markup.underline.link.image.markdown"},{foreground:"#61AFEF",token:"string.other.link.title.markdown"},{foreground:"#61AFEF",token:"string.other.link.description.markdown"},{foreground:"#E06C75",token:"punctuation.separator.variable.ruby"},{foreground:"#D19A66",token:"variable.other.constant.ruby"},{foreground:"#98C379",token:"keyword.operator.other.ruby"},{foreground:"#E06C75",token:"punctuation.definition.variable.php"},{foreground:"#ABB2BF",token:"meta.class.php"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],fw=[],gw={inherit:dw,base:sw,colors:cw,rules:lw,encodedTokensColors:fw},pw=!1,kw="vs-dark",mw={"editor.background":"#282828","editor.foreground":"#fdf4c1","editor.lineHighlightBackground":"#2b3c44","editor.selectionBackground":"#30434c","editorCursor.foreground":"#fdf4c1","editorWhitespace.foreground":"#504945"},yw=[{foreground:"#7C6F64",token:"comment"},{foreground:"#528B8B",token:"string"},{foreground:"#D3869B",token:"constant.numeric"},{foreground:"#BBAA97",token:"constant.language"},{foreground:"#BBAA97",token:"constant.character"},{foreground:"#BBAA97",token:" constant.other"},{foreground:"#83A598",fontStyle:"",token:"variable"},{foreground:"#DD6F48",token:"keyword"},{foreground:"#DD6F48",fontStyle:"",token:"storage"},{foreground:"#66999D",token:"storage.type"},{foreground:"#A89984",fontStyle:"underline",token:"entity.name.class"},{foreground:"#A89984",fontStyle:"italic underline",token:"entity.other.inherited-class"},{foreground:"#A89984",fontStyle:"",token:"entity.name.function"},{foreground:"#83A598",fontStyle:"italic",token:"variable.parameter"},{foreground:"#A89984",fontStyle:"",token:"entity.name.tag"},{foreground:"#83A598",fontStyle:"",token:"entity.other.attribute-name"},{foreground:"#FE8019",fontStyle:"",token:"support.function"},{foreground:"#FE8019",fontStyle:"",token:"support.constant"},{foreground:"#FE8019",fontStyle:"italic",token:"support.type"},{foreground:"#FE8019",fontStyle:"italic",token:" support.class"},{fontStyle:"",token:"support.other.variable"},{foreground:"#FFFFFF",background:"#FB4933",fontStyle:" bold",token:"invalid"},{foreground:"#FFFFFF",background:"#D3869B",fontStyle:" bold",token:"invalid.deprecated"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#fdf4c1"}],bw=[],hw={inherit:pw,base:kw,colors:mw,rules:yw,encodedTokensColors:bw},vw=!1,Fw="vs-dark",Bw={"activityBar.activeBackground":"#bd93f910","activityBar.activeBorder":"#ff79c680","activityBar.background":"#343746","activityBar.foreground":"#f8f8f2","activityBar.inactiveForeground":"#6272a4","activityBarBadge.background":"#ff79c6","activityBarBadge.foreground":"#f8f8f2","badge.background":"#44475a","badge.foreground":"#f8f8f2","breadcrumb.activeSelectionForeground":"#f8f8f2","breadcrumb.background":"#282a36","breadcrumb.focusForeground":"#f8f8f2","breadcrumb.foreground":"#6272a4","breadcrumbPicker.background":"#191a21","button.background":"#44475a","button.foreground":"#f8f8f2","button.secondaryBackground":"#282a36","button.secondaryForeground":"#f8f8f2","button.secondaryHoverBackground":"#343746","debugToolBar.background":"#21222c","diffEditor.insertedTextBackground":"#50fa7b20","diffEditor.removedTextBackground":"#ff555550","dropdown.background":"#343746","dropdown.border":"#191a21","dropdown.foreground":"#f8f8f2","editor.background":"#282a36","editor.findMatchBackground":"#ffb86c80","editor.findMatchHighlightBackground":"#ffffff40","editor.findRangeHighlightBackground":"#44475a75","editor.foldBackground":"#21222c","editor.foreground":"#f8f8f2","editor.hoverHighlightBackground":"#8be9fd50","editor.lineHighlightBorder":"#44475a","editor.rangeHighlightBackground":"#bd93f915","editor.selectionBackground":"#44475a","editor.selectionHighlightBackground":"#424450","editor.snippetFinalTabstopHighlightBackground":"#282a36","editor.snippetFinalTabstopHighlightBorder":"#50fa7b","editor.snippetTabstopHighlightBackground":"#282a36","editor.snippetTabstopHighlightBorder":"#6272a4","editor.wordHighlightBackground":"#8be9fd50","editor.wordHighlightStrongBackground":"#50fa7b50","editorBracketHighlight.foreground1":"#f8f8f2","editorBracketHighlight.foreground2":"#ff79c6","editorBracketHighlight.foreground3":"#8be9fd","editorBracketHighlight.foreground4":"#50fa7b","editorBracketHighlight.foreground5":"#bd93f9","editorBracketHighlight.foreground6":"#ffb86c","editorBracketHighlight.unexpectedBracket.foreground":"#ff5555","editorCodeLens.foreground":"#6272a4","editorError.foreground":"#ff5555","editorGroup.border":"#bd93f9","editorGroup.dropBackground":"#44475a70","editorGroupHeader.tabsBackground":"#191a21","editorGutter.addedBackground":"#50fa7b80","editorGutter.deletedBackground":"#ff555580","editorGutter.modifiedBackground":"#8be9fd80","editorHoverWidget.background":"#282a36","editorHoverWidget.border":"#6272a4","editorIndentGuide.activeBackground":"#ffffff45","editorIndentGuide.background":"#ffffff1a","editorLineNumber.foreground":"#6272a4","editorLink.activeForeground":"#8be9fd","editorMarkerNavigation.background":"#21222c","editorOverviewRuler.addedForeground":"#50fa7b80","editorOverviewRuler.border":"#191a21","editorOverviewRuler.currentContentForeground":"#50fa7b","editorOverviewRuler.deletedForeground":"#ff555580","editorOverviewRuler.errorForeground":"#ff555580","editorOverviewRuler.incomingContentForeground":"#bd93f9","editorOverviewRuler.infoForeground":"#8be9fd80","editorOverviewRuler.modifiedForeground":"#8be9fd80","editorOverviewRuler.selectionHighlightForeground":"#ffb86c","editorOverviewRuler.warningForeground":"#ffb86c80","editorOverviewRuler.wordHighlightForeground":"#8be9fd","editorOverviewRuler.wordHighlightStrongForeground":"#50fa7b","editorRuler.foreground":"#ffffff1a","editorSuggestWidget.background":"#21222c","editorSuggestWidget.foreground":"#f8f8f2","editorSuggestWidget.selectedBackground":"#44475a","editorWarning.foreground":"#8be9fd","editorWhitespace.foreground":"#ffffff1a","editorWidget.background":"#21222c",errorForeground:"#ff5555","extensionButton.prominentBackground":"#50fa7b90","extensionButton.prominentForeground":"#f8f8f2","extensionButton.prominentHoverBackground":"#50fa7b60",focusBorder:"#6272a4",foreground:"#f8f8f2","gitDecoration.conflictingResourceForeground":"#ffb86c","gitDecoration.deletedResourceForeground":"#ff5555","gitDecoration.ignoredResourceForeground":"#6272a4","gitDecoration.modifiedResourceForeground":"#8be9fd","gitDecoration.untrackedResourceForeground":"#50fa7b","input.background":"#282a36","input.border":"#191a21","input.foreground":"#f8f8f2","input.placeholderForeground":"#6272a4","inputOption.activeBorder":"#bd93f9","inputValidation.errorBorder":"#ff5555","inputValidation.infoBorder":"#ff79c6","inputValidation.warningBorder":"#ffb86c","list.activeSelectionBackground":"#44475a","list.activeSelectionForeground":"#f8f8f2","list.dropBackground":"#44475a","list.errorForeground":"#ff5555","list.focusBackground":"#44475a75","list.highlightForeground":"#8be9fd","list.hoverBackground":"#44475a75","list.inactiveSelectionBackground":"#44475a75","list.warningForeground":"#ffb86c","listFilterWidget.background":"#343746","listFilterWidget.noMatchesOutline":"#ff5555","listFilterWidget.outline":"#424450","merge.currentHeaderBackground":"#50fa7b90","merge.incomingHeaderBackground":"#bd93f990","panel.background":"#282a36","panel.border":"#bd93f9","panelTitle.activeBorder":"#ff79c6","panelTitle.activeForeground":"#f8f8f2","panelTitle.inactiveForeground":"#6272a4","peekView.border":"#44475a","peekViewEditor.background":"#282a36","peekViewEditor.matchHighlightBackground":"#f1fa8c80","peekViewResult.background":"#21222c","peekViewResult.fileForeground":"#f8f8f2","peekViewResult.lineForeground":"#f8f8f2","peekViewResult.matchHighlightBackground":"#f1fa8c80","peekViewResult.selectionBackground":"#44475a","peekViewResult.selectionForeground":"#f8f8f2","peekViewTitle.background":"#191a21","peekViewTitleDescription.foreground":"#6272a4","peekViewTitleLabel.foreground":"#f8f8f2","pickerGroup.border":"#bd93f9","pickerGroup.foreground":"#8be9fd","progressBar.background":"#ff79c6","selection.background":"#bd93f9","settings.checkboxBackground":"#21222c","settings.checkboxBorder":"#191a21","settings.checkboxForeground":"#f8f8f2","settings.dropdownBackground":"#21222c","settings.dropdownBorder":"#191a21","settings.dropdownForeground":"#f8f8f2","settings.headerForeground":"#f8f8f2","settings.modifiedItemIndicator":"#ffb86c","settings.numberInputBackground":"#21222c","settings.numberInputBorder":"#191a21","settings.numberInputForeground":"#f8f8f2","settings.textInputBackground":"#21222c","settings.textInputBorder":"#191a21","settings.textInputForeground":"#f8f8f2","sideBar.background":"#21222c","sideBarSectionHeader.background":"#282a36","sideBarSectionHeader.border":"#191a21","sideBarTitle.foreground":"#f8f8f2","statusBar.background":"#191a21","statusBar.debuggingBackground":"#ff5555","statusBar.debuggingForeground":"#191a21","statusBar.foreground":"#f8f8f2","statusBar.noFolderBackground":"#191a21","statusBar.noFolderForeground":"#f8f8f2","statusBarItem.prominentBackground":"#ff5555","statusBarItem.prominentHoverBackground":"#ffb86c","statusBarItem.remoteBackground":"#bd93f9","statusBarItem.remoteForeground":"#282a36","tab.activeBackground":"#282a36","tab.activeBorderTop":"#ff79c680","tab.activeForeground":"#f8f8f2","tab.border":"#191a21","tab.inactiveBackground":"#21222c","tab.inactiveForeground":"#6272a4","terminal.ansiBlack":"#21222c","terminal.ansiBlue":"#bd93f9","terminal.ansiBrightBlack":"#6272a4","terminal.ansiBrightBlue":"#d6acff","terminal.ansiBrightCyan":"#a4ffff","terminal.ansiBrightGreen":"#69ff94","terminal.ansiBrightMagenta":"#ff92df","terminal.ansiBrightRed":"#ff6e6e","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#ffffa5","terminal.ansiCyan":"#8be9fd","terminal.ansiGreen":"#50fa7b","terminal.ansiMagenta":"#ff79c6","terminal.ansiRed":"#ff5555","terminal.ansiWhite":"#f8f8f2","terminal.ansiYellow":"#f1fa8c","terminal.background":"#282a36","terminal.foreground":"#f8f8f2","titleBar.activeBackground":"#21222c","titleBar.activeForeground":"#f8f8f2","titleBar.inactiveBackground":"#191a21","titleBar.inactiveForeground":"#6272a4","walkThrough.embeddedEditorBackground":"#21222c"},Cw=[{fontStyle:"italic",token:"emphasis"},{fontStyle:"bold",token:"strong"},{foreground:"#BD93F9",token:"header"},{foreground:"#6272A4",token:"meta.diff"},{foreground:"#6272A4",token:"meta.diff.header"},{foreground:"#50FA7B",token:"markup.inserted"},{foreground:"#FF5555",token:"markup.deleted"},{foreground:"#FFB86C",token:"markup.changed"},{foreground:"#FF5555",fontStyle:"underline italic",token:"invalid"},{foreground:"#F8F8F2",fontStyle:"underline italic",token:"invalid.deprecated"},{foreground:"#F1FA8C",token:"entity.name.filename"},{foreground:"#FF5555",token:"markup.error"},{fontStyle:"underline",token:"markup.underline"},{foreground:"#FFB86C",fontStyle:"bold",token:"markup.bold"},{foreground:"#BD93F9",fontStyle:"bold",token:"markup.heading"},{foreground:"#F1FA8C",fontStyle:"italic",token:"markup.italic"},{foreground:"#8BE9FD",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#8BE9FD",token:"beginning.punctuation.definition.quote.markdown"},{foreground:"#8BE9FD",token:"punctuation.definition.link.restructuredtext"},{foreground:"#50FA7B",token:"markup.inline.raw"},{foreground:"#50FA7B",token:"markup.raw.restructuredtext"},{foreground:"#8BE9FD",token:"markup.underline.link"},{foreground:"#8BE9FD",token:"markup.underline.link.image"},{foreground:"#FF79C6",token:"meta.link.reference.def.restructuredtext"},{foreground:"#FF79C6",token:"punctuation.definition.directive.restructuredtext"},{foreground:"#FF79C6",token:"string.other.link.description"},{foreground:"#FF79C6",token:"string.other.link.title"},{foreground:"#F1FA8C",fontStyle:"italic",token:"entity.name.directive.restructuredtext"},{foreground:"#F1FA8C",fontStyle:"italic",token:"markup.quote"},{foreground:"#6272A4",token:"meta.separator.markdown"},{foreground:"#50FA7B",token:"fenced_code.block.language"},{foreground:"#50FA7B",token:"markup.raw.inner.restructuredtext"},{foreground:"#50FA7B",token:"markup.fenced_code.block.markdown punctuation.definition.markdown"},{foreground:"#BD93F9",token:"punctuation.definition.constant.restructuredtext"},{foreground:"#BD93F9",token:"markup.heading.markdown punctuation.definition.string.begin"},{foreground:"#BD93F9",token:"markup.heading.markdown punctuation.definition.string.end"},{foreground:"#F8F8F2",token:"meta.paragraph.markdown punctuation.definition.string.begin"},{foreground:"#F8F8F2",token:"meta.paragraph.markdown punctuation.definition.string.end"},{foreground:"#F1FA8C",token:"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin"},{foreground:"#F1FA8C",token:"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end"},{foreground:"#8BE9FD",fontStyle:"normal",token:"entity.name.type.class"},{foreground:"#8BE9FD",fontStyle:"normal",token:"entity.name.class"},{foreground:"#BD93F9",fontStyle:"italic",token:"keyword.expressions-and-types.swift"},{foreground:"#BD93F9",fontStyle:"italic",token:"keyword.other.this"},{foreground:"#BD93F9",fontStyle:"italic",token:"variable.language"},{foreground:"#BD93F9",fontStyle:"italic",token:"variable.language punctuation.definition.variable.php"},{foreground:"#BD93F9",fontStyle:"italic",token:"variable.other.readwrite.instance.ruby"},{foreground:"#BD93F9",fontStyle:"italic",token:"variable.parameter.function.language.special"},{foreground:"#8BE9FD",fontStyle:"italic",token:"entity.other.inherited-class"},{foreground:"#6272A4",token:"comment"},{foreground:"#6272A4",token:"punctuation.definition.comment"},{foreground:"#6272A4",token:"unused.comment"},{foreground:"#6272A4",token:"wildcard.comment"},{foreground:"#FF79C6",token:"comment keyword.codetag.notation"},{foreground:"#FF79C6",token:"comment.block.documentation keyword"},{foreground:"#FF79C6",token:"comment.block.documentation storage.type.class"},{foreground:"#8BE9FD",fontStyle:"italic",token:"comment.block.documentation entity.name.type"},{foreground:"#8BE9FD",token:"comment.block.documentation entity.name.type punctuation.definition.bracket"},{foreground:"#FFB86C",fontStyle:"italic",token:"comment.block.documentation variable"},{foreground:"#BD93F9",token:"constant"},{foreground:"#BD93F9",token:"variable.other.constant"},{foreground:"#FF79C6",token:"constant.character.escape"},{foreground:"#FF79C6",token:"constant.character.string.escape"},{foreground:"#FF79C6",token:"constant.regexp"},{foreground:"#FF79C6",token:"entity.name.tag"},{foreground:"#FF79C6",token:"entity.other.attribute-name.parent-selector"},{foreground:"#50FA7B",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#50FA7B",token:"entity.name.function"},{foreground:"#50FA7B",token:"meta.function-call.object"},{foreground:"#50FA7B",token:"meta.function-call.php"},{foreground:"#50FA7B",token:"meta.function-call.static"},{foreground:"#50FA7B",token:"meta.method-call.java meta.method"},{foreground:"#50FA7B",token:"meta.method.groovy"},{foreground:"#50FA7B",token:"support.function.any-method.lua"},{foreground:"#50FA7B",token:"keyword.operator.function.infix"},{foreground:"#FFB86C",fontStyle:"italic",token:"entity.name.variable.parameter"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.at-rule.function variable"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.at-rule.mixin variable"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.function.arguments variable.other.php"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql"},{foreground:"#FFB86C",fontStyle:"italic",token:"variable.parameter"},{foreground:"#50FA7B",fontStyle:"italic",token:"meta.decorator variable.other.readwrite"},{foreground:"#50FA7B",fontStyle:"italic",token:"meta.decorator variable.other.property"},{foreground:"#50FA7B",token:"meta.decorator variable.other.object"},{foreground:"#FF79C6",token:"keyword"},{foreground:"#FF79C6",token:"punctuation.definition.keyword"},{fontStyle:"bold",token:"keyword.control.new"},{fontStyle:"bold",token:"keyword.operator.new"},{foreground:"#FF79C6",token:"meta.selector"},{foreground:"#8BE9FD",fontStyle:"italic",token:"support"},{foreground:"#BD93F9",fontStyle:"regular",token:"support.function.magic"},{foreground:"#BD93F9",fontStyle:"regular",token:"support.variable"},{foreground:"#BD93F9",fontStyle:"regular",token:"variable.other.predefined"},{fontStyle:"regular",token:"support.function"},{fontStyle:"regular",token:"support.type.property-name"},{foreground:"#FF79C6",token:"constant.other.symbol.hashkey punctuation.definition.constant.ruby"},{foreground:"#FF79C6",token:"entity.other.attribute-name.placeholder punctuation"},{foreground:"#FF79C6",token:"entity.other.attribute-name.pseudo-class punctuation"},{foreground:"#FF79C6",token:"entity.other.attribute-name.pseudo-element punctuation"},{foreground:"#FF79C6",token:"meta.group.double.toml"},{foreground:"#FF79C6",token:"meta.group.toml"},{foreground:"#FF79C6",token:"meta.object-binding-pattern-variable punctuation.destructuring"},{foreground:"#FF79C6",token:"punctuation.colon.graphql"},{foreground:"#FF79C6",token:"punctuation.definition.block.scalar.folded.yaml"},{foreground:"#FF79C6",token:"punctuation.definition.block.scalar.literal.yaml"},{foreground:"#FF79C6",token:"punctuation.definition.block.sequence.item.yaml"},{foreground:"#FF79C6",token:"punctuation.definition.entity.other.inherited-class"},{foreground:"#FF79C6",token:"punctuation.function.swift"},{foreground:"#FF79C6",token:"punctuation.separator.dictionary.key-value"},{foreground:"#FF79C6",token:"punctuation.separator.hash"},{foreground:"#FF79C6",token:"punctuation.separator.inheritance"},{foreground:"#FF79C6",token:"punctuation.separator.key-value"},{foreground:"#FF79C6",token:"punctuation.separator.key-value.mapping.yaml"},{foreground:"#FF79C6",token:"punctuation.separator.namespace"},{foreground:"#FF79C6",token:"punctuation.separator.pointer-access"},{foreground:"#FF79C6",token:"punctuation.separator.slice"},{foreground:"#FF79C6",token:"string.unquoted.heredoc punctuation.definition.string"},{foreground:"#FF79C6",token:"support.other.chomping-indicator.yaml"},{foreground:"#FF79C6",token:"punctuation.separator.annotation"},{foreground:"#F8F8F2",token:"keyword.operator.other.powershell"},{foreground:"#F8F8F2",token:"keyword.other.statement-separator.powershell"},{foreground:"#F8F8F2",token:"meta.brace.round"},{foreground:"#F8F8F2",token:"meta.function-call punctuation"},{foreground:"#F8F8F2",token:"punctuation.definition.arguments.begin"},{foreground:"#F8F8F2",token:"punctuation.definition.arguments.end"},{foreground:"#F8F8F2",token:"punctuation.definition.entity.begin"},{foreground:"#F8F8F2",token:"punctuation.definition.entity.end"},{foreground:"#F8F8F2",token:"punctuation.definition.tag.cs"},{foreground:"#F8F8F2",token:"punctuation.definition.type.begin"},{foreground:"#F8F8F2",token:"punctuation.definition.type.end"},{foreground:"#F8F8F2",token:"punctuation.section.scope.begin"},{foreground:"#F8F8F2",token:"punctuation.section.scope.end"},{foreground:"#F8F8F2",token:"storage.type.generic.java"},{foreground:"#F8F8F2",token:"string.template meta.brace"},{foreground:"#F8F8F2",token:"string.template punctuation.accessor"},{foreground:"#FF79C6",token:"meta.string-contents.quoted.double punctuation.definition.variable"},{foreground:"#FF79C6",token:"punctuation.definition.interpolation.begin"},{foreground:"#FF79C6",token:"punctuation.definition.interpolation.end"},{foreground:"#FF79C6",token:"punctuation.definition.template-expression.begin"},{foreground:"#FF79C6",token:"punctuation.definition.template-expression.end"},{foreground:"#FF79C6",token:"punctuation.section.embedded.begin"},{foreground:"#FF79C6",token:"punctuation.section.embedded.coffee"},{foreground:"#FF79C6",token:"punctuation.section.embedded.end"},{foreground:"#FF79C6",token:"punctuation.section.embedded.end source.php"},{foreground:"#FF79C6",token:"punctuation.section.embedded.end source.ruby"},{foreground:"#FF79C6",token:"punctuation.definition.variable.makefile"},{foreground:"#8BE9FD",token:"entity.name.function.target.makefile"},{foreground:"#8BE9FD",token:"entity.name.section.toml"},{foreground:"#8BE9FD",token:"entity.name.tag.yaml"},{foreground:"#8BE9FD",token:"variable.other.key.toml"},{foreground:"#FFB86C",token:"constant.other.date"},{foreground:"#FFB86C",token:"constant.other.timestamp"},{foreground:"#50FA7B",fontStyle:"italic underline",token:"variable.other.alias.yaml"},{foreground:"#FF79C6",fontStyle:"regular",token:"storage"},{foreground:"#FF79C6",fontStyle:"regular",token:"meta.implementation storage.type.objc"},{foreground:"#FF79C6",fontStyle:"regular",token:"meta.interface-or-protocol storage.type.objc"},{foreground:"#FF79C6",fontStyle:"regular",token:"source.groovy storage.type.def"},{foreground:"#8BE9FD",fontStyle:"italic",token:"entity.name.type"},{foreground:"#8BE9FD",fontStyle:"italic",token:"keyword.primitive-datatypes.swift"},{foreground:"#8BE9FD",fontStyle:"italic",token:"keyword.type.cs"},{foreground:"#8BE9FD",fontStyle:"italic",token:"meta.protocol-list.objc"},{foreground:"#8BE9FD",fontStyle:"italic",token:"meta.return-type.objc"},{foreground:"#8BE9FD",fontStyle:"italic",token:"source.go storage.type"},{foreground:"#8BE9FD",fontStyle:"italic",token:"source.groovy storage.type"},{foreground:"#8BE9FD",fontStyle:"italic",token:"source.java storage.type"},{foreground:"#8BE9FD",fontStyle:"italic",token:"source.powershell entity.other.attribute-name"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.class.std.rust"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.attribute.swift"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.c"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.core.rust"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.cs"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.groovy"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.objc"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.php"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.haskell"},{foreground:"#8BE9FD",fontStyle:"italic",token:"storage.type.ocaml"},{foreground:"#FFB86C",token:"entity.name.type.type-parameter"},{foreground:"#FFB86C",token:"meta.indexer.mappedtype.declaration entity.name.type"},{foreground:"#FFB86C",token:"meta.type.parameters entity.name.type"},{foreground:"#FF79C6",token:"storage.modifier"},{foreground:"#F1FA8C",token:"string.regexp"},{foreground:"#F1FA8C",token:"constant.other.character-class.set.regexp"},{foreground:"#F1FA8C",token:"constant.character.escape.backslash.regexp"},{foreground:"#FF79C6",token:"punctuation.definition.group.capture.regexp"},{foreground:"#FF5555",token:"string.regexp punctuation.definition.string.begin"},{foreground:"#FF5555",token:"string.regexp punctuation.definition.string.end"},{foreground:"#8BE9FD",token:"punctuation.definition.character-class.regexp"},{foreground:"#FFB86C",token:"punctuation.definition.group.regexp"},{foreground:"#FF5555",token:"punctuation.definition.group.assertion.regexp"},{foreground:"#FF5555",token:"keyword.operator.negation.regexp"},{foreground:"#50FA7B",token:"meta.assertion.look-ahead.regexp"},{foreground:"#F1FA8C",token:"string"},{foreground:"#E9F284",token:"punctuation.definition.string.begin"},{foreground:"#E9F284",token:"punctuation.definition.string.end"},{foreground:"#8BE9FE",token:"punctuation.support.type.property-name.begin"},{foreground:"#8BE9FE",token:"punctuation.support.type.property-name.end"},{foreground:"#6272A4",token:"string.quoted.docstring.multi"},{foreground:"#6272A4",token:"string.quoted.docstring.multi.python punctuation.definition.string.begin"},{foreground:"#6272A4",token:"string.quoted.docstring.multi.python punctuation.definition.string.end"},{foreground:"#6272A4",token:"string.quoted.docstring.multi.python constant.character.escape"},{foreground:"#F8F8F2",token:"variable"},{foreground:"#F8F8F2",token:"constant.other.key.perl"},{foreground:"#F8F8F2",token:"support.variable.property"},{foreground:"#F8F8F2",token:"variable.other.constant.js"},{foreground:"#F8F8F2",token:"variable.other.constant.ts"},{foreground:"#F8F8F2",token:"variable.other.constant.tsx"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.import variable.other.readwrite"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.object-binding-pattern-variable variable.object.property"},{foreground:"#FFB86C",fontStyle:"italic",token:"meta.variable.assignment.destructured.object.coffee variable"},{foreground:"#F8F8F2",fontStyle:"normal",token:"meta.import variable.other.readwrite.alias"},{foreground:"#F8F8F2",fontStyle:"normal",token:"meta.export variable.other.readwrite.alias"},{foreground:"#F8F8F2",fontStyle:"normal",token:"meta.variable.assignment.destructured.object.coffee variable variable"},{foreground:"#F1FA8C",token:"meta.selectionset.graphql variable"},{foreground:"#F8F8F2",token:"meta.selectionset.graphql meta.arguments variable"},{foreground:"#8BE9FD",token:"entity.name.fragment.graphql"},{foreground:"#8BE9FD",token:"variable.fragment.graphql"},{foreground:"#F8F8F2",token:"constant.other.symbol.hashkey.ruby"},{foreground:"#F8F8F2",token:"keyword.operator.dereference.java"},{foreground:"#F8F8F2",token:"keyword.operator.navigation.groovy"},{foreground:"#F8F8F2",token:"meta.scope.for-loop.shell punctuation.definition.string.begin"},{foreground:"#F8F8F2",token:"meta.scope.for-loop.shell punctuation.definition.string.end"},{foreground:"#F8F8F2",token:"meta.scope.for-loop.shell string"},{foreground:"#F8F8F2",token:"storage.modifier.import"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.begin.tsx"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.end.tsx"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.begin.jsx"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.end.jsx"},{foreground:"#F8F8F2",token:"punctuation.separator.list.comma.css"},{foreground:"#F8F8F2",token:"constant.language.empty-list.haskell"},{foreground:"#BD93F9",token:"source.shell variable.other"},{foreground:"#BD93F9",fontStyle:"normal",token:"support.constant"},{foreground:"#F1FA8C",token:"meta.scope.prerequisites.makefile"},{foreground:"#F1FA8C",token:"meta.attribute-selector.scss"},{foreground:"#F8F8F2",token:"punctuation.definition.attribute-selector.end.bracket.square.scss"},{foreground:"#F8F8F2",token:"punctuation.definition.attribute-selector.begin.bracket.square.scss"},{foreground:"#6272A4",token:"meta.preprocessor.haskell"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#f8f8f2"}],Dw=[],Ew={inherit:vw,base:Fw,colors:Bw,rules:Cw,encodedTokensColors:Dw},ww=!1,Sw="vs-dark",Aw={"activityBar.activeBackground":"#ebeef5","activityBar.activeBorder":"#ebeef5","activityBar.activeFocusBorder":"#4480f4","activityBar.background":"#ebeef5","activityBar.border":"#ebeef500","activityBar.dropBorder":"#4480f4","activityBar.foreground":"#7d7f84","activityBar.inactiveForeground":"#b3b3b4","activityBarBadge.background":"#598def","activityBarBadge.foreground":"#ffffff","badge.background":"#b3b3b4","badge.foreground":"#ffffff","breadcrumb.activeSelectionForeground":"#5d5d5f","breadcrumb.background":"#ebeef5","breadcrumb.focusForeground":"#5d5d5f","breadcrumb.foreground":"#8e8e90","breadcrumbPicker.background":"#e5e8ef","button.background":"#a0a1a7e5","button.border":"#a0a1a700","button.foreground":"#ffffff","button.hoverBackground":"#0065ffa8","button.secondaryBackground":"#a0a1a7e5","button.secondaryForeground":"#ffffff","button.secondaryHoverBackground":"#0065ffa8","charts.blue":"#437aed","charts.foreground":"#5d5d5f","charts.green":"#53a053","charts.lines":"#ced1d7","charts.orange":"#ff6d12","charts.purple":"#7c4dff","charts.red":"#f14c4c","charts.yellow":"#f0aa0b","checkbox.background":"#edf0f7","checkbox.border":"#ced1d7","checkbox.foreground":"#5d5d5f","debugConsole.errorForeground":"#ec0000","debugConsole.infoForeground":"#4480f4","debugConsole.warningForeground":"#ff6d12","debugExceptionWidget.background":"#a315153f","debugExceptionWidget.border":"#a31515","debugToolBar.background":"#e1e4eb","debugToolBar.border":"#e1e4eb",descriptionForeground:"#626264bf","diffEditor.diagonalFill":"#c4c7cd","diffEditor.insertedTextBackground":"#45b7464c","diffEditor.removedTextBackground":"#f14c4c3f","dropdown.background":"#f1f4fb","dropdown.border":"#ced1d7","dropdown.foreground":"#5d5d5f","dropdown.listBackground":"#f1f4fb","editor.background":"#ebeef5","editor.findMatchBackground":"#f8f900","editor.findMatchBorder":"#f8f90000","editor.findMatchHighlightBackground":"#cfd2d9","editor.findMatchHighlightBorder":"#cfd2d900","editor.findRangeHighlightBackground":"#f8f9004c","editor.foldBackground":"#598def21","editor.foreground":"#5d5d5f","editor.hoverHighlightBackground":"#cfd2d98c","editor.lineHighlightBackground":"#e3e6ed","editor.lineHighlightBorder":"#e3e6ed00","editor.rangeHighlightBackground":"#e3e6ed","editor.selectionBackground":"#0065ff3f","editor.selectionHighlightBackground":"#00bec459","editor.selectionHighlightBorder":"#00bec400","editor.snippetFinalTabstopHighlightBackground":"#cfd2d98c","editor.snippetFinalTabstopHighlightBorder":"#bdbdbe","editor.snippetTabstopHighlightBackground":"#cfd2d98c","editor.snippetTabstopHighlightBorder":"#cfd2d900","editor.wordHighlightBackground":"#00bec459","editor.wordHighlightBorder":"#00bec400","editor.wordHighlightStrongBackground":"#7c4dff3f","editor.wordHighlightStrongBorder":"#7c4dff00","editorBracketMatch.background":"#fc835762","editorBracketMatch.border":"#fc835700","editorCodeLens.foreground":"#bdbdbe","editorCursor.background":"#ffffff","editorCursor.foreground":"#fc8357","editorError.foreground":"#ec0000","editorGroup.border":"#ced1d7","editorGroup.dropBackground":"#0065ff21","editorGroup.emptyBackground":"#ebeef500","editorGroup.focusedEmptyBorder":"#4283f5","editorGroupHeader.border":"#ebeef500","editorGroupHeader.noTabsBackground":"#e1e4eb","editorGroupHeader.tabsBackground":"#e1e4eb","editorGroupHeader.tabsBorder":"#ebeef500","editorGutter.addedBackground":"#44c145","editorGutter.background":"#ebeef5","editorGutter.deletedBackground":"#f14c4c","editorGutter.foldingControlForeground":"#000000","editorGutter.modifiedBackground":"#9277e6","editorHoverWidget.background":"#f1f4fb","editorHoverWidget.border":"#ced1d7","editorHoverWidget.foreground":"#626264","editorHoverWidget.statusBarBackground":"#f1f4fb","editorIndentGuide.activeBackground":"#fc8357cc","editorIndentGuide.background":"#ced1d7","editorInfo.foreground":"#4480f4","editorInlayHint.foreground":"#888888","editorLineNumber.activeForeground":"#5d5d5f","editorLineNumber.foreground":"#b3b3b4","editorLink.activeForeground":"#d73bd5","editorMarkerNavigation.background":"#e3e6ed","editorMarkerNavigationError.background":"#ec0000","editorMarkerNavigationInfo.background":"#598def","editorMarkerNavigationWarning.background":"#ff6d12","editorOverviewRuler.addedForeground":"#44c145","editorOverviewRuler.background":"#ebeef5","editorOverviewRuler.border":"#b3b3b400","editorOverviewRuler.bracketMatchForeground":"#fc835762","editorOverviewRuler.currentContentForeground":"#0065ff33","editorOverviewRuler.deletedForeground":"#f14c4c","editorOverviewRuler.errorForeground":"#ec0000","editorOverviewRuler.findMatchForeground":"#c3c6cd","editorOverviewRuler.incomingContentForeground":"#45b7464c","editorOverviewRuler.infoForeground":"#4480f4","editorOverviewRuler.modifiedForeground":"#9277e6","editorOverviewRuler.rangeHighlightForeground":"#e5e8ef","editorOverviewRuler.selectionHighlightForeground":"#00bec4ad","editorOverviewRuler.warningForeground":"#fc8357","editorOverviewRuler.wordHighlightForeground":"#00bec4ad","editorOverviewRuler.wordHighlightStrongForeground":"#7c4dff72","editorPane.background":"#e1e4eb","editorRuler.foreground":"#b3b3b4","editorSuggestWidget.background":"#f1f4fb","editorSuggestWidget.border":"#ced1d7","editorSuggestWidget.foreground":"#8e8e90","editorSuggestWidget.highlightForeground":"#598def","editorSuggestWidget.selectedBackground":"#0065ff33","editorUnnecessaryCode.border":"#a9a9aa","editorUnnecessaryCode.opacity":"#a9a9aa","editorWarning.foreground":"#ff6d12","editorWhitespace.foreground":"#bdbdbeb2","editorWidget.background":"#e1e4eb","editorWidget.border":"#e1e4eb","editorWidget.foreground":"#626264",errorForeground:"#ec0000","extensionButton.prominentBackground":"#499149","extensionButton.prominentForeground":"#ffffff","extensionButton.prominentHoverBackground":"#377337","extensionIcon.starForeground":"#ff6d12",focusBorder:"#4480f4",foreground:"#626264","gitDecoration.addedResourceForeground":"#83c654","gitDecoration.conflictingResourceForeground":"#ec0000","gitDecoration.deletedResourceForeground":"#f14c4c","gitDecoration.ignoredResourceForeground":"#a9a9aa","gitDecoration.modifiedResourceForeground":"#7c4dff","gitDecoration.renamedResourceForeground":"#f3ad01","gitDecoration.stageDeletedResourceForeground":"#cd6069","gitDecoration.stageModifiedResourceForeground":"#d73bd5","gitDecoration.submoduleResourceForeground":"#f183da","gitDecoration.untrackedResourceForeground":"#3ec141","icon.foreground":"#424242","input.background":"#ebeef5","input.border":"#e1e4eb","input.foreground":"#5d5d5f","input.placeholderForeground":"#b4b7be","inputOption.activeBackground":"#0065ffa8","inputOption.activeBorder":"#0065ff00","inputOption.activeForeground":"#ffffff","inputValidation.errorBackground":"#ebeef5","inputValidation.errorBorder":"#ec0000","inputValidation.errorForeground":"#ec0000","inputValidation.infoBackground":"#ebeef5","inputValidation.infoBorder":"#4480f4","inputValidation.infoForeground":"#4480f4","inputValidation.warningBackground":"#ebeef5","inputValidation.warningBorder":"#ff6d12","inputValidation.warningForeground":"#ff6d12","list.activeSelectionBackground":"#edf0f7","list.activeSelectionForeground":"#5d5d5f","list.activeSelectionIconForeground":"#464247","list.dropBackground":"#0065ff21","list.errorForeground":"#ec0000","list.filterMatchBackground":"#ffffff","list.filterMatchBorder":"#ffffff","list.focusBackground":"#0065ff33","list.focusForeground":"#5d5d5f","list.focusHighlightForeground":"#598def","list.focusOutline":"#0065ff00","list.highlightForeground":"#4283f5","list.hoverBackground":"#0065ff33","list.hoverForeground":"#5d5d5f","list.inactiveFocusBackground":"#0065ff19","list.inactiveFocusOutline":"#edf0f700","list.inactiveSelectionBackground":"#edf0f7","list.inactiveSelectionForeground":"#5d5d5f","list.inactiveSelectionIconForeground":"#5d5d5f","list.invalidItemForeground":"#a9a9aa","list.warningForeground":"#ff6d12","listFilterWidget.background":"#ffffff","listFilterWidget.noMatchesOutline":"#ff0000","listFilterWidget.outline":"#ffffff","menu.background":"#e1e4eb","menu.foreground":"#5d5d5f","menu.selectionBackground":"#0065ff99","menu.selectionBorder":"#0065ff00","menu.selectionForeground":"#ffffff","menu.separatorBackground":"#626264","menubar.selectionBackground":"#0065ff99","menubar.selectionBorder":"#0065ff00","menubar.selectionForeground":"#ffffff","merge.border":"#ced1d7","merge.currentContentBackground":"#0065ff33","merge.currentHeaderBackground":"#0065ff33","merge.incomingContentBackground":"#45b7464c","merge.incomingHeaderBackground":"#45b7464c","minimap.background":"#ebeef5","minimap.errorHighlight":"#ec00007f","minimap.findMatchHighlight":"#7d80877f","minimap.selectionHighlight":"#5f97fff2","minimap.warningHighlight":"#fc835799","minimapGutter.addedBackground":"#44c145","minimapGutter.deletedBackground":"#f14c4c","minimapGutter.modifiedBackground":"#9277e6","minimapSlider.activeBackground":"#4f4f5020","minimapSlider.background":"#4f4f5019","minimapSlider.hoverBackground":"#4f4f5020","notificationCenter.border":"#aaadb499","notificationCenterHeader.background":"#e1e4eb","notificationCenterHeader.foreground":"#5d5d5f","notificationLink.foreground":"#5b87eb","notificationToast.border":"#aaadb499","notifications.background":"#e1e4eb","notifications.border":"#aaadb499","notifications.foreground":"#5d5d5f","panel.background":"#ebeef5","panel.border":"#e1e4eb","panelSection.border":"#e1e4eb","panelSection.dropBackground":"#0065ff21","panelSectionHeader.background":"#e1e4eb","panelTitle.activeBorder":"#5d5d5f","panelTitle.activeForeground":"#5d5d5f","panelTitle.inactiveForeground":"#a9a9aa","peekView.border":"#bdbdbed8","peekViewEditor.background":"#e5e8ef","peekViewEditor.matchHighlightBackground":"#0065ff19","peekViewEditor.matchHighlightBorder":"#0065ff00","peekViewEditorGutter.background":"#e5e8ef","peekViewResult.background":"#ebeef5","peekViewResult.fileForeground":"#626264","peekViewResult.lineForeground":"#888888","peekViewResult.matchHighlightBackground":"#ebeef500","peekViewResult.selectionBackground":"#0065ff4c","peekViewResult.selectionForeground":"#626264","peekViewTitle.background":"#ebeef5","peekViewTitleDescription.foreground":"#888888","peekViewTitleLabel.foreground":"#626264","pickerGroup.border":"#4283f5","pickerGroup.foreground":"#4283f5","problemsErrorIcon.foreground":"#ec0000","problemsInfoIcon.foreground":"#4480f4","problemsWarningIcon.foreground":"#ff6d12","progressBar.background":"#4d91f8","quickInput.background":"#e1e4eb","quickInput.foreground":"#626264","quickInputList.focusBackground":"#0065ff19","quickInputTitle.background":"#e1e4eb","sash.hoverBorder":"#5e9cfb","scrollbar.shadow":"#aaadb4","scrollbarSlider.activeBackground":"#4f4f502e","scrollbarSlider.background":"#4f4f5020","scrollbarSlider.hoverBackground":"#4f4f502e","selection.background":"#0065ff3f","settings.checkboxBackground":"#f1f4fb","settings.checkboxBorder":"#ced1d7","settings.checkboxForeground":"#5d5d5f","settings.dropdownBackground":"#f1f4fb","settings.dropdownBorder":"#ced1d7","settings.dropdownForeground":"#5d5d5f","settings.dropdownListBorder":"#ced1d7","settings.focusedRowBackground":"#0065ff33","settings.focusedRowBorder":"#0065ff00","settings.headerForeground":"#5d5d5f","settings.modifiedItemIndicator":"#7c4dff","settings.numberInputBackground":"#f1f4fb","settings.numberInputBorder":"#ced1d7","settings.numberInputForeground":"#5d5d5f","settings.rowHoverBackground":"#0065ff19","settings.textInputBackground":"#f1f4fb","settings.textInputBorder":"#ced1d7","settings.textInputForeground":"#5d5d5f","sideBar.background":"#e1e4eb","sideBar.dropBackground":"#0065ff21","sideBar.foreground":"#626264d8","sideBarSectionHeader.background":"#ebeef5","sideBarSectionHeader.foreground":"#5d5d5f","sideBarTitle.foreground":"#5d5d5f","statusBar.background":"#e1e4eb","statusBar.border":"#e1e4eb00","statusBar.debuggingBackground":"#a31515","statusBar.debuggingForeground":"#e1e4eb","statusBar.foreground":"#5d5d5f","statusBar.noFolderBackground":"#e1e4eb","statusBar.noFolderForeground":"#5d5d5f","statusBarItem.activeBackground":"#0065ffb2","statusBarItem.hoverBackground":"#0065ff33","statusBarItem.prominentBackground":"#e1e4eb","statusBarItem.prominentHoverBackground":"#0065ff33","symbolIcon.arrayForeground":"#5d5d5f","symbolIcon.booleanForeground":"#c838c6","symbolIcon.classForeground":"#00bec4","symbolIcon.constantForeground":"#ff6d12","symbolIcon.constructorForeground":"#437aed","symbolIcon.enumeratorMemberForeground":"#ff6d12","symbolIcon.eventForeground":"#437aed","symbolIcon.fieldForeground":"#cd6069","symbolIcon.fileForeground":"#626264d8","symbolIcon.folderForeground":"#5d5d5f","symbolIcon.functionForeground":"#437aed","symbolIcon.interfaceForeground":"#00bec4","symbolIcon.keyForeground":"#5d5d5f","symbolIcon.keywordForeground":"#7c4dff","symbolIcon.methodForeground":"#437aed","symbolIcon.moduleForeground":"#cd6069","symbolIcon.namespaceForeground":"#cd6069","symbolIcon.nullForeground":"#c838c6","symbolIcon.numberForeground":"#ff6d12","symbolIcon.objectForeground":"#5d5d5f","symbolIcon.operatorForeground":"#00bec4","symbolIcon.packageForeground":"#cd6069","symbolIcon.propertyForeground":"#888888","symbolIcon.snippetForeground":"#7c4dff","symbolIcon.stringForeground":"#53a053","symbolIcon.structForeground":"#00bec4","symbolIcon.textForeground":"#a9a9aa","symbolIcon.typeParameterForeground":"#ef8ed8","symbolIcon.unitForeground":"#ff6d12","symbolIcon.variableForeground":"#5d5d5f","tab.activeBackground":"#ebeef5","tab.activeBorder":"#ebeef500","tab.activeBorderTop":"#ebeef500","tab.activeForeground":"#5d5d5f","tab.activeModifiedBorder":"#7c4dff","tab.border":"#aaadb499","tab.hoverBackground":"#0065ff33","tab.hoverBorder":"#0065ff00","tab.hoverForeground":"#5d5d5f","tab.inactiveBackground":"#e1e4eb","tab.inactiveForeground":"#8e8e90","tab.inactiveModifiedBorder":"#7c4dff","tab.unfocusedActiveBackground":"#ebeef5","tab.unfocusedActiveBorder":"#ebeef500","tab.unfocusedActiveBorderTop":"#ebeef500","tab.unfocusedActiveForeground":"#5d5d5fbf","tab.unfocusedActiveModifiedBorder":"#7c4dff","tab.unfocusedHoverBackground":"#0065ff33","tab.unfocusedHoverBorder":"#0065ff00","tab.unfocusedHoverForeground":"#5d5d5f","tab.unfocusedInactiveForeground":"#8e8e90","tab.unfocusedInactiveModifiedBorder":"#7c4dff","terminal.ansiBlack":"#ffffff","terminal.ansiBlue":"#4480f4","terminal.ansiBrightBlack":"#aaadb4","terminal.ansiBrightBlue":"#437aed","terminal.ansiBrightCyan":"#00bec4","terminal.ansiBrightGreen":"#44c145","terminal.ansiBrightMagenta":"#ef8ed8","terminal.ansiBrightRed":"#f14c4c","terminal.ansiBrightWhite":"#888888","terminal.ansiBrightYellow":"#ff6d12","terminal.ansiCyan":"#00bec4","terminal.ansiGreen":"#53a053","terminal.ansiMagenta":"#c838c6","terminal.ansiRed":"#ec0000","terminal.ansiWhite":"#000000","terminal.ansiYellow":"#f0aa0b","terminal.background":"#ebeef5","terminal.border":"#e1e4eb","terminal.foreground":"#5d5d5f","terminal.selectionBackground":"#0065ff3f","terminal.tab.activeBorder":"#5d5d5f","terminalCursor.background":"#ffffff","terminalCursor.foreground":"#fc8357","textBlockQuote.background":"#e0e3e9","textBlockQuote.border":"#598def","textCodeBlock.background":"#e5e8ef","textLink.activeForeground":"#d73bd5","textLink.foreground":"#4d91f8","textPreformat.foreground":"#fc8357","titleBar.activeBackground":"#ebeef5","titleBar.activeForeground":"#5d5d5f","titleBar.border":"#ebeef500","titleBar.inactiveBackground":"#ebeef5","titleBar.inactiveForeground":"#8e8e90","toolbar.activeBackground":"#0065ff3f","toolbar.hoverBackground":"#0065ff3f","toolbar.hoverOutline":"#0065ff00","tree.indentGuidesStroke":"#ced1d7","walkThrough.embeddedEditorBackground":"#e1e4eb","welcomePage.background":"#ebeef5","welcomePage.buttonBackground":"#e1e4eb","welcomePage.buttonHoverBackground":"#0065ff33","welcomePage.progress.background":"#ebeef5","welcomePage.progress.foreground":"#4d91f8","welcomePage.tileBackground":"#e1e4eb","welcomePage.tileHoverBackground":"#0065ff33","widget.shadow":"#aaadb4"},xw=[{foreground:"#F0AA0B",fontStyle:"",token:"variable.parameter"},{foreground:"#F0AA0B",fontStyle:"",token:"token.variable.parameter"},{foreground:"#F0AA0B",fontStyle:"",token:"variable.other.jsdoc"},{foreground:"#F0AA0B",fontStyle:"",token:"variable.language.arguments"},{foreground:"#F0AA0B",fontStyle:"",token:"function.parameter"},{foreground:"#F0AA0B",fontStyle:"",token:"entity.name.variable.parameter"},{foreground:"#F0AA0B",fontStyle:"",token:"meta.function.c"},{foreground:"#F0AA0B",fontStyle:"",token:" punctuation.vararg-ellipses"},{foreground:"#F0AA0B",fontStyle:"",token:"variable.other.block.ruby"},{foreground:"#F0AA0B",fontStyle:"",token:" meta.arguments"},{foreground:"#F0AA0B",fontStyle:"",token:" entity.name.type.template"},{foreground:"#F0AA0B",fontStyle:"",token:" meta.type.parameters entity.name.type"},{foreground:"#F0AA0B",fontStyle:"",token:" meta.parameters"},{foreground:"#F0AA0B",fontStyle:"",token:" meta.function.parameter variable.other"},{foreground:"#F0AA0B",fontStyle:"",token:"variable.other.less"},{foreground:"#F0AA0B",fontStyle:"",token:"variable.other.sass"},{foreground:"#F0AA0B",fontStyle:"",token:"variable.scss"},{foreground:"#F0AA0B",fontStyle:"",token:"meta.function.calc.css"},{foreground:"#F0AA0B",fontStyle:"",token:" source.sass variable.other"},{foreground:"#53A053",fontStyle:"",token:"variable.parameter.url"},{foreground:"#CD6069",fontStyle:"",token:"entity.name.type.module"},{foreground:"#CD6069",fontStyle:"",token:"entity.name.package"},{foreground:"#5D5D5F",fontStyle:"",token:"variable.other"},{foreground:"#5D5D5F",fontStyle:"",token:" support.variable"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.definition.variable"},{foreground:"#5D5D5F",fontStyle:"",token:"variable.other.object"},{foreground:"#5D5D5F",fontStyle:"",token:"variable.other.readwrite"},{foreground:"#5D5D5F",fontStyle:"",token:" entity.name.type.enum"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.method.body"},{foreground:"#5D5D5F",fontStyle:"",token:"entity.name.variable"},{foreground:"#5D5D5F",fontStyle:"",token:"variable.other.object.property.cs"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.block.c"},{foreground:"#5D5D5F",fontStyle:"",token:"source"},{foreground:"#5D5D5F",fontStyle:"",token:"source.c"},{foreground:"#5D5D5F",fontStyle:"",token:"source.cpp"},{foreground:"#5D5D5F",fontStyle:"",token:"source.ruby"},{foreground:"#5D5D5F",fontStyle:"",token:"source.go"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.class-struct-block"},{foreground:"#5D5D5F",fontStyle:"",token:"source.dart"},{foreground:"#5D5D5F",fontStyle:"",token:"source.python"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.item-access.python"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.function-call.arguments.python"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.item-access.arguments.python"},{foreground:"#5D5D5F",fontStyle:"",token:" variable.parameter.keyframe-list.css"},{foreground:"#5D5D5F",fontStyle:"",token:" meta.property-value.css"},{foreground:"#5D5D5F",fontStyle:"",token:" meta.property-value.scss"},{foreground:"#5D5D5F",fontStyle:"",token:" entity.name.tag.custom"},{foreground:"#5D5D5F",fontStyle:"",token:" entity.name.function.scss"},{foreground:"#5D5D5F",fontStyle:"",token:" source.css.less"},{foreground:"#5D5D5F",fontStyle:"",token:" variable"},{foreground:"#5D5D5F",fontStyle:"",token:" support.function.builtin.python"},{foreground:"#5D5D5F",fontStyle:"",token:"meta.function-call.arguments.python support.function.builtin.python"},{foreground:"#5D5D5F",fontStyle:"",token:" meta.function-call.c"},{foreground:"#5D5D5F",fontStyle:"",token:" entity.name.function.preprocessor"},{foreground:"#5D5D5F",fontStyle:"",token:" meta.parens"},{foreground:"#A9A9AA",fontStyle:"italic",token:"comment"},{foreground:"#A9A9AA",fontStyle:"italic",token:"comment markup.link"},{foreground:"#A9A9AA",fontStyle:"italic",token:"punctuation.definition.comment"},{foreground:"#A9A9AA",fontStyle:"italic",token:"markup.quote.markdown"},{foreground:"#888888",fontStyle:"",token:"constant.character.escape"},{foreground:"#888888",fontStyle:"",token:" constant.character.entity"},{foreground:"#A9A9AA",fontStyle:"underline",token:"invalid"},{foreground:"#A9A9AA",fontStyle:"underline",token:"invalid.unimplemented"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:"punctuation.accessor"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:"punctuation.separator.period"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:"punctuation.separator.dot-access"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:"punctuation.separator.method"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:"punctuation.other.period"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:"punctuation.dot"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:" meta.delimiter.property.period"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:" keyword.operator.access.dot"},{foreground:"#5D5D5FD8",fontStyle:"bold",token:" keyword.operator.period"},{foreground:"#5D5D5FD8",fontStyle:"",token:"meta.parameters.js"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.separator.key-value"},{foreground:"#8E8E90",fontStyle:"",token:" keyword.operator.type.annotation"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.definition.section.case-statement"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.separator.colon"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.separator.other"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.definition.parameters"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.definition.constant.ruby"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.separator.dictionary.key-value"},{foreground:"#8E8E90",fontStyle:"",token:" keyword.operator.ternary.dart"},{foreground:"#8E8E90",fontStyle:"",token:"punctuation.section.function.begin.python"},{foreground:"#8E8E90",fontStyle:"",token:" meta.property-list.css.sass"},{foreground:"#8E8E90",fontStyle:"",token:" sass-script-maps"},{foreground:"#8E8E90",fontStyle:"",token:" punctuation.colon"},{foreground:"#8E8E90",fontStyle:"",token:" punctuation.separator.initializers"},{foreground:"#8E8E90",fontStyle:"",token:" keyword.operator.key-value"},{foreground:"#8E8E90",fontStyle:"",token:" punctuation.separator.label"},{foreground:"#8E8E90",fontStyle:"",token:" keyword.operator.colon"},{foreground:"#8E8E90",fontStyle:"",token:"keyword.operator.key.php"},{foreground:"#A0A1A7F2",fontStyle:"",token:"punctuation.separator.comma"},{foreground:"#A0A1A7F2",fontStyle:"",token:"punctuation.separator.delimiter"},{foreground:"#A0A1A7F2",fontStyle:"",token:"punctuation.separator.list.comma"},{foreground:"#A0A1A7F2",fontStyle:"",token:"punctuation.separator.parameter"},{foreground:"#A0A1A7F2",fontStyle:"",token:" meta.array.php"},{foreground:"#A0A1A7F2",fontStyle:"",token:" punctuation.separator.parameters"},{foreground:"#A0A1A7F2",fontStyle:"",token:"punctuation.separator.arguments.python"},{foreground:"#A0A1A7F2",fontStyle:"",token:"punctuation.separator.object"},{foreground:"#A0A1A7F2",fontStyle:"",token:"meta.function.method.with-arguments.ruby"},{foreground:"#A0A1A7F2",fontStyle:"",token:" punctuation.comma"},{foreground:"#A0A1A7F2",fontStyle:"",token:" punctuation.separator.element.python"},{foreground:"#A0A1A7F2",fontStyle:"",token:" comment.punctuation.comma.sass"},{foreground:"#A0A1A7F2",fontStyle:"",token:" meta.at-rule.keyframes.body.css"},{foreground:"#A0A1A7F2",fontStyle:"",token:" meta.delimiter.object.comma"},{foreground:"#A0A1A7F2",fontStyle:"",token:" punctuation.other.comma"},{foreground:"#A9A9AA",fontStyle:"",token:"punctuation.terminator"},{foreground:"#A9A9AA",fontStyle:"",token:"punctuation.terminator.statement"},{foreground:"#A9A9AA",fontStyle:"",token:" punctuation.terminator.rule"},{foreground:"#A9A9AA",fontStyle:"",token:" punctuation.terminator.expression"},{foreground:"#A9A9AA",fontStyle:"",token:"punctuation.separator.statement"},{foreground:"#A9A9AA",fontStyle:"",token:"meta.using-namespace-declaration.cpp"},{foreground:"#A9A9AA",fontStyle:"",token:"invalid.deprecated.semicolon"},{foreground:"#A9A9AA",fontStyle:"",token:" constant.character.end"},{foreground:"#A9A9AA",fontStyle:"",token:" punctuation.semi"},{foreground:"#CD6069",fontStyle:"",token:"variable.other.property"},{foreground:"#CD6069",fontStyle:"",token:"variable.other.object.property"},{foreground:"#CD6069",fontStyle:"",token:"variable.other.constant.property"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.type.option"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.label"},{foreground:"#53A053",fontStyle:"",token:"support.constant.font-name"},{foreground:"#C57BDB",fontStyle:"",token:"support.constant.property-value.scss"},{foreground:"#C57BDB",fontStyle:"",token:"support.constant.property-value.css"},{foreground:"#C57BDB",fontStyle:"",token:"support.constant.vendored.property-value.css"},{foreground:"#437AED",fontStyle:"",token:"punctuation.definition.template-expression.begin"},{foreground:"#437AED",fontStyle:"",token:"punctuation.definition.template-expression.end"},{foreground:"#437AED",fontStyle:"",token:" punctuation.definition.generic.begin.html"},{foreground:"#437AED",fontStyle:"",token:" punctuation.definition.generic.end.html"},{foreground:"#437AED",fontStyle:"",token:" punctuation.definition.interpolation.begin.bracket"},{foreground:"#437AED",fontStyle:"",token:" punctuation.definition.interpolation.end.bracket"},{foreground:"#437AED",fontStyle:"",token:" support.constant.handlebars.wxml"},{foreground:"#CD6069",fontStyle:"",token:"meta.object-literal.key"},{foreground:"#CD6069",fontStyle:"",token:" meta.object-literal.key string.quoted"},{foreground:"#CD6069",fontStyle:"",token:"variable.object.property"},{foreground:"#CD6069",fontStyle:"",token:"keyword.operator.optional"},{foreground:"#CD6069",fontStyle:"",token:"support.type.map.key"},{foreground:"#CD6069",fontStyle:"",token:"meta.at-rule.each.scss"},{foreground:"#CD6069",fontStyle:"",token:" meta.object-literal.key punctuation.definition.string"},{foreground:"#F0AA0B",fontStyle:"",token:"keyword.operator.negetion.regexp"},{foreground:"#F0AA0B",fontStyle:"",token:"keyword.control.anchor.regexp"},{foreground:"#F0AA0B",fontStyle:"",token:"punctuation.definition.group.capture.regexp"},{foreground:"#F0AA0B",fontStyle:"",token:"keyword.operator.quantifier.regexp"},{foreground:"#CD6069",fontStyle:"",token:"support.variable.dom"},{foreground:"#CD6069",fontStyle:"",token:"support.variable.property"},{foreground:"#CD6069",fontStyle:"",token:"support.variable.property.dom"},{foreground:"#CD6069",fontStyle:"",token:"storage.modifier.import"},{foreground:"#CD6069",fontStyle:"",token:"constant.other.php"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.type.namespace"},{foreground:"#CD6069",fontStyle:"",token:"variable.other.member.c"},{foreground:"#CD6069",fontStyle:"",token:"meta.using-namespace-declaration.cpp entity.name.type.cpp"},{foreground:"#CD6069",fontStyle:"",token:"meta.class-struct-block.cpp meta.namespace-block.cpp entity.name.type.cpp"},{foreground:"#CD6069",fontStyle:"",token:" variable.other.source.dart"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.namespace"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.module"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.type.result.rust"},{foreground:"#CD6069",fontStyle:"",token:" entity.name.scope-resolution.namespace"},{foreground:"#A9A9AA",fontStyle:"",token:"punctuation.definition.comment"},{foreground:"#EF8ED8",fontStyle:"",token:"keyword.operator.expression.typeof"},{foreground:"#EF8ED8",fontStyle:"",token:"keyword.other.typeof"},{foreground:"#5D5D5FD8",fontStyle:"",token:"keyword.operator.assignment"},{foreground:"#5D5D5FD8",fontStyle:"",token:" meta.property-value.css keyword.operator.less"},{foreground:"#5D5D5FD8",fontStyle:"",token:" keyword.operator.assignment.equal"},{foreground:"#5D5D5FD8",fontStyle:"",token:" keyword.operator.eq"},{foreground:"#A0A1A7",fontStyle:"",token:"punctuation.definition.tag"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.inline.any"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.block.any"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.any "},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.structure.any"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.metadata.script"},{foreground:"#A0A1A7",fontStyle:"",token:" punctuation.definition.tag.begin"},{foreground:"#A0A1A7",fontStyle:"",token:" punctuation.definition.tag.end"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.preprocessor.xml"},{foreground:"#A0A1A7",fontStyle:"",token:"punctuation.separator.key-value.html"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.metadata.style.html"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.attributes.js keyword.operator.assignment"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.other.html"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.tag.inline.any.html source.directive.vue meta.brace"},{foreground:"#A0A1A7",fontStyle:"",token:" punctuation.definition.tag.begin source.js"},{foreground:"#A0A1A7",fontStyle:"",token:" punctuation.definition.tag.end source.js"},{foreground:"#A0A1A7",fontStyle:"",token:" punctuation.definition.tag source"},{foreground:"#A0A1A7",fontStyle:"",token:"source.vue"},{foreground:"#A0A1A7",fontStyle:"",token:" meta.attribute-selector.scss keyword.operator.scss"},{foreground:"#A0A1A7",fontStyle:"",token:" punctuation.separator.equals"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.arithmetic"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.decrement"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.increment"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.assignment.compound"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.less"},{foreground:"#00BEC4",fontStyle:"",token:"meta.property-list.css"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.sass"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.increment-decrement"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.css"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.tag.wildcard.scss"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.string"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.bitwise"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.assignment.augmented"},{foreground:"#00BEC4",fontStyle:"",token:"storage.type.variable.ruby"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.assignment.arithmetic"},{foreground:"#00BEC4",fontStyle:"",token:" punctuation.definition.list.begin.markdown"},{foreground:"#00BEC4",fontStyle:"",token:" variable.language.import-all"},{foreground:"#00BEC4",fontStyle:"",token:" constant.language.import-export-all"},{foreground:"#00BEC4",fontStyle:"",token:" storage.modifier.reference"},{foreground:"#00BEC4",fontStyle:"",token:" storage.modifier.pointer"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.assignment.rust"},{foreground:"#00BEC4",fontStyle:"",token:"meta.directive.vue"},{foreground:"#00BEC4",fontStyle:"",token:" punctuation.definition.quote.begin.markdown"},{foreground:"#00BEC4",fontStyle:"",token:" meta.format.brace constant"},{foreground:"#00BEC4",fontStyle:"",token:" meta.selector invalid.deprecated.combinator"},{foreground:"#00BEC4",fontStyle:"",token:" meta.selector"},{foreground:"#00BEC4",fontStyle:"",token:" storage.type.operator"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.function.infix.haskell"},{foreground:"#00BEC4",fontStyle:"",token:" constant.other.operator.infix.haskell"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.operator.string.php"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.ternary"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.logical"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.comparison"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.relational"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.or.regexp"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.class"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.type"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.other.ruby"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.conditional"},{foreground:"#C838C6",fontStyle:"",token:"punctuation.separator.question-mark"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.null-coalescing"},{foreground:"#C838C6",fontStyle:"",token:"punctuation.tilde"},{foreground:"#C838C6",fontStyle:"",token:"punctuation.separator.pointer-access"},{foreground:"#C838C6",fontStyle:"",token:" keyword.operator.dart"},{foreground:"#C838C6",fontStyle:"",token:" keyword.operator.nulltype"},{foreground:"#C838C6",fontStyle:"",token:" keyword.operator.bitwise.dart"},{foreground:"#C838C6",fontStyle:"",token:" keyword.operator.arrow.haskell"},{foreground:"#C838C6",fontStyle:"",token:" keyword.operator.arrow.left.haskell"},{foreground:"#C838C6",fontStyle:"",token:" "},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.expression.instanceof"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.instanceof"},{foreground:"#437AED",fontStyle:"",token:"meta.function-call"},{foreground:"#437AED",fontStyle:"",token:"support.function.construct.output"},{foreground:"#437AED",fontStyle:"",token:"invalid.deprecated.gradient.function.css"},{foreground:"#437AED",fontStyle:"",token:"invalid.deprecated.function.css"},{foreground:"#437AED",fontStyle:"",token:" meta.function-call.python support.function.builtin.python"},{foreground:"#437AED",fontStyle:"",token:" support.function.go"},{foreground:"#437AED",fontStyle:"",token:" entity.name.function.macro"},{foreground:"#437AED",fontStyle:"",token:" meta.attribute.rust"},{foreground:"#437AED",fontStyle:"",token:" new.expr meta.function-call support.class.builtin"},{foreground:"#437AED",fontStyle:"",token:" new.expr meta.function-call support.class"},{foreground:"#437AED",fontStyle:"",token:" keyword.operator.function"},{foreground:"#437AED",fontStyle:"",token:"support.function.console"},{foreground:"#437AED",fontStyle:"",token:"support.function.dom"},{foreground:"#437AED",fontStyle:"",token:"support.function.any-method.builtin.url"},{foreground:"#437AED",fontStyle:"",token:"support.function.any-method.builtin"},{foreground:"#437AED",fontStyle:"",token:"support.function.url"},{foreground:"#437AED",fontStyle:"",token:"support.function.misc"},{foreground:"#437AED",fontStyle:"",token:"support.function.transform"},{foreground:"#437AED",fontStyle:"",token:"support.function.calc"},{foreground:"#437AED",fontStyle:"",token:"support.function.var"},{foreground:"#437AED",fontStyle:"",token:"support.function.string"},{foreground:"#437AED",fontStyle:"",token:"support.function.basic_functions"},{foreground:"#437AED",fontStyle:"",token:"support.function.array"},{foreground:"#437AED",fontStyle:"",token:"support.function.construct"},{foreground:"#437AED",fontStyle:"",token:"support.function.datetime"},{foreground:"#437AED",fontStyle:"",token:"support.function.file"},{foreground:"#437AED",fontStyle:"",token:"support.function.network"},{foreground:"#437AED",fontStyle:"",token:"support.function.session"},{foreground:"#437AED",fontStyle:"",token:"support.function.mail"},{foreground:"#437AED",fontStyle:"",token:"support.function.filter"},{foreground:"#437AED",fontStyle:"",token:"support.function.errorfunc"},{foreground:"#437AED",fontStyle:"",token:"support.function.mysql"},{foreground:"#437AED",fontStyle:"",token:"support.function.php_odbc"},{foreground:"#437AED",fontStyle:"",token:"support.function.xml"},{foreground:"#437AED",fontStyle:"",token:"support.function.math"},{foreground:"#437AED",fontStyle:"",token:" entity.name.type.lifetime.rust"},{foreground:"#437AED",fontStyle:"",token:" punctuation.definition.lifetime.rust"},{foreground:"#00BEC4",fontStyle:"",token:"entity.name.type"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.type.class"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.scope-resolution"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.type.struct"},{foreground:"#00BEC4",fontStyle:"",token:" entity.other.inherited-class"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.type.interface"},{foreground:"#00BEC4",fontStyle:"",token:" entity.other.inherited-classentity.name.type.interface"},{foreground:"#00BEC4",fontStyle:"",token:"keyword.interface"},{foreground:"#00BEC4",fontStyle:"",token:" entity.name.type.delegate"},{foreground:"#00BEC4",fontStyle:"",token:" support.class"},{foreground:"#00BEC4",fontStyle:"",token:" storage.type.cs"},{foreground:"#00BEC4",fontStyle:"",token:" support.class.builtin"},{foreground:"#00BEC4",fontStyle:"",token:" support.type.graphql"},{foreground:"#CD6069",fontStyle:"",token:"support.class.console"},{foreground:"#CD6069",fontStyle:"",token:"support.class.component"},{foreground:"#437AED",fontStyle:"",token:"entity.name.class"},{foreground:"#437AED",fontStyle:"",token:"meta.method.declaration"},{foreground:"#00BEC4",fontStyle:"",token:"punctuation.separator.namespace"},{foreground:"#00BEC4",fontStyle:"",token:" keyword.operator.namespace"},{foreground:"#437AED",fontStyle:"",token:"storage.type.function.arrow"},{foreground:"#437AED",fontStyle:"",token:" keyword.operator.arrow"},{foreground:"#437AED",fontStyle:"",token:" keyword.control.trycatch"},{foreground:"#437AED",fontStyle:"",token:" keyword.control.catch-exception"},{foreground:"#437AED",fontStyle:"",token:" keyword.operator.closure"},{foreground:"#437AED",fontStyle:"",token:" keyword.operator.cast"},{foreground:"#437AED",fontStyle:"",token:" keyword.operator.big-arrow"},{foreground:"#7C4DFF",fontStyle:"",token:"punctuation.definition.directive"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.operator.new"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.new"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.c"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.directive.define"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.def"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.class"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.directive.define punctuation.definition.directive"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.module"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.new"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.preprocessor.define"},{foreground:"#7C4DFF",fontStyle:"",token:" meta.preprocessor.cs punctuation.separator.hash.cs"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.directive.undef"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.directive.undef punctuation.definition.directive"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.fn"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.rust"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.operator.arrow.skinny"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.extern"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.const"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.directive.include punctuation.definition.directive"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.extends"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.ts"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.at-rule"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.let"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.instance"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.newtype"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.data"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.module"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.preprocessor"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.expression.in"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.expression.of"},{foreground:"#C838C6",fontStyle:"",token:"keyword.control"},{foreground:"#C838C6",fontStyle:"",token:"keyword.other.using"},{foreground:"#C838C6",fontStyle:"",token:"keyword.preprocessor.elif"},{foreground:"#C838C6",fontStyle:"",token:"keyword.preprocessor.if"},{foreground:"#C838C6",fontStyle:"",token:"keyword.preprocessor.else"},{foreground:"#C838C6",fontStyle:"",token:"keyword.preprocessor.endif"},{foreground:"#C838C6",fontStyle:"",token:" keyword.control.directive"},{foreground:"#C838C6",fontStyle:"",token:" punctuation.separator.hash"},{foreground:"#C838C6",fontStyle:"",token:" keyword.package"},{foreground:"#C838C6",fontStyle:"",token:" keyword.control.flow"},{foreground:"#C838C6",fontStyle:"",token:"keyword.other.special-method.ruby"},{foreground:"#C838C6",fontStyle:"",token:" keyword.input"},{foreground:"#C838C6",fontStyle:"",token:" keyword.type.graphql"},{foreground:"#C838C6",fontStyle:"",token:"keyword.cmake"},{foreground:"#C838C6",fontStyle:"",token:" keyword.control.rust"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.rust"},{foreground:"#C838C6",fontStyle:"",token:" keyword.control.default"},{foreground:"#C838C6",fontStyle:"",token:" keyword.control.export"},{foreground:"#C838C6",fontStyle:"",token:" keyword.control.directive punctuation.definition.directive"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.where"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.forall"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.deriving"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.qualified"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.hiding"},{foreground:"#C838C6",fontStyle:"",token:" keyword.other.in"},{foreground:"#7C4DFF",fontStyle:"",token:"entity.other.keyframe-offset"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.import"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.import"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.import"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.from"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.directive.include"},{foreground:"#437AED",fontStyle:"",token:"entity.name.function"},{foreground:"#437AED",fontStyle:"",token:"support.type.pthread"},{foreground:"#437AED",fontStyle:"",token:" meta.block.class.cpp meta.body.class.cpp meta.block.class.cpp entity.name.function.definition.special.constructor.cpp"},{foreground:"#437AED",fontStyle:"",token:"support.function"},{foreground:"#437AED",fontStyle:"",token:" keyword.operator.sizeof"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.package"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.class"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.namespace"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.enum"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.operator-decl"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.interface"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.preprocessor"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.delegate"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.cpp"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.namespace"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.language.primitive.cpp"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.struct"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.template"},{foreground:"#7C4DFF",fontStyle:"",token:" support.type.built-in.posix-reserved.pthread"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.typedef"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.dart"},{foreground:"#7C4DFF",fontStyle:"",token:" meta.class.identifier.java storage.modifier.java"},{foreground:"#7C4DFF",fontStyle:"",token:" meta.enum.java storage.modifier.java"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.modifier"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.control.as"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.phpdoc"},{foreground:"#7C4DFF",fontStyle:"",token:" keyword.other.var"},{foreground:"#EF8ED8",fontStyle:"",token:"support.type.primitive"},{foreground:"#EF8ED8",fontStyle:"",token:"support.type.builtin"},{foreground:"#EF8ED8",fontStyle:"",token:"entity.name.type.instance"},{foreground:"#EF8ED8",fontStyle:"",token:" storage.type.string"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.numeric"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.boolean"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.primitive"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.method.identifier"},{foreground:"#EF8ED8",fontStyle:"",token:"entity.other.inherited-classentity.name.type.interface"},{foreground:"#EF8ED8",fontStyle:"",token:"meta.return.type"},{foreground:"#EF8ED8",fontStyle:"",token:"meta.type.parameters"},{foreground:"#EF8ED8",fontStyle:"",token:"keyword.interface"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.generic"},{foreground:"#EF8ED8",fontStyle:"",token:" keyword.type"},{foreground:"#EF8ED8",fontStyle:"",token:"entity.name.type.type-parameter"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.object.array"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.java"},{foreground:"#EF8ED8",fontStyle:"",token:"entity.name.type.delegate"},{foreground:"#EF8ED8",fontStyle:"",token:"storage.type.c"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.declaration.dart"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.type.declaration"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.block.ts"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.class-struct-block.cpp entity.name.type.cpp"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.function.definition.parameters.cpp storage.type.language.primitive.cpp"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.function.definition.parameters.cpp storage.type.struct.cpp"},{foreground:"#EF8ED8",fontStyle:"",token:" meta.function.constructor.cpp storage.type.language.primitive.cpp"},{foreground:"#EF8ED8",fontStyle:"",token:" storage.type.template.argument"},{foreground:"#EF8ED8",fontStyle:"",token:" entity.name.type.numeric.rust"},{foreground:"#EF8ED8",fontStyle:"",token:" storage.modifier.mut"},{foreground:"#EF8ED8",fontStyle:"",token:" entity.name.type.primitive"},{foreground:"#EF8ED8",fontStyle:"",token:" storage.type.built-in"},{foreground:"#EF8ED8",fontStyle:"",token:" support.type.built-in.posix-reserved"},{foreground:"#EF8ED8",fontStyle:"",token:" support.class.dart"},{foreground:"#EF8ED8",fontStyle:"",token:" keyword.other.type"},{foreground:"#EF8ED8",fontStyle:"",token:" storage.type.haskell"},{foreground:"#437AED",fontStyle:"",token:"entity.name.type.js"},{foreground:"#437AED",fontStyle:"",token:"new.expr.ts"},{foreground:"#53A053",fontStyle:"",token:"string"},{foreground:"#53A053",fontStyle:"",token:" markup.inline.raw.string"},{foreground:"#53A053",fontStyle:"",token:" text.html.vue-html meta.object-literal.key"},{foreground:"#53A053",fontStyle:"",token:" meta.preprocessor.cs"},{foreground:"#53A053",fontStyle:"",token:" text.html.vue-html meta.object-literal.key string.quoted"},{foreground:"#53A053",fontStyle:"",token:" text.html.vue-html meta.object-literal.key punctuation.definition.string"},{foreground:"#53A053",fontStyle:"",token:"punctuation.definition.string"},{foreground:"#C838C6",fontStyle:"",token:"constant.language"},{foreground:"#C838C6",fontStyle:"",token:"constant.language.boolean"},{foreground:"#C838C6",fontStyle:"",token:"keyword.operator.expression.void"},{foreground:"#FF6D12",fontStyle:"",token:"constant.numeric"},{foreground:"#FF6D12",fontStyle:"",token:" entity.other.keyframe-offset.percentage.css"},{foreground:"#FF6D12",fontStyle:"",token:"keyword.other.unit"},{foreground:"#FF6D12",fontStyle:"",token:""},{foreground:"#FF6D12",fontStyle:"",token:"support.constant.dom"},{foreground:"#FF6D12",fontStyle:"",token:"constant.other.character-class.regexp"},{foreground:"#FF6D12",fontStyle:"",token:"support.constant.property.math"},{foreground:"#FF6D12",fontStyle:"",token:"support.constant.ext"},{foreground:"#FF6D12",fontStyle:"",token:"support.constant.core"},{foreground:"#FF6D12",fontStyle:"",token:" entity.name.function.preprocessor.c"},{foreground:"#FF6D12",fontStyle:"",token:" constant.other.js"},{foreground:"#FF6D12",fontStyle:"",token:" meta.at-rule.keyframes.scss entity.other.attribute-name.scss"},{foreground:"#FF6D12",fontStyle:"",token:" constant"},{foreground:"#FF6D12",fontStyle:"",token:"variable.other.enummember"},{foreground:"#FF6D12",fontStyle:"",token:" constant.other.enum"},{foreground:"#FF6D12",fontStyle:"",token:" entity.name.variable.enum-member"},{foreground:"#FF6D12",fontStyle:"",token:"constant.language.infinity"},{foreground:"#FF6D12",fontStyle:"",token:" constant.other.character-class.range.regexp"},{foreground:"#FF6D12",fontStyle:"",token:" constant.other.character-class.set.regexp"},{foreground:"#FF6D12",fontStyle:"",token:"meta.attribute.id.html entity.other.attribute-name.html"},{foreground:"#FF6D12",fontStyle:"",token:" entity.other.attribute-name.id"},{foreground:"#FF6D12",fontStyle:"",token:" entity.name.variable.preprocessor.symbol"},{foreground:"#FF6D12",fontStyle:"",token:" entity.other.attribute-name.id.css punctuation.definition.entity.css"},{foreground:"#F0AA0B",fontStyle:"",token:"markup.bold.markdown"},{foreground:"#F0AA0B",fontStyle:"",token:" punctuation.definition.bold.markdown"},{foreground:"#A0A1A7",fontStyle:"",token:"punctuation.definition.markdown"},{foreground:"#437AED",fontStyle:"",token:"beginning.punctuation.definition.quote.markdown"},{foreground:"#EF8ED8",fontStyle:"",token:"fenced_code.block.language"},{foreground:"#CD6069",fontStyle:"",token:"string.regexp keyword.other"},{foreground:"#CD6069",fontStyle:"",token:"entity.name.tag"},{foreground:"#CD6069",fontStyle:"",token:"punctuation.section.embedded.begin.php"},{foreground:"#CD6069",fontStyle:"",token:"punctuation.section.embedded.end.php"},{foreground:"#CD6069",fontStyle:"",token:" meta.use.rust"},{foreground:"#CD6069",fontStyle:"",token:" punctuation.section.embedded.end.php source.php"},{foreground:"#CD6069",fontStyle:"",token:" keyword.other.preprocessor.extension"},{foreground:"#626264",fontStyle:"",token:"text.html.basic"},{foreground:"#626264",fontStyle:"",token:"text.html.markdown"},{foreground:"#626264",fontStyle:"",token:"meta.paragraph.markdown"},{foreground:"#626264",fontStyle:"",token:"text.html.php"},{foreground:"#626264",fontStyle:"",token:"text.html.derivative"},{foreground:"#626264",fontStyle:"",token:" text.html.wxml"},{foreground:"#626264",fontStyle:"",token:" text.xml"},{foreground:"#626264",fontStyle:"",token:" text.html"},{foreground:"#626264",fontStyle:"",token:" source.js"},{foreground:"#626264",fontStyle:"",token:" source.ignore"},{foreground:"#626264",fontStyle:"",token:" source.nginx"},{foreground:"#626264",fontStyle:"",token:" text"},{foreground:"#A0A1A7",fontStyle:"",token:"meta.jsx.children"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.block.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.block.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.block"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.embedded.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.embedded.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"meta.brace"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.parameters.ruby"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.parameters.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.parameters.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.function.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.function.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.typeparameters.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.typeparameters.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.array.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.array.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.array.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.array.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.scope.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.scope.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:" meta.parameter.object-binding-pattern"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.binding-pattern.object"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.arguments.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.arguments.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.curlybrace.open"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.curlybrace.close"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.parenthesis.open"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.parenthesis.close"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.squarebracket.open"},{foreground:"#5D5D5FD8",fontStyle:"",token:""},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.squarebracket.close"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.method.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.method.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.class.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.class.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.enum.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.enum.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.parameters.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.parameters.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.parens.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.parens.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.arguments.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.arguments.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.separator.arguments"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.function.ruby"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.dictionary.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.dictionary.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.separator.dictionary.pair"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.separator.array"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.map.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.map.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.function"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.parameters.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.parameters.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.property-list.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.section.property-list.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.list.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.list.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.binding-pattern.array"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.embedded.end.ruby source.ruby"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.embedded.begin.ruby source.ruby"},{foreground:"#5D5D5FD8",fontStyle:"",token:" source.cs"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.function.body.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.function.body.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.modules.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.modules.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:" constant.character.brace"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.operation.graphql"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.optional.arguments.begin"},{foreground:"#5D5D5FD8",fontStyle:"",token:"punctuation.definition.optional.arguments.end"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.brackets"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.math.begin.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.math.end.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.section.angle-brackets"},{foreground:"#5D5D5FD8",fontStyle:"",token:" keyword.operator.delete.array.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.brackets.round"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.brackets.round"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.brackets.square"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.brackets.attribute"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.attribute"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.brackets"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.bracket"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.definition.character-class.regexp"},{foreground:"#5D5D5FD8",fontStyle:"",token:" meta.preprocessor.haskell"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.paren"},{foreground:"#5D5D5FD8",fontStyle:"",token:" punctuation.brace"},{foreground:"#888888D9",fontStyle:"",token:"meta.brace.round.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.property-list.begin.bracket.curly.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.property-list.end.bracket.curly.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.function.begin.bracket.round.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.function.end.bracket.round.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.media.begin.bracket.curly.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.media.end.bracket.curly.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.definition.parameters.begin.bracket.round.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.definition.parameters.end.bracket.round.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.keyframes.begin.bracket.curly.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.keyframes.end.bracket.curly.css"},{foreground:"#888888D9",fontStyle:"",token:" punctuation.definition.entity.end.bracket.square.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.definition.entity.begin.bracket.square.css"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.property-list.begin.bracket.curly.scss"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.property-list.end.bracket.curly.scss"},{foreground:"#888888D9",fontStyle:"",token:"punctuation.section.function.scss"},{foreground:"#888888D9",fontStyle:"",token:" punctuation.definition.attribute-selector.begin.bracket.square.scss"},{foreground:"#888888D9",fontStyle:"",token:" punctuation.definition.attribute-selector.end.bracket.square.scss"},{foreground:"#888888D9",fontStyle:"",token:" punctuation.definition.pseudo-class.begin.bracket.round.css"},{foreground:"#888888D9",fontStyle:"",token:" punctuation.definition.pseudo-class.end.bracket.round.css"},{foreground:"#5D5D5F",fontStyle:"",token:"support.constant.color.w3c-standard-color-name"},{foreground:"#5D5D5F",fontStyle:"",token:"support.constant.color.w3c-extended-color-name"},{foreground:"#5D5D5F",fontStyle:"",token:"constant.other.color.rgb-value.hex"},{foreground:"#5D5D5F",fontStyle:"",token:"constant.other.rgb-value"},{foreground:"#5D5D5F",fontStyle:"",token:" support.constant.color.w3c-extended-color-name.css"},{foreground:"#888888",fontStyle:"",token:"support.type.property-name.css"},{foreground:"#888888",fontStyle:"",token:"support.type.vendored.property-name.css"},{foreground:"#888888",fontStyle:"",token:"meta.at-rule.each.scss support.constant.property-value.css"},{foreground:"#888888",fontStyle:"",token:" source.css.scss"},{foreground:"#A9A9AA",fontStyle:"",token:"meta.property-name.css"},{foreground:"#00BEC4",fontStyle:"",token:"entity.other.attribute-name"},{foreground:"#00BEC4",fontStyle:"",token:"invalid.deprecated.entity.other.attribute-name"},{foreground:"#437AED",fontStyle:"",token:"entity.other.attribute-name.class.mixin"},{foreground:"#53A053",fontStyle:"",token:"entity.other.attribute-name.class.css"},{foreground:"#53A053",fontStyle:"",token:"selector.sass"},{foreground:"#53A053",fontStyle:"",token:"entity.other.attribute-name.parent-selector.css"},{foreground:"#53A053",fontStyle:"",token:" meta.at-rule.extend.scss"},{foreground:"#00BEC4",fontStyle:"",token:"entity.other.attribute-name.pseudo-class.css"},{foreground:"#00BEC4",fontStyle:"",token:"support.type.property-name.media.css"},{foreground:"#00BEC4",fontStyle:"",token:"support.constant.media.css"},{foreground:"#00BEC4",fontStyle:"",token:"source.css.less entity.name.tag.custom.css"},{foreground:"#00BEC4",fontStyle:"",token:" storage.modifier.java"},{foreground:"#C838C6",fontStyle:"",token:"keyword.control.loop"},{foreground:"#CD6069",fontStyle:"",token:"entity.other.attribute-name.pseudo-element.css"},{foreground:"#CD6069",fontStyle:"",token:"entity.other.attribute-name.parent-selector.css punctuation.definition.entity.css"},{foreground:"#CD6069",fontStyle:"",token:"entity.name.section.markdown"},{foreground:"#CD6069",fontStyle:"",token:"markup.heading"},{foreground:"#CD6069",fontStyle:"",token:"punctuation.definition.heading.markdown"},{foreground:"#C57BDB",fontStyle:"italic",token:"markup.italic"},{foreground:"#C57BDB",fontStyle:"italic",token:" punctuation.definition.italic"},{foreground:"#437AED",fontStyle:"",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#53A053",fontStyle:"",token:"markup.inline.raw.markdown"},{foreground:"#53A053",fontStyle:"",token:"markup.underline.link.markdown"},{foreground:"#53A053",fontStyle:"",token:"markup.underline.link.image.markdown"},{foreground:"#53A053",fontStyle:"",token:"punctuation.definition.metadata.markdown"},{foreground:"#437AED",fontStyle:"",token:"string.other.link.title.markdown"},{foreground:"#437AED",fontStyle:"",token:"string.other.link.description.markdown"},{foreground:"#437AED",fontStyle:"",token:"punctuation.definition.string.begin.markdown"},{foreground:"#437AED",fontStyle:"",token:"punctuation.definition.string.end.markdown"},{foreground:"#53A053",fontStyle:"",token:"string.regexp"},{foreground:"#00BEC4",fontStyle:"",token:"entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css"},{foreground:"#00BEC4",fontStyle:"",token:" entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css"},{foreground:"#8E8E90",fontStyle:"",token:"invalid.illegal"},{foreground:"#8E8E90",fontStyle:"",token:"invalid.illegal.expected-dictionary-separator.json"},{foreground:"#8E8E90",fontStyle:"",token:"invalid.broken"},{foreground:"#8E8E90",fontStyle:"",token:"invalid.deprecated"},{foreground:"#CD6069",fontStyle:"",token:"source.json meta.structure.dictionary.json > string.quoted.json"},{foreground:"#53A053",fontStyle:"",token:"source.jsonmeta.structure.dictionary.json>value.json>string.quoted.json"},{foreground:"#53A053",fontStyle:"",token:"source.jsonmeta.structure.array.json>value.json>string.quoted.json"},{foreground:"#53A053",fontStyle:"",token:"source.jsonmeta.structure.dictionary.json>value.json>string.quoted.json>punctuation"},{foreground:"#53A053",fontStyle:"",token:"source.jsonmeta.structure.array.json>value.json>string.quoted.json>punctuation"},{foreground:"#53A053",fontStyle:"",token:"string.quoted source"},{foreground:"#53A053",fontStyle:"",token:"punctuation.definition.entity.css"},{foreground:"#53A053",fontStyle:"",token:" meta.attribute-selector.scss"},{foreground:"#53A053",fontStyle:"",token:" string invalid.illegal"},{foreground:"#CD6069",fontStyle:"",token:"support.type.property-name.json"},{foreground:"#FF6D12",fontStyle:"",token:"variable.other.constant.object"},{foreground:"#FF6D12",fontStyle:"",token:"support.constant"},{foreground:"#FF6D12",fontStyle:"",token:"support.constant.math"},{foreground:"#FF6D12",fontStyle:"",token:"support.constant.json"},{foreground:"#FA278E",fontStyle:"",token:"variable.language.self"},{foreground:"#FA278E",fontStyle:"",token:"variable.language.this"},{foreground:"#FA278E",fontStyle:"",token:"variable.language.super"},{foreground:"#FA278E",fontStyle:"",token:"variable.language.special.self.python"},{foreground:"#FA278E",fontStyle:"",token:"variable.language.dart"},{foreground:"#FA278E",fontStyle:"",token:" keyword.operator.delete"},{foreground:"#FA278E",fontStyle:"",token:" keyword.operator.expression.delete"},{foreground:"#FA278E",fontStyle:"",token:"keyword.other.important"},{foreground:"#FA278E",fontStyle:"",token:""},{foreground:"#EC0000",fontStyle:"",token:"keyword.other.debugger"},{foreground:"#4480F4",fontStyle:"",token:"token.info-token"},{foreground:"#EC0000",fontStyle:"",token:"token.error-token"},{foreground:"#FF6D12",fontStyle:"",token:"token.warn-token"},{foreground:"#C838C6",fontStyle:"",token:"token.debug-token"},{foreground:"#7C4DFF",fontStyle:"",token:"meta.var.expr"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.function"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.function"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.var"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.const"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.channel"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.struct"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.other.struct"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.map"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.reserved"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.class"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.php"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.interface"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.object"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.primitive.dart"},{foreground:"#7C4DFF",fontStyle:"",token:"keyword.declaration"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.enum"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.type"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.type.const"},{foreground:"#7C4DFF",fontStyle:"",token:" storage.modifier.specifier"},{foreground:"#7C4DFF",fontStyle:"",token:"punctuation.definition.block.tag.jsdoc"},{foreground:"#7C4DFF",fontStyle:"",token:"storage.type.class.jsdoc"},{foreground:"#7C4DFF",fontStyle:"",token:"support.module.node.js"},{foreground:"#7C4DFF",fontStyle:"",token:"support.type.object.module.js"},{foreground:"#7C4DFF",fontStyle:"",token:"support.type.object.module.ts"},{foreground:"#7C4DFF",fontStyle:"",token:"support.module.node.ts"},{token:"",foreground:"#5d5d5f"}],jw=[],Tw={inherit:ww,base:Sw,colors:Aw,rules:xw,encodedTokensColors:jw},Iw=!1,Ow="vs-dark",Rw={"editor.background":"#fdfdfd","editor.foreground":"#474747","editor.lineHighlightBackground":"#d1f6ff60","editor.selectionBackground":"#d1f6ff","editorCursor.foreground":"#3b3b3b","editorWhitespace.foreground":"#424242","titleBar.activeBackground":"#f3f3f3"},Mw=[{foreground:"#555555",fontStyle:"italic",token:"comment"},{foreground:"#3D9CA9",token:"string"},{foreground:"#CC5200",token:"constant.numeric"},{foreground:"#CC5200",token:" support.constant"},{foreground:"#CC5200",token:" constant.character"},{foreground:"#D43C47",token:"constant.language"},{foreground:"#D37612",token:"constant.character"},{foreground:"#D37612",token:" constant.other"},{foreground:"#059481",token:">constant.other.object.key"},{foreground:"#059481",token:"constant.other.object.key.js"},{foreground:"#0078DE",fontStyle:"",token:"variable"},{foreground:"#333333",token:"variable.other.readwrite"},{foreground:"#11A0D4",token:"meta.object.member"},{foreground:"#964BB4",token:"variable.other.property"},{foreground:"#964BB4",token:"support.variable.property"},{foreground:"#007AE6",fontStyle:"bold",token:"support.other.variable"},{foreground:"#05AD97",token:"variable.language"},{foreground:"#05AD97",token:"variable.other.member"},{foreground:"#E04528",token:"variable.parameter"},{foreground:"#E04528",token:"meta.parameters"},{foreground:"#E04528",token:"meta.function.parameters"},{foreground:"#E04528",token:"meta.function.parameters.js"},{foreground:"#05AD97",token:"keyword"},{foreground:"#4D4D4D",token:"keyword.operator"},{foreground:"#4D4D4D",token:"meta.delimiter.comma"},{foreground:"#05AD97",token:"keyword.operator.logical.python"},{foreground:"#05AD97",token:"keyword.operator.in.js"},{foreground:"#05AD97",token:"keyword.operator.of.js"},{foreground:"#059481",token:"keyword.control.go"},{foreground:"#CC4A33",token:"storage"},{foreground:"#3396CC",token:"storage.modifier"},{foreground:"#D10771",token:"storage.type"},{foreground:"#D10771",token:"entity.name.type"},{foreground:"#1292E3",token:"entity.name.type.namespace"},{foreground:"#1292E3",token:" markup.heading.markdown"},{foreground:"#D43C47",token:"markup.underline.link"},{foreground:"#09A177",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#05AD97",token:"entity.name.class"},{foreground:"#05AD97",token:"entity.name.type.class"},{foreground:"#05AD97",token:"entity.other.inherited-class"},{foreground:"#8D12BA",token:"entity.name.function"},{foreground:"#8D12BA",token:"variable.function"},{foreground:"#8D12BA",token:"meta.function-call.generic.python"},{foreground:"#8D12BA",token:"support.function.any-method"},{foreground:"#0F8EBD",token:"entity.name.tag"},{foreground:"#B017E8",token:"entity.other.attribute-name"},{foreground:"#7B10A2",token:"support.function"},{foreground:"#3396CC",token:"support.constant"},{foreground:"#3396CC",token:"support.type"},{foreground:"#3396CC",token:" support.class"},{foreground:"#C5074A",fontStyle:"bold",token:"invalid"},{foreground:"#C5074A",fontStyle:"bold",token:"invalid.deprecated"},{foreground:"#316BCD",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#CD3131",token:"token.error-token"},{foreground:"#800080",token:"token.debug-token"},{token:"",foreground:"#474747"}],Lw=[],$w={inherit:Iw,base:Ow,colors:Rw,rules:Mw,encodedTokensColors:Lw},Nw=!1,Hw="vs-dark",Pw={"activityBar.activeBackground":"#645287","activityBar.activeBorder":"#645287","activityBar.background":"#392f4b","activityBar.foreground":"#fffde6","activityBar.inactiveForeground":"#b9b5b8","activityBarBadge.background":"#fc332b","activityBarBadge.foreground":"#fdcb23","badge.background":"#19988b","button.background":"#829bd6","button.foreground":"#fffde6","button.hoverBackground":"#f490c1","editor.background":"#322931","editor.foreground":"#b9b5b8","editor.lineHighlightBackground":"#0e4842","editor.selectionBackground":"#5d283c","editor.selectionHighlightBackground":"#4a3f5e","editorGroupHeader.tabsBackground":"#171015","editorLineNumber.foreground":"#b9b5b8","editorLink.activeForeground":"#75f0c3","editorWidget.background":"#171015","extensionButton.prominentBackground":"#0b998c","extensionButton.prominentHoverBackground":"#59c9be",focusBorder:"#fdcb23","list.activeSelectionBackground":"#dd464c","list.focusBackground":"#962a3e","list.highlightForeground":"#fffde6","list.hoverBackground":"#af393d","list.hoverForeground":"#fffde6","list.inactiveSelectionBackground":"#962a3e","minimap.background":"#322931","minimap.selectionHighlight":"#5d283c","notificationCenter.border":"#171015","notificationCenterHeader.background":"#4a1c2e","notificationCenterHeader.foreground":"#fffde6","notificationLink.foreground":"#fdcb23","notifications.background":"#645287","notifications.foreground":"#fffde6","notificationsErrorIcon.foreground":"#f2480f","notificationsInfoIcon.foreground":"#1290bf","notificationsWarningIcon.foreground":"#fd8b19","sideBar.background":"#171015","sideBar.foreground":"#b9b5b8","sideBarSectionHeader.background":"#645287","sideBarSectionHeader.foreground":"#fffde6","statusBar.background":"#1290bf","statusBar.debuggingBackground":"#fd8b19","statusBar.foreground":"#ffffff","statusBar.noFolderBackground":"#7d3765","statusBarItem.remoteBackground":"#1290bf","tab.activeBackground":"#645287","tab.inactiveBackground":"#392f4b","terminal.ansiBlue":"#1290bf","terminal.ansiBrightBlue":"#829bd6","terminal.ansiBrightCyan":"#1ac9bf","terminal.ansiBrightGreen":"#5fdba7","terminal.ansiBrightMagenta":"#f490c1","terminal.ansiBrightRed":"#fd948c","terminal.ansiBrightWhite":"#ffffff","terminal.ansiCyan":"#19988b","terminal.ansiGreen":"#8fc13e","terminal.ansiMagenta":"#fc608a","terminal.ansiRed":"#fc332b","terminal.ansiWhite":"#fffde6","terminal.ansiYellow":"#fdcb23","terminal.foreground":"#b9b5b8","terminal.selectionBackground":"#5d283c","textLink.activeForeground":"#f490c1","textLink.foreground":"#829bd6","titleBar.activeBackground":"#171015","window.activeBorder":"#171015","window.inactiveBorder":"#171015"},_w=[{foreground:"#B9B5B8",token:"variable.parameter.function"},{foreground:"#797379",token:"comment"},{foreground:"#797379",token:"punctuation.definition.comment"},{foreground:"#B9B5B8",token:"punctuation.definition.string"},{foreground:"#B9B5B8",token:"punctuation.definition.variable"},{foreground:"#B9B5B8",token:"punctuation.definition.string"},{foreground:"#B9B5B8",token:"punctuation.definition.parameters"},{foreground:"#B9B5B8",token:"punctuation.definition.string"},{foreground:"#B9B5B8",token:"punctuation.definition.array"},{foreground:"#B9B5B8",token:"none"},{foreground:"#B9B5B8",token:"keyword.operator"},{foreground:"#C85E7C",token:"keyword"},{foreground:"#C85E7C",token:"keyword.control"},{foreground:"#DD464C",token:"variable"},{foreground:"#1290BF",token:"entity.name.function"},{foreground:"#1290BF",token:"meta.require"},{foreground:"#1290BF",token:"support.function.any-method"},{foreground:"#FDCC59",token:"support.class"},{foreground:"#FDCC59",token:"entity.name.class"},{foreground:"#FDCC59",token:"entity.name.type"},{foreground:"#1290BF",token:"keyword.other.special-method"},{foreground:"#C85E7C",token:"storage"},{foreground:"#7E602C",token:"support.function"},{foreground:"#8FC13E",token:"string"},{foreground:"#8FC13E",token:"constant.other.symbol"},{foreground:"#8FC13E",token:"entity.other.inherited-class"},{foreground:"#FD8B19",token:"constant.numeric"},{foreground:"#FD8B19",token:"none"},{foreground:"#FD8B19",token:"none"},{foreground:"#FD8B19",token:"constant"},{foreground:"#DD464C",token:"entity.name.tag"},{foreground:"#FD8B19",token:"entity.other.attribute-name"},{foreground:"#1290BF",token:"entity.other.attribute-name.id"},{foreground:"#1290BF",token:"punctuation.definition.entity"},{foreground:"#C85E7C",token:"meta.selector"},{foreground:"#FD8B19",token:"none"},{foreground:"#1290BF",fontStyle:"",token:"markup.heading"},{foreground:"#1290BF",fontStyle:"",token:"markup.heading.setext"},{foreground:"#1290BF",fontStyle:"",token:"punctuation.definition.heading"},{foreground:"#1290BF",fontStyle:"",token:"entity.name.section"},{foreground:"#FD8B19",token:"keyword.other.unit"},{foreground:"#FDCC59",fontStyle:"bold",token:"markup.bold"},{foreground:"#FDCC59",fontStyle:"bold",token:"punctuation.definition.bold"},{foreground:"#C85E7C",fontStyle:"italic",token:"markup.italic"},{foreground:"#C85E7C",fontStyle:"italic",token:"punctuation.definition.italic"},{foreground:"#8FC13E",token:"markup.inline.raw"},{foreground:"#DD464C",token:"string.other.link"},{foreground:"#FD8B19",token:"meta.link"},{foreground:"#DD464C",token:"markup.list"},{foreground:"#FD8B19",token:"markup.quote"},{foreground:"#B9B5B8",background:"#5C545B",token:"meta.separator"},{foreground:"#8FC13E",token:"markup.inserted"},{foreground:"#DD464C",token:"markup.deleted"},{foreground:"#C85E7C",token:"markup.changed"},{foreground:"#7E602C",token:"constant.other.color"},{foreground:"#7E602C",token:"string.regexp"},{foreground:"#7E602C",token:"constant.character.escape"},{foreground:"#149B93",token:"punctuation.section.embedded"},{foreground:"#149B93",token:"variable.interpolation"},{foreground:"#DD464C",token:"invalid.illegal"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#b9b5b8"}],Ww=[],Vw={inherit:Nw,base:Hw,colors:Pw,rules:_w,encodedTokensColors:Ww},Gw=!1,Uw="vs-dark",zw={"activityBar.background":"#f0f0f0","activityBar.foreground":"#007acc","editor.background":"#f0f0f0","editor.findMatchBackground":"#ffbc5d","editor.findMatchHighlightBackground":"#ffe9a6","editor.lineHighlightBackground":"#f0f0f0","editor.selectionBackground":"#bfdbfe","editor.selectionHighlightBackground":"#e0e0e0","editorCursor.foreground":"#007acc","editorLineNumber.foreground":"#9da39a","panel.background":"#f0f0f0","sideBar.background":"#f0f0f0","terminal.ansiWhite":"#e0e0e0"},Yw=[{foreground:"#A0A1A7",token:"comment"},{foreground:"#A0A1A7",token:"comment markup.link"},{foreground:"#C18401",token:"entity.name.type"},{foreground:"#50A14F",fontStyle:"",token:"entity.other.inherited-class"},{foreground:"#D87400",token:"variable.parameter.function"},{foreground:"#D622D0",token:"keyword"},{foreground:"#D622D0",token:"keyword.control"},{foreground:"#0A36E6",token:"keyword.operator"},{foreground:"#4078F2",token:"keyword.other.special-method"},{foreground:"#986801",token:"keyword.other.unit"},{foreground:"#9743F7",fontStyle:"",token:"storage"},{foreground:"#9743F7",fontStyle:"",token:"storage.type"},{foreground:"#383A42",token:"storage.modifier.package"},{foreground:"#383A42",token:"storage.modifier.import"},{foreground:"#986801",token:"constant"},{foreground:"#986801",token:"constant.variable"},{foreground:"#0184BC",token:"constant.character.escape"},{foreground:"#F5960B",token:"constant.numeric"},{foreground:"#0184BC",token:"constant.other.color"},{foreground:"#0184BC",token:"constant.other.symbol"},{foreground:"#E30305",token:"variable"},{foreground:"#CA1243",token:"variable.interpolation"},{foreground:"#383A42",token:"variable.parameter"},{foreground:"#38A334",token:"string"},{foreground:"#0184BC",token:"string.regexp"},{foreground:"#C18401",token:"string.regexp source.ruby.embedded"},{foreground:"#D47B01",token:"string.other.link"},{foreground:"#A0A1A7",token:"punctuation.definition.comment"},{foreground:"#383A42",token:"punctuation.definition.method-parameters"},{foreground:"#383A42",token:"punctuation.definition.function-parameters"},{foreground:"#383A42",token:"punctuation.definition.parameters"},{foreground:"#383A42",token:"punctuation.definition.separator"},{foreground:"#383A42",token:"punctuation.definition.seperator"},{foreground:"#383A42",token:"punctuation.definition.array"},{foreground:"#4078F2",token:"punctuation.definition.heading"},{foreground:"#4078F2",token:"punctuation.definition.identity"},{foreground:"#C18401",token:"punctuation.definition.bold"},{foreground:"#D622D0",token:"punctuation.definition.italic"},{foreground:"#CA1243",token:"punctuation.section.embedded"},{foreground:"#383A42",token:"punctuation.section.method"},{foreground:"#383A42",token:"punctuation.section.class"},{foreground:"#383A42",token:"punctuation.section.inner-class"},{foreground:"#C18401",token:"support.class"},{foreground:"#0184BC",token:"support.type"},{foreground:"#0184BC",token:"support.function"},{foreground:"#427BFF",token:"support.function.any-method"},{foreground:"#4078F2",token:"entity.name.function"},{foreground:"#C14701",token:"entity.name.class"},{foreground:"#C14701",token:"entity.name.type.class"},{foreground:"#4078F2",token:"entity.name.section"},{foreground:"#D47B01",token:"entity.name.tag"},{foreground:"#986801",token:"entity.other.attribute-name"},{foreground:"#4078F2",token:"entity.other.attribute-name.id"},{foreground:"#DD6502",token:"meta.class"},{foreground:"#383A42",token:"meta.class.body"},{foreground:"#383A42",token:"meta.method-call"},{foreground:"#383A42",token:"meta.method"},{foreground:"#D47B01",token:"meta.definition.variable"},{foreground:"#986801",token:"meta.link"},{foreground:"#4078F2",token:"meta.require"},{foreground:"#D622D0",token:"meta.selector"},{foreground:"#383A42",background:"#373B41",token:"meta.separator"},{foreground:"#383A42",token:"meta.tag"},{token:"underline"},{foreground:"#383A42",token:"none"},{foreground:"#000000",background:"#F2A60D",token:"invalid.deprecated"},{background:"#FF1414",token:"invalid.illegal"},{foreground:"#986801",token:"markup.bold"},{foreground:"#D622D0",token:"markup.changed"},{foreground:"#D47B01",token:"markup.deleted"},{foreground:"#D622D0",token:"markup.italic"},{foreground:"#D47B01",token:"markup.heading"},{foreground:"#4078F2",token:"markup.heading punctuation.definition.heading"},{foreground:"#0184BC",token:"markup.link"},{foreground:"#50A14F",token:"markup.inserted"},{foreground:"#986801",token:"markup.quote"},{foreground:"#50A14F",token:"markup.raw"},{foreground:"#D622D0",token:"source.c keyword.operator"},{foreground:"#D622D0",token:"source.cpp keyword.operator"},{foreground:"#D622D0",token:"source.cs keyword.operator"},{foreground:"#696C77",token:"source.css property-name"},{foreground:"#696C77",token:"source.css property-value"},{foreground:"#383A42",token:"source.css property-name.support"},{foreground:"#383A42",token:"source.css property-value.support"},{token:"source.gfm markup"},{foreground:"#4078F2",token:"source.gfm link entity"},{foreground:"#D622D0",token:"source.go storage.type.string"},{foreground:"#D47B01",token:"source.ini keyword.other.definition.ini"},{foreground:"#C18401",token:"source.java storage.modifier.import"},{foreground:"#C18401",token:"source.java storage.type"},{foreground:"#D622D0",token:"source.java keyword.operator.instanceof"},{foreground:"#D47B01",token:"source.java-properties meta.key-pair"},{foreground:"#383A42",token:"source.java-properties meta.key-pair > punctuation"},{foreground:"#0184BC",token:"source.js keyword.operator"},{foreground:"#D622D0",token:"source.js keyword.operator.delete"},{foreground:"#D622D0",token:"source.js keyword.operator.in"},{foreground:"#D622D0",token:"source.js keyword.operator.of"},{foreground:"#D622D0",token:"source.js keyword.operator.instanceof"},{foreground:"#D622D0",token:"source.js keyword.operator.new"},{foreground:"#D622D0",token:"source.js keyword.operator.typeof"},{foreground:"#D622D0",token:"source.js keyword.operator.void"},{foreground:"#D47B01",token:"source.json meta.structure.dictionary.json > string.quoted.json"},{foreground:"#D47B01",token:"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string"},{foreground:"#50A14F",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json"},{foreground:"#50A14F",token:"source.json meta.structure.array.json > value.json > string.quoted.json"},{foreground:"#50A14F",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation"},{foreground:"#50A14F",token:"source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"},{foreground:"#0184BC",token:"source.json meta.structure.dictionary.json > constant.language.json"},{foreground:"#0184BC",token:"source.json meta.structure.array.json > constant.language.json"},{token:"source.ruby constant.other.symbol > punctuation"},{foreground:"#D622D0",token:"source.python keyword.operator.logical.python"},{foreground:"#EB8006",token:"source.python variable.parameter"},{foreground:"#383A42",token:"support.type.property-name"},{foreground:"#0184BC",token:"string.quoted.double punctuation"},{foreground:"#986801",token:"support.constant"},{foreground:"#D47B01",token:"support.type.property-name.json"},{foreground:"#D47B01",token:"support.type.property-name.json punctuation"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.ts"},{foreground:"#56B6C2",token:"punctuation.separator.key-value.js"},{foreground:"#56B6C2",token:"source.js.embedded.html keyword.operator"},{foreground:"#56B6C2",token:"source.ts.embedded.html keyword.operator"},{foreground:"#383A42",token:"variable.other.readwrite.js"},{foreground:"#383A42",token:"variable.other.readwrite.ts"},{foreground:"#D47B01",token:"support.variable.dom.js"},{foreground:"#D47B01",token:"support.variable.dom.ts"},{foreground:"#D47B01",token:"support.variable.property.dom.js"},{foreground:"#D47B01",token:"support.variable.property.dom.ts"},{foreground:"#BE5046",token:"meta.template.expression.js punctuation.definition"},{foreground:"#BE5046",token:"meta.template.expression.ts punctuation.definition"},{foreground:"#383A42",token:"source.ts punctuation.definition.typeparameters"},{foreground:"#383A42",token:"source.js punctuation.definition.typeparameters"},{foreground:"#383A42",token:"source.ts punctuation.definition.block"},{foreground:"#383A42",token:"source.js punctuation.definition.block"},{foreground:"#383A42",token:"source.ts punctuation.separator.comma"},{foreground:"#383A42",token:"source.js punctuation.separator.comma"},{foreground:"#383A42",token:"support.constant.property-value.css"},{foreground:"#986801",token:"punctuation.definition.constant.css"},{foreground:"#D47B01",token:"punctuation.separator.key-value.scss"},{foreground:"#986801",token:"punctuation.definition.constant.scss"},{foreground:"#383A42",token:"meta.property-list.scss punctuation.separator.key-value.scss"},{foreground:"#C18401",token:"storage.type.primitive.array.java"},{foreground:"#08A3FFFA",token:"meta.function-call.python"},{foreground:"#3D3E40FA",token:"meta.function-call.arguments.python"},{foreground:"#5DAEF2",token:"meta.function.decorator.python"},{foreground:"#316BCD",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#CD3131",token:"token.error-token"},{foreground:"#800080",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],qw=[],Zw={inherit:Gw,base:Uw,colors:zw,rules:Yw,encodedTokensColors:qw},Kw=!1,Jw="vs-dark",Xw={"editor.background":"#242e33","editor.foreground":"#c5c8c6","editor.lineHighlightBackground":"#99dbff0a","editor.selectionBackground":"#99dbff26","editorCursor.foreground":"#8abeb7","editorWhitespace.foreground":"#c5c8c626","statusBar.background":"#6c7a80","terminal.ansiBlack":"#242e33","terminal.ansiBlue":"#81a2be","terminal.ansiBrightBlack":"#7a7a7a","terminal.ansiBrightBlue":"#99dbff","terminal.ansiBrightCyan":"#8abeb7","terminal.ansiBrightGreen":"#b5bd68","terminal.ansiBrightMagenta":"#b294bb","terminal.ansiBrightRed":"#cc6666","terminal.ansiBrightWhite":"#c5c8c6","terminal.ansiBrightYellow":"#f0c674","terminal.ansiCyan":"#5e8d87","terminal.ansiGreen":"#8c9440","terminal.ansiMagenta":"#85678f","terminal.ansiRed":"#a54242","terminal.ansiWhite":"#6c7a80","terminal.ansiYellow":"#de935f"},Qw=[{foreground:"#6C7A80",fontStyle:"italic",token:"comment"},{foreground:"#B5BD68",token:"string"},{foreground:"#DE935F",token:"constant.numeric"},{foreground:"#DE935F",token:"constant.language"},{foreground:"#DE935F",token:"constant.character"},{foreground:"#DE935F",token:"constant.other"},{foreground:"#B294BB",token:"keyword"},{foreground:"#B294BB",token:"storage.modifier.async"},{foreground:"#C5C8C6",token:"storage"},{foreground:"#8ABEB7",token:"meta.brace.round"},{foreground:"#8ABEB7",token:"keyword.operator"},{foreground:"#B294BB",token:"storage.type"},{foreground:"#8ABEB7",token:"storage.type.function"},{foreground:"#A6E22E",token:"entity.name.class"},{foreground:"#81A2BE",fontStyle:"italic",token:"entity.other.inherited-class"},{foreground:"#81A2BE",fontStyle:"italic",token:"entity.name.type.module"},{foreground:"#81A2BE",token:"entity.name.function"},{foreground:"#DE935FBB",token:"variable.parameter"},{foreground:"#DE935F",token:"entity.name.tag"},{foreground:"#81A2BE",token:"entity.other.attribute-name"},{foreground:"#81A2BE",token:"support.function"},{token:"support.constant"},{foreground:"#DE935F",token:"support.class"},{foreground:"#DE935F",token:"support.variable.dom"},{foreground:"#F8F8F0",fontStyle:"",token:"invalid"},{foreground:"#F8F8F0",token:"invalid.deprecated"},{foreground:"#DE935F",token:"support.variable.object"},{foreground:"#DE935F",token:"support.variable.property"},{foreground:"#F0C674",token:"meta.brace.square"},{foreground:"#F0C674",token:"punctuation.definition.block"},{foreground:"#F0C674",token:"punctuation.definition.template-expression"},{foreground:"#F0C674",token:"punctuation.definition.typeparameters"},{foreground:"#F0C674",token:"punctuation.definition.string.template"},{foreground:"#F0C674",token:"punctuation.section.embedded"},{foreground:"#F0C674",token:"punctuation.definition.binding-pattern"},{foreground:"#F0C674",token:"storage.modifier"},{foreground:"#F0C674",token:"storage.type.class.js"},{foreground:"#6C7A80",fontStyle:"italic",token:"variable.language.this.js"},{foreground:"#F0C674",token:"variable.language.super.js"},{foreground:"#B5BD68",token:"punctuation.definition.parameters"},{foreground:"#CC6666",token:"meta.type.annotation"},{foreground:"#CC6666",token:"meta.return.type"},{foreground:"#CC6666",token:"meta.type.parameters"},{foreground:"#C5C8C6BB",token:"string.template variable.other"},{foreground:"#C5C8C6BB",token:"string.template punctuation.accessor"},{foreground:"#F0C674",token:"string.regexp punctuation.definition"},{foreground:"#C5C8C6BB",token:"string.regexp meta.group"},{foreground:"#C5C8C6BB",token:"string.regexp keyword.other.back-reference"},{foreground:"#DE935F",token:"string.regexp meta.assertion"},{foreground:"#DE935F",token:"string.regexp keyword.operator"},{foreground:"#81A2BE",token:"string.regexp constant.other"},{foreground:"#99DBFF",token:"string.regexp constant.character"},{foreground:"#CC6666",token:"string.regexp keyword.control.anchor"},{foreground:"#DE935F",token:"source.properties"},{foreground:"#81A2BE",token:"entity.name.section.group-title.properties"},{foreground:"#8ABEB7",token:"punctuation.separator.key-value"},{foreground:"#8ABEB7",token:"punctuation.separator.dictionary.key-value"},{foreground:"#81A2BE",token:"entity.name.tag.yaml"},{foreground:"#F0C674",token:"meta.attribute-selector"},{foreground:"#F0C674",token:"punctuation.section.property-list"},{foreground:"#8ABEB7",token:"punctuation.separator.operator"},{foreground:"#8ABEB7",token:"punctuation.terminator.rule"},{foreground:"#8ABEB7",token:"punctuation.terminator.statement"},{foreground:"#8ABEB7",token:"meta.selector"},{foreground:"#DE935F",token:"keyword.other.unit"},{foreground:"#6C7A80",token:"meta.property-value"},{foreground:"#CC6666",token:"keyword.other.important"},{foreground:"#6C7A80",token:"meta.at-rule.media"},{token:"support.type.property-name.media"},{foreground:"#CC6666",token:"meta.tag.sgml.html"},{foreground:"#8ABEB7",token:"meta.tag.inline.any.html"},{foreground:"#8ABEB7",token:"meta.tag.structure.any.html"},{foreground:"#8ABEB7",token:"meta.tag.block.any.html"},{foreground:"#8ABEB7",token:"meta.tag.any.html"},{foreground:"#6C7A80",token:"punctuation.definition.tag.html"},{foreground:"#6C7A80",token:"punctuation.definition.tag.begin"},{foreground:"#6C7A80",token:"punctuation.definition.tag.end"},{foreground:"#6C7A80",token:"punctuation.definition.tag.xml"},{foreground:"#B294BB",token:"entity.name.section.markdown"},{foreground:"#F0C674",token:"punctuation.definition.heading.markdown"},{foreground:"#6C7A80",token:"punctuation.definition.heading.markdown"},{foreground:"#6C7A80",token:"beginning.punctuation.definition.quote.markdown"},{foreground:"#6C7A80",token:"punctuation.definition.markdown"},{foreground:"#6C7A80",token:"punctuation.definition.italic.markdown"},{foreground:"#6C7A80",token:"punctuation.definition.bold.markdown"},{foreground:"#6C7A80",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#6C7A80",token:"punctuation.definition.raw.markdown"},{foreground:"#F0C674",fontStyle:"",token:"punctuation.definition.constant.markdown"},{foreground:"#F0C674",fontStyle:"",token:"punctuation.definition.string.begin.markdown"},{foreground:"#F0C674",fontStyle:"",token:"punctuation.definition.string.end.markdown"},{foreground:"#F0C674",fontStyle:"",token:"punctuation.definition.metadata.markdown"},{foreground:"#F0C674",fontStyle:"",token:"punctuation.definition.constant.begin.markdown"},{foreground:"#F0C674",fontStyle:"",token:"punctuation.definition.constant.end.markdown"},{foreground:"#CC6666",token:"fenced_code.block.language"},{foreground:"#C5C8C6",fontStyle:"italic",token:"markup.italic.markdown"},{foreground:"#C5C8C6",fontStyle:"bold",token:"markup.bold.markdown"},{foreground:"#81A2BE",fontStyle:"",token:"meta.link.inline.markdown"},{foreground:"#81A2BE",fontStyle:"",token:"markup.underline.link.markdown"},{foreground:"#B5BD6888",fontStyle:"",token:"markup.quote.markdown"},{foreground:"#B5BD68DD",fontStyle:"",token:"markup.list.unnumbered.markdown"},{foreground:"#B5BD68AA",fontStyle:"",token:"markup.list.numbered.markdown"},{foreground:"#CC6666",fontStyle:"",token:"constant.other.reference.link.markdown"},{foreground:"#8ABEB7",token:"meta.tag.preprocessor.xml"},{foreground:"#8ABEB7",token:"meta.tag.xml"},{foreground:"#F0C674",token:"punctuation.definition.dictionary"},{foreground:"#6C7A80",token:"punctuation.support.type.property-name"},{foreground:"#6C7A80",token:"punctuation.definition.string"},{foreground:"#81A2BE",token:"support.type.property-name.json"},{foreground:"#8ABEB7",token:"punctuation.separator.dictionary.pair.json"},{foreground:"#8ABEB7",token:"punctuation.separator.parameter.js"},{foreground:"#8ABEB7",token:"punctuation.separator.comma.js"},{foreground:"#CC6666",token:"punctuation.definition.array.begin.json"},{foreground:"#CC6666",token:"punctuation.definition.array.end.json"},{foreground:"#C5C8C6BB",token:"source.graphql meta.variables"},{foreground:"#C5C8C6BB",token:"source.graphql meta.arguments"},{foreground:"#DE935FBB",token:"source.graphql variable.arguments"},{foreground:"#DE935F",token:"source.graphql constant"},{foreground:"#99DBFF",token:"source.graphql variable.fragment"},{foreground:"#99DBFF",token:"source.graphql entity.name.fragment"},{foreground:"#B5BD68AA",token:"source.graphql entity.name.function.directive"},{foreground:"#CC6666",token:"source.graphql support.type"},{foreground:"#F0C674",token:"source.graphql punctuation.operation"},{foreground:"#F0C674",token:"source.graphql meta.brace.round"},{foreground:"#F0C674",token:"source.graphql keyword.operator"},{foreground:"#8ABEB7",token:"source.graphql punctuation.colon"},{foreground:"#8ABEB7",token:"source.graphql punctuation.comma"},{foreground:"#DE935F",token:"source.reason entity.name.class"},{foreground:"#DE935FBB",token:"source.reason entity.name.tag.inline.any"},{foreground:"#C5C8C6BB",token:"source.reason markup.inserted constant.language"},{foreground:"#CC6666",token:"source.reason support.type string.regexp"},{foreground:"#8ABEB7",token:"source.reason keyword.control"},{foreground:"#99DBFF",token:"source.reason constant.numeric"},{foreground:"#C5C8C6",token:"meta.interpolation.cs variable.other.object.cs"},{foreground:"#C5C8C6",token:"meta.interpolation.cs variable.other.object.property.cs"},{foreground:"#C5C8C6",token:"meta.interpolation.cs variable.other.readwrite.cs"},{foreground:"#81A2BE",token:"token.info-token"},{foreground:"#DE935F",token:"token.warn-token"},{foreground:"#A54242",token:"token.error-token"},{foreground:"#85678F",token:"token.debug-token"},{token:"",foreground:"#c5c8c6"}],e4=[],t4={inherit:Kw,base:Jw,colors:Xw,rules:Qw,encodedTokensColors:e4},o4=!1,r4="vs-dark",n4={"activityBar.background":"#221a0f","activityBar.foreground":"#d3af86","badge.background":"#7f5d38","button.background":"#6e583b","dropdown.background":"#51412c","editor.background":"#221a0f","editor.foreground":"#d3af86","editor.lineHighlightBackground":"#5e452b","editor.selectionBackground":"#84613daa","editorCursor.foreground":"#d3af86","editorGroupHeader.tabsBackground":"#131510","editorHoverWidget.background":"#221a14","editorLineNumber.activeForeground":"#adadad","editorWhitespace.foreground":"#a57a4c","editorWidget.background":"#131510",focusBorder:"#a57a4c","input.background":"#51412c","inputOption.activeBorder":"#a57a4c","inputValidation.errorBackground":"#5f0d0d","inputValidation.errorBorder":"#9d2f23","inputValidation.infoBackground":"#2b2a42","inputValidation.infoBorder":"#1b60a5","inputValidation.warningBackground":"#51412c","list.activeSelectionBackground":"#7c5021","list.highlightForeground":"#e3b583","list.hoverBackground":"#7c502166","list.inactiveSelectionBackground":"#645342","menu.background":"#362712","menu.foreground":"#cccccc","minimap.selectionHighlight":"#84613daa","peekView.border":"#5e452b","peekViewEditor.background":"#221a14","peekViewEditor.matchHighlightBackground":"#84613daa","peekViewResult.background":"#362712","peekViewTitle.background":"#362712","pickerGroup.border":"#e3b583","pickerGroup.foreground":"#e3b583","ports.iconRunningProcessForeground":"#369432","progressBar.background":"#7f5d38","quickInputList.focusBackground":"#7c5021aa","selection.background":"#84613daa","sideBar.background":"#362712","statusBar.background":"#423523","statusBar.debuggingBackground":"#423523","statusBar.noFolderBackground":"#423523","statusBarItem.remoteBackground":"#6e583b","tab.inactiveBackground":"#131510","tab.lastPinnedBorder":"#51412c","titleBar.activeBackground":"#423523"},a4=[{foreground:"#D3AF86",token:"meta.embedded"},{foreground:"#D3AF86",token:"source.groovy.embedded"},{foreground:"#D3AF86",token:"variable.parameter.function"},{foreground:"#A57A4C",token:"comment"},{foreground:"#A57A4C",token:"punctuation.definition.comment"},{foreground:"#D3AF86",token:"punctuation.definition.string"},{foreground:"#D3AF86",token:"punctuation.definition.variable"},{foreground:"#D3AF86",token:"punctuation.definition.string"},{foreground:"#D3AF86",token:"punctuation.definition.parameters"},{foreground:"#D3AF86",token:"punctuation.definition.string"},{foreground:"#D3AF86",token:"punctuation.definition.array"},{foreground:"#D3AF86",token:"none"},{foreground:"#D3AF86",token:"keyword.operator"},{foreground:"#98676A",token:"keyword"},{foreground:"#98676A",token:"keyword.control"},{foreground:"#98676A",token:"keyword.operator.new.cpp"},{foreground:"#98676A",token:"keyword.operator.delete.cpp"},{foreground:"#98676A",token:"keyword.other.using"},{foreground:"#98676A",token:"keyword.other.operator"},{foreground:"#DC3958",token:"variable"},{foreground:"#8AB1B0",token:"entity.name.function"},{foreground:"#8AB1B0",token:"meta.require"},{foreground:"#8AB1B0",token:"support.function.any-method"},{foreground:"#F06431",token:"support.class"},{foreground:"#F06431",token:"entity.name.class"},{foreground:"#F06431",token:"entity.name.type"},{foreground:"#F06431",token:"entity.name.namespace"},{foreground:"#F06431",token:"entity.name.scope-resolution"},{foreground:"#8AB1B0",token:"keyword.other.special-method"},{foreground:"#98676A",token:"storage"},{foreground:"#7E602C",token:"support.function"},{foreground:"#889B4A",token:"string"},{foreground:"#889B4A",token:"constant.other.symbol"},{foreground:"#889B4A",token:"entity.other.inherited-class"},{foreground:"#F79A32",token:"constant.numeric"},{foreground:"#F79A32",token:"none"},{foreground:"#F79A32",token:"none"},{foreground:"#F79A32",token:"constant"},{foreground:"#DC3958",token:"entity.name.tag"},{foreground:"#F79A32",token:"entity.other.attribute-name"},{foreground:"#8AB1B0",token:"entity.other.attribute-name.id"},{foreground:"#8AB1B0",token:"punctuation.definition.entity"},{foreground:"#98676A",token:"meta.selector"},{foreground:"#F79A32",token:"none"},{foreground:"#8AB1B0",fontStyle:"bold",token:"markup.heading"},{foreground:"#8AB1B0",fontStyle:"bold",token:"markup.heading.setext"},{foreground:"#8AB1B0",fontStyle:"bold",token:"punctuation.definition.heading"},{foreground:"#8AB1B0",fontStyle:"bold",token:"entity.name.section"},{foreground:"#F79A32",token:"keyword.other.unit"},{foreground:"#F06431",fontStyle:"bold",token:"markup.bold"},{foreground:"#F06431",fontStyle:"bold",token:"punctuation.definition.bold"},{foreground:"#98676A",fontStyle:"italic",token:"markup.italic"},{foreground:"#98676A",fontStyle:"italic",token:"punctuation.definition.italic"},{foreground:"#889B4A",token:"markup.inline.raw"},{foreground:"#DC3958",token:"string.other.link"},{foreground:"#F79A32",token:"meta.link"},{foreground:"#DC3958",token:"markup.list"},{foreground:"#F79A32",token:"markup.quote"},{foreground:"#D3AF86",token:"meta.separator"},{foreground:"#889B4A",token:"markup.inserted"},{foreground:"#DC3958",token:"markup.deleted"},{foreground:"#98676A",token:"markup.changed"},{foreground:"#7E602C",token:"constant.other.color"},{foreground:"#7E602C",token:"string.regexp"},{foreground:"#7E602C",token:"constant.character.escape"},{foreground:"#088649",token:"punctuation.section.embedded"},{foreground:"#088649",token:"variable.interpolation"},{foreground:"#DC3958",token:"invalid"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#d3af86"}],i4=[],u4={inherit:o4,base:r4,colors:n4,rules:a4,encodedTokensColors:i4},d4=!1,s4="vs-dark",c4={"activityBar.activeBackground":"#8be0fd10","activityBar.activeBorder":"#66d9ef80","activityBar.background":"#374f66","activityBar.foreground":"#f8f8f2","activityBar.inactiveForeground":"#5c98cd","activityBarBadge.background":"#66d9ef","activityBarBadge.foreground":"#f8f8f2","badge.background":"#19242f","badge.foreground":"#f8f8f2","breadcrumb.activeSelectionForeground":"#f8f8f2","breadcrumb.background":"#2b3e50","breadcrumb.focusForeground":"#f8f8f2","breadcrumb.foreground":"#5c98cd","breadcrumbPicker.background":"#1b2733","button.background":"#19242f","button.foreground":"#f8f8f2",contrastBorder:"#1b2733","debugToolBar.background":"#22313f","diffEditor.insertedTextBackground":"#199c4b20","diffEditor.removedTextBackground":"#f9267250","dropdown.background":"#374f66","dropdown.border":"#1b2733","dropdown.foreground":"#f8f8f2","editor.background":"#2b3e50","editor.findMatchBackground":"#ffab2880","editor.findMatchHighlightBackground":"#ffffff40","editor.findRangeHighlightBackground":"#19242f75","editor.foldBackground":"#22313f","editor.foreground":"#f8f8f2","editor.hoverHighlightBackground":"#1b2733","editor.lineHighlightBorder":"#19242f","editor.rangeHighlightBackground":"#8be0fd15","editor.selectionBackground":"#19242f","editor.selectionHighlightBackground":"#44637f","editor.snippetFinalTabstopHighlightBackground":"#2b3e50","editor.snippetFinalTabstopHighlightBorder":"#199c4b","editor.snippetTabstopHighlightBackground":"#2b3e50","editor.snippetTabstopHighlightBorder":"#5c98cd","editor.wordHighlightBackground":"#ca94ff50","editor.wordHighlightStrongBackground":"#199c4b50","editorCodeLens.foreground":"#5c98cd","editorError.foreground":"#f92672","editorGroup.border":"#8be0fd","editorGroup.dropBackground":"#19242f70","editorGroupHeader.tabsBackground":"#1b2733","editorGutter.addedBackground":"#199c4b80","editorGutter.deletedBackground":"#f9267280","editorGutter.modifiedBackground":"#ca94ff80","editorHoverWidget.background":"#2b3e50","editorHoverWidget.border":"#5c98cd","editorIndentGuide.activeBackground":"#ffffff45","editorIndentGuide.background":"#19242f","editorLineNumber.foreground":"#5c98cd","editorLink.activeForeground":"#ca94ff","editorMarkerNavigation.background":"#22313f","editorOverviewRuler.addedForeground":"#199c4b80","editorOverviewRuler.border":"#1b2733","editorOverviewRuler.currentContentForeground":"#199c4b","editorOverviewRuler.deletedForeground":"#f9267280","editorOverviewRuler.errorForeground":"#f9267280","editorOverviewRuler.incomingContentForeground":"#8be0fd","editorOverviewRuler.infoForeground":"#ca94ff80","editorOverviewRuler.modifiedForeground":"#ca94ff80","editorOverviewRuler.selectionHighlightForeground":"#ffab28","editorOverviewRuler.warningForeground":"#ffab2880","editorOverviewRuler.wordHighlightForeground":"#ca94ff","editorOverviewRuler.wordHighlightStrongForeground":"#199c4b","editorRuler.foreground":"#19242f","editorSuggestWidget.background":"#22313f","editorSuggestWidget.foreground":"#f8f8f2","editorSuggestWidget.selectedBackground":"#19242f","editorWarning.foreground":"#ca94ff","editorWhitespace.foreground":"#19242f","editorWidget.background":"#22313f",errorForeground:"#f92672","extensionButton.prominentBackground":"#199c4b90","extensionButton.prominentForeground":"#f8f8f2","extensionButton.prominentHoverBackground":"#199c4b60",focusBorder:"#5c98cd",foreground:"#f8f8f2","gitDecoration.conflictingResourceForeground":"#ffab28","gitDecoration.deletedResourceForeground":"#f92672","gitDecoration.ignoredResourceForeground":"#5c98cd","gitDecoration.modifiedResourceForeground":"#ca94ff","gitDecoration.untrackedResourceForeground":"#199c4b","input.background":"#2b3e50","input.border":"#1b2733","input.foreground":"#f8f8f2","input.placeholderForeground":"#5c98cd","inputOption.activeBorder":"#8be0fd","inputValidation.errorBorder":"#f92672","inputValidation.infoBorder":"#ca94ff","inputValidation.warningBorder":"#ffab28","list.activeSelectionBackground":"#19242f","list.activeSelectionForeground":"#f8f8f2","list.dropBackground":"#19242f","list.errorForeground":"#f92672","list.focusBackground":"#19242f75","list.highlightForeground":"#ca94ff","list.hoverBackground":"#19242f75","list.inactiveSelectionBackground":"#19242f75","list.warningForeground":"#ffab28","listFilterWidget.background":"#374f66","listFilterWidget.noMatchesOutline":"#f92672","listFilterWidget.outline":"#44637f","merge.currentHeaderBackground":"#199c4b90","merge.incomingHeaderBackground":"#8be0fd90","panel.background":"#2b3e50","panel.border":"#8be0fd","panelTitle.activeBorder":"#ca94ff","panelTitle.activeForeground":"#f8f8f2","panelTitle.inactiveForeground":"#5c98cd","peekView.border":"#19242f","peekViewEditor.background":"#2b3e50","peekViewEditor.matchHighlightBackground":"#e6db7480","peekViewResult.background":"#22313f","peekViewResult.fileForeground":"#f8f8f2","peekViewResult.lineForeground":"#f8f8f2","peekViewResult.matchHighlightBackground":"#e6db7480","peekViewResult.selectionBackground":"#19242f","peekViewResult.selectionForeground":"#f8f8f2","peekViewTitle.background":"#1b2733","peekViewTitleDescription.foreground":"#5c98cd","peekViewTitleLabel.foreground":"#f8f8f2","pickerGroup.border":"#8be0fd","pickerGroup.foreground":"#ca94ff","progressBar.background":"#66d9ef","selection.background":"#8be0fd","settings.checkboxBackground":"#22313f","settings.checkboxBorder":"#1b2733","settings.checkboxForeground":"#f8f8f2","settings.dropdownBackground":"#22313f","settings.dropdownBorder":"#1b2733","settings.dropdownForeground":"#f8f8f2","settings.headerForeground":"#f8f8f2","settings.modifiedItemIndicator":"#ffab28","settings.numberInputBackground":"#22313f","settings.numberInputBorder":"#1b2733","settings.numberInputForeground":"#f8f8f2","settings.textInputBackground":"#22313f","settings.textInputBorder":"#1b2733","settings.textInputForeground":"#f8f8f2","sideBar.background":"#22313f","sideBarSectionHeader.background":"#2b3e50","sideBarSectionHeader.border":"#1b2733","sideBarTitle.foreground":"#f8f8f2","statusBar.background":"#1b2733","statusBar.debuggingBackground":"#f92672","statusBar.debuggingForeground":"#1b2733","statusBar.foreground":"#f8f8f2","statusBar.noFolderBackground":"#1b2733","statusBar.noFolderForeground":"#f8f8f2","statusBarItem.prominentBackground":"#f92672","statusBarItem.prominentHoverBackground":"#ffab28","statusBarItem.remoteBackground":"#8be0fd","statusBarItem.remoteForeground":"#f8f8f2","tab.activeBackground":"#2b3e50","tab.activeBorderTop":"#66d9ef80","tab.activeForeground":"#f8f8f2","tab.border":"#1b2733","tab.inactiveBackground":"#22313f","tab.inactiveForeground":"#5c98cd","terminal.ansiBlack":"#21222c","terminal.ansiBlue":"#8be0fd","terminal.ansiBrightBlack":"#656b84","terminal.ansiBrightBlue":"#bd93f9","terminal.ansiBrightCyan":"#8be0fd","terminal.ansiBrightGreen":"#72cc5a","terminal.ansiBrightMagenta":"#ff79c6","terminal.ansiBrightRed":"#ff5555","terminal.ansiBrightWhite":"#f8f8f2","terminal.ansiBrightYellow":"#f1fa8c","terminal.ansiCyan":"#ca94ff","terminal.ansiGreen":"#a6e22e","terminal.ansiMagenta":"#66d9ef","terminal.ansiRed":"#ff5555","terminal.ansiWhite":"#d7d4c8","terminal.ansiYellow":"#f1fa8c","terminal.background":"#2b3e50","terminal.foreground":"#f8f8f2","titleBar.activeBackground":"#22313f","titleBar.activeForeground":"#f8f8f2","titleBar.inactiveBackground":"#1b2733","titleBar.inactiveForeground":"#5c98cd","walkThrough.embeddedEditorBackground":"#22313f"},l4=[{fontStyle:"italic",token:"emphasis"},{fontStyle:"bold",token:"strong"},{foreground:"#8BE0FD",token:"header"},{foreground:"#F8F8F2",token:"source"},{foreground:"#5C98CD",token:"meta.diff"},{foreground:"#5C98CD",token:"meta.diff.header"},{foreground:"#199C4B",token:"markup.inserted"},{foreground:"#F92672",token:"markup.deleted"},{foreground:"#FFAB28",token:"markup.changed"},{foreground:"#F92672",fontStyle:"underline italic",token:"invalid"},{foreground:"#F8F8F2",fontStyle:"underline italic",token:"invalid.deprecated"},{foreground:"#E6DB74",token:"entity.name.filename"},{foreground:"#F92672",token:"markup.error"},{fontStyle:"underline",token:"markup.underline"},{foreground:"#FFAB28",fontStyle:"bold",token:"markup.bold"},{foreground:"#8BE0FD",fontStyle:"bold",token:"markup.heading"},{foreground:"#E6DB74",fontStyle:"italic",token:"markup.italic"},{foreground:"#CA94FF",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#CA94FF",token:"beginning.punctuation.definition.quote.markdown"},{foreground:"#CA94FF",token:"punctuation.definition.link.restructuredtext"},{foreground:"#199C4B",token:"markup.inline.raw"},{foreground:"#199C4B",token:"markup.raw.restructuredtext"},{foreground:"#CA94FF",token:"markup.underline.link"},{foreground:"#CA94FF",token:"markup.underline.link.image"},{foreground:"#66D9EF",token:"meta.link.reference.def.restructuredtext"},{foreground:"#66D9EF",token:"punctuation.definition.directive.restructuredtext"},{foreground:"#66D9EF",token:"string.other.link.description"},{foreground:"#66D9EF",token:"string.other.link.title"},{foreground:"#E6DB74",fontStyle:"italic",token:"entity.name.directive.restructuredtext"},{foreground:"#E6DB74",fontStyle:"italic",token:"markup.quote"},{foreground:"#5C98CD",token:"meta.separator.markdown"},{foreground:"#199C4B",token:"fenced_code.block.language"},{foreground:"#199C4B",token:"markup.raw.inner.restructuredtext"},{foreground:"#199C4B",token:"markup.fenced_code.block.markdown punctuation.definition.markdown"},{foreground:"#8BE0FD",token:"punctuation.definition.constant.restructuredtext"},{foreground:"#8BE0FD",token:"markup.heading.markdown punctuation.definition.string.begin"},{foreground:"#8BE0FD",token:"markup.heading.markdown punctuation.definition.string.end"},{foreground:"#F8F8F2",token:"meta.paragraph.markdown punctuation.definition.string.begin"},{foreground:"#F8F8F2",token:"meta.paragraph.markdown punctuation.definition.string.end"},{foreground:"#E6DB74",token:"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin"},{foreground:"#E6DB74",token:"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end"},{foreground:"#CA94FF",fontStyle:"normal",token:"entity.name.type.class"},{foreground:"#CA94FF",fontStyle:"normal",token:"entity.name.class"},{foreground:"#8BE0FD",fontStyle:"italic",token:"keyword.expressions-and-types.swift"},{foreground:"#8BE0FD",fontStyle:"italic",token:"keyword.other.this"},{foreground:"#8BE0FD",fontStyle:"italic",token:"variable.language"},{foreground:"#8BE0FD",fontStyle:"italic",token:"variable.language punctuation.definition.variable.php"},{foreground:"#8BE0FD",fontStyle:"italic",token:"variable.other.readwrite.instance.ruby"},{foreground:"#8BE0FD",fontStyle:"italic",token:"variable.parameter.function.language.special"},{foreground:"#CA94FF",fontStyle:"italic",token:"entity.other.inherited-class"},{foreground:"#5C98CD",token:"comment"},{foreground:"#5C98CD",token:"punctuation.definition.comment"},{foreground:"#5C98CD",token:"unused.comment"},{foreground:"#5C98CD",token:"wildcard.comment"},{foreground:"#66D9EF",token:"comment keyword.codetag.notation"},{foreground:"#66D9EF",token:"comment.block.documentation keyword"},{foreground:"#66D9EF",token:"comment.block.documentation storage.type.class"},{foreground:"#CA94FF",fontStyle:"italic",token:"comment.block.documentation entity.name.type"},{foreground:"#CA94FF",token:"comment.block.documentation entity.name.type punctuation.definition.bracket"},{foreground:"#FFAB28",fontStyle:"italic",token:"comment.block.documentation variable"},{foreground:"#8BE0FD",token:"constant"},{foreground:"#8BE0FD",token:"variable.other.constant"},{foreground:"#66D9EF",token:"constant.character.escape"},{foreground:"#66D9EF",token:"constant.character.string.escape"},{foreground:"#66D9EF",token:"constant.regexp"},{foreground:"#66D9EF",token:"entity.name.tag"},{foreground:"#66D9EF",token:"entity.other.attribute-name.parent-selector"},{foreground:"#199C4B",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#199C4B",token:"entity.name.function"},{foreground:"#199C4B",token:"meta.function-call.generic"},{foreground:"#199C4B",token:"meta.function-call.object"},{foreground:"#199C4B",token:"meta.function-call.php"},{foreground:"#199C4B",token:"meta.function-call.static"},{foreground:"#199C4B",token:"meta.method-call.java meta.method"},{foreground:"#199C4B",token:"meta.method.groovy"},{foreground:"#199C4B",token:"support.function.any-method.lua"},{foreground:"#199C4B",token:"keyword.operator.function.infix"},{foreground:"#FFAB28",fontStyle:"italic",token:"entity.name.variable.parameter"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.at-rule.function variable"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.at-rule.mixin variable"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.function.arguments variable.other.php"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql"},{foreground:"#FFAB28",fontStyle:"italic",token:"variable.parameter"},{foreground:"#199C4B",fontStyle:"italic",token:"meta.decorator variable.other.readwrite"},{foreground:"#199C4B",fontStyle:"italic",token:"meta.decorator variable.other.property"},{foreground:"#199C4B",token:"meta.decorator variable.other.object"},{foreground:"#66D9EF",token:"keyword"},{foreground:"#66D9EF",token:"punctuation.definition.keyword"},{fontStyle:"bold",token:"keyword.control.new"},{fontStyle:"bold",token:"keyword.operator.new"},{foreground:"#66D9EF",token:"meta.selector"},{foreground:"#CA94FF",fontStyle:"italic",token:"support"},{foreground:"#8BE0FD",fontStyle:"regular",token:"support.function.magic"},{foreground:"#8BE0FD",fontStyle:"regular",token:"support.variable"},{foreground:"#8BE0FD",fontStyle:"regular",token:"variable.other.predefined"},{fontStyle:"regular",token:"support.function"},{fontStyle:"regular",token:"support.type.property-name"},{foreground:"#66D9EF",token:"constant.other.symbol.hashkey punctuation.definition.constant.ruby"},{foreground:"#66D9EF",token:"entity.other.attribute-name.placeholder punctuation"},{foreground:"#66D9EF",token:"entity.other.attribute-name.pseudo-class punctuation"},{foreground:"#66D9EF",token:"entity.other.attribute-name.pseudo-element punctuation"},{foreground:"#66D9EF",token:"meta.group.double.toml"},{foreground:"#66D9EF",token:"meta.group.toml"},{foreground:"#66D9EF",token:"meta.object-binding-pattern-variable punctuation.destructuring"},{foreground:"#66D9EF",token:"punctuation.colon.graphql"},{foreground:"#66D9EF",token:"punctuation.definition.block.scalar.folded.yaml"},{foreground:"#66D9EF",token:"punctuation.definition.block.scalar.literal.yaml"},{foreground:"#66D9EF",token:"punctuation.definition.block.sequence.item.yaml"},{foreground:"#66D9EF",token:"punctuation.definition.entity.other.inherited-class"},{foreground:"#66D9EF",token:"punctuation.function.swift"},{foreground:"#66D9EF",token:"punctuation.separator.dictionary.key-value"},{foreground:"#66D9EF",token:"punctuation.separator.hash"},{foreground:"#66D9EF",token:"punctuation.separator.inheritance"},{foreground:"#66D9EF",token:"punctuation.separator.key-value"},{foreground:"#66D9EF",token:"punctuation.separator.key-value.mapping.yaml"},{foreground:"#66D9EF",token:"punctuation.separator.namespace"},{foreground:"#66D9EF",token:"punctuation.separator.pointer-access"},{foreground:"#66D9EF",token:"punctuation.separator.slice"},{foreground:"#66D9EF",token:"string.unquoted.heredoc punctuation.definition.string"},{foreground:"#66D9EF",token:"support.other.chomping-indicator.yaml"},{foreground:"#66D9EF",token:"punctuation.separator.annotation"},{foreground:"#F8F8F2",token:"keyword.operator.other.powershell"},{foreground:"#F8F8F2",token:"keyword.other.statement-separator.powershell"},{foreground:"#F8F8F2",token:"meta.brace.round"},{foreground:"#F8F8F2",token:"meta.function-call punctuation"},{foreground:"#F8F8F2",token:"punctuation.definition.arguments.begin"},{foreground:"#F8F8F2",token:"punctuation.definition.arguments.end"},{foreground:"#F8F8F2",token:"punctuation.definition.entity.begin"},{foreground:"#F8F8F2",token:"punctuation.definition.entity.end"},{foreground:"#F8F8F2",token:"punctuation.definition.tag.cs"},{foreground:"#F8F8F2",token:"punctuation.definition.type.begin"},{foreground:"#F8F8F2",token:"punctuation.definition.type.end"},{foreground:"#F8F8F2",token:"punctuation.section.scope.begin"},{foreground:"#F8F8F2",token:"punctuation.section.scope.end"},{foreground:"#F8F8F2",token:"storage.type.generic.java"},{foreground:"#F8F8F2",token:"string.template meta.brace"},{foreground:"#F8F8F2",token:"string.template punctuation.accessor"},{foreground:"#66D9EF",token:"meta.string-contents.quoted.double punctuation.definition.variable"},{foreground:"#66D9EF",token:"punctuation.definition.interpolation.begin"},{foreground:"#66D9EF",token:"punctuation.definition.interpolation.end"},{foreground:"#66D9EF",token:"punctuation.definition.template-expression.begin"},{foreground:"#66D9EF",token:"punctuation.definition.template-expression.end"},{foreground:"#66D9EF",token:"punctuation.section.embedded.begin"},{foreground:"#66D9EF",token:"punctuation.section.embedded.coffee"},{foreground:"#66D9EF",token:"punctuation.section.embedded.end"},{foreground:"#66D9EF",token:"punctuation.section.embedded.end source.php"},{foreground:"#66D9EF",token:"punctuation.section.embedded.end source.ruby"},{foreground:"#66D9EF",token:"punctuation.definition.variable.makefile"},{foreground:"#CA94FF",token:"entity.name.function.target.makefile"},{foreground:"#CA94FF",token:"entity.name.section.toml"},{foreground:"#CA94FF",token:"entity.name.tag.yaml"},{foreground:"#CA94FF",token:"variable.other.key.toml"},{foreground:"#FFAB28",token:"constant.other.date"},{foreground:"#FFAB28",token:"constant.other.timestamp"},{foreground:"#199C4B",fontStyle:"italic underline",token:"variable.other.alias.yaml"},{foreground:"#66D9EF",fontStyle:"regular",token:"storage"},{foreground:"#66D9EF",fontStyle:"regular",token:"meta.implementation storage.type.objc"},{foreground:"#66D9EF",fontStyle:"regular",token:"meta.interface-or-protocol storage.type.objc"},{foreground:"#66D9EF",fontStyle:"regular",token:"source.groovy storage.type.def"},{foreground:"#CA94FF",fontStyle:"italic",token:"entity.name.type"},{foreground:"#CA94FF",fontStyle:"italic",token:"keyword.primitive-datatypes.swift"},{foreground:"#CA94FF",fontStyle:"italic",token:"keyword.type.cs"},{foreground:"#CA94FF",fontStyle:"italic",token:"meta.protocol-list.objc"},{foreground:"#CA94FF",fontStyle:"italic",token:"meta.return-type.objc"},{foreground:"#CA94FF",fontStyle:"italic",token:"source.go storage.type"},{foreground:"#CA94FF",fontStyle:"italic",token:"source.groovy storage.type"},{foreground:"#CA94FF",fontStyle:"italic",token:"source.java storage.type"},{foreground:"#CA94FF",fontStyle:"italic",token:"source.powershell entity.other.attribute-name"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.class.std.rust"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.attribute.swift"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.c"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.core.rust"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.cs"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.groovy"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.objc"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.php"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.haskell"},{foreground:"#CA94FF",fontStyle:"italic",token:"storage.type.ocaml"},{foreground:"#FFAB28",token:"entity.name.type.type-parameter"},{foreground:"#FFAB28",token:"meta.indexer.mappedtype.declaration entity.name.type"},{foreground:"#FFAB28",token:"meta.type.parameters entity.name.type"},{foreground:"#66D9EF",token:"storage.modifier"},{foreground:"#E6DB74",token:"string.regexp"},{foreground:"#E6DB74",token:"constant.other.character-class.set.regexp"},{foreground:"#E6DB74",token:"constant.character.escape.backslash.regexp"},{foreground:"#66D9EF",token:"punctuation.definition.group.capture.regexp"},{foreground:"#F92672",token:"string.regexp punctuation.definition.string.begin"},{foreground:"#F92672",token:"string.regexp punctuation.definition.string.end"},{foreground:"#CA94FF",token:"punctuation.definition.character-class.regexp"},{foreground:"#FFAB28",token:"punctuation.definition.group.regexp"},{foreground:"#F92672",token:"punctuation.definition.group.assertion.regexp"},{foreground:"#F92672",token:"keyword.operator.negation.regexp"},{foreground:"#199C4B",token:"meta.assertion.look-ahead.regexp"},{foreground:"#E6DB74",token:"string"},{foreground:"#66D9EF",token:"punctuation.definition.string.begin"},{foreground:"#66D9EF",token:"punctuation.definition.string.end"},{foreground:"#E6DB74",token:"punctuation.support.type.property-name.begin"},{foreground:"#E6DB74",token:"punctuation.support.type.property-name.end"},{foreground:"#5C98CD",token:"string.quoted.docstring.multi"},{foreground:"#5C98CD",token:"string.quoted.docstring.multi.python punctuation.definition.string.begin"},{foreground:"#5C98CD",token:"string.quoted.docstring.multi.python punctuation.definition.string.end"},{foreground:"#5C98CD",token:"string.quoted.docstring.multi.python constant.character.escape"},{foreground:"#F8F8F2",token:"variable"},{foreground:"#F8F8F2",token:"constant.other.key.perl"},{foreground:"#F8F8F2",token:"support.variable.property"},{foreground:"#F8F8F2",token:"variable.other.constant.js"},{foreground:"#F8F8F2",token:"variable.other.constant.ts"},{foreground:"#F8F8F2",token:"variable.other.constant.tsx"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.import variable.other.readwrite"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.object-binding-pattern-variable variable.object.property"},{foreground:"#FFAB28",fontStyle:"italic",token:"meta.variable.assignment.destructured.object.coffee variable"},{foreground:"#F8F8F2",fontStyle:"normal",token:"meta.import variable.other.readwrite.alias"},{foreground:"#F8F8F2",fontStyle:"normal",token:"meta.export variable.other.readwrite.alias"},{foreground:"#F8F8F2",fontStyle:"normal",token:"meta.variable.assignment.destructured.object.coffee variable variable"},{foreground:"#E6DB74",token:"meta.selectionset.graphql variable"},{foreground:"#F8F8F2",token:"meta.selectionset.graphql meta.arguments variable"},{foreground:"#CA94FF",token:"entity.name.fragment.graphql"},{foreground:"#CA94FF",token:"variable.fragment.graphql"},{foreground:"#F8F8F2",token:"constant.other.symbol.hashkey.ruby"},{foreground:"#F8F8F2",token:"keyword.operator.dereference.java"},{foreground:"#F8F8F2",token:"keyword.operator.navigation.groovy"},{foreground:"#F8F8F2",token:"meta.scope.for-loop.shell punctuation.definition.string.begin"},{foreground:"#F8F8F2",token:"meta.scope.for-loop.shell punctuation.definition.string.end"},{foreground:"#F8F8F2",token:"meta.scope.for-loop.shell string"},{foreground:"#F8F8F2",token:"storage.modifier.import"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.begin.tsx"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.end.tsx"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.begin.jsx"},{foreground:"#F8F8F2",token:"punctuation.section.embedded.end.jsx"},{foreground:"#F8F8F2",token:"punctuation.separator.list.comma.css"},{foreground:"#F8F8F2",token:"constant.language.empty-list.haskell"},{foreground:"#8BE0FD",token:"source.shell variable.other"},{foreground:"#8BE0FD",fontStyle:"normal",token:"support.constant"},{foreground:"#E6DB74",token:"meta.scope.prerequisites.makefile"},{foreground:"#E6DB74",token:"meta.attribute-selector.scss"},{foreground:"#F8F8F2",token:"punctuation.definition.attribute-selector.end.bracket.square.scss"},{foreground:"#F8F8F2",token:"punctuation.definition.attribute-selector.begin.bracket.square.scss"},{foreground:"#5C98CD",token:"meta.preprocessor.haskell"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#f8f8f2"}],f4=[],g4={inherit:d4,base:s4,colors:c4,rules:l4,encodedTokensColors:f4},p4=!1,k4="vs-dark",m4={"activityBar.background":"#353535","activityBar.foreground":"#ffffff","activityBarBadge.background":"#3655b5","button.background":"#565656","dropdown.background":"#525252","editor.background":"#1e1e1e","editor.foreground":"#c5c8c6","editor.lineHighlightBackground":"#303030","editor.selectionBackground":"#676b7180","editor.selectionHighlightBackground":"#575b6180","editor.wordHighlightBackground":"#4747a180","editor.wordHighlightStrongBackground":"#6767ce80","editorCursor.foreground":"#c07020","editorGroupHeader.tabsBackground":"#282828","editorIndentGuide.activeBackground":"#707057","editorIndentGuide.background":"#505037","editorLineNumber.activeForeground":"#949494","editorWhitespace.foreground":"#505037",focusBorder:"#3655b5","inputOption.activeBorder":"#3655b5","list.activeSelectionBackground":"#707070","list.highlightForeground":"#e58520","list.hoverBackground":"#444444","list.inactiveSelectionBackground":"#4e4e4e","menu.background":"#272727","menu.foreground":"#cccccc","minimap.selectionHighlight":"#676b7180","panelTitle.activeForeground":"#ffffff","peekView.border":"#3655b5","pickerGroup.foreground":"#b0b0b0","ports.iconRunningProcessForeground":"#cccccc","quickInputList.focusBackground":"#707070","sideBar.background":"#272727","sideBarSectionHeader.background":"#505050","statusBar.background":"#505050","statusBar.debuggingBackground":"#505050","statusBar.noFolderBackground":"#505050","statusBarItem.remoteBackground":"#3655b5","tab.border":"#303030","tab.inactiveBackground":"#404040","tab.inactiveForeground":"#d8d8d8","tab.lastPinnedBorder":"#505050","terminal.ansiBlack":"#1e1e1e","terminal.ansiBlue":"#6a7ec8","terminal.ansiBrightBlack":"#666666","terminal.ansiBrightBlue":"#819aff","terminal.ansiBrightCyan":"#66d9ef","terminal.ansiBrightGreen":"#a6e22e","terminal.ansiBrightMagenta":"#ae81ff","terminal.ansiBrightRed":"#f92672","terminal.ansiBrightWhite":"#f8f8f2","terminal.ansiBrightYellow":"#e2e22e","terminal.ansiCyan":"#56adbc","terminal.ansiGreen":"#86b42b","terminal.ansiMagenta":"#8c6bc8","terminal.ansiRed":"#c4265e","terminal.ansiWhite":"#e3e3dd","terminal.ansiYellow":"#b3b42b","titleBar.activeBackground":"#505050"},y4=[{foreground:"#C5C8C6",token:"meta.embedded"},{foreground:"#C5C8C6",token:"source.groovy.embedded"},{foreground:"#9A9B99",fontStyle:"",token:"comment"},{foreground:"#9AA83A",fontStyle:"",token:"string"},{foreground:"#D08442",fontStyle:"",token:"string source"},{foreground:"#6089B4",fontStyle:"",token:"constant.numeric"},{foreground:"#408080",fontStyle:"",token:"constant.language"},{foreground:"#8080FF",fontStyle:"",token:"constant.character"},{foreground:"#8080FF",fontStyle:"",token:" constant.other"},{foreground:"#6089B4",fontStyle:"",token:"keyword"},{foreground:"#C7444A",fontStyle:"",token:"support"},{foreground:"#9872A2",fontStyle:"",token:"storage"},{foreground:"#9B0000",fontStyle:"",token:"entity.name.class"},{foreground:"#9B0000",fontStyle:"",token:" entity.name.type"},{foreground:"#9B0000",fontStyle:"",token:" entity.name.namespace"},{foreground:"#9B0000",fontStyle:"",token:" entity.name.scope-resolution"},{foreground:"#C7444A",fontStyle:"",token:"entity.other.inherited-class"},{foreground:"#CE6700",fontStyle:"",token:"entity.name.function"},{foreground:"#6089B4",fontStyle:"",token:"variable.parameter"},{foreground:"#9872A2",fontStyle:"",token:"entity.name.tag"},{foreground:"#9872A2",fontStyle:"",token:"entity.other.attribute-name"},{foreground:"#9872A2",fontStyle:"",token:"support.function"},{foreground:"#676867",fontStyle:"",token:"keyword"},{foreground:"#6089B4",fontStyle:"",token:"variable.other"},{foreground:"#6089B4",fontStyle:"",token:" variable.js"},{foreground:"#6089B4",fontStyle:"",token:" punctuation.separator.variable"},{foreground:"#008200",fontStyle:"",token:"punctuation.section.embedded -(source string source punctuation.section.embedded)"},{foreground:"#008200",fontStyle:"",token:" meta.brace.erb.html"},{foreground:"#FF0B00",fontStyle:"",token:"invalid"},{foreground:"#6089B4",fontStyle:"",token:"variable.other.php"},{foreground:"#6089B4",fontStyle:"",token:" variable.other.normal"},{foreground:"#9872A2",fontStyle:"",token:"meta.function-call.object"},{foreground:"#9872A2",fontStyle:"",token:"variable.other.property"},{foreground:"#9872A2",fontStyle:"",token:"keyword.control"},{foreground:"#9872A2",fontStyle:"",token:"keyword.operator.new.cpp"},{foreground:"#9872A2",fontStyle:"",token:"keyword.operator.delete.cpp"},{foreground:"#9872A2",fontStyle:"",token:"keyword.other.using"},{foreground:"#9872A2",fontStyle:"",token:"keyword.other.operator"},{foreground:"#D0B344",fontStyle:"",token:"meta.tag"},{foreground:"#6089B4",fontStyle:"",token:"entity.name.tag"},{foreground:"#9AA83A",fontStyle:"",token:"meta.doctype"},{foreground:"#9AA83A",fontStyle:"",token:" meta.tag.sgml-declaration.doctype"},{foreground:"#9AA83A",fontStyle:"",token:" meta.tag.sgml.doctype"},{foreground:"#9AA83A",fontStyle:"",token:"meta.tag.inline source"},{foreground:"#9AA83A",fontStyle:"",token:" text.html.php.source"},{foreground:"#9872A2",fontStyle:"",token:"meta.tag.other"},{foreground:"#9872A2",fontStyle:"",token:" entity.name.tag.style"},{foreground:"#9872A2",fontStyle:"",token:" entity.name.tag.script"},{foreground:"#9872A2",fontStyle:"",token:" meta.tag.block.script"},{foreground:"#9872A2",fontStyle:"",token:" source.js.embedded punctuation.definition.tag.html"},{foreground:"#9872A2",fontStyle:"",token:" source.css.embedded punctuation.definition.tag.html"},{foreground:"#D0B344",fontStyle:"",token:"entity.other.attribute-name"},{foreground:"#D0B344",fontStyle:"",token:" meta.tag punctuation.definition.string"},{foreground:"#6089B4",fontStyle:"",token:"meta.tag string -source -punctuation"},{foreground:"#6089B4",fontStyle:"",token:" text source text meta.tag string -punctuation"},{foreground:"#D0B344",fontStyle:"",token:"punctuation.section.embedded -(source string source punctuation.section.embedded)"},{foreground:"#D0B344",fontStyle:"",token:" meta.brace.erb.html"},{foreground:"#9AA83A",token:"meta.toc-list.id"},{foreground:"#9AA83A",fontStyle:"",token:"string.quoted.double.html"},{foreground:"#9AA83A",fontStyle:"",token:" punctuation.definition.string.begin.html"},{foreground:"#9AA83A",fontStyle:"",token:" punctuation.definition.string.end.html"},{foreground:"#6089B4",fontStyle:"",token:"punctuation.definition.tag.html"},{foreground:"#6089B4",fontStyle:"",token:" punctuation.definition.tag.begin"},{foreground:"#6089B4",fontStyle:"",token:" punctuation.definition.tag.end"},{foreground:"#9872A2",fontStyle:"",token:"meta.selector.css entity.other.attribute-name.id"},{foreground:"#676867",fontStyle:"",token:"support.type.property-name.css"},{foreground:"#C7444A",fontStyle:"",token:"meta.property-group support.constant.property-value.css"},{foreground:"#C7444A",fontStyle:"",token:" meta.property-value support.constant.property-value.css"},{foreground:"#CC555A",token:"variable.language.js"},{foreground:"#D08442",token:"punctuation.definition.template-expression"},{foreground:"#D08442",token:"punctuation.section.embedded.coffee"},{foreground:"#C5C8C6",token:"meta.template.expression"},{foreground:"#D0B344",fontStyle:"",token:"meta.function-call.object.php"},{foreground:"#9AA83A",token:"punctuation.definition.string.end.php"},{foreground:"#9AA83A",token:" punctuation.definition.string.begin.php"},{foreground:"#676867",token:"source.php.embedded.line.html"},{foreground:"#D08442",fontStyle:"",token:"punctuation.section.embedded.begin.php"},{foreground:"#D08442",fontStyle:"",token:" punctuation.section.embedded.end.php"},{foreground:"#9AA83A",fontStyle:"",token:"constant.other.symbol.ruby"},{foreground:"#D0B344",fontStyle:"",token:"variable.language.ruby"},{foreground:"#D9B700",fontStyle:"",token:"keyword.other.special-method.ruby"},{foreground:"#D08442",token:"punctuation.section.embedded.begin.ruby"},{foreground:"#D08442",token:"punctuation.section.embedded.end.ruby"},{foreground:"#D0B344",fontStyle:"",token:"keyword.other.DML.sql"},{foreground:"#E0EDDD",fontStyle:"italic",token:"meta.diff"},{foreground:"#E0EDDD",fontStyle:"italic",token:" meta.diff.header"},{foreground:"#DC322F",fontStyle:"",token:"markup.deleted"},{foreground:"#CB4B16",fontStyle:"",token:"markup.changed"},{foreground:"#219186",token:"markup.inserted"},{foreground:"#9872A2",token:"markup.quote"},{foreground:"#9AA83A",token:"markup.list"},{foreground:"#6089B4",token:"markup.bold"},{foreground:"#6089B4",token:" markup.italic"},{foreground:"#FF0080",fontStyle:"",token:"markup.inline.raw"},{foreground:"#D0B344",token:"markup.heading"},{foreground:"#D0B344",fontStyle:"",token:"markup.heading.setext"},{fontStyle:"bold",token:"markup.heading.markdown"},{fontStyle:"italic",token:"markup.quote.markdown"},{fontStyle:"bold",token:"markup.bold.markdown"},{foreground:"#AE81FF",token:"string.other.link.title.markdown"},{foreground:"#AE81FF",token:"string.other.link.description.markdown"},{token:"markup.underline.link.markdown"},{token:"markup.underline.link.image.markdown"},{fontStyle:"italic",token:"markup.italic.markdown"},{token:"markup.list.unnumbered.markdown"},{token:" markup.list.numbered.markdown"},{token:"punctuation.definition.list.begin.markdown"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{foreground:"#C7444A",token:"variable.language"},{token:"",foreground:"#c5c8c6"}],b4=[],h4={inherit:p4,base:k4,colors:m4,rules:y4,encodedTokensColors:b4},v4=!1,F4="vs-dark",B4={"activityBar.background":"#19181a","activityBar.border":"#19181a","activityBar.foreground":"#c1c0c0","activityBar.inactiveForeground":"#5b595c","activityBarBadge.background":"#ffd866","activityBarBadge.foreground":"#2d2a2e","badge.background":"#ffd866","badge.foreground":"#2d2a2e","breadcrumb.activeSelectionForeground":"#fcfcfa","breadcrumb.focusForeground":"#c1c0c0","breadcrumb.foreground":"#939293","button.background":"#403e41","button.foreground":"#939293","button.hoverBackground":"#2d2a2e","charts.blue":"#78dce8","charts.foreground":"#fcfcfa","charts.green":"#a9dc76","charts.lines":"#727072","charts.orange":"#fc9867","charts.purple":"#ab9df2","charts.red":"#ff6188","charts.yellow":"#ffd866","debugExceptionWidget.background":"#403e41","debugExceptionWidget.border":"#2d2a2e","debugIcon.breakpointCurrentStackframeForeground":"#ffd866","debugIcon.breakpointDisabledForeground":"#c1c0c0","debugIcon.breakpointForeground":"#ff6188","debugIcon.breakpointStackframeForeground":"#fcfcfa","debugIcon.breakpointUnverifiedForeground":"#fc9867","debugIcon.continueForeground":"#fcfcfa","debugIcon.disconnectForeground":"#fcfcfa","debugIcon.pauseForeground":"#fcfcfa","debugIcon.restartForeground":"#a9dc76","debugIcon.startForeground":"#a9dc76","debugIcon.stepBackForeground":"#fcfcfa","debugIcon.stepIntoForeground":"#fcfcfa","debugIcon.stepOutForeground":"#fcfcfa","debugIcon.stepOverForeground":"#fcfcfa","debugIcon.stopForeground":"#ff6188","debugToolBar.background":"#403e41",descriptionForeground:"#939293","diffEditor.insertedTextBackground":"#a9dc7619","diffEditor.removedTextBackground":"#ff618819","dropdown.background":"#2d2a2e","dropdown.border":"#2d2a2e","dropdown.foreground":"#939293","dropdown.listBackground":"#403e41","editor.background":"#2d2a2e","editor.findMatchBackground":"#fcfcfa26","editor.findMatchBorder":"#ffd866","editor.findMatchHighlightBackground":"#fcfcfa26","editor.findMatchHighlightBorder":"#00000000","editor.findRangeHighlightBackground":"#fcfcfa0c","editor.findRangeHighlightBorder":"#00000000","editor.foreground":"#fcfcfa","editor.hoverHighlightBackground":"#fcfcfa0c","editor.inactiveSelectionBackground":"#fcfcfa0c","editor.lineHighlightBackground":"#fcfcfa0c","editor.lineHighlightBorder":"#00000000","editor.rangeHighlightBackground":"#403e41","editor.rangeHighlightBorder":"#403e41","editor.selectionBackground":"#c1c0c026","editor.selectionHighlightBackground":"#fcfcfa26","editor.selectionHighlightBorder":"#00000000","editor.wordHighlightBackground":"#fcfcfa26","editor.wordHighlightBorder":"#00000000","editor.wordHighlightStrongBackground":"#fcfcfa26","editor.wordHighlightStrongBorder":"#00000000","editorBracketMatch.background":"#2d2a2e","editorBracketMatch.border":"#727072","editorCodeLens.foreground":"#727072","editorCursor.background":"#2d2a2e","editorCursor.foreground":"#fcfcfa","editorError.background":"#00000000","editorError.border":"#00000000","editorError.foreground":"#ff6188","editorGroup.border":"#221f22","editorGroup.dropBackground":"#221f22bf","editorGroup.emptyBackground":"#19181a","editorGroup.focusedEmptyBorder":"#221f22","editorGroupHeader.noTabsBackground":"#2d2a2e","editorGroupHeader.tabsBackground":"#2d2a2e","editorGroupHeader.tabsBorder":"#2d2a2e","editorGutter.addedBackground":"#a9dc76","editorGutter.background":"#2d2a2e","editorGutter.deletedBackground":"#ff6188","editorGutter.modifiedBackground":"#fc9867","editorHint.border":"#2d2a2e","editorHint.foreground":"#ab9df2","editorHoverWidget.background":"#403e41","editorHoverWidget.border":"#2d2a2e","editorIndentGuide.background":"#403e41","editorInfo.background":"#00000000","editorInfo.border":"#2d2a2e","editorInfo.foreground":"#78dce8","editorLightBulb.foreground":"#ffd866","editorLightBulbAutoFix.foreground":"#a9dc76","editorLineNumber.activeForeground":"#c1c0c0","editorLineNumber.foreground":"#5b595c","editorLink.activeForeground":"#78dce8","editorMarkerNavigation.background":"#403e41","editorMarkerNavigationError.background":"#ff6188","editorMarkerNavigationInfo.background":"#78dce8","editorMarkerNavigationWarning.background":"#fc9867","editorOverviewRuler.addedForeground":"#a9dc76","editorOverviewRuler.border":"#2d2a2e","editorOverviewRuler.currentContentForeground":"#403e41","editorOverviewRuler.deletedForeground":"#ff6188","editorOverviewRuler.errorForeground":"#ff6188","editorOverviewRuler.findMatchForeground":"#fcfcfa26","editorOverviewRuler.incomingContentForeground":"#403e41","editorOverviewRuler.infoForeground":"#78dce8","editorOverviewRuler.modifiedForeground":"#fc9867","editorOverviewRuler.rangeHighlightForeground":"#fcfcfa26","editorOverviewRuler.selectionHighlightForeground":"#fcfcfa26","editorOverviewRuler.warningForeground":"#fc9867","editorOverviewRuler.wordHighlightForeground":"#fcfcfa26","editorOverviewRuler.wordHighlightStrongForeground":"#fcfcfa26","editorPane.background":"#2d2a2e","editorRuler.foreground":"#5b595c","editorSuggestWidget.background":"#403e41","editorSuggestWidget.border":"#403e41","editorSuggestWidget.foreground":"#c1c0c0","editorSuggestWidget.highlightForeground":"#fcfcfa","editorSuggestWidget.selectedBackground":"#727072","editorWarning.background":"#00000000","editorWarning.border":"#00000000","editorWarning.foreground":"#fc9867","editorWhitespace.foreground":"#5b595c","editorWidget.background":"#403e41","editorWidget.border":"#403e41",errorForeground:"#ff6188","extensionButton.prominentBackground":"#403e41","extensionButton.prominentForeground":"#fcfcfa","extensionButton.prominentHoverBackground":"#5b595c",focusBorder:"#727072",foreground:"#fcfcfa","gitDecoration.addedResourceForeground":"#a9dc76","gitDecoration.conflictingResourceForeground":"#fc9867","gitDecoration.deletedResourceForeground":"#ff6188","gitDecoration.ignoredResourceForeground":"#5b595c","gitDecoration.modifiedResourceForeground":"#ffd866","gitDecoration.stageDeletedResourceForeground":"#ff6188","gitDecoration.stageModifiedResourceForeground":"#ffd866","gitDecoration.untrackedResourceForeground":"#fc9867","input.background":"#403e41","input.border":"#403e41","input.foreground":"#fcfcfa","input.placeholderForeground":"#727072","inputOption.activeBackground":"#5b595c","inputOption.activeBorder":"#5b595c","inputValidation.errorBackground":"#403e41","inputValidation.errorBorder":"#ff6188","inputValidation.errorForeground":"#ff6188","inputValidation.infoBackground":"#403e41","inputValidation.infoBorder":"#78dce8","inputValidation.infoForeground":"#78dce8","inputValidation.warningBackground":"#403e41","inputValidation.warningBorder":"#fc9867","inputValidation.warningForeground":"#fc9867","list.activeSelectionBackground":"#fcfcfa0c","list.activeSelectionForeground":"#ffd866","list.dropBackground":"#221f22bf","list.errorForeground":"#ff6188","list.focusBackground":"#2d2a2e","list.focusForeground":"#fcfcfa","list.highlightForeground":"#fcfcfa","list.hoverBackground":"#fcfcfa0c","list.hoverForeground":"#fcfcfa","list.inactiveFocusBackground":"#2d2a2e","list.inactiveSelectionBackground":"#c1c0c00c","list.inactiveSelectionForeground":"#ffd866","list.invalidItemForeground":"#ff6188","list.warningForeground":"#fc9867","listFilterWidget.background":"#2d2a2e","listFilterWidget.noMatchesOutline":"#ff6188","listFilterWidget.outline":"#2d2a2e","merge.border":"#2d2a2e","merge.commonContentBackground":"#fcfcfa19","merge.commonHeaderBackground":"#fcfcfa26","merge.currentContentBackground":"#ff618819","merge.currentHeaderBackground":"#ff618826","merge.incomingContentBackground":"#a9dc7619","merge.incomingHeaderBackground":"#a9dc7626","minimap.errorHighlight":"#ff6188","minimap.warningHighlight":"#fc9867","minimapGutter.addedBackground":"#a9dc76","minimapGutter.deletedBackground":"#ff6188","minimapGutter.modifiedBackground":"#ffd866","notificationCenter.border":"#403e41","notificationCenterHeader.background":"#403e41","notificationCenterHeader.foreground":"#939293","notificationLink.foreground":"#ffd866","notificationToast.border":"#403e41","notifications.background":"#403e41","notifications.border":"#403e41","notifications.foreground":"#c1c0c0","notificationsErrorIcon.foreground":"#ff6188","notificationsInfoIcon.foreground":"#78dce8","notificationsWarningIcon.foreground":"#fc9867","panel.background":"#403e41","panel.border":"#2d2a2e","panelTitle.activeBorder":"#ffd866","panelTitle.activeForeground":"#ffd866","panelTitle.inactiveForeground":"#939293","peekView.border":"#2d2a2e","peekViewEditor.background":"#403e41","peekViewEditor.matchHighlightBackground":"#5b595c","peekViewEditorGutter.background":"#403e41","peekViewResult.background":"#403e41","peekViewResult.fileForeground":"#939293","peekViewResult.lineForeground":"#939293","peekViewResult.matchHighlightBackground":"#5b595c","peekViewResult.selectionBackground":"#403e41","peekViewResult.selectionForeground":"#fcfcfa","peekViewTitle.background":"#403e41","peekViewTitleDescription.foreground":"#939293","peekViewTitleLabel.foreground":"#fcfcfa","pickerGroup.border":"#2d2a2e","pickerGroup.foreground":"#5b595c","problemsErrorIcon.foreground":"#ff6188","problemsInfoIcon.foreground":"#78dce8","problemsWarningIcon.foreground":"#fc9867","progressBar.background":"#403e41","sash.hoverBorder":"#727072","scrollbar.shadow":"#2d2a2e","scrollbarSlider.activeBackground":"#fcfcfa12","scrollbarSlider.background":"#fcfcfa12","scrollbarSlider.hoverBackground":"#fcfcfa12","selection.background":"#c1c0c026","settings.checkboxBackground":"#403e41","settings.checkboxBorder":"#403e41","settings.checkboxForeground":"#fcfcfa","settings.dropdownBackground":"#403e41","settings.dropdownBorder":"#403e41","settings.dropdownForeground":"#fcfcfa","settings.dropdownListBorder":"#939293","settings.headerForeground":"#ffd866","settings.modifiedItemIndicator":"#ffd866","settings.numberInputBackground":"#403e41","settings.numberInputBorder":"#403e41","settings.numberInputForeground":"#fcfcfa","settings.textInputBackground":"#403e41","settings.textInputBorder":"#403e41","settings.textInputForeground":"#fcfcfa","sideBar.background":"#221f22","sideBar.border":"#19181a","sideBar.dropBackground":"#221f22bf","sideBar.foreground":"#939293","sideBarSectionHeader.background":"#221f22","sideBarSectionHeader.foreground":"#727072","sideBarTitle.foreground":"#5b595c","statusBar.background":"#221f22","statusBar.border":"#19181a","statusBar.debuggingBackground":"#727072","statusBar.debuggingBorder":"#221f22","statusBar.debuggingForeground":"#fcfcfa","statusBar.foreground":"#727072","statusBar.noFolderBackground":"#221f22","statusBar.noFolderBorder":"#19181a","statusBar.noFolderForeground":"#727072","statusBarItem.activeBackground":"#2d2a2e","statusBarItem.errorBackground":"#2d2a2e","statusBarItem.errorForeground":"#ff6188","statusBarItem.hoverBackground":"#fcfcfa0c","statusBarItem.prominentBackground":"#403e41","statusBarItem.prominentHoverBackground":"#403e41","statusBarItem.remoteBackground":"#221f22","statusBarItem.remoteForeground":"#a9dc76","symbolIcon.arrayForeground":"#ff6188","symbolIcon.booleanForeground":"#ff6188","symbolIcon.classForeground":"#78dce8","symbolIcon.colorForeground":"#ab9df2","symbolIcon.constantForeground":"#ab9df2","symbolIcon.constructorForeground":"#a9dc76","symbolIcon.enumeratorForeground":"#fc9867","symbolIcon.enumeratorMemberForeground":"#fc9867","symbolIcon.eventForeground":"#fc9867","symbolIcon.fieldForeground":"#fc9867","symbolIcon.fileForeground":"#c1c0c0","symbolIcon.folderForeground":"#c1c0c0","symbolIcon.functionForeground":"#a9dc76","symbolIcon.interfaceForeground":"#78dce8","symbolIcon.keyForeground":"#fc9867","symbolIcon.keywordForeground":"#ff6188","symbolIcon.methodForeground":"#a9dc76","symbolIcon.moduleForeground":"#78dce8","symbolIcon.namespaceForeground":"#78dce8","symbolIcon.nullForeground":"#ab9df2","symbolIcon.numberForeground":"#ab9df2","symbolIcon.objectForeground":"#78dce8","symbolIcon.operatorForeground":"#ff6188","symbolIcon.packageForeground":"#ab9df2","symbolIcon.propertyForeground":"#fc9867","symbolIcon.referenceForeground":"#ab9df2","symbolIcon.snippetForeground":"#a9dc76","symbolIcon.stringForeground":"#ffd866","symbolIcon.structForeground":"#ff6188","symbolIcon.textForeground":"#ffd866","symbolIcon.typeParameterForeground":"#fc9867","symbolIcon.unitForeground":"#ab9df2","symbolIcon.variableForeground":"#78dce8","tab.activeBackground":"#2d2a2e","tab.activeBorder":"#ffd866","tab.activeForeground":"#ffd866","tab.activeModifiedBorder":"#5b595c","tab.border":"#2d2a2e","tab.hoverBackground":"#2d2a2e","tab.hoverBorder":"#5b595c","tab.inactiveBackground":"#2d2a2e","tab.inactiveForeground":"#939293","tab.inactiveModifiedBorder":"#5b595c","tab.lastPinnedBorder":"#5b595c","tab.unfocusedActiveBorder":"#939293","tab.unfocusedActiveForeground":"#c1c0c0","tab.unfocusedActiveModifiedBorder":"#403e41","tab.unfocusedHoverBackground":"#2d2a2e","tab.unfocusedHoverBorder":"#2d2a2e","tab.unfocusedInactiveForeground":"#939293","tab.unfocusedInactiveModifiedBorder":"#403e41","terminal.ansiBlack":"#403e41","terminal.ansiBlue":"#fc9867","terminal.ansiBrightBlack":"#727072","terminal.ansiBrightBlue":"#fc9867","terminal.ansiBrightCyan":"#78dce8","terminal.ansiBrightGreen":"#a9dc76","terminal.ansiBrightMagenta":"#ab9df2","terminal.ansiBrightRed":"#ff6188","terminal.ansiBrightWhite":"#fcfcfa","terminal.ansiBrightYellow":"#ffd866","terminal.ansiCyan":"#78dce8","terminal.ansiGreen":"#a9dc76","terminal.ansiMagenta":"#ab9df2","terminal.ansiRed":"#ff6188","terminal.ansiWhite":"#fcfcfa","terminal.ansiYellow":"#ffd866","terminal.background":"#403e41","terminal.foreground":"#fcfcfa","terminal.selectionBackground":"#fcfcfa26","terminalCursor.background":"#00000000","terminalCursor.foreground":"#fcfcfa","textBlockQuote.background":"#403e41","textBlockQuote.border":"#403e41","textCodeBlock.background":"#403e41","textLink.activeForeground":"#fcfcfa","textLink.foreground":"#ffd866","textPreformat.foreground":"#fcfcfa","textSeparator.foreground":"#727072","titleBar.activeBackground":"#221f22","titleBar.activeForeground":"#939293","titleBar.border":"#19181a","titleBar.inactiveBackground":"#221f22","titleBar.inactiveForeground":"#5b595c","walkThrough.embeddedEditorBackground":"#221f22","welcomePage.buttonBackground":"#403e41","welcomePage.buttonHoverBackground":"#5b595c","widget.shadow":"#19181a"},C4=[{foreground:"#727072",fontStyle:"italic",token:"comment"},{foreground:"#727072",fontStyle:"italic",token:"comment keyword"},{foreground:"#727072",fontStyle:"italic",token:"comment markup.underline.link"},{foreground:"#727072",fontStyle:"italic",token:"comment string"},{foreground:"#727072",fontStyle:"italic",token:"comment punctuation.definition"},{foreground:"#727072",fontStyle:"italic",token:"comment punctuation"},{foreground:"#727072",fontStyle:"italic",token:"comment text"},{foreground:"#727072",token:"comment storage.type"},{foreground:"#C1C0C0",token:"comment entity.name.type"},{foreground:"#C1C0C0",token:"comment variable"},{foreground:"#C1C0C0",token:"comment variable.other"},{foreground:"#AB9DF2",token:"comment keyword.codetag.notation"},{foreground:"#FF6188",token:"comment.git-status.header.remote"},{foreground:"#78DCE8",token:"comment.git-status.header.local"},{foreground:"#FCFCFA",token:"comment.other.git-status.head"},{foreground:"#AB9DF2",token:"constant"},{foreground:"#FCFCFA",token:"constant.other"},{foreground:"#AB9DF2",token:"constant.other.php"},{foreground:"#AB9DF2",token:"constant.other.property"},{foreground:"#AB9DF2",token:"constant.other.citation.latex"},{foreground:"#AB9DF2",token:"constant.other.color"},{foreground:"#AB9DF2",token:"constant.other.character-class.escape"},{foreground:"#AB9DF2",token:"constant.other.key"},{foreground:"#FC9867",token:"constant.other.symbol"},{foreground:"#78DCE8",token:"constant.other.elm"},{foreground:"#AB9DF2",token:"constant.numeric"},{foreground:"#AB9DF2",token:"constant.language"},{foreground:"#AB9DF2",token:"constant.character.escape"},{foreground:"#5B595C",token:"constant.numeric.line-number.find-in-files"},{foreground:"#FFD866",token:"constant.numeric.line-number.match.find-in-files"},{foreground:"#FFD866",token:"entity.name.section"},{foreground:"#A9DC76",token:"entity.name.function"},{foreground:"#A9DC76",token:"entity.name.function.templated"},{foreground:"#FCFCFA",token:"entity.name.function.member.static"},{foreground:"#78DCE8",token:"entity.name.type.class.templated"},{foreground:"#78DCE8",token:"entity.name.type.class.generic"},{foreground:"#78DCE8",token:"entity.name.type.namespace"},{foreground:"#AB9DF2",token:"entity.name.label"},{foreground:"#78DCE8",token:"entity.name.function.preprocessor"},{foreground:"#A9DC76",token:"entity.name"},{foreground:"#78DCE8",token:"entity.name.class"},{foreground:"#AB9DF2",token:"entity.name.constant"},{foreground:"#FCFCFA",token:"entity.name.namespace"},{foreground:"#78DCE8",fontStyle:"italic",token:"entity.other.inherited-class"},{foreground:"#A9DC76",token:"entity.name.function"},{foreground:"#FF6188",token:"entity.name.tag"},{foreground:"#FF6188",token:"entity.name.tag.js.jsx support.class.component.js.jsx"},{foreground:"#FF6188",token:"entity.name.tag support.class.component"},{foreground:"#FF6188",token:"source.vue support.class.component"},{foreground:"#FF6188",token:"entity.name.function.operator"},{foreground:"#78DCE8",token:"entity.name.type"},{foreground:"#78DCE8",token:"entity.name.type.class.reference"},{foreground:"#78DCE8",token:"entity.name.type.class.value"},{foreground:"#78DCE8",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#A9DC76",token:"entity.other.attribute-name.class.css"},{foreground:"#A9DC76",token:"entity.other.attribute-name.parent-selector-suffix.css"},{foreground:"#A9DC76",token:"entity.other.attribute-name.parent-selector-suffix.css punctuation.definition.entity.css"},{foreground:"#A9DC76",token:"entity.other.attribute-name.css"},{foreground:"#A9DC76",token:"entity.other.animation-name.css"},{foreground:"#FC9867",token:"entity.other.attribute-name.id.css"},{foreground:"#78DCE8",fontStyle:"italic",token:"entity.other.attribute-name.pseudo-class.css"},{foreground:"#78DCE8",fontStyle:"italic",token:"entity.other.pseudo-class.css"},{foreground:"#78DCE8",fontStyle:"italic",token:"entity.other.pseudo-element.css"},{foreground:"#A9DC76",token:"entity.name.function"},{foreground:"#A9DC76",token:"support.function"},{foreground:"#AB9DF2",token:"entity.other.git-status.hex"},{foreground:"#939293",token:"entity.other.jinja2.delimiter"},{foreground:"#FCFCFA",token:"entity.name.operator.custom-literal"},{foreground:"#FFD866",token:"entity.name.operator.custom-literal.string"},{foreground:"#AB9DF2",token:"entity.name.operator.custom-literal.number"},{foreground:"#78DCE8",token:"entity.name.type.rust"},{foreground:"#FF6188",token:"entity.name.lifetime.rust"},{fontStyle:"italic",token:"invalid"},{foreground:"#FF6188",token:"keyword"},{foreground:"#FF6188",token:"keyword.control"},{foreground:"#FF6188",token:"keyword.control.directive"},{foreground:"#FF6188",token:"keyword.operator"},{foreground:"#FF6188",token:"keyword.operator.member"},{foreground:"#FF6188",token:"keyword.operator.new"},{foreground:"#939293",token:"keyword.other.substitution"},{foreground:"#FF6188",token:"keyword.other.template.begin"},{foreground:"#FF6188",token:"keyword.other.template.end"},{foreground:"#939293",token:"keyword.operator.heading.restructuredtext"},{foreground:"#939293",token:"keyword.operator.table.row.restructuredtext keyword.operator.table.data.restructuredtext"},{foreground:"#939293",token:"keyword.other.parenthesis.elm"},{foreground:"#78DCE8",token:"keyword.other.fn.rust"},{foreground:"#78DCE8",token:"keyword.other.rust"},{foreground:"#78DCE8",token:"keyword.other.unsafe.rust"},{foreground:"#78DCE8",token:"keyword.other.where.rust"},{foreground:"#FF6188",token:"keyword.control.rust"},{foreground:"#FF6188",token:"keyword.operator.misc.rust"},{foreground:"#FF6188",token:"keyword.declaration.class.ruby"},{foreground:"#FF6188",token:"keyword.declaration.function.ruby"},{fontStyle:"italic",token:"markup.italic"},{fontStyle:"bold",token:"markup.bold"},{foreground:"#FFD866",token:"markup.heading"},{foreground:"#FC9867",token:"markup.raw"},{fontStyle:"underline",token:"markup.underline"},{foreground:"#A9DC76",token:"markup.underline.link"},{foreground:"#A9DC76",token:"markup.inserted"},{foreground:"#A9DC76",token:"markup.inserted punctuation.definition.inserted"},{foreground:"#FF6188",token:"markup.deleted"},{foreground:"#FF6188",token:"markup.deleted punctuation.definition.deleted"},{foreground:"#FFD866",token:"markup.changed"},{foreground:"#FFD866",token:"markup.changed punctuation.definition.changed"},{foreground:"#939293",token:"markup.ignored"},{foreground:"#939293",token:"markup.ignored punctuation.definition.ignored"},{foreground:"#939293",token:"markup.untracked"},{fontStyle:"italic",token:"markup.quote"},{foreground:"#939293",token:"meta.brace.round"},{foreground:"#939293",token:"meta.brace.square"},{foreground:"#939293",token:"meta.brace.curly"},{foreground:"#939293",token:"meta.delimiter.comma.js"},{foreground:"#939293",token:"meta.function-call.without-arguments.js"},{foreground:"#939293",token:"meta.function-call.method.without-arguments.js"},{foreground:"#A9DC76",token:"meta.function-call.generic.python"},{foreground:"#A9DC76",token:"support.function.builtin.python"},{foreground:"#FCFCFA",token:"meta.function-call.python meta.function-call.arguments.python"},{foreground:"#A9DC76",token:"meta.instance.constructor"},{foreground:"#A9DC76",token:"meta.attribute-with-value.class string"},{foreground:"#A9DC76",token:"meta.attribute.class.html string"},{foreground:"#FC9867",token:"meta.attribute-with-value.id string"},{foreground:"#FC9867",token:"meta.attribute.id.html string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FCFCFA",token:"source.json meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FFD866",token:"source.json meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value meta.structure.dictionary meta.structure.dictionary.value string"},{foreground:"#FCFCFA",token:"meta.object.member"},{foreground:"#FC9867",token:"meta.property-list.css variable.other"},{foreground:"#AB9DF2",token:"entity.name.constant.preprocessor"},{foreground:"#AB9DF2",token:"meta.preprocessor"},{foreground:"#FFD866",token:"meta.diff.git-diff.header"},{foreground:"#FCFCFA",token:"meta.type_params.rust"},{foreground:"#C1C0C0",token:"meta.attribute.rust"},{foreground:"#C1C0C0",token:"meta.annotation.rust"},{foreground:"#C1C0C0",token:"variable.language.rust"},{foreground:"#C1C0C0",token:"variable.annotation.rust"},{foreground:"#C1C0C0",token:"meta.annotation.rust string"},{foreground:"#C1C0C0",token:"meta.annotation.rust keyword"},{foreground:"#C1C0C0",token:"meta.annotation.rust keyword.operator"},{foreground:"#C1C0C0",token:"meta.attribute.rust string"},{foreground:"#939293",token:"punctuation"},{foreground:"#939293",token:"punctuation.definition.tag"},{foreground:"#939293",token:"punctuation.definition.tag source"},{foreground:"#939293",token:"punctuation.definition.group.begin.ruby"},{foreground:"#939293",token:"punctuation.definition.group.end.ruby"},{foreground:"#939293",token:"punctuation.definition.group.begin.css"},{foreground:"#939293",token:"punctuation.definition.group.end.css"},{foreground:"#939293",token:"punctuation.definition.string.end.html source.css"},{foreground:"#FCFCFA",token:"punctuation.definition.group"},{foreground:"#727072",token:"punctuation.definition.comment"},{foreground:"#C1C0C0",token:"punctuation.definition.variable"},{foreground:"#C1C0C0",token:"punctuation.definition.keyword.scss"},{foreground:"#C1C0C0",token:"punctuation.definition.entity.css"},{foreground:"#FC9867",token:"punctuation.section.embedded"},{foreground:"#FC9867",token:"punctuation.section.embedded entity.name.tag"},{foreground:"#FC9867",token:"punctuation.section.embedded constant.other"},{foreground:"#FC9867",token:"punctuation.section.embedded source"},{foreground:"#FC9867",token:"punctuation.section.embedded.begin"},{foreground:"#FF6188",token:"punctuation.template-string.element.begin"},{foreground:"#FF6188",token:"punctuation.template-string.element.end"},{foreground:"#FF6188",token:"punctuation.definition.string.template.begin"},{foreground:"#FF6188",token:"punctuation.definition.string.template.end"},{foreground:"#FF6188",token:"string.quoted.template punctuation.definition.string.begin"},{foreground:"#FF6188",token:"string.quoted.template punctuation.definition.string.end"},{foreground:"#FF6188",token:"punctuation.definition.template-expression.begin"},{foreground:"#FF6188",token:"punctuation.definition.template-expression.end"},{background:"#AB9DF2",token:"meta.paragraph.markdown meta.dummy.line-break"},{background:"#AB9DF2",token:"meta.paragraph.markdown meta.hard-line-break.markdown"},{foreground:"#FF6188",background:"#FF618859",token:"region.redish"},{foreground:"#FC9867",background:"#FC986759",token:"region.orangish"},{foreground:"#FFD866",background:"#FFD86659",token:"region.yellowish"},{foreground:"#A9DC76",background:"#A9DC7659",token:"region.greenish"},{foreground:"#78DCE8",background:"#78DCE859",token:"region.bluish"},{foreground:"#AB9DF2",background:"#AB9DF259",token:"region.purplish"},{foreground:"#FF6188",background:"#FF618859",token:"region.pinkish"},{foreground:"#FFFFFF",token:"region.whitish"},{foreground:"#FCFCFA",token:"source"},{foreground:"#939293",token:"source.scss"},{foreground:"#939293",token:"source.sass"},{foreground:"#FC9867",fontStyle:"italic",token:"source.sass variable.other"},{foreground:"#FC9867",fontStyle:"italic",token:"source.sass variable.sass"},{foreground:"#FC9867",fontStyle:"italic",token:"source.scss variable.other"},{foreground:"#FC9867",fontStyle:"italic",token:"source.scss variable.scss"},{foreground:"#FC9867",fontStyle:"italic",token:"source.scss variable.sass"},{foreground:"#FC9867",fontStyle:"italic",token:"source.css variable.other"},{foreground:"#FC9867",fontStyle:"italic",token:"source.css variable.scss"},{foreground:"#FC9867",fontStyle:"italic",token:"source.less variable.other"},{foreground:"#FC9867",fontStyle:"italic",token:"source.less variable.other.less"},{foreground:"#FC9867",fontStyle:"italic",token:"source.less variable.declaration.less"},{foreground:"#AB9DF2",token:"source.git-show.commit.sha"},{foreground:"#939293",token:"source.git-show.author"},{foreground:"#939293",token:"source.git-show.date"},{foreground:"#939293",token:"source.git-diff.command"},{foreground:"#939293",token:"source.git-diff.command meta.diff.git-diff.header.from-file"},{foreground:"#939293",token:"source.git-diff.command meta.diff.git-diff.header.to-file"},{foreground:"#AB9DF2",token:"source.git-show meta.diff.git-diff.header.extended.index.from-sha"},{foreground:"#AB9DF2",token:"source.git-show meta.diff.git-diff.header.extended.index.to-sha"},{foreground:"#FC9867",token:"source.git-show meta.diff.range.unified"},{foreground:"#939293",token:"source.git-show meta.diff.header.from-file"},{foreground:"#939293",token:"source.git-show meta.diff.header.to-file"},{foreground:"#FF6188",token:"storage"},{foreground:"#78DCE8",fontStyle:"italic",token:"storage.type"},{foreground:"#FF6188",fontStyle:"normal",token:"storage.type.extends"},{foreground:"#FF6188",fontStyle:"normal",token:"storage.type.function.arrow"},{foreground:"#FF6188",fontStyle:"italic",token:"storage.modifier"},{foreground:"#FF6188",fontStyle:"italic",token:"storage.type.modifier"},{foreground:"#AB9DF2",token:"storage.class.restructuredtext.ref"},{foreground:"#FF6188",token:"storage.modifier.visibility.rust"},{foreground:"#FF6188",token:"storage.modifier.lifetime.rust"},{foreground:"#78DCE8",token:"storage.modifier.const.rust"},{foreground:"#78DCE8",token:"storage.modifier.dyn.rust"},{foreground:"#78DCE8",token:"storage.modifier.mut.rust"},{foreground:"#78DCE8",token:"storage.modifier.static.rust"},{foreground:"#78DCE8",token:"storage.type.rust"},{foreground:"#78DCE8",token:"storage.type.core.rust"},{foreground:"#78DCE8",token:"storage.class.std.rust"},{foreground:"#FF6188",token:"storage.type.rust"},{foreground:"#FF6188",token:"storage.modifier.const.rust"},{foreground:"#FF6188",token:"storage.modifier.dyn.rust"},{foreground:"#FF6188",token:"storage.modifier.mut.rust"},{foreground:"#FF6188",token:"storage.modifier.static.rust"},{foreground:"#FF6188",token:"keyword.other.rust"},{foreground:"#FF6188",token:"keyword.other.where.rust"},{foreground:"#FFD866",token:"string"},{foreground:"#FCFCFA",token:"string.unquoted.label"},{foreground:"#FCFCFA",token:"string source"},{foreground:"#939293",token:"string source punctuation.section.embedded"},{foreground:"#939293",token:"string punctuation.definition.string source"},{foreground:"#FF6188",token:"string.other.link.title"},{foreground:"#FF6188",token:"string.other.link.description"},{foreground:"#78DCE8",token:"string.other.link.description.title"},{foreground:"#FF6188",token:"string.regexp punctuation.definition.string.begin"},{foreground:"#FF6188",token:"string.regexp punctuation.definition.string.end"},{foreground:"#A9DC76",token:"string.other.ref"},{foreground:"#A9DC76",token:"string.other.restructuredtext.ref"},{foreground:"#C1C0C0",token:"string.other.git-status.help.key"},{foreground:"#FF6188",token:"string.other.git-status.remote"},{foreground:"#78DCE8",token:"support.constant"},{foreground:"#939293",token:"support.constant.handlebars"},{foreground:"#C1C0C0",token:"support.type.vendor-prefix.css"},{foreground:"#A9DC76",token:"support.function"},{foreground:"#939293",token:"support.function.delimiter.elm"},{foreground:"#78DCE8",fontStyle:"italic",token:"support.type"},{foreground:"#78DCE8",fontStyle:"italic",token:"entity.name.type.object.console"},{foreground:"#78DCE8",token:"support.variable"},{foreground:"#FCFCFA",fontStyle:"normal",token:"support.type.property-name"},{foreground:"#78DCE8",token:"support.class"},{foreground:"#AB9DF2",token:"support.constant.core.rust"},{foreground:"#FCFCFA",token:"text"},{foreground:"#FCFCFA",token:"text.find-in-files"},{foreground:"#FCFCFA",token:"variable"},{foreground:"#FCFCFA",token:"variable.other"},{foreground:"#FC9867",fontStyle:"italic",token:"variable.parameter"},{foreground:"#FC9867",fontStyle:"italic",token:"parameters variable.function"},{foreground:"#C1C0C0",fontStyle:"italic",token:"variable.language"},{foreground:"#C1C0C0",fontStyle:"italic",token:"variable.parameter.function.language.special.self.python"},{foreground:"#C1C0C0",fontStyle:"italic",token:"variable.parameter.function.language.special.cls.python"},{foreground:"#AB9DF2",token:"variable.language.arguments"},{foreground:"#78DCE8",token:"variable.other.class"},{foreground:"#AB9DF2",token:"variable.other.constant"},{foreground:"#FCFCFA",token:"variable.other.readwrite"},{foreground:"#FCFCFA",token:"variable.other.member"},{foreground:"#AB9DF2",token:"variable.other.enummember"},{foreground:"#FCFCFA",token:"variable.other.property"},{foreground:"#FCFCFA",token:"variable.other.property.static"},{foreground:"#FCFCFA",token:"variable.other.event"},{foreground:"#A9DC76",token:"variable.function"},{foreground:"#FC9867",token:"variable.other.substitution"},{foreground:"#AB9DF2",token:"source.ruby variable.other.readwrite.instance.ruby"},{foreground:"#AB9DF2",token:"source.ruby variable.other.readwrite.class.ruby"},{foreground:"#A9DC76",token:"source.jinja2 variable.other.jinja2.block"},{foreground:"#FC9867",token:"source.jinja2 variable.other.jinja2"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#fcfcfa"}],D4=[],E4={inherit:v4,base:F4,colors:B4,rules:C4,encodedTokensColors:D4},w4=!1,S4="vs-dark",A4={"activityBar.background":"#1f2330","activityBar.border":"#0f1320","activityBar.foreground":"#f6f0ff","activityBar.inactiveForeground":"#919cb9","activityBarBadge.background":"#e34f8c","badge.background":"#e34f8c","badge.foreground":"#f8f8f2","breadcrumb.activeSelectionForeground":"#fcf6ff","breadcrumb.background":"#27273a","breadcrumb.focusForeground":"#fcf6ff","breadcrumb.foreground":"#919cb9","breadcrumbPicker.background":"#27273a","button.background":"#e34f8c","button.hoverBackground":"#f661b1","debugExceptionWidget.border":"#24e8d8","debugToolBar.background":"#1f2330","debugToolBar.border":"#24e8d8",descriptionForeground:"#919cb9","diffEditor.insertedTextBackground":"#6eeec425","diffEditor.removedTextBackground":"#e34f8c25","dropdown.background":"#1f2330","dropdown.border":"#b2cffb3a","dropdown.foreground":"#d7d6df","dropdown.listBackground":"#27273a","editor.background":"#27273a","editor.findMatchBackground":"#c7adfb90","editor.findMatchBorder":"#c7adfb00","editor.findMatchHighlightBackground":"#c7adfb30","editor.findMatchHighlightBorder":"#c7adfb50","editor.findRangeHighlightBackground":"#2a2a46","editor.foreground":"#fcf6ff","editor.lineHighlightBackground":"#2a2a46","editor.rangeHighlightBackground":"#2a2a46","editor.selectionBackground":"#42557bc0","editor.selectionForeground":"#25313e","editor.selectionHighlightBackground":"#42557b50","editor.selectionHighlightBorder":"#42557b","editor.snippetFinalTabstopHighlightBackground":"#1f2330","editor.snippetFinalTabstopHighlightBorder":"#24e8d890","editor.snippetTabstopHighlightBackground":"#1f2330","editor.snippetTabstopHighlightBorder":"#24e8d890","editor.wordHighlightBackground":"#42557b30","editor.wordHighlightBorder":"#00000000","editor.wordHighlightStrongBackground":"#42557b30","editor.wordHighlightStrongBorder":"#00000000","editorBracketMatch.background":"#2a2a46","editorBracketMatch.border":"#97ee91","editorCursor.foreground":"#97ee91","editorError.foreground":"#f36f98","editorGroup.border":"#0f1320","editorGroup.dropBackground":"#363c4c5f","editorGroup.emptyBackground":"#1f2330","editorGroupHeader.tabsBackground":"#1f2330","editorHint.foreground":"#f2c88c","editorHoverWidget.background":"#27273a","editorHoverWidget.border":"#24e8d8","editorIndentGuide.activeBackground":"#b2cffb3a","editorIndentGuide.background":"#b2cffb1a","editorLineNumber.activeForeground":"#24e8d8","editorLineNumber.foreground":"#919cb9","editorMarkerNavigation.background":"#1f2330","editorOverviewRuler.border":"#b2cffb2a","editorOverviewRuler.selectionHighlightForeground":"#97ee91","editorPane.background":"#1f2330","editorRuler.foreground":"#c7adfb2f","editorSuggestWidget.background":"#27273a","editorSuggestWidget.border":"#24e8d8","editorSuggestWidget.foreground":"#919cb9","editorSuggestWidget.highlightForeground":"#fcf6ff","editorSuggestWidget.selectedBackground":"#35355190","editorWarning.foreground":"#f2c88c","editorWhitespace.foreground":"#b2cffb1a","editorWidget.background":"#1f2330","editorWidget.border":"#24e8d8",errorForeground:"#e34f8c","extensionButton.prominentBackground":"#97ee91","extensionButton.prominentForeground":"#0f1320","extensionButton.prominentHoverBackground":"#affa90",focusBorder:"#b2cffb3a",foreground:"#fcf6ff","gitDecoration.conflictingResourceForeground":"#07adfb","gitDecoration.deletedResourceForeground":"#e34f8c55","gitDecoration.ignoredResourceForeground":"#919cb9af","gitDecoration.modifiedResourceForeground":"#f2c88c","gitDecoration.submoduleResourceForeground":"#c7adfb5f","gitDecoration.untrackedResourceForeground":"#e7adfba0","input.background":"#1f2330","input.border":"#b2cffb1a","input.foreground":"#d7d6df","input.placeholderForeground":"#919cb99c","inputOption.activeBorder":"#363c4c","inputValidation.errorBackground":"#1f2330","inputValidation.errorBorder":"#e34f8c","inputValidation.errorForeground":"#e34f8c","inputValidation.infoBackground":"#1f2330","inputValidation.infoBorder":"#919cb9","inputValidation.infoForeground":"#d7d6df","inputValidation.warningBackground":"#1f2330","inputValidation.warningBorder":"#f2c88c","inputValidation.warningForeground":"#f2c88c","list.activeSelectionBackground":"#899bbf3a","list.dropBackground":"#f6f0ff15","list.errorForeground":"#f36f98","list.focusBackground":"#899bbf30","list.focusForeground":"#f6f0ff","list.highlightForeground":"#f8f8f2","list.hoverBackground":"#919cb915","list.hoverForeground":"#f6f0ffea","list.inactiveSelectionBackground":"#899bbf2c","list.inactiveSelectionForeground":"#fcf6ff","list.warningForeground":"#f2c88c","menu.background":"#27273a","menu.foreground":"#919cb9","menu.selectionBackground":"#899bbf3a","menu.selectionBorder":"#0f13207a","menu.selectionForeground":"#fcf6ff","menu.separatorBackground":"#b2cffb3a","menubar.selectionBackground":"#899bbf3a","menubar.selectionBorder":"#0f13200a","menubar.selectionForeground":"#fcf6ff","notificationCenter.border":"#24e8d8","notificationCenterHeader.background":"#1f2330","notificationToast.border":"#24e8d8","notifications.border":"#24e8d8","panel.background":"#1f2330","panel.border":"#0f1320","panelTitle.activeBorder":"#24e8d8","panelTitle.activeForeground":"#24e8d8","panelTitle.inactiveForeground":"#919cb9","peekView.border":"#24e8d8","peekViewEditor.background":"#27273a","peekViewEditor.matchHighlightBackground":"#363c4c","peekViewResult.background":"#27273a","peekViewResult.matchHighlightBackground":"#363c4c","peekViewResult.selectionBackground":"#35355190","peekViewTitle.background":"#1f2330","pickerGroup.border":"#b2cffb1a","pickerGroup.foreground":"#e752a1","progressBar.background":"#24e8d8","scrollbar.shadow":"#0f1320","scrollbarSlider.activeBackground":"#0f1320c0","scrollbarSlider.background":"#06080e4a","scrollbarSlider.hoverBackground":"#0f132090","selection.background":"#94cbf87a","settings.checkboxBackground":"#1f2330","settings.checkboxBorder":"#97ee9150","settings.checkboxForeground":"#97ee91","settings.dropdownBackground":"#1f2330","settings.dropdownBorder":"#b2cffb1a","settings.dropdownForeground":"#e7adfb","settings.dropdownListBorder":"#b2cffb1a","settings.headerForeground":"#24e8d8","settings.modifiedItemIndicator":"#e34f8c","settings.numberInputBackground":"#1f2330","settings.numberInputBorder":"#b2cffb1a","settings.numberInputForeground":"#f8c275","settings.textInputBackground":"#1f2330","settings.textInputBorder":"#b2cffb1a","settings.textInputForeground":"#50dffe","sideBar.background":"#27273a","sideBar.border":"#0f1320","sideBar.dropBackground":"#363c4c5f","sideBar.foreground":"#919cb9","sideBarSectionHeader.background":"#1f2330","sideBarSectionHeader.border":"#27273a","sideBarSectionHeader.foreground":"#f6f0ff","sideBarTitle.foreground":"#24e8d8","statusBar.background":"#1f2330","statusBar.border":"#0f1320","statusBar.debuggingBackground":"#6eeec4","statusBar.debuggingForeground":"#27273a","statusBar.foreground":"#919cb9","statusBar.noFolderBackground":"#e34fbc","statusBar.noFolderForeground":"#fcf6ff","tab.activeBackground":"#27273a","tab.activeBorder":"#00000000","tab.activeForeground":"#24e8d8","tab.activeModifiedBorder":"#e34f8c","tab.border":"#353551","tab.hoverBorder":"#24e8d8","tab.inactiveBackground":"#1f2330","tab.inactiveForeground":"#919cb9","tab.inactiveModifiedBorder":"#e34f8c90","tab.unfocusedActiveBorder":"#00000000","tab.unfocusedActiveForeground":"#47a9bc","tab.unfocusedActiveModifiedBorder":"#e34f8ca0","tab.unfocusedHoverBorder":"#47a9bc","tab.unfocusedInactiveForeground":"#79839c","tab.unfocusedInactiveModifiedBorder":"#e34f8c70","terminal.ansiBlack":"#353551","terminal.ansiBlue":"#c7adfb","terminal.ansiBrightBlack":"#919cb9","terminal.ansiBrightBlue":"#74d6e9","terminal.ansiBrightCyan":"#8df9f9","terminal.ansiBrightGreen":"#affa90","terminal.ansiBrightMagenta":"#f799c7","terminal.ansiBrightRed":"#f36f98","terminal.ansiBrightWhite":"#d7d6df","terminal.ansiBrightYellow":"#fafaa0","terminal.ansiCyan":"#24e8d8","terminal.ansiGreen":"#97f36d","terminal.ansiMagenta":"#e752a1","terminal.ansiRed":"#e34f8c","terminal.ansiWhite":"#fbd3e1","terminal.ansiYellow":"#f8c275","terminal.background":"#27273a","terminal.foreground":"#f6f0ff","terminal.selectionBackground":"#42557b5a","terminalCursor.background":"#0f1320","terminalCursor.foreground":"#97ee91","textBlockQuote.background":"#919cb91c","textBlockQuote.border":"#e34f8c","textLink.activeForeground":"#74d6e9","textLink.foreground":"#40afee","textPreformat.foreground":"#24e8d8","textSeparator.foreground":"#919cb9","titleBar.activeBackground":"#1f2330","titleBar.activeForeground":"#d7d6df","titleBar.border":"#0f1320","titleBar.inactiveBackground":"#1f2330","titleBar.inactiveForeground":"#919cb9","welcomePage.buttonBackground":"#353551","welcomePage.buttonHoverBackground":"#919cb91c","widget.shadow":"#0f1320"},x4=[{foreground:"#F6F0FF",token:"meta.brace"},{foreground:"#F6F0FF",token:"punctuation.definition.array"},{foreground:"#F6F0FF",token:"punctuation.definition.binding-pattern"},{foreground:"#F6F0FF",token:"punctuation.definition.block"},{foreground:"#F6F0FF",token:"punctuation.definition.dictionary"},{foreground:"#F6F0FF",token:"punctuation.definition.string"},{foreground:"#F6F0FF",token:"punctuation.definition.tag"},{foreground:"#F6F0FF",token:"punctuation.curlybrace"},{foreground:"#F6F0FF",token:"punctuation.fullstop"},{foreground:"#F6F0FF",token:"punctuation.section"},{foreground:"#F6F0FF",token:"punctuation.support"},{foreground:"#F6F0FF",token:"punctuation.terminator"},{foreground:"#F6F0FF",token:"meta.structure.dictionary.json"},{foreground:"#F6F0FF",token:"string.quoted.double.json"},{foreground:"#F6F0FF",token:"constant.other.table-name.sql"},{foreground:"#8DF9F9",token:"support.variable"},{foreground:"#8DF9F9",token:"variable"},{foreground:"#8DF9F9",token:"support.type.property-name"},{foreground:"#8DF9F9",token:"variable.other.object.property"},{foreground:"#8DF9F9",token:"meta.object-literal.key.js"},{foreground:"#8DF9F9",token:"string.other.link.description.markdown"},{foreground:"#97EE91",token:"keyword.var"},{foreground:"#97EE91",token:"keyword.const"},{foreground:"#97EE91",token:"constant"},{foreground:"#97EE91",token:"keyword.struct"},{foreground:"#97EE91",token:"keyword.interface"},{foreground:"#97EE91",token:"keyword.function"},{foreground:"#97EE91",token:"markup.inline.raw"},{foreground:"#97EE91",token:"punctuation.parenthesis.named.begin.regexp"},{foreground:"#97EE91",token:"punctuation.parenthesis.named.end.regexp"},{foreground:"#97EE91",token:"punctuation.parenthesis.non-capturing.begin.regexp"},{foreground:"#97EE91",token:"punctuation.parenthesis.non-capturing.end.regexp"},{foreground:"#97EE91",token:"support.constant"},{foreground:"#97EE91",token:"support.type"},{foreground:"#97EE91",token:"support.class"},{foreground:"#97EE91",token:"markup.inserted"},{foreground:"#97EE91",token:"entity.name.type"},{foreground:"#97EE91",token:"entity.name.class"},{foreground:"#97EE91",token:"entity.other.inherited-class"},{foreground:"#97EE91",token:"entity.other.attribute-name.id.css"},{foreground:"#919CB9",token:"punctuation.terminator"},{foreground:"#919CB9",token:"punctuation.section.function.begin.bracket.round.css"},{foreground:"#919CB9",token:"punctuation.section.function.end.bracket.round.css"},{foreground:"#919CB9",token:"punctuation.section.property-list.begin.bracket.curly.css"},{foreground:"#919CB9",token:"punctuation.section.property-list.end.bracket.curly.css"},{foreground:"#C5B9DF",token:"constant.other.database-name.sql"},{foreground:"#C5B9DF",token:"variable.other.object"},{foreground:"#8059A2",token:"comment"},{foreground:"#50DFFE",token:"string"},{foreground:"#50DFFE",token:"markup.quote"},{foreground:"#50DFFE",token:"markup.bold"},{foreground:"#50DFFE",token:"markup.italic"},{foreground:"#50DFFE",token:"string.quoted.single.js"},{foreground:"#50DFFE",token:"string.quoted.double.js"},{foreground:"#50DFFE",token:"meta.link.inline.markdown"},{foreground:"#50DFFE",token:"meta.image.inline.markdown"},{foreground:"#50DFFE",token:"markup.underline.link"},{foreground:"#50DFFE",token:"entity.name.type.js"},{foreground:"#E7ADFB",token:"string.quoted.docstring"},{foreground:"#E7ADFB",token:"storage.type.function"},{foreground:"#E7ADFB",token:"keyword.type"},{foreground:"#E7ADFB",token:"storage.type"},{foreground:"#E7ADFB",token:"punctuation.accessor"},{foreground:"#E7ADFB",token:"punctuation.separator"},{foreground:"#E7ADFB",token:"meta.brace.square.js"},{foreground:"#E7ADFB",token:"meta.brace.square.ts"},{foreground:"#F36F98",token:"entity.name.class"},{foreground:"#F36F98",token:"entity.name.function"},{foreground:"#F36F98",token:"entity.name.type"},{foreground:"#F36F98",token:"entity.other.attribute-name"},{foreground:"#F36F98",token:"entity.other.inherited-class"},{foreground:"#F36F98",token:"markup.heading.setext"},{foreground:"#F36F98",token:"meta.function-call.generic"},{foreground:"#F36F98",token:"support.function"},{foreground:"#F36F98",token:"support.other.escape.special.regexp"},{foreground:"#F8C275",token:"entity.name.tag"},{foreground:"#F8C275",token:"storage"},{foreground:"#F8C275",token:"support.function.builtin"},{foreground:"#F8C275",token:"variable.language"},{foreground:"#F8C275",token:"constant.numeric"},{foreground:"#F8C275",token:"variable.parameter"},{foreground:"#F8C275",token:"markup.bold"},{foreground:"#F8C275",token:"markup.underline"},{foreground:"#F8C275",token:"markup.italic"},{foreground:"#F8C275",token:"string.quoted.double.css"},{foreground:"#F8C275",token:"punctuation.definition.string.css"},{foreground:"#E752A1",token:"entity.name.section"},{foreground:"#E752A1",token:"keyword"},{foreground:"#E752A1",token:"punctuation.definition.heading"},{foreground:"#E752A1",token:"punctuation.definition.keyword"},{foreground:"#E752A1",token:"keyword.other.DML.sql"},{foreground:"#E752A1",token:"constant.character.escape.markdown"},{foreground:"#E752A1",token:"entity.other.attribute-name.class.css"},{foreground:"#FBD3E1",token:"meta.brace"},{foreground:"#FBD3E1",token:"punctuation.definition.arguments"},{foreground:"#FBD3E1",token:"punctuation.definition.array"},{foreground:"#FBD3E1",token:"punctuation.definition.begin.bracket"},{foreground:"#FBD3E1",token:"punctuation.definition.binding-pattern"},{foreground:"#FBD3E1",token:"punctuation.definition.block"},{foreground:"#FBD3E1",token:"punctuation.definition.bracket"},{foreground:"#FBD3E1",token:"punctuation.definition.dict"},{foreground:"#FBD3E1",token:"punctuation.definition.dictionary"},{foreground:"#FBD3E1",token:"punctuation.definition.end.bracket"},{foreground:"#FBD3E1",token:"punctuation.definition.list"},{foreground:"#FBD3E1",token:"punctuation.definition.parameters"},{foreground:"#FBD3E1",token:"punctuation.definition.string"},{foreground:"#FBD3E1",token:"punctuation.definition.tag"},{foreground:"#FBD3E1",token:"punctuation.other.comma"},{foreground:"#FBD3E1",token:"punctuation.other.period"},{foreground:"#FBD3E1",token:"punctuation.section"},{foreground:"#FBD3E1",token:"punctuation.support"},{foreground:"#FBD3E1",token:"punctuation.terminator"},{foreground:"#E34F8C",token:"punctuation.definition.template-expression"},{foreground:"#E34F8C",token:"punctuation.section.embedded"},{foreground:"#E34F8C",token:"storage"},{foreground:"#E34F8C",token:"markup.deleted"},{foreground:"#E34F8C",token:"markup.heading"},{foreground:"#E34F8C",token:"entity.name.section.markdown"},{foreground:"#E34F8C",token:"token.error-token"},{foreground:"#FAFAA0",token:"markup.changed"},{foreground:"#FAFAA0",token:"entity.name.filename.find-in-files"},{foreground:"#FAFAA0",token:"markup.quote"},{foreground:"#FAFAA0",token:"keyword.other.unit.px.css"},{foreground:"#FAFAA0",token:"keyword.other.unit.fr.css"},{foreground:"#FAFAA0",token:"keyword.other.unit.s.css"},{foreground:"#FAFAA0",token:"keyword.other.unit.percentage.css"},{foreground:"#C7ADFB",token:"markup.fenced_code.block.markdown"},{foreground:"#C7ADFB",token:"keyword.type"},{foreground:"#C7ADFB",token:"keyword.other.alias.sql"},{foreground:"#C7ADFB",token:"meta.functiona.variable.css"},{foreground:"#C7ADFB",token:"variable.argument.css"},{foreground:"#C7ADFB",token:"constant.numeric.line-number.find-in-files - match"},{foreground:"#FCF6FF",token:"variable"},{foreground:"#FCF6FF",token:"text.html.markdown"},{foreground:"#FCF6FF",token:"support.constant.property-value.css"},{foreground:"#F39B35",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#F39B35",token:"constant.language.null"},{foreground:"#F39B35",token:"constant.language.boolean.true"},{foreground:"#F39B35",token:"constant.language.boolean.false"},{foreground:"#F39B35",token:"entity.other.attribute-name.pseudo-element.css"},{foreground:"#99DDFF",token:"meta.link.inline.markdown"},{foreground:"#99DDFF",token:"meta.image.inline.markdown"},{foreground:"#99DDFF",token:"markup.underline.link"},{fontStyle:"bold",token:"markup.bold.markdown"},{fontStyle:"bold",token:"punctuation.definition.bold.markdown"},{fontStyle:"underline",token:"entity.other.inherited-class"},{fontStyle:"underline",token:"entity.name.type"},{fontStyle:"underline",token:"entity.name.class"},{fontStyle:"underline",token:"entity.other.inherited-class"},{fontStyle:"italic",token:"comment"},{fontStyle:"italic",token:"entity.other.attribute-name.pseudo-element.css"},{fontStyle:"italic",token:"entity.other.inherited-class"},{fontStyle:"italic",token:"markup.italic.markdown"},{fontStyle:"italic",token:"markup.quote"},{fontStyle:"italic",token:"meta.function.variable.css"},{fontStyle:"italic",token:"punctuation.definition.italic.markdown"},{fontStyle:"italic",token:"punctuation.definition.string.css"},{fontStyle:"italic",token:"storage.type.function"},{fontStyle:"italic",token:"string.quoted.double.css"},{fontStyle:"italic",token:"variable.argument.css"},{fontStyle:"italic",token:"entity.name.tag.custom"},{fontStyle:"italic",token:"entity.name.type.ts"},{fontStyle:"italic",token:"italic"},{fontStyle:"italic",token:"keyword.operator.type.annotation"},{fontStyle:"italic",token:"keyword.control.import"},{fontStyle:"italic",token:"modifier"},{fontStyle:"italic",token:"punctuation.section.embedded"},{fontStyle:"italic",token:"quote"},{fontStyle:"italic",token:"storage.type"},{fontStyle:"italic",token:"storage.type.class"},{fontStyle:"italic",token:"support.class"},{fontStyle:"italic",token:"support.class.builtin"},{fontStyle:"italic",token:"support.constant"},{fontStyle:"italic",token:"support.function.basic_functions"},{fontStyle:"italic",token:"support.function.builtin"},{fontStyle:"italic",token:"support.type.primitive"},{fontStyle:"italic",token:"support.type.property.css"},{fontStyle:"italic",token:"this"},{fontStyle:"italic",token:"type.function"},{fontStyle:"italic",token:"variable.parameter"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#fcf6ff"}],j4=[],T4={inherit:w4,base:S4,colors:A4,rules:x4,encodedTokensColors:j4},I4=!1,O4="vs-dark",R4={"activityBar.activeBackground":"#49ace933","activityBar.activeBorder":"#49ace9","activityBar.background":"#07273b","activityBar.border":"#0f1315","activityBar.foreground":"#1679b6","activityBar.inactiveForeground":"#1679b677","activityBarBadge.background":"#49ace9","activityBarBadge.foreground":"#0f1315","badge.background":"#49ace9","badge.foreground":"#0f1315","breadcrumb.activeSelectionForeground":"#ebf7ff","breadcrumb.background":"#07273b","breadcrumb.focusForeground":"#49ace9","breadcrumb.foreground":"#9fb6c6","breadcrumbPicker.background":"#09334e","button.background":"#007f99","button.foreground":"#ebf7ff","button.hoverBackground":"#00aacc","debugExceptionWidget.background":"#07273b","debugExceptionWidget.border":"#1679b6","debugToolBar.background":"#07273b",descriptionForeground:"#61a6d1","diffEditor.insertedTextBackground":"#16b67327","diffEditor.removedTextBackground":"#e6653341","dropdown.background":"#09334e","dropdown.border":"#09334e","dropdown.foreground":"#61a6d1","editor.background":"#07273b","editor.findMatchBackground":"#40bf6a11","editor.findMatchHighlightBackground":"#0e667179","editor.findRangeHighlightBackground":"#49e9a622","editor.foreground":"#becfda","editor.hoverHighlightBackground":"#1679b63f","editor.inactiveSelectionBackground":"#1679b633","editor.lineHighlightBackground":"#003c61ee","editor.lineHighlightBorder":"#003c61","editor.rangeHighlightBackground":"#49d6e922","editor.selectionBackground":"#1679b655","editor.selectionHighlightBackground":"#49ace933","editor.snippetFinalTabstopHighlightBackground":"#051b29","editor.snippetFinalTabstopHighlightBorder":"#062132","editor.snippetTabstopHighlightBackground":"#051b29","editor.snippetTabstopHighlightBorder":"#062132","editor.wordHighlightBackground":"#e4b78133","editor.wordHighlightStrongBackground":"#cc990033","editorBracketMatch.background":"#1679b622","editorBracketMatch.border":"#1679b6","editorCodeLens.foreground":"#5b858b","editorCursor.foreground":"#b3e2ff","editorError.border":"#07273b","editorError.foreground":"#e34e1c","editorGroup.border":"#0f1315","editorGroup.dropBackground":"#4d6c8033","editorGroup.emptyBackground":"#4d6c8033","editorGroupHeader.noTabsBackground":"#09334e","editorGroupHeader.tabsBackground":"#09334e","editorGroupHeader.tabsBorder":"#09334e","editorGutter.addedBackground":"#8ce99a","editorGutter.background":"#07273b","editorGutter.deletedBackground":"#e34e1c","editorGutter.modifiedBackground":"#ffc180","editorHint.border":"#49e9a600","editorHint.foreground":"#49e9a6","editorHoverWidget.background":"#002942","editorHoverWidget.border":"#0f1315","editorIndentGuide.activeBackground":"#28658a","editorIndentGuide.background":"#183c53","editorInfo.border":"#07273b","editorInfo.foreground":"#49ace9","editorLineNumber.activeForeground":"#61a6d1","editorLineNumber.foreground":"#4d6c80","editorLink.activeForeground":"#14a5ff","editorMarkerNavigation.background":"#3a3a5e29","editorMarkerNavigationError.background":"#e34e1c","editorMarkerNavigationWarning.background":"#e69533","editorOverviewRuler.border":"#07273b","editorOverviewRuler.commonContentForeground":"#ffc18044","editorOverviewRuler.currentContentForeground":"#85f1ff44","editorOverviewRuler.incomingContentForeground":"#9d92f244","editorRuler.foreground":"#1a425b","editorSuggestWidget.background":"#002942","editorSuggestWidget.border":"#0f1315","editorSuggestWidget.foreground":"#9fb6c6","editorSuggestWidget.highlightForeground":"#49ace9","editorSuggestWidget.selectedBackground":"#0c3f5f","editorWarning.border":"#07273b","editorWarning.foreground":"#e69533","editorWhitespace.foreground":"#ffffff21","editorWidget.background":"#09334e","editorWidget.border":"#0f1315",errorForeground:"#e34e1c","extensionButton.prominentBackground":"#008c99","extensionButton.prominentForeground":"#e5f5f5","extensionButton.prominentHoverBackground":"#00bbcc",focusBorder:"#09334e",foreground:"#becfda","gitDecoration.addedResourceForeground":"#16b673","gitDecoration.conflictingResourceForeground":"#ffc180","gitDecoration.deletedResourceForeground":"#e34e1c","gitDecoration.ignoredResourceForeground":"#5b788b","gitDecoration.modifiedResourceForeground":"#49e9a6","gitDecoration.untrackedResourceForeground":"#40d4e7","input.background":"#051b29","input.border":"#002f4d","input.foreground":"#cdd3de","input.placeholderForeground":"#879dab","inputOption.activeBorder":"#1679b6","inputValidation.errorBackground":"#501502ee","inputValidation.errorBorder":"#691c02","inputValidation.errorForeground":"#ff4000","inputValidation.infoBackground":"#0f6e7bee","inputValidation.infoBorder":"#148f9f","inputValidation.infoForeground":"#40d4e7","inputValidation.warningBackground":"#82694acc","inputValidation.warningBorder":"#a88457","inputValidation.warningForeground":"#e69533","list.activeSelectionBackground":"#0c3f5f","list.activeSelectionForeground":"#ebf7ff","list.dropBackground":"#002a4d","list.errorForeground":"#e34e1c","list.focusBackground":"#0b3c5b","list.focusForeground":"#ebf7ff","list.highlightForeground":"#49ace9","list.hoverBackground":"#00558a65","list.hoverForeground":"#ebf7ff","list.inactiveFocusBackground":"#082d44","list.inactiveSelectionBackground":"#09334e","list.inactiveSelectionForeground":"#becfda","list.warningForeground":"#ffa857","listFilterWidget.background":"#002a4d","listFilterWidget.noMatchesOutline":"#e34e1c","listFilterWidget.outline":"#49e9a6","menu.background":"#09334e","menu.foreground":"#9fb6c6","menu.selectionBackground":"#0b3c5b","menu.selectionBorder":"#0b3c5b","menu.selectionForeground":"#49ace9","menu.separatorBackground":"#49ace9","menubar.selectionBackground":"#0b3c5b","menubar.selectionBorder":"#0b3c5b","menubar.selectionForeground":"#49ace9","merge.border":"#07273b00","merge.commonContentBackground":"#ffc18022","merge.commonHeaderBackground":"#ffc18044","merge.currentContentBackground":"#85f1ff22","merge.currentHeaderBackground":"#85f1ff44","merge.incomingContentBackground":"#9d92f222","merge.incomingHeaderBackground":"#9d92f244","minimap.background":"#07273b99","minimap.errorHighlight":"#e34e1cee","minimap.findMatchHighlight":"#49ace9ee","minimap.warningHighlight":"#e69533ee","minimapGutter.addedBackground":"#16b673","minimapGutter.deletedBackground":"#e34e1c","minimapGutter.modifiedBackground":"#49e9a6","notificationCenter.border":"#09334e","notificationCenterHeader.background":"#09334e","notificationCenterHeader.foreground":"#879dab","notificationLink.foreground":"#879dab","notificationToast.border":"#09334e","notifications.background":"#09334e","notifications.border":"#09334e","notifications.foreground":"#cdd3de","panel.background":"#051b29","panel.border":"#1679b6","panelTitle.activeBorder":"#1679b6","panelTitle.activeForeground":"#49ace9","panelTitle.inactiveForeground":"#507b95","peekView.border":"#1679b6","peekViewEditor.background":"#001f33","peekViewEditor.matchHighlightBackground":"#005b9433","peekViewEditor.matchHighlightBorder":"#007ecc","peekViewEditorGutter.background":"#001f33","peekViewResult.background":"#002338","peekViewResult.fileForeground":"#ffc180","peekViewResult.lineForeground":"#879dab","peekViewResult.matchHighlightBackground":"#09334e","peekViewResult.selectionBackground":"#09334e","peekViewResult.selectionForeground":"#879dab","peekViewTitle.background":"#002338","peekViewTitleDescription.foreground":"#879dab","peekViewTitleLabel.foreground":"#ffc180","pickerGroup.border":"#1679b6","pickerGroup.foreground":"#49ace9","progressBar.background":"#49ace9","scrollbar.shadow":"#00000044","scrollbarSlider.activeBackground":"#008ee677","scrollbarSlider.background":"#008ee633","scrollbarSlider.hoverBackground":"#008ee655","selection.background":"#1679b6cc","settings.checkboxBackground":"#09334e","settings.checkboxBorder":"#09334e","settings.checkboxForeground":"#00aacc","settings.dropdownBackground":"#09334e","settings.dropdownBorder":"#09334e","settings.dropdownForeground":"#00aacc","settings.dropdownListBorder":"#0051a877","settings.headerForeground":"#becfda","settings.modifiedItemIndicator":"#15ac31","settings.numberInputBackground":"#051b29","settings.numberInputBorder":"#051b29","settings.numberInputForeground":"#7060eb","settings.textInputBackground":"#09334e","settings.textInputBorder":"#09334e","settings.textInputForeground":"#00aacc","sideBar.background":"#062132","sideBar.border":"#0f1315","sideBar.dropBackground":"#062132","sideBar.foreground":"#9fb6c6","sideBarSectionHeader.background":"#09334e","sideBarSectionHeader.border":"#0f1315","sideBarSectionHeader.foreground":"#9fb6c6","sideBarTitle.foreground":"#9fb6c6","statusBar.background":"#07273b","statusBar.border":"#0f1315","statusBar.debuggingBackground":"#07273b","statusBar.debuggingBorder":"#ff80acaf","statusBar.debuggingForeground":"#ff80ac50","statusBar.foreground":"#1679b6","statusBar.noFolderBackground":"#07273b","statusBar.noFolderBorder":"#07273b","statusBar.noFolderForeground":"#879dab","statusBarItem.activeBackground":"#007ecc59","statusBarItem.hoverBackground":"#0a3652","statusBarItem.prominentBackground":"#051e2e","statusBarItem.prominentHoverBackground":"#002f4d","tab.activeBackground":"#07273b","tab.activeBorder":"#07273b","tab.activeBorderTop":"#49ace9","tab.activeForeground":"#49ace9","tab.activeModifiedBorder":"#49e9a6","tab.border":"#0f1315","tab.inactiveBackground":"#09334e","tab.inactiveForeground":"#9fb6c6","tab.unfocusedActiveBackground":"#002c47","tab.unfocusedActiveBorder":"#07273b","tab.unfocusedActiveForeground":"#9fb6c6","tab.unfocusedHoverBackground":"#1679b621","tab.unfocusedInactiveForeground":"#9fb6c6","terminal.ansiBlack":"#28353e","terminal.ansiBlue":"#49ace9","terminal.ansiBrightBlack":"#475e6c","terminal.ansiBrightBlue":"#60b6eb","terminal.ansiBrightCyan":"#60dbeb","terminal.ansiBrightGreen":"#60ebb1","terminal.ansiBrightMagenta":"#e798b3","terminal.ansiBrightRed":"#e97749","terminal.ansiBrightWhite":"#becfda","terminal.ansiBrightYellow":"#e69533","terminal.ansiCyan":"#49d6e9","terminal.ansiGreen":"#49e9a6","terminal.ansiMagenta":"#df769b","terminal.ansiRed":"#e66533","terminal.ansiWhite":"#aec3d0","terminal.ansiYellow":"#e4b781","terminal.background":"#051b29","terminal.foreground":"#becfda","terminalCursor.background":"#051b29","terminalCursor.foreground":"#becfda","textBlockQuote.background":"#07273b","textBlockQuote.border":"#1679b6","textCodeBlock.background":"#07273b","textLink.activeForeground":"#49ace9","textLink.foreground":"#49ace9","textPreformat.foreground":"#ffc180","textSeparator.foreground":"#07273b","titleBar.activeBackground":"#07273b","titleBar.activeForeground":"#becfda","titleBar.inactiveBackground":"#07273b","titleBar.inactiveForeground":"#9fb6c6","tree.indentGuidesStroke":"#4d6c80","walkThrough.embeddedEditorBackground":"#07273b","welcomePage.buttonBackground":"#051b29","welcomePage.buttonHoverBackground":"#09334e","widget.shadow":"#00000044"},M4=[{foreground:"#5988A6",token:"comment"},{foreground:"#5988A6",token:"punctuation.definition.comment"},{foreground:"#5988A6",token:"punctuation.definition.tag"},{foreground:"#5988A6",token:"comment.block.documentation punctuation.definition.bracket"},{foreground:"#5988A6",token:"source.ocaml comment constant.regexp meta.separator"},{foreground:"#5988A6",token:"markup.other.anchor support.constant"},{foreground:"#5988A6",token:"markup.fenced_code"},{foreground:"#5988A6",token:"markup.fenced_code punctuation.definition"},{foreground:"#BECFDA",token:"constant.character"},{foreground:"#BECFDA",token:"constant.escape"},{foreground:"#BECFDA",token:"text.html.markdown"},{foreground:"#BECFDA",token:"punctuation.definition.list_item"},{foreground:"#BECFDA",token:"keyword.begin.tag.ejs"},{foreground:"#BECFDA",token:"constant.name.attribute.tag.pug"},{foreground:"#BECFDA",token:"source.clojure meta.symbol"},{foreground:"#BECFDA",token:"constant.other.description.jsdoc"},{foreground:"#BECFDA",token:"keyword.other.array.phpdoc.php"},{foreground:"#BECFDA",token:"keyword.operator.other.powershell"},{foreground:"#BECFDA",token:"meta.link.inline punctuation.definition.string"},{foreground:"#BECFDA",token:"source.sql"},{foreground:"#BECFDA",token:"source meta.brace"},{foreground:"#BECFDA",token:"source punctuation"},{foreground:"#BECFDA",token:"text.html punctuation"},{foreground:"#BECFDA",token:"markup meta punctuation.definition"},{foreground:"#BECFDA",token:"meta.bracket.julia"},{foreground:"#BECFDA",token:"meta.array.julia"},{foreground:"#BECFDA",token:"punctuation.separator.key-value"},{foreground:"#BECFDA",token:"entity.name.footnote"},{foreground:"#BECFDA",token:"source.ocaml punctuation.definition.tag"},{foreground:"#BECFDA",token:"source.ocaml entity.name.filename"},{foreground:"#BECFDA",token:"source.reason entity.name.filename"},{foreground:"#BECFDA",token:"entity.other.attribute-name strong"},{foreground:"#BECFDA",token:"binding.fsharp keyword.symbol.fsharp"},{foreground:"#BECFDA",token:"entity.name.record.field.elm"},{foreground:"#BECFDA",token:"entity.name.record.field.accessor.elm"},{foreground:"#BECFDA",token:"storage.modifier.array.bracket"},{foreground:"#BECFDA",token:"source.css entity.other"},{foreground:"#BECFDA",token:"meta.attribute-selector punctuation.definition.entity"},{foreground:"#BECFDA",token:"markup.other.anchor string"},{foreground:"#DF769B",token:"keyword"},{foreground:"#DF769B",token:"keyword.control"},{foreground:"#DF769B",token:"keyword.other.template"},{foreground:"#DF769B",token:"keyword.other.substitution"},{foreground:"#DF769B",token:"storage.modifier"},{foreground:"#DF769B",token:"meta.tag.sgml"},{foreground:"#DF769B",token:"punctuation.accessor"},{foreground:"#DF769B",token:"constant.other.color"},{foreground:"#DF769B",token:"entity.name.section"},{foreground:"#DF769B",token:"markup.heading"},{foreground:"#DF769B",token:"markup.heading punctuation.definition"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-class"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-element"},{foreground:"#DF769B",token:"tag.decorator.js entity.name.tag.js"},{foreground:"#DF769B",token:"tag.decorator.js punctuation.definition.tag.js"},{foreground:"#DF769B",token:"storage.type.function.pug"},{foreground:"#DF769B",token:"text.pug storage.type"},{foreground:"#DF769B",token:"text.pug meta.tag.other"},{foreground:"#DF769B",token:"source.clojure storage.control"},{foreground:"#DF769B",token:"meta.expression.clojure"},{foreground:"#DF769B",token:"punctuation.separator.slice.python"},{foreground:"#DF769B",token:"punctuation.separator.question-mark.cs"},{foreground:"#DF769B",token:"punctuation.definition.parameters.varargs"},{foreground:"#DF769B",token:"source.go keyword.operator"},{foreground:"#DF769B",token:"punctuation.separator.pointer-access"},{foreground:"#DF769B",token:"punctuation.separator.other.ruby"},{foreground:"#DF769B",token:"keyword.package"},{foreground:"#DF769B",token:"keyword.import"},{foreground:"#DF769B",token:"punctuation.definition.keyword"},{foreground:"#DF769B",token:"punctuation.separator.hash.cs"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css"},{foreground:"#DF769B",token:"source.kotlin storage.type.import"},{foreground:"#DF769B",token:"source.kotlin storage.type.package"},{foreground:"#DF769B",token:"constant.string.documentation.powershell"},{foreground:"#DF769B",token:"punctuation.section.directive"},{foreground:"#DF769B",token:"storage.type.rust"},{foreground:"#DF769B",token:"punctuation.definition.attribute"},{foreground:"#DF769B",token:"punctuation.definition.preprocessor"},{foreground:"#DF769B",token:"punctuation.separator.namespace"},{foreground:"#DF769B",token:"punctuation.separator.method"},{foreground:"#DF769B",token:"keyword.control punctuation.definition.function"},{foreground:"#DF769B",token:"source.ocaml variable.interpolation string"},{foreground:"#DF769B",token:"source.reason variable.interpolation"},{foreground:"#DF769B",token:"punctuation.definition.directive"},{foreground:"#DF769B",token:"storage.type.modifier"},{foreground:"#DF769B",token:"keyword.other.class.fileds"},{foreground:"#DF769B",token:"source.toml entity.other.attribute-name"},{foreground:"#DF769B",token:"source.css entity.name.tag.custom"},{foreground:"#DF769B",token:"sharing.modifier"},{foreground:"#DF769B",token:"keyword.control.class.ruby"},{foreground:"#DF769B",token:"keyword.control.def.ruby"},{foreground:"#E4B781",token:"variable"},{foreground:"#E4B781",token:"variable.object"},{foreground:"#E4B781",token:"variable.other"},{foreground:"#E4B781",token:"variable.parameter"},{foreground:"#E4B781",token:"support"},{foreground:"#E4B781",token:"entity.name.module"},{foreground:"#E4B781",token:"variable.import.parameter"},{foreground:"#E4B781",token:"variable.other.class"},{foreground:"#E4B781",token:"meta.toc-list.id.html"},{foreground:"#E4B781",token:"source.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#E4B781",token:"meta.var.clojure"},{foreground:"#E4B781",token:"entity.name.variable"},{foreground:"#E4B781",token:"source.java meta.class.body.java"},{foreground:"#E4B781",token:"entity.name.package.go"},{foreground:"#E4B781",token:"source.c"},{foreground:"#E4B781",token:"source.cpp"},{foreground:"#E4B781",token:"source.go"},{foreground:"#E4B781",token:"source.python"},{foreground:"#E4B781",token:"meta.function-call.arguments.python"},{foreground:"#E4B781",token:"source.ruby"},{foreground:"#E4B781",token:"source.coffee.embedded.source"},{foreground:"#E4B781",token:"source.coffee"},{foreground:"#E4B781",token:"storage.modifier.import"},{foreground:"#E4B781",token:"storage.modifier.package"},{foreground:"#E4B781",token:"storage.type.annotation"},{foreground:"#E4B781",token:"punctuation.definition.annotation"},{foreground:"#E4B781",token:"source.groovy.embedded.source"},{foreground:"#E4B781",token:"punctuation.definition.variable"},{foreground:"#E4B781",token:"source.powershell"},{foreground:"#E4B781",token:"string.quoted.interpolated.vala constant.character.escape.vala"},{foreground:"#E4B781",token:"source.apacheconf"},{foreground:"#E4B781",token:"source.objc"},{foreground:"#E4B781",token:"source.crystal"},{foreground:"#E4B781",token:"string.quoted.double.kotlin entity.string.template.element.kotlin"},{foreground:"#E4B781",token:"entity.name.package.kotlin"},{foreground:"#E4B781",token:"meta.template.expression.kotlin"},{foreground:"#E4B781",token:"parameter.variable.function"},{foreground:"#E4B781",token:"variable.other.constant.elixir"},{foreground:"#E4B781",token:"source.elixir.embedded.source"},{foreground:"#E4B781",token:"source.sql.embedded"},{foreground:"#E4B781",token:"punctuation.definition.placeholder"},{foreground:"#E4B781",token:"source.swift"},{foreground:"#E4B781",token:"source.julia"},{foreground:"#E4B781",token:"source.shell"},{foreground:"#E4B781",token:"variable.other.normal punctuation.definition.variable.shell"},{foreground:"#E4B781",token:"source.reason variable.language"},{foreground:"#E4B781",token:"source.reason variable.language string.other.link"},{foreground:"#E4B781",token:"source.elm meta.value"},{foreground:"#E4B781",token:"source.elm meta.declaration.module"},{foreground:"#E4B781",token:"meta.embedded.block variable punctuation.definition.variable.php"},{foreground:"#E4B781",token:"string.quoted.double.class.other"},{foreground:"#E4B781",token:"source.toml keyword"},{foreground:"#E4B781",token:"support.type.nim"},{foreground:"#E4B781",token:"source.tf meta.template.expression"},{foreground:"#E4B781",token:"source.scala entity.name.import"},{foreground:"#E4B781",token:"markup.code"},{foreground:"#D67E5C",token:"support.variable.property"},{foreground:"#D67E5C",token:"constant.other.symbol.hashkey.ruby"},{foreground:"#D67E5C",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{foreground:"#D67E5C",token:"entity.other.attribute-name.id"},{foreground:"#D67E5C",token:"entity.other.attribute-name.id punctuation.definition.entity"},{foreground:"#D67E5C",token:"entity.name.type.annotation.kotlin"},{foreground:"#D67E5C",token:"support.type.primitive"},{foreground:"#D67E5C",token:"meta.type.parameters entity.name.type"},{foreground:"#D67E5C",token:"meta.type.annotation entity.name.type"},{foreground:"#D67E5C",token:"punctuation.definition.typeparameters"},{foreground:"#D67E5C",token:"source.python support.type.python"},{foreground:"#D67E5C",token:"comment.block.documentation.phpdoc.php keyword.other.type.php"},{foreground:"#D67E5C",token:"storage.type.php"},{foreground:"#D67E5C",token:"keyword.type"},{foreground:"#D67E5C",token:"storage.type.cs"},{foreground:"#D67E5C",token:"storage.type.c"},{foreground:"#D67E5C",token:"storage.type.objc"},{foreground:"#D67E5C",token:"punctuation.definition.storage.type.objc"},{foreground:"#D67E5C",token:"markup punctuation.definition"},{foreground:"#D67E5C",token:"storage.type.powershell"},{foreground:"#D67E5C",token:"comment.block.documentation entity.name.type"},{foreground:"#D67E5C",token:"source.java storage.type"},{foreground:"#D67E5C",token:"storage.type.primitive"},{foreground:"#D67E5C",token:"source.groovy storage.type"},{foreground:"#D67E5C",token:"storage.type.r"},{foreground:"#D67E5C",token:"source.haskell storage.type"},{foreground:"#D67E5C",token:"punctuation.separator.clause-head-body"},{foreground:"#D67E5C",token:"source.go storage.type"},{foreground:"#D67E5C",token:"storage.type.core.rust"},{foreground:"#D67E5C",token:"storage.class.std.rust"},{foreground:"#D67E5C",token:"storage.modifier.lifetime.rust"},{foreground:"#D67E5C",token:"entity.name.lifetime.rust"},{foreground:"#D67E5C",token:"support.type.vb"},{foreground:"#D67E5C",token:"entity.name.type.kotlin"},{foreground:"#D67E5C",token:"support.type.julia"},{foreground:"#D67E5C",token:"constant.other.reference"},{foreground:"#D67E5C",token:"source.graphql support.type"},{foreground:"#D67E5C",token:"source.reason support.type string"},{foreground:"#D67E5C",token:"entity.name.type.fsharp"},{foreground:"#D67E5C",token:"source.elm storage.type"},{foreground:"#D67E5C",token:"storage.type.user-defined"},{foreground:"#D67E5C",token:"storage.type.built-in"},{foreground:"#D67E5C",token:"support.type.builtin"},{foreground:"#D67E5C",token:"source.swift support.type"},{foreground:"#D67E5C",token:"support.class.crystal"},{foreground:"#D67E5C",token:"storage.type.integral"},{foreground:"#D67E5C",token:"source.cpp storage.type.cpp"},{foreground:"#D67E5C",token:"source.vala storage.type"},{foreground:"#D67E5C",token:"source.hlsl storage.type.basic"},{foreground:"#D67E5C",token:"source.hlsl support.type.other"},{foreground:"#D67E5C",token:"source.apex storage.type"},{foreground:"#D67E5C",token:"source.nim storage.type"},{foreground:"#D67E5C",token:"source.cpp entity.name.type"},{foreground:"#D67E5C",token:"support.class.builtin"},{foreground:"#D67E5C",token:"source.tf meta.keyword.string"},{foreground:"#D67E5C",token:"source.tf meta.keyword.number"},{foreground:"#D67E5C",token:"source.scala entity.name.class"},{foreground:"#D67E5C",token:"markup.raw.monospace"},{foreground:"#D67E5C",token:"markup.mark"},{foreground:"#D67E5C",token:"markup.meta.attribute-list"},{foreground:"#D5971A",token:"constant"},{foreground:"#D5971A",token:"variable.other.constant"},{foreground:"#D5971A",token:"support.constant"},{foreground:"#D5971A",token:"punctuation.definition.entity"},{foreground:"#D5971A",token:"constant.character.entity"},{foreground:"#D5971A",token:"support.variable.magic"},{foreground:"#D5971A",token:"markup.quote"},{foreground:"#D5971A",token:"entity.name.type.type-parameter.cs"},{foreground:"#D5971A",token:"punctuation.bracket.angle"},{foreground:"#D5971A",token:"entity.name.function.preprocessor.c"},{foreground:"#D5971A",token:"storage.type.scala"},{foreground:"#D5971A",token:"entity.helper.apacheconf"},{foreground:"#D5971A",token:"variable.language.crystal"},{foreground:"#D5971A",token:"punctuation.definition.constant"},{foreground:"#D5971A",token:"support.constant punctuation.definition.variable"},{foreground:"#D5971A",token:"constant.character.math"},{foreground:"#D5971A",token:"support.class.math"},{foreground:"#D5971A",token:"source.graphql constant.character"},{foreground:"#D5971A",token:"source.reason constant.language.list"},{foreground:"#D5971A",token:"source.cpp variable.other.enummember"},{foreground:"#D5971A",token:"support.variable.class.hideshow"},{foreground:"#D5971A",token:"entity.other.attribute-name.class"},{foreground:"#D5971A",token:"meta.attribute.id entity.other.attribute-name"},{foreground:"#D5971A",token:"text.html entity.other.attribute-name"},{foreground:"#D5971A",token:"meta.tag.attributes entity.other.attribute-name"},{foreground:"#D5971A",token:"text.xml entity.other.attribute-name"},{foreground:"#D5971A",token:"source.cs entity.other.attribute-name"},{foreground:"#D5971A",token:"constant.character.format.placeholder"},{foreground:"#D5971A",token:"constant.other.placeholder"},{foreground:"#D5971A",token:"source.vue entity.other.attribute-name"},{foreground:"#D5971A",token:"entity.other.attribute-name.mjml"},{foreground:"#D5971A",token:"source.vue meta.directive punctuation.separator.key-value"},{foreground:"#D5971A",token:"meta.definition.attribute-entry punctuation.separator"},{foreground:"#E66533",token:"variable.language"},{foreground:"#E66533",token:"variable.parameter.function.language.special"},{foreground:"#E66533",token:"markup.bold"},{foreground:"#E66533",token:"markup.italic"},{foreground:"#E66533",token:"punctuation.definition.italic"},{foreground:"#E66533",token:"punctuation.definition.bold"},{foreground:"#E66533",token:"entity.name.tag"},{foreground:"#E66533",token:"variable.language punctuation.definition.variable"},{foreground:"#E66533",token:"keyword.control.clojure"},{foreground:"#E66533",token:"support.type.exception.python"},{foreground:"#E66533",token:"keyword.other.this.cs"},{foreground:"#E66533",token:"keyword.other.base.cs"},{foreground:"#E66533",token:"keyword.other.var.cs"},{foreground:"#E66533",token:"storage.modifier.super"},{foreground:"#E66533",token:"source.go keyword"},{foreground:"#E66533",token:"keyword.function.go"},{foreground:"#E66533",token:"meta.separator"},{foreground:"#E66533",token:"keyword.other.fn.rust"},{foreground:"#E66533",token:"storage.modifier.static.rust"},{foreground:"#E66533",token:"source.r meta.function.r keyword.control.r"},{foreground:"#E66533",token:"storage.type.def"},{foreground:"#E66533",token:"meta.class.identifier storage.modifier"},{foreground:"#E66533",token:"source.scala keyword.declaration"},{foreground:"#E66533",token:"storage.type"},{foreground:"#E66533",token:"comment.block.documentation punctuation.definition.block.tag"},{foreground:"#E66533",token:"comment.block.documentation punctuation.definition.inline.tag"},{foreground:"#E66533",token:"entity.tag.apacheconf"},{foreground:"#E66533",token:"keyword.other.julia"},{foreground:"#E66533",token:"source.julia storage.modifier"},{foreground:"#E66533",token:"constant.language.empty-list.haskell"},{foreground:"#E66533",token:"meta.function.powershell storage.type.powershell"},{foreground:"#E66533",token:"keyword.control.fun"},{foreground:"#E66533",token:"punctuation.terminator.function"},{foreground:"#E66533",token:"keyword.other.rust"},{foreground:"#E66533",token:"keyword.other.declaration-specifier.swift"},{foreground:"#E66533",token:"keyword.control.class"},{foreground:"#E66533",token:"keyword.control.def"},{foreground:"#E66533",token:"source.ocaml keyword markup.underline"},{foreground:"#E66533",token:"source.ocaml storage.type markup.underline"},{foreground:"#E66533",token:"binding.fsharp keyword"},{foreground:"#E66533",token:"function.anonymous keyword"},{foreground:"#E66533",token:"function.anonymous keyword.symbol.fsharp"},{foreground:"#E66533",token:"meta.embedded.block variable.language punctuation.definition.variable.php"},{foreground:"#E66533",token:"keyword.declaration.dart"},{foreground:"#E66533",token:"source.wsd keyword.other.class"},{foreground:"#E66533",token:"source.wsd keyword.other.linebegin"},{foreground:"#E66533",token:"keyword.other.skinparam.keyword"},{foreground:"#E66533",token:"keyword.other.nim"},{foreground:"#E66533",token:"markup.deleted.diff"},{foreground:"#E66533",token:"source.tf support.class.variable"},{foreground:"#E66533",token:"meta.function.lua keyword.control.lua"},{foreground:"#E66533",token:"markup.italic punctuation.definition"},{foreground:"#E66533",token:"markup.bold punctuation.definition"},{foreground:"#E66533",token:"markup.block entity.name.tag"},{foreground:"#49E9A6",token:"string"},{foreground:"#49E9A6",token:"punctuation.definition.string"},{foreground:"#49E9A6",token:"source.css support.constant"},{foreground:"#49E9A6",token:"entity.name.import.go"},{foreground:"#49E9A6",token:"markup.raw.texttt"},{foreground:"#49E9A6",token:"markup.inserted.diff"},{foreground:"#49E9A6",token:"source.scala punctuation.definition.character"},{foreground:"#49E9A6",token:"constant.character.literal.scala"},{foreground:"#49E9A6",token:"source.tf entity.name"},{foreground:"#16B673",token:"string.template"},{foreground:"#16B673",token:"punctuation.definition.string.template"},{foreground:"#16B673",token:"string.interpolated.python string.quoted.single.python"},{foreground:"#16B673",token:"string.quoted.double.heredoc"},{foreground:"#16B673",token:"string.quoted.interpolated.vala"},{foreground:"#16B673",token:"string.quoted.interpolated.vala punctuation.definition.string"},{foreground:"#16B673",token:"string.regexp.apacheconf"},{foreground:"#16B673",token:"markup.inline.raw.string"},{foreground:"#16B673",token:"markup.inline.raw punctuation.definition.raw"},{foreground:"#16B673",token:"string.quoted.double.interpolated.crystal"},{foreground:"#16B673",token:"string.quoted.double.interpolated.crystal punctuation.definition.string"},{foreground:"#16B673",token:"text.tex markup.raw"},{foreground:"#7060EB",token:"constant.numeric"},{foreground:"#7060EB",token:"constant.language"},{foreground:"#7060EB",token:"punctuation.separator.decimal.period.php"},{foreground:"#7060EB",token:"keyword.operator.null-conditional.cs"},{foreground:"#7060EB",token:"punctuation.separator.question-mark.cs"},{foreground:"#7060EB",token:"constant.integer.apacheconf"},{foreground:"#7060EB",token:"keyword.operator.nullable-type"},{foreground:"#7060EB",token:"constant.language punctuation.definition.variable"},{foreground:"#7060EB",token:"constant.others.fsharp"},{foreground:"#7060EB",token:"keyword.other.unit"},{foreground:"#7060EB",token:"string.quoted.double.skinparam.value"},{foreground:"#7060EB",token:"source.toml constant"},{foreground:"#16A3B6",token:"variable.function"},{foreground:"#16A3B6",token:"support.type.property-name"},{foreground:"#16A3B6",token:"entity.name.function"},{foreground:"#16A3B6",token:"string.other.link"},{foreground:"#16A3B6",token:"markup.link"},{foreground:"#16A3B6",token:"support.type.vendored"},{foreground:"#16A3B6",token:"support.other.variable"},{foreground:"#16A3B6",token:"meta.function-call.generic.python"},{foreground:"#16A3B6",token:"meta.method-call.groovy meta.method.groovy"},{foreground:"#16A3B6",token:"meta.class.body.groovy meta.method.body.java storage.type.groovy"},{foreground:"#16A3B6",token:"punctuation.definition.decorator"},{foreground:"#16A3B6",token:"support.function.any-method"},{foreground:"#16A3B6",token:"text.tex support.function"},{foreground:"#16A3B6",token:"text.tex punctuation.definition.function"},{foreground:"#16A3B6",token:"entity.name.section.fsharp entity.name.section.fsharp"},{foreground:"#16A3B6",token:"support.variable.class.function"},{foreground:"#16A3B6",token:"keyword.control.cucumber.table"},{foreground:"#16A3B6",token:"punctuation.decorator"},{foreground:"#16A3B6",token:"source.tf support.class"},{foreground:"#49D6E9",token:"entity.name"},{foreground:"#49D6E9",token:"entity.other"},{foreground:"#49D6E9",token:"support.orther.namespace.use.php"},{foreground:"#49D6E9",token:"meta.use.php"},{foreground:"#49D6E9",token:"support.other.namespace.php"},{foreground:"#49D6E9",token:"support.type"},{foreground:"#49D6E9",token:"support.class"},{foreground:"#49D6E9",token:"punctuation.definition.parameters"},{foreground:"#49D6E9",token:"support.function"},{foreground:"#49D6E9",token:"support.function.construct"},{foreground:"#49D6E9",token:"markup.changed.git_gutter"},{foreground:"#49D6E9",token:"markup.underline.link"},{foreground:"#49D6E9",token:"markup.underline.link.image"},{foreground:"#49D6E9",token:"markup.underline"},{foreground:"#49D6E9",token:"meta.symbol.namespace.clojure"},{foreground:"#49D6E9",token:"entity.mime-type.apacheconf"},{foreground:"#49D6E9",token:"keyword.operator.function.infix"},{foreground:"#49D6E9",token:"entity.name.function.infix"},{foreground:"#49D6E9",token:"entity.name.function.call.kotlin"},{foreground:"#49D6E9",token:"text.tex support.function.verb"},{foreground:"#49D6E9",token:"text.tex support.function.texttt"},{foreground:"#49D6E9",token:"source.reason constant.language.unit"},{foreground:"#49D6E9",token:"source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css"},{foreground:"#49D6E9",token:"source.reason entity.other.attribute-name constant.language constant.numeric"},{foreground:"#49D6E9",token:"constant.language.unit.fsharp"},{foreground:"#49D6E9",token:"source.wsd support.class.preprocessings"},{foreground:"#49D6E9",token:"keyword.language.gherkin.feature.scenario"},{foreground:"#49D6E9",token:"source.nim keyword.other.common.function"},{foreground:"#49D6E9",token:"entity.name.type.namespace"},{foreground:"#49D6E9",token:"entity.name.scope-resolution.function.call"},{foreground:"#49ACE9",token:"source.js constant.other.object.key.js string.unquoted.label.js"},{foreground:"#49ACE9",token:"source.js punctuation.section.embedded"},{foreground:"#49ACE9",token:"punctuation.definition.template-expression"},{foreground:"#49ACE9",token:"support.class"},{foreground:"#49ACE9",token:"entity.name.type"},{foreground:"#49ACE9",token:"storage.type.string.python"},{foreground:"#49ACE9",token:"string.interpolated.pug"},{foreground:"#49ACE9",token:"support.constant.handlebars"},{foreground:"#49ACE9",token:"source.clojure punctuation.section.set"},{foreground:"#49ACE9",token:"source.clojure punctuation.section.metadata"},{foreground:"#49ACE9",token:"entity.global.clojure"},{foreground:"#49ACE9",token:"source.python meta.function-call.python support.type.python"},{foreground:"#49ACE9",token:"entity.other.inherited-class.python"},{foreground:"#49ACE9",token:"punctuation.definition.interpolation"},{foreground:"#49ACE9",token:"punctuation.section.embedded.begin.ruby"},{foreground:"#49ACE9",token:"punctuation.section.embedded.end.ruby source.ruby"},{foreground:"#49ACE9",token:"support.constant.math"},{foreground:"#49ACE9",token:"entity.namespace.r"},{foreground:"#49ACE9",token:"meta.method-call.groovy storage.type.groovy"},{foreground:"#49ACE9",token:"source.scala entity.name.class.declaration"},{foreground:"#49ACE9",token:"constant.character.escape"},{foreground:"#49ACE9",token:"support.function.macro.julia"},{foreground:"#49ACE9",token:"string.replacement.apacheconf"},{foreground:"#49ACE9",token:"storage.modifier.using.vala"},{foreground:"#49ACE9",token:"constant.other.haskell"},{foreground:"#49ACE9",token:"source.objc entity.name.tag"},{foreground:"#49ACE9",token:"string.quoted.other.literal.upper.crystal punctuation.definition.string"},{foreground:"#49ACE9",token:"meta.embedded.line.crystal punctuation.section.embedded"},{foreground:"#49ACE9",token:"meta.embedded.line.crystal punctuation.section.embedded source.crystal"},{foreground:"#49ACE9",token:"punctuation.section.embedded"},{foreground:"#49ACE9",token:"punctuation.section.tag"},{foreground:"#49ACE9",token:"punctuation.section.embedded source.swift"},{foreground:"#49ACE9",token:"variable.other.bracket punctuation.definition.variable"},{foreground:"#49ACE9",token:"string.interpolated.dollar punctuation.definition.string"},{foreground:"#49ACE9",token:"constant.character.escape punctuation.definition.keyword"},{foreground:"#49ACE9",token:"source.ocaml entity.name.class constant.numeric"},{foreground:"#49ACE9",token:"source.reason entity.name.class"},{foreground:"#49ACE9",token:"keyword.format.specifier.fsharp"},{foreground:"#49ACE9",token:"support.module.elm"},{foreground:"#49ACE9",token:"meta.embedded.block.php punctuation.definition.variable.php"},{foreground:"#49ACE9",token:"source.vala storage.type"},{foreground:"#49ACE9",token:"support.variable.class.group"},{foreground:"#49ACE9",token:"entity.name.type.class"},{foreground:"#49ACE9",token:"source.tf meta.keyword.list"},{foreground:"#49ACE9",token:"source.tf meta.keyword.map"},{foreground:"#49ACE9",token:"entity.name.class.lua"},{foreground:"#49ACE9",token:"markup.substitution"},{foreground:"#E3541C",token:"invalid"},{foreground:"#E3541C",token:"invalid.illegal"},{fontStyle:"italic",token:"comment"},{fontStyle:"italic",token:"storage.modifier"},{fontStyle:"italic",token:"punctuation.definition.comment"},{fontStyle:"italic",token:"entity.other"},{fontStyle:"italic",token:"variable.language"},{fontStyle:"italic",token:"support.type.vendored"},{fontStyle:"italic",token:"support.constant.vendored"},{fontStyle:"italic",token:"markup.quote"},{fontStyle:"italic",token:"markup.italic"},{fontStyle:"italic",token:"tag.decorator.js entity.name.tag.js"},{fontStyle:"italic",token:"tag.decorator.js punctuation.definition.tag.js"},{fontStyle:"italic",token:"keyword.control.clojure"},{fontStyle:"italic",token:"source.clojure meta.symbol.dynamic"},{fontStyle:"italic",token:"keyword.other.this.cs"},{fontStyle:"italic",token:"keyword.other.base.cs"},{fontStyle:"italic",token:"variable.other.member.c"},{fontStyle:"italic",token:"support.type.core.rust"},{fontStyle:"italic",token:"variable.other.object.property"},{fontStyle:"italic",token:"variable.other.property"},{fontStyle:"italic",token:"source.r meta.function.r keyword.control.r"},{fontStyle:"italic",token:"comment.line.roxygen.r keyword"},{fontStyle:"italic",token:"comment.line.roxygen.r variable.parameter.r"},{fontStyle:"italic",token:"keyword.control.inheritance.coffee"},{fontStyle:"italic",token:"comment.block.documentation.phpdoc.php keyword"},{fontStyle:"italic",token:"keyword.other.array.phpdoc.php"},{fontStyle:"italic",token:"storage.type.modifier"},{fontStyle:"italic",token:"comment.block.javadoc.java keyword"},{fontStyle:"italic",token:"comment.block.javadoc.java variable.parameter.java"},{fontStyle:"italic",token:"keyword.operator.documentation.powershell"},{fontStyle:"italic",token:"storage.type.scala"},{fontStyle:"italic",token:"variable.parameter.function.language.special"},{fontStyle:"italic",token:"comment.block.documentation.scala keyword"},{fontStyle:"italic",token:"comment.block.documentation.scala variable.parameter"},{fontStyle:"italic",token:"support.function.builtin.go"},{fontStyle:"italic",token:"constant.other.symbol.hashkey.ruby"},{fontStyle:"italic",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{fontStyle:"italic",token:"constant.other.symbol.ruby"},{fontStyle:"italic",token:"source.vala storage.type.generic"},{fontStyle:"italic",token:"constant.other.table-name"},{fontStyle:"italic",token:"constant.other.placeholder"},{fontStyle:"italic",token:"variable.other.field"},{fontStyle:"italic",token:"entity.alias.import.go"},{fontStyle:"italic",token:"source.swift keyword.other.declaration-specifier"},{fontStyle:"italic",token:"support.variable.swift"},{fontStyle:"italic",token:"keyword.other.capture-specifier"},{fontStyle:"italic",token:"text.tex support.function.emph"},{fontStyle:"italic",token:"constant.other.math"},{fontStyle:"italic",token:"support.function.textit"},{fontStyle:"italic",token:"entity.name.footnote"},{fontStyle:"italic",token:"entity.name.function.directive.graphql"},{fontStyle:"italic",token:"source.graphql support.type.enum"},{fontStyle:"italic",token:"source.ocaml entity.name.filename"},{fontStyle:"italic",token:"source.reason entity.name.filename"},{fontStyle:"italic",token:"abstract.definition.fsharp keyword"},{fontStyle:"italic",token:"abstract.definition.fsharp entity"},{fontStyle:"italic",token:"function.anonymous keyword"},{fontStyle:"italic",token:"entity.name.record.field.accessor.elm"},{fontStyle:"italic",token:"support.type.primitive"},{fontStyle:"italic",token:"support.type.builtin"},{fontStyle:"italic",token:"keyword.type.cs"},{fontStyle:"italic",token:"storage.type.built-in"},{fontStyle:"italic",token:"storage.type.primitive"},{fontStyle:"italic",token:"source.python support.type.python"},{fontStyle:"italic",token:"storage.type.core.rust"},{fontStyle:"italic",token:"source.swift support.type"},{fontStyle:"italic",token:"source.go storage.type"},{fontStyle:"italic",token:"storage.type.php"},{fontStyle:"italic",token:"storage.type.function.kotlin"},{fontStyle:"italic",token:"entity.name.type.kotlin"},{fontStyle:"italic",token:"support.type.julia"},{fontStyle:"italic",token:"variable.other.member"},{fontStyle:"italic",token:"keyword.other.import"},{fontStyle:"italic",token:"keyword.package"},{fontStyle:"italic",token:"keyword.import"},{fontStyle:"italic",token:"source.wsd keyword.control.diagram"},{fontStyle:"italic",token:"keyword.language.gherkin.feature.step"},{fontStyle:"italic",token:"source.hlsl storage.type.basic"},{fontStyle:"italic",token:"source.apex keyword.type"},{fontStyle:"italic",token:"sharing.modifier"},{fontStyle:"italic",token:"source.nim storage.type.concrete"},{fontStyle:"italic",token:"meta.preprocessor.pragma.nim"},{fontStyle:"italic",token:"storage.type.integral"},{fontStyle:"italic",token:"entity.name.scope-resolution.function.call"},{fontStyle:"italic",token:"support.class.builtin"},{fontStyle:"italic",token:"comment.block.documentation storage.type.class"},{fontStyle:"italic",token:"source.tf meta.keyword.string"},{fontStyle:"italic",token:"source.tf meta.keyword.number"},{fontStyle:"italic",token:"source.scala entity.name.class"},{fontStyle:"italic",token:"meta.import keyword.control"},{fontStyle:"italic",token:"keyword.control.export"},{fontStyle:"italic",token:"source.vue meta.directive punctuation.separator.key-value"},{fontStyle:"italic",token:"keyword.local.lua"},{fontStyle:"italic",token:"markup.list"},{fontStyle:"italic",token:"markup.mark.constrained markup.mark"},{fontStyle:"italic",token:"markup.block.open"},{fontStyle:"bold",token:"keyword"},{fontStyle:"bold",token:"keyword.control"},{fontStyle:"bold",token:"keyword.operator"},{fontStyle:"bold",token:"keyword.other.template"},{fontStyle:"bold",token:"keyword.other.substitution"},{fontStyle:"bold",token:"storage.type.function.arrow"},{fontStyle:"bold",token:"constant.other.color"},{fontStyle:"bold",token:"punctuation.accessor"},{fontStyle:"bold",token:"entity.name.section"},{fontStyle:"bold",token:"markup.bold"},{fontStyle:"bold",token:"markup.bold string"},{fontStyle:"bold",token:"markdown.heading"},{fontStyle:"bold",token:"markup.inline.raw punctuation.definition.raw"},{fontStyle:"bold",token:"markup.heading"},{fontStyle:"bold",token:"storage.type.function.pug"},{fontStyle:"bold",token:"storage.type.function.python"},{fontStyle:"bold",token:"storage.type.annotation"},{fontStyle:"bold",token:"punctuation.bracket.angle"},{fontStyle:"bold",token:"keyword.other.new"},{fontStyle:"bold",token:"punctuation.separator.question-mark.cs"},{fontStyle:"bold",token:"storage.type.generic.wildcard"},{fontStyle:"bold",token:"source.go keyword.operator"},{fontStyle:"bold",token:"punctuation.separator.namespace"},{fontStyle:"bold",token:"constant.other.symbol.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"variable.parameter"},{fontStyle:"bold",token:"support.function.builtin.rust"},{fontStyle:"bold",token:"storage.type.function.coffee"},{fontStyle:"bold",token:"entity.name.variable.parameter"},{fontStyle:"bold",token:"punctuation.separator.hash.cs"},{fontStyle:"bold",token:"constant.other.symbol.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"meta.function.parameters variable.other"},{fontStyle:"bold",token:"entity.name.type.annotation.kotlin"},{fontStyle:"bold",token:"storage.type.objc"},{fontStyle:"bold",token:"parameter.variable.function"},{fontStyle:"bold",token:"markup punctuation.definition"},{fontStyle:"bold",token:"punctuation.section.directive"},{fontStyle:"bold",token:"punctuation.definition.preprocessor"},{fontStyle:"bold",token:"source.ruby punctuation.definition.variable"},{fontStyle:"bold",token:"punctuation.separator.method"},{fontStyle:"bold",token:"support.function.textbf"},{fontStyle:"bold",token:"source.graphql support.type.builtin"},{fontStyle:"bold",token:"source.ocaml variable.interpolation string"},{fontStyle:"bold",token:"entity.name.function.definition.special.constructor"},{fontStyle:"bold",token:"entity.name.function.definition.special.member.destructor."},{fontStyle:"bold",token:"meta.function.parameters variable punctuation.definition.variable.php"},{fontStyle:"bold",token:"source.wsd keyword.other.activity"},{fontStyle:"bold",token:"keyword.control.class.ruby"},{fontStyle:"bold",token:"keyword.control.def.ruby"},{fontStyle:"bold",token:"keyword.function.go"},{fontStyle:"bold",token:"keyword.other.fn.rust"},{fontStyle:"bold",token:"markup.other.anchor"},{fontStyle:"bold",token:"markup.list.bullet"},{fontStyle:"bold",token:"markup.list punctuation.definition"},{fontStyle:"bold italic",token:"markup.bold markup.italic"},{fontStyle:"bold italic",token:"markup.italic markup.bold"},{fontStyle:"bold italic",token:"markup.quote markup.bold"},{fontStyle:"bold italic",token:"markup.bold markup.italic string"},{fontStyle:"bold italic",token:"markup.italic markup.bold string"},{fontStyle:"bold italic",token:"markup.quote markup.bold string"},{fontStyle:"bold italic",token:"text.html punctuation.section.embedded"},{fontStyle:"bold italic",token:"variable.other.c"},{fontStyle:"bold italic",token:"storage.modifier.lifetime.rust"},{fontStyle:"bold italic",token:"entity.name.lifetime.rust"},{fontStyle:"bold italic",token:"source.rust meta.attribute.rust"},{fontStyle:"bold italic",token:"meta.attribute.id entity.other.attribute-name"},{fontStyle:"bold italic",token:"source.ocaml punctuation.definition.tag emphasis"},{fontStyle:"bold italic",token:"source.tf entity.name"},{fontStyle:"bold italic",token:"markup.quote punctuation.definition"},{fontStyle:"bold italic",token:"markup.fenced_code punctuation.definition"},{fontStyle:"bold italic",token:"fenced_code.block.language"},{fontStyle:"",token:"keyword.begin.tag.ejs"},{fontStyle:"",token:"source.python meta.function.decorator.python support.type.python"},{fontStyle:"",token:"source.cs keyword.other"},{fontStyle:"",token:"keyword.other.var.cs"},{fontStyle:"",token:"source.go keyword"},{fontStyle:"",token:"storage.modifier.static.rust"},{fontStyle:"",token:"variable.parameter.r"},{fontStyle:"",token:"variable.parameter.handlebars"},{fontStyle:"",token:"storage.modifier.import"},{fontStyle:"",token:"storage.modifier.package"},{fontStyle:"",token:"meta.class.identifier storage.modifier"},{fontStyle:"",token:"keyword.operator.other.powershell"},{fontStyle:"",token:"source.css variable.parameter"},{fontStyle:"",token:"string.interpolated variable.parameter"},{fontStyle:"",token:"source.apacheconf keyword"},{fontStyle:"",token:"keyword.other.julia"},{fontStyle:"",token:"storage.modifier.using.vala"},{fontStyle:"",token:"source.objc keyword.other.property.attribute"},{fontStyle:"",token:"source.sql keyword.other"},{fontStyle:"",token:"keyword.other.using.vala"},{fontStyle:"",token:"keyword.operator.function.infix"},{fontStyle:"",token:"keyword.control.directive"},{fontStyle:"",token:"keyword.other.rust"},{fontStyle:"",token:"keyword.other.declaration-specifier.swift"},{fontStyle:"",token:"entity.name.function.swift"},{fontStyle:"",token:"keyword.control.class"},{fontStyle:"",token:"keyword.control.def"},{fontStyle:"",token:"punctuation.definition.variable"},{fontStyle:"",token:"entity.name.section.latex"},{fontStyle:"",token:"source.ocaml keyword markup.underline"},{fontStyle:"",token:"source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css"},{fontStyle:"",token:"source.reason entity.other.attribute-name constant.language constant.numeric"},{fontStyle:"",token:"keyword.format.specifier.fsharp"},{fontStyle:"",token:"entity.name.section.fsharp"},{fontStyle:"",token:"binding.fsharp keyword"},{fontStyle:"",token:"binding.fsharp keyword.symbol"},{fontStyle:"",token:"record.fsharp keyword"},{fontStyle:"",token:"keyword.symbol.fsharp"},{fontStyle:"",token:"entity.name.section.fsharp keyword"},{fontStyle:"",token:"namespace.open.fsharp keyword"},{fontStyle:"",token:"namespace.open.fsharp entity"},{fontStyle:"",token:"storage.type"},{fontStyle:"",token:"source.cpp keyword.other"},{fontStyle:"",token:"source.c keyword.other"},{fontStyle:"",token:"keyword.other.unit"},{fontStyle:"",token:"storage.modifier.array.bracket"},{fontStyle:"",token:"keyword.control.default"},{fontStyle:"",token:"meta.import.haskell keyword"},{fontStyle:"",token:"keyword.declaration.dart"},{fontStyle:"",token:"source.wsd keyword.other"},{fontStyle:"",token:"keyword.other.skinparam"},{fontStyle:"",token:"source.css keyword.control"},{fontStyle:"",token:"source.css keyword.operator"},{fontStyle:"",token:"keyword.language.gherkin.feature.scenario"},{fontStyle:"",token:"keyword.control.cucumber.table"},{fontStyle:"",token:"source.toml entity.other.attribute-name"},{fontStyle:"",token:"source.toml keyword"},{fontStyle:"",token:"keyword.other.nim"},{fontStyle:"",token:"source.nim keyword.other.common.function"},{fontStyle:"",token:"source.nim keyword.other"},{fontStyle:"",token:"source.scala keyword.declaration"},{fontStyle:"",token:"source.scala entity.name.class.declaration"},{fontStyle:"",token:"keyword.control.lua"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#becfda"}],L4=[],$4={inherit:I4,base:O4,colors:R4,rules:M4,encodedTokensColors:L4},N4=!1,H4="vs-dark",P4={"activityBar.activeBackground":"#f18eb033","activityBar.activeBorder":"#f18eb0","activityBar.background":"#322a2d","activityBar.border":"#1f191b","activityBar.foreground":"#997582","activityBar.inactiveForeground":"#99758277","activityBarBadge.background":"#f18eb0","activityBarBadge.foreground":"#1f191b","badge.background":"#f18eb0","badge.foreground":"#1f191b","breadcrumb.activeSelectionForeground":"#edebff","breadcrumb.background":"#322a2d","breadcrumb.focusForeground":"#f18eb0","breadcrumb.foreground":"#bbaab0","breadcrumbPicker.background":"#413036","button.background":"#007f99","button.foreground":"#edebff","button.hoverBackground":"#00aacc","debugExceptionWidget.background":"#322a2d","debugExceptionWidget.border":"#997582","debugToolBar.background":"#322a2d",descriptionForeground:"#bb778f","diffEditor.insertedTextBackground":"#16b67327","diffEditor.removedTextBackground":"#e6653341","dropdown.background":"#413036","dropdown.border":"#413036","dropdown.foreground":"#bb778f","editor.background":"#322a2d","editor.findMatchBackground":"#40bf6a11","editor.findMatchHighlightBackground":"#0e667179","editor.findRangeHighlightBackground":"#49e9a622","editor.foreground":"#cbbec2","editor.hoverHighlightBackground":"#9975823f","editor.inactiveSelectionBackground":"#99758233","editor.lineHighlightBackground":"#453138aa","editor.lineHighlightBorder":"#45313899","editor.rangeHighlightBackground":"#49d6e922","editor.selectionBackground":"#99758255","editor.selectionHighlightBackground":"#7f536299","editor.snippetFinalTabstopHighlightBackground":"#272022","editor.snippetFinalTabstopHighlightBorder":"#2c2528","editor.snippetTabstopHighlightBackground":"#272022","editor.snippetTabstopHighlightBorder":"#2c2528","editor.wordHighlightBackground":"#e4b78133","editor.wordHighlightStrongBackground":"#cc990033","editorBracketMatch.background":"#99758222","editorBracketMatch.border":"#997582","editorCodeLens.foreground":"#776284","editorCursor.foreground":"#ffb3cd","editorError.border":"#322a2d","editorError.foreground":"#e34e1c","editorGroup.border":"#1f191b","editorGroup.dropBackground":"#715b6333","editorGroup.emptyBackground":"#715b6333","editorGroupHeader.noTabsBackground":"#413036","editorGroupHeader.tabsBackground":"#413036","editorGroupHeader.tabsBorder":"#413036","editorGutter.addedBackground":"#8ce99a","editorGutter.background":"#322a2d","editorGutter.deletedBackground":"#e34e1c","editorGutter.modifiedBackground":"#ffc180","editorHint.border":"#49e9a600","editorHint.foreground":"#49e9a6","editorHoverWidget.background":"#3e2e33","editorHoverWidget.border":"#1f191b","editorIndentGuide.activeBackground":"#7f5362","editorIndentGuide.background":"#48373d","editorInfo.border":"#322a2d","editorInfo.foreground":"#40d4e7","editorLineNumber.activeForeground":"#bb778f","editorLineNumber.foreground":"#715b63","editorLink.activeForeground":"#14a5ff","editorMarkerNavigation.background":"#5f3a4729","editorMarkerNavigationError.background":"#e34e1c","editorMarkerNavigationWarning.background":"#e69533","editorOverviewRuler.border":"#322a2d","editorOverviewRuler.commonContentForeground":"#ffc18044","editorOverviewRuler.currentContentForeground":"#85f1ff44","editorOverviewRuler.incomingContentForeground":"#9d92f244","editorRuler.foreground":"#593a46","editorSuggestWidget.background":"#3e2e33","editorSuggestWidget.border":"#1f191b","editorSuggestWidget.foreground":"#bbaab0","editorSuggestWidget.highlightForeground":"#f18eb0","editorSuggestWidget.selectedBackground":"#563440","editorWarning.border":"#322a2d","editorWarning.foreground":"#e69533","editorWhitespace.foreground":"#ffccde21","editorWidget.background":"#413036","editorWidget.border":"#1f191b",errorForeground:"#e34e1c","extensionButton.prominentBackground":"#008c99","extensionButton.prominentForeground":"#e4e2f9","extensionButton.prominentHoverBackground":"#00bbcc",focusBorder:"#413036",foreground:"#cbbec2","gitDecoration.addedResourceForeground":"#16b673","gitDecoration.conflictingResourceForeground":"#ffc180","gitDecoration.deletedResourceForeground":"#e34e1c","gitDecoration.ignoredResourceForeground":"#5b788b","gitDecoration.modifiedResourceForeground":"#49e9a6","gitDecoration.untrackedResourceForeground":"#40d4e7","input.background":"#272022","input.border":"#412a32","input.foreground":"#ddd5d7","input.placeholderForeground":"#a48e96","inputOption.activeBorder":"#997582","inputValidation.errorBackground":"#501502ee","inputValidation.errorBorder":"#691c02","inputValidation.errorForeground":"#ff4000","inputValidation.infoBackground":"#0f6e7bee","inputValidation.infoBorder":"#148f9f","inputValidation.infoForeground":"#40d4e7","inputValidation.warningBackground":"#82694acc","inputValidation.warningBorder":"#a88457","inputValidation.warningForeground":"#e69533","list.activeSelectionBackground":"#5c2e3e99","list.activeSelectionForeground":"#edebff","list.dropBackground":"#38292e","list.errorForeground":"#e34e1c","list.focusBackground":"#824a5e66","list.focusForeground":"#edebff","list.highlightForeground":"#f18eb0","list.hoverBackground":"#533641","list.hoverForeground":"#edebff","list.inactiveFocusBackground":"#2c2528","list.inactiveSelectionBackground":"#3b2b31","list.inactiveSelectionForeground":"#cbbec2","list.warningForeground":"#ffa857","listFilterWidget.background":"#202040","listFilterWidget.noMatchesOutline":"#e34e1c","listFilterWidget.outline":"#49e9a6","menu.background":"#413036","menu.foreground":"#bbaab0","menu.selectionBackground":"#824a5e66","menu.selectionBorder":"#824a5e66","menu.selectionForeground":"#f18eb0","menu.separatorBackground":"#f18eb0","menubar.selectionBackground":"#824a5e66","menubar.selectionBorder":"#824a5e66","menubar.selectionForeground":"#f18eb0","merge.border":"#322a2d00","merge.commonContentBackground":"#ffc18022","merge.commonHeaderBackground":"#ffc18044","merge.currentContentBackground":"#85f1ff22","merge.currentHeaderBackground":"#85f1ff44","merge.incomingContentBackground":"#9d92f222","merge.incomingHeaderBackground":"#9d92f244","minimap.background":"#322a2d99","minimap.errorHighlight":"#e34e1cee","minimap.findMatchHighlight":"#f18eb0ee","minimap.warningHighlight":"#e69533ee","minimapGutter.addedBackground":"#16b673","minimapGutter.deletedBackground":"#e34e1c","minimapGutter.modifiedBackground":"#49e9a6","notificationCenter.border":"#413036","notificationCenterHeader.background":"#413036","notificationCenterHeader.foreground":"#a48e96","notificationLink.foreground":"#a48e96","notificationToast.border":"#413036","notifications.background":"#413036","notifications.border":"#413036","notifications.foreground":"#ddd5d7","panel.background":"#272022","panel.border":"#997582","panelTitle.activeBorder":"#997582","panelTitle.activeForeground":"#f18eb0","panelTitle.inactiveForeground":"#936c7a","peekView.border":"#997582","peekViewEditor.background":"#2c2125","peekViewEditor.matchHighlightBackground":"#88445c55","peekViewEditorGutter.background":"#2c2125","peekViewResult.background":"#322529","peekViewResult.fileForeground":"#ffc180","peekViewResult.lineForeground":"#a48e96","peekViewResult.matchHighlightBackground":"#47393e","peekViewResult.selectionBackground":"#47393e","peekViewResult.selectionForeground":"#a48e96","peekViewTitle.background":"#322529","peekViewTitleDescription.foreground":"#a48e96","peekViewTitleLabel.foreground":"#ffc180","pickerGroup.border":"#997582","pickerGroup.foreground":"#f18eb0","progressBar.background":"#f18eb0","scrollbar.shadow":"#00000044","scrollbarSlider.activeBackground":"#eb609155","scrollbarSlider.background":"#eb609133","scrollbarSlider.hoverBackground":"#eb609144","selection.background":"#88445cbb","settings.checkboxBackground":"#413036","settings.checkboxBorder":"#413036","settings.checkboxForeground":"#00aacc","settings.dropdownBackground":"#413036","settings.dropdownBorder":"#413036","settings.dropdownForeground":"#00aacc","settings.dropdownListBorder":"#824a5e77","settings.headerForeground":"#cbbec2","settings.modifiedItemIndicator":"#15ac31","settings.numberInputBackground":"#272022","settings.numberInputBorder":"#272022","settings.numberInputForeground":"#7060eb","settings.textInputBackground":"#413036","settings.textInputBorder":"#413036","settings.textInputForeground":"#00aacc","sideBar.background":"#2c2528","sideBar.border":"#1f191b","sideBar.dropBackground":"#2c2528","sideBar.foreground":"#bbaab0","sideBarSectionHeader.background":"#413036","sideBarSectionHeader.border":"#1f191b","sideBarSectionHeader.foreground":"#bbaab0","sideBarTitle.foreground":"#bbaab0","statusBar.background":"#322a2d","statusBar.border":"#1f191b","statusBar.debuggingBackground":"#322a2d","statusBar.debuggingBorder":"#ff80acaf","statusBar.debuggingForeground":"#ff80ac50","statusBar.foreground":"#997582","statusBar.noFolderBackground":"#322a2d","statusBar.noFolderBorder":"#322a2d","statusBar.noFolderForeground":"#a48e96","statusBarItem.activeBackground":"#8f566a77","statusBarItem.hoverBackground":"#8f566a33","statusBarItem.prominentBackground":"#272022","statusBarItem.prominentHoverBackground":"#43142488","tab.activeBackground":"#322a2d","tab.activeBorder":"#322a2d","tab.activeBorderTop":"#f18eb0","tab.activeForeground":"#f18eb0","tab.activeModifiedBorder":"#49e9a6","tab.border":"#1f191b","tab.inactiveBackground":"#413036","tab.inactiveForeground":"#bbaab0","tab.unfocusedActiveBackground":"#38232b","tab.unfocusedActiveBorder":"#322a2d","tab.unfocusedActiveForeground":"#bbaab0","tab.unfocusedHoverBackground":"#f18eb021","tab.unfocusedInactiveForeground":"#bbaab0","terminal.ansiBlack":"#47393e","terminal.ansiBlue":"#49ace9","terminal.ansiBrightBlack":"#69545b","terminal.ansiBrightBlue":"#60b6eb","terminal.ansiBrightCyan":"#60dbeb","terminal.ansiBrightGreen":"#60ebb1","terminal.ansiBrightMagenta":"#e798b3","terminal.ansiBrightRed":"#e97749","terminal.ansiBrightWhite":"#cbbec2","terminal.ansiBrightYellow":"#e69533","terminal.ansiCyan":"#49d6e9","terminal.ansiGreen":"#49e9a6","terminal.ansiMagenta":"#df769b","terminal.ansiRed":"#e66533","terminal.ansiWhite":"#b9acb0","terminal.ansiYellow":"#e4b781","terminal.background":"#272022","terminal.foreground":"#cbbec2","terminalCursor.background":"#272022","terminalCursor.foreground":"#cbbec2","textBlockQuote.background":"#322a2d","textBlockQuote.border":"#997582","textCodeBlock.background":"#322a2d","textLink.activeForeground":"#f18eb0","textLink.foreground":"#f18eb0","textPreformat.foreground":"#ffc180","textSeparator.foreground":"#322a2d","titleBar.activeBackground":"#322a2d","titleBar.activeForeground":"#cbbec2","titleBar.inactiveBackground":"#322a2d","titleBar.inactiveForeground":"#bbaab0","tree.indentGuidesStroke":"#715b63","walkThrough.embeddedEditorBackground":"#322a2d","welcomePage.buttonBackground":"#272022","welcomePage.buttonHoverBackground":"#413036","widget.shadow":"#00000044"},_4=[{foreground:"#8B747C",token:"comment"},{foreground:"#8B747C",token:"punctuation.definition.comment"},{foreground:"#8B747C",token:"punctuation.definition.tag"},{foreground:"#8B747C",token:"comment.block.documentation punctuation.definition.bracket"},{foreground:"#8B747C",token:"source.ocaml comment constant.regexp meta.separator"},{foreground:"#8B747C",token:"markup.other.anchor support.constant"},{foreground:"#8B747C",token:"markup.fenced_code"},{foreground:"#8B747C",token:"markup.fenced_code punctuation.definition"},{foreground:"#CBBEC2",token:"constant.character"},{foreground:"#CBBEC2",token:"constant.escape"},{foreground:"#CBBEC2",token:"text.html.markdown"},{foreground:"#CBBEC2",token:"punctuation.definition.list_item"},{foreground:"#CBBEC2",token:"keyword.begin.tag.ejs"},{foreground:"#CBBEC2",token:"constant.name.attribute.tag.pug"},{foreground:"#CBBEC2",token:"source.clojure meta.symbol"},{foreground:"#CBBEC2",token:"constant.other.description.jsdoc"},{foreground:"#CBBEC2",token:"keyword.other.array.phpdoc.php"},{foreground:"#CBBEC2",token:"keyword.operator.other.powershell"},{foreground:"#CBBEC2",token:"meta.link.inline punctuation.definition.string"},{foreground:"#CBBEC2",token:"source.sql"},{foreground:"#CBBEC2",token:"source meta.brace"},{foreground:"#CBBEC2",token:"source punctuation"},{foreground:"#CBBEC2",token:"text.html punctuation"},{foreground:"#CBBEC2",token:"markup meta punctuation.definition"},{foreground:"#CBBEC2",token:"meta.bracket.julia"},{foreground:"#CBBEC2",token:"meta.array.julia"},{foreground:"#CBBEC2",token:"punctuation.separator.key-value"},{foreground:"#CBBEC2",token:"entity.name.footnote"},{foreground:"#CBBEC2",token:"source.ocaml punctuation.definition.tag"},{foreground:"#CBBEC2",token:"source.ocaml entity.name.filename"},{foreground:"#CBBEC2",token:"source.reason entity.name.filename"},{foreground:"#CBBEC2",token:"entity.other.attribute-name strong"},{foreground:"#CBBEC2",token:"binding.fsharp keyword.symbol.fsharp"},{foreground:"#CBBEC2",token:"entity.name.record.field.elm"},{foreground:"#CBBEC2",token:"entity.name.record.field.accessor.elm"},{foreground:"#CBBEC2",token:"storage.modifier.array.bracket"},{foreground:"#CBBEC2",token:"source.css entity.other"},{foreground:"#CBBEC2",token:"meta.attribute-selector punctuation.definition.entity"},{foreground:"#CBBEC2",token:"markup.other.anchor string"},{foreground:"#DF769B",token:"keyword"},{foreground:"#DF769B",token:"keyword.control"},{foreground:"#DF769B",token:"keyword.other.template"},{foreground:"#DF769B",token:"keyword.other.substitution"},{foreground:"#DF769B",token:"storage.modifier"},{foreground:"#DF769B",token:"meta.tag.sgml"},{foreground:"#DF769B",token:"punctuation.accessor"},{foreground:"#DF769B",token:"constant.other.color"},{foreground:"#DF769B",token:"entity.name.section"},{foreground:"#DF769B",token:"markup.heading"},{foreground:"#DF769B",token:"markup.heading punctuation.definition"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-class"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-element"},{foreground:"#DF769B",token:"tag.decorator.js entity.name.tag.js"},{foreground:"#DF769B",token:"tag.decorator.js punctuation.definition.tag.js"},{foreground:"#DF769B",token:"storage.type.function.pug"},{foreground:"#DF769B",token:"text.pug storage.type"},{foreground:"#DF769B",token:"text.pug meta.tag.other"},{foreground:"#DF769B",token:"source.clojure storage.control"},{foreground:"#DF769B",token:"meta.expression.clojure"},{foreground:"#DF769B",token:"punctuation.separator.slice.python"},{foreground:"#DF769B",token:"punctuation.separator.question-mark.cs"},{foreground:"#DF769B",token:"punctuation.definition.parameters.varargs"},{foreground:"#DF769B",token:"source.go keyword.operator"},{foreground:"#DF769B",token:"punctuation.separator.pointer-access"},{foreground:"#DF769B",token:"punctuation.separator.other.ruby"},{foreground:"#DF769B",token:"keyword.package"},{foreground:"#DF769B",token:"keyword.import"},{foreground:"#DF769B",token:"punctuation.definition.keyword"},{foreground:"#DF769B",token:"punctuation.separator.hash.cs"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css"},{foreground:"#DF769B",token:"entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css"},{foreground:"#DF769B",token:"source.kotlin storage.type.import"},{foreground:"#DF769B",token:"source.kotlin storage.type.package"},{foreground:"#DF769B",token:"constant.string.documentation.powershell"},{foreground:"#DF769B",token:"punctuation.section.directive"},{foreground:"#DF769B",token:"storage.type.rust"},{foreground:"#DF769B",token:"punctuation.definition.attribute"},{foreground:"#DF769B",token:"punctuation.definition.preprocessor"},{foreground:"#DF769B",token:"punctuation.separator.namespace"},{foreground:"#DF769B",token:"punctuation.separator.method"},{foreground:"#DF769B",token:"keyword.control punctuation.definition.function"},{foreground:"#DF769B",token:"source.ocaml variable.interpolation string"},{foreground:"#DF769B",token:"source.reason variable.interpolation"},{foreground:"#DF769B",token:"punctuation.definition.directive"},{foreground:"#DF769B",token:"storage.type.modifier"},{foreground:"#DF769B",token:"keyword.other.class.fileds"},{foreground:"#DF769B",token:"source.toml entity.other.attribute-name"},{foreground:"#DF769B",token:"source.css entity.name.tag.custom"},{foreground:"#DF769B",token:"sharing.modifier"},{foreground:"#DF769B",token:"keyword.control.class.ruby"},{foreground:"#DF769B",token:"keyword.control.def.ruby"},{foreground:"#E4B781",token:"variable"},{foreground:"#E4B781",token:"variable.object"},{foreground:"#E4B781",token:"variable.other"},{foreground:"#E4B781",token:"variable.parameter"},{foreground:"#E4B781",token:"support"},{foreground:"#E4B781",token:"entity.name.module"},{foreground:"#E4B781",token:"variable.import.parameter"},{foreground:"#E4B781",token:"variable.other.class"},{foreground:"#E4B781",token:"meta.toc-list.id.html"},{foreground:"#E4B781",token:"source.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#E4B781",token:"meta.var.clojure"},{foreground:"#E4B781",token:"entity.name.variable"},{foreground:"#E4B781",token:"source.java meta.class.body.java"},{foreground:"#E4B781",token:"entity.name.package.go"},{foreground:"#E4B781",token:"source.c"},{foreground:"#E4B781",token:"source.cpp"},{foreground:"#E4B781",token:"source.go"},{foreground:"#E4B781",token:"source.python"},{foreground:"#E4B781",token:"meta.function-call.arguments.python"},{foreground:"#E4B781",token:"source.ruby"},{foreground:"#E4B781",token:"source.coffee.embedded.source"},{foreground:"#E4B781",token:"source.coffee"},{foreground:"#E4B781",token:"storage.modifier.import"},{foreground:"#E4B781",token:"storage.modifier.package"},{foreground:"#E4B781",token:"storage.type.annotation"},{foreground:"#E4B781",token:"punctuation.definition.annotation"},{foreground:"#E4B781",token:"source.groovy.embedded.source"},{foreground:"#E4B781",token:"punctuation.definition.variable"},{foreground:"#E4B781",token:"source.powershell"},{foreground:"#E4B781",token:"string.quoted.interpolated.vala constant.character.escape.vala"},{foreground:"#E4B781",token:"source.apacheconf"},{foreground:"#E4B781",token:"source.objc"},{foreground:"#E4B781",token:"source.crystal"},{foreground:"#E4B781",token:"string.quoted.double.kotlin entity.string.template.element.kotlin"},{foreground:"#E4B781",token:"entity.name.package.kotlin"},{foreground:"#E4B781",token:"meta.template.expression.kotlin"},{foreground:"#E4B781",token:"parameter.variable.function"},{foreground:"#E4B781",token:"variable.other.constant.elixir"},{foreground:"#E4B781",token:"source.elixir.embedded.source"},{foreground:"#E4B781",token:"source.sql.embedded"},{foreground:"#E4B781",token:"punctuation.definition.placeholder"},{foreground:"#E4B781",token:"source.swift"},{foreground:"#E4B781",token:"source.julia"},{foreground:"#E4B781",token:"source.shell"},{foreground:"#E4B781",token:"variable.other.normal punctuation.definition.variable.shell"},{foreground:"#E4B781",token:"source.reason variable.language"},{foreground:"#E4B781",token:"source.reason variable.language string.other.link"},{foreground:"#E4B781",token:"source.elm meta.value"},{foreground:"#E4B781",token:"source.elm meta.declaration.module"},{foreground:"#E4B781",token:"meta.embedded.block variable punctuation.definition.variable.php"},{foreground:"#E4B781",token:"string.quoted.double.class.other"},{foreground:"#E4B781",token:"source.toml keyword"},{foreground:"#E4B781",token:"support.type.nim"},{foreground:"#E4B781",token:"source.tf meta.template.expression"},{foreground:"#E4B781",token:"source.scala entity.name.import"},{foreground:"#E4B781",token:"markup.code"},{foreground:"#D67E5C",token:"support.variable.property"},{foreground:"#D67E5C",token:"constant.other.symbol.hashkey.ruby"},{foreground:"#D67E5C",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{foreground:"#D67E5C",token:"entity.other.attribute-name.id"},{foreground:"#D67E5C",token:"entity.other.attribute-name.id punctuation.definition.entity"},{foreground:"#D67E5C",token:"entity.name.type.annotation.kotlin"},{foreground:"#D67E5C",token:"support.type.primitive"},{foreground:"#D67E5C",token:"meta.type.parameters entity.name.type"},{foreground:"#D67E5C",token:"meta.type.annotation entity.name.type"},{foreground:"#D67E5C",token:"punctuation.definition.typeparameters"},{foreground:"#D67E5C",token:"source.python support.type.python"},{foreground:"#D67E5C",token:"comment.block.documentation.phpdoc.php keyword.other.type.php"},{foreground:"#D67E5C",token:"storage.type.php"},{foreground:"#D67E5C",token:"keyword.type"},{foreground:"#D67E5C",token:"storage.type.cs"},{foreground:"#D67E5C",token:"storage.type.c"},{foreground:"#D67E5C",token:"storage.type.objc"},{foreground:"#D67E5C",token:"punctuation.definition.storage.type.objc"},{foreground:"#D67E5C",token:"markup punctuation.definition"},{foreground:"#D67E5C",token:"storage.type.powershell"},{foreground:"#D67E5C",token:"comment.block.documentation entity.name.type"},{foreground:"#D67E5C",token:"source.java storage.type"},{foreground:"#D67E5C",token:"storage.type.primitive"},{foreground:"#D67E5C",token:"source.groovy storage.type"},{foreground:"#D67E5C",token:"storage.type.r"},{foreground:"#D67E5C",token:"source.haskell storage.type"},{foreground:"#D67E5C",token:"punctuation.separator.clause-head-body"},{foreground:"#D67E5C",token:"source.go storage.type"},{foreground:"#D67E5C",token:"storage.type.core.rust"},{foreground:"#D67E5C",token:"storage.class.std.rust"},{foreground:"#D67E5C",token:"storage.modifier.lifetime.rust"},{foreground:"#D67E5C",token:"entity.name.lifetime.rust"},{foreground:"#D67E5C",token:"support.type.vb"},{foreground:"#D67E5C",token:"entity.name.type.kotlin"},{foreground:"#D67E5C",token:"support.type.julia"},{foreground:"#D67E5C",token:"constant.other.reference"},{foreground:"#D67E5C",token:"source.graphql support.type"},{foreground:"#D67E5C",token:"source.reason support.type string"},{foreground:"#D67E5C",token:"entity.name.type.fsharp"},{foreground:"#D67E5C",token:"source.elm storage.type"},{foreground:"#D67E5C",token:"storage.type.user-defined"},{foreground:"#D67E5C",token:"storage.type.built-in"},{foreground:"#D67E5C",token:"support.type.builtin"},{foreground:"#D67E5C",token:"source.swift support.type"},{foreground:"#D67E5C",token:"support.class.crystal"},{foreground:"#D67E5C",token:"storage.type.integral"},{foreground:"#D67E5C",token:"source.cpp storage.type.cpp"},{foreground:"#D67E5C",token:"source.vala storage.type"},{foreground:"#D67E5C",token:"source.hlsl storage.type.basic"},{foreground:"#D67E5C",token:"source.hlsl support.type.other"},{foreground:"#D67E5C",token:"source.apex storage.type"},{foreground:"#D67E5C",token:"source.nim storage.type"},{foreground:"#D67E5C",token:"source.cpp entity.name.type"},{foreground:"#D67E5C",token:"support.class.builtin"},{foreground:"#D67E5C",token:"source.tf meta.keyword.string"},{foreground:"#D67E5C",token:"source.tf meta.keyword.number"},{foreground:"#D67E5C",token:"source.scala entity.name.class"},{foreground:"#D67E5C",token:"markup.raw.monospace"},{foreground:"#D67E5C",token:"markup.mark"},{foreground:"#D67E5C",token:"markup.meta.attribute-list"},{foreground:"#D5971A",token:"constant"},{foreground:"#D5971A",token:"variable.other.constant"},{foreground:"#D5971A",token:"support.constant"},{foreground:"#D5971A",token:"punctuation.definition.entity"},{foreground:"#D5971A",token:"constant.character.entity"},{foreground:"#D5971A",token:"support.variable.magic"},{foreground:"#D5971A",token:"markup.quote"},{foreground:"#D5971A",token:"entity.name.type.type-parameter.cs"},{foreground:"#D5971A",token:"punctuation.bracket.angle"},{foreground:"#D5971A",token:"entity.name.function.preprocessor.c"},{foreground:"#D5971A",token:"storage.type.scala"},{foreground:"#D5971A",token:"entity.helper.apacheconf"},{foreground:"#D5971A",token:"variable.language.crystal"},{foreground:"#D5971A",token:"punctuation.definition.constant"},{foreground:"#D5971A",token:"support.constant punctuation.definition.variable"},{foreground:"#D5971A",token:"constant.character.math"},{foreground:"#D5971A",token:"support.class.math"},{foreground:"#D5971A",token:"source.graphql constant.character"},{foreground:"#D5971A",token:"source.reason constant.language.list"},{foreground:"#D5971A",token:"source.cpp variable.other.enummember"},{foreground:"#D5971A",token:"support.variable.class.hideshow"},{foreground:"#D5971A",token:"entity.other.attribute-name.class"},{foreground:"#D5971A",token:"meta.attribute.id entity.other.attribute-name"},{foreground:"#D5971A",token:"text.html entity.other.attribute-name"},{foreground:"#D5971A",token:"meta.tag.attributes entity.other.attribute-name"},{foreground:"#D5971A",token:"text.xml entity.other.attribute-name"},{foreground:"#D5971A",token:"source.cs entity.other.attribute-name"},{foreground:"#D5971A",token:"constant.character.format.placeholder"},{foreground:"#D5971A",token:"constant.other.placeholder"},{foreground:"#D5971A",token:"source.vue entity.other.attribute-name"},{foreground:"#D5971A",token:"entity.other.attribute-name.mjml"},{foreground:"#D5971A",token:"source.vue meta.directive punctuation.separator.key-value"},{foreground:"#D5971A",token:"meta.definition.attribute-entry punctuation.separator"},{foreground:"#E66533",token:"variable.language"},{foreground:"#E66533",token:"variable.parameter.function.language.special"},{foreground:"#E66533",token:"markup.bold"},{foreground:"#E66533",token:"markup.italic"},{foreground:"#E66533",token:"punctuation.definition.italic"},{foreground:"#E66533",token:"punctuation.definition.bold"},{foreground:"#E66533",token:"entity.name.tag"},{foreground:"#E66533",token:"variable.language punctuation.definition.variable"},{foreground:"#E66533",token:"keyword.control.clojure"},{foreground:"#E66533",token:"support.type.exception.python"},{foreground:"#E66533",token:"keyword.other.this.cs"},{foreground:"#E66533",token:"keyword.other.base.cs"},{foreground:"#E66533",token:"keyword.other.var.cs"},{foreground:"#E66533",token:"storage.modifier.super"},{foreground:"#E66533",token:"source.go keyword"},{foreground:"#E66533",token:"keyword.function.go"},{foreground:"#E66533",token:"meta.separator"},{foreground:"#E66533",token:"keyword.other.fn.rust"},{foreground:"#E66533",token:"storage.modifier.static.rust"},{foreground:"#E66533",token:"source.r meta.function.r keyword.control.r"},{foreground:"#E66533",token:"storage.type.def"},{foreground:"#E66533",token:"meta.class.identifier storage.modifier"},{foreground:"#E66533",token:"source.scala keyword.declaration"},{foreground:"#E66533",token:"storage.type"},{foreground:"#E66533",token:"comment.block.documentation punctuation.definition.block.tag"},{foreground:"#E66533",token:"comment.block.documentation punctuation.definition.inline.tag"},{foreground:"#E66533",token:"entity.tag.apacheconf"},{foreground:"#E66533",token:"keyword.other.julia"},{foreground:"#E66533",token:"source.julia storage.modifier"},{foreground:"#E66533",token:"constant.language.empty-list.haskell"},{foreground:"#E66533",token:"meta.function.powershell storage.type.powershell"},{foreground:"#E66533",token:"keyword.control.fun"},{foreground:"#E66533",token:"punctuation.terminator.function"},{foreground:"#E66533",token:"keyword.other.rust"},{foreground:"#E66533",token:"keyword.other.declaration-specifier.swift"},{foreground:"#E66533",token:"keyword.control.class"},{foreground:"#E66533",token:"keyword.control.def"},{foreground:"#E66533",token:"source.ocaml keyword markup.underline"},{foreground:"#E66533",token:"source.ocaml storage.type markup.underline"},{foreground:"#E66533",token:"binding.fsharp keyword"},{foreground:"#E66533",token:"function.anonymous keyword"},{foreground:"#E66533",token:"function.anonymous keyword.symbol.fsharp"},{foreground:"#E66533",token:"meta.embedded.block variable.language punctuation.definition.variable.php"},{foreground:"#E66533",token:"keyword.declaration.dart"},{foreground:"#E66533",token:"source.wsd keyword.other.class"},{foreground:"#E66533",token:"source.wsd keyword.other.linebegin"},{foreground:"#E66533",token:"keyword.other.skinparam.keyword"},{foreground:"#E66533",token:"keyword.other.nim"},{foreground:"#E66533",token:"markup.deleted.diff"},{foreground:"#E66533",token:"source.tf support.class.variable"},{foreground:"#E66533",token:"meta.function.lua keyword.control.lua"},{foreground:"#E66533",token:"markup.italic punctuation.definition"},{foreground:"#E66533",token:"markup.bold punctuation.definition"},{foreground:"#E66533",token:"markup.block entity.name.tag"},{foreground:"#49E9A6",token:"string"},{foreground:"#49E9A6",token:"punctuation.definition.string"},{foreground:"#49E9A6",token:"source.css support.constant"},{foreground:"#49E9A6",token:"entity.name.import.go"},{foreground:"#49E9A6",token:"markup.raw.texttt"},{foreground:"#49E9A6",token:"markup.inserted.diff"},{foreground:"#49E9A6",token:"source.scala punctuation.definition.character"},{foreground:"#49E9A6",token:"constant.character.literal.scala"},{foreground:"#49E9A6",token:"source.tf entity.name"},{foreground:"#16B673",token:"string.template"},{foreground:"#16B673",token:"punctuation.definition.string.template"},{foreground:"#16B673",token:"string.interpolated.python string.quoted.single.python"},{foreground:"#16B673",token:"string.quoted.double.heredoc"},{foreground:"#16B673",token:"string.quoted.interpolated.vala"},{foreground:"#16B673",token:"string.quoted.interpolated.vala punctuation.definition.string"},{foreground:"#16B673",token:"string.regexp.apacheconf"},{foreground:"#16B673",token:"markup.inline.raw.string"},{foreground:"#16B673",token:"markup.inline.raw punctuation.definition.raw"},{foreground:"#16B673",token:"string.quoted.double.interpolated.crystal"},{foreground:"#16B673",token:"string.quoted.double.interpolated.crystal punctuation.definition.string"},{foreground:"#16B673",token:"text.tex markup.raw"},{foreground:"#7060EB",token:"constant.numeric"},{foreground:"#7060EB",token:"constant.language"},{foreground:"#7060EB",token:"punctuation.separator.decimal.period.php"},{foreground:"#7060EB",token:"keyword.operator.null-conditional.cs"},{foreground:"#7060EB",token:"punctuation.separator.question-mark.cs"},{foreground:"#7060EB",token:"constant.integer.apacheconf"},{foreground:"#7060EB",token:"keyword.operator.nullable-type"},{foreground:"#7060EB",token:"constant.language punctuation.definition.variable"},{foreground:"#7060EB",token:"constant.others.fsharp"},{foreground:"#7060EB",token:"keyword.other.unit"},{foreground:"#7060EB",token:"string.quoted.double.skinparam.value"},{foreground:"#7060EB",token:"source.toml constant"},{foreground:"#16A3B6",token:"variable.function"},{foreground:"#16A3B6",token:"support.type.property-name"},{foreground:"#16A3B6",token:"entity.name.function"},{foreground:"#16A3B6",token:"string.other.link"},{foreground:"#16A3B6",token:"markup.link"},{foreground:"#16A3B6",token:"support.type.vendored"},{foreground:"#16A3B6",token:"support.other.variable"},{foreground:"#16A3B6",token:"meta.function-call.generic.python"},{foreground:"#16A3B6",token:"meta.method-call.groovy meta.method.groovy"},{foreground:"#16A3B6",token:"meta.class.body.groovy meta.method.body.java storage.type.groovy"},{foreground:"#16A3B6",token:"punctuation.definition.decorator"},{foreground:"#16A3B6",token:"support.function.any-method"},{foreground:"#16A3B6",token:"text.tex support.function"},{foreground:"#16A3B6",token:"text.tex punctuation.definition.function"},{foreground:"#16A3B6",token:"entity.name.section.fsharp entity.name.section.fsharp"},{foreground:"#16A3B6",token:"support.variable.class.function"},{foreground:"#16A3B6",token:"keyword.control.cucumber.table"},{foreground:"#16A3B6",token:"punctuation.decorator"},{foreground:"#16A3B6",token:"source.tf support.class"},{foreground:"#49D6E9",token:"entity.name"},{foreground:"#49D6E9",token:"entity.other"},{foreground:"#49D6E9",token:"support.orther.namespace.use.php"},{foreground:"#49D6E9",token:"meta.use.php"},{foreground:"#49D6E9",token:"support.other.namespace.php"},{foreground:"#49D6E9",token:"support.type"},{foreground:"#49D6E9",token:"support.class"},{foreground:"#49D6E9",token:"punctuation.definition.parameters"},{foreground:"#49D6E9",token:"support.function"},{foreground:"#49D6E9",token:"support.function.construct"},{foreground:"#49D6E9",token:"markup.changed.git_gutter"},{foreground:"#49D6E9",token:"markup.underline.link"},{foreground:"#49D6E9",token:"markup.underline.link.image"},{foreground:"#49D6E9",token:"markup.underline"},{foreground:"#49D6E9",token:"meta.symbol.namespace.clojure"},{foreground:"#49D6E9",token:"entity.mime-type.apacheconf"},{foreground:"#49D6E9",token:"keyword.operator.function.infix"},{foreground:"#49D6E9",token:"entity.name.function.infix"},{foreground:"#49D6E9",token:"entity.name.function.call.kotlin"},{foreground:"#49D6E9",token:"text.tex support.function.verb"},{foreground:"#49D6E9",token:"text.tex support.function.texttt"},{foreground:"#49D6E9",token:"source.reason constant.language.unit"},{foreground:"#49D6E9",token:"source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css"},{foreground:"#49D6E9",token:"source.reason entity.other.attribute-name constant.language constant.numeric"},{foreground:"#49D6E9",token:"constant.language.unit.fsharp"},{foreground:"#49D6E9",token:"source.wsd support.class.preprocessings"},{foreground:"#49D6E9",token:"keyword.language.gherkin.feature.scenario"},{foreground:"#49D6E9",token:"source.nim keyword.other.common.function"},{foreground:"#49D6E9",token:"entity.name.type.namespace"},{foreground:"#49D6E9",token:"entity.name.scope-resolution.function.call"},{foreground:"#49ACE9",token:"source.js constant.other.object.key.js string.unquoted.label.js"},{foreground:"#49ACE9",token:"source.js punctuation.section.embedded"},{foreground:"#49ACE9",token:"punctuation.definition.template-expression"},{foreground:"#49ACE9",token:"support.class"},{foreground:"#49ACE9",token:"entity.name.type"},{foreground:"#49ACE9",token:"storage.type.string.python"},{foreground:"#49ACE9",token:"string.interpolated.pug"},{foreground:"#49ACE9",token:"support.constant.handlebars"},{foreground:"#49ACE9",token:"source.clojure punctuation.section.set"},{foreground:"#49ACE9",token:"source.clojure punctuation.section.metadata"},{foreground:"#49ACE9",token:"entity.global.clojure"},{foreground:"#49ACE9",token:"source.python meta.function-call.python support.type.python"},{foreground:"#49ACE9",token:"entity.other.inherited-class.python"},{foreground:"#49ACE9",token:"punctuation.definition.interpolation"},{foreground:"#49ACE9",token:"punctuation.section.embedded.begin.ruby"},{foreground:"#49ACE9",token:"punctuation.section.embedded.end.ruby source.ruby"},{foreground:"#49ACE9",token:"support.constant.math"},{foreground:"#49ACE9",token:"entity.namespace.r"},{foreground:"#49ACE9",token:"meta.method-call.groovy storage.type.groovy"},{foreground:"#49ACE9",token:"source.scala entity.name.class.declaration"},{foreground:"#49ACE9",token:"constant.character.escape"},{foreground:"#49ACE9",token:"support.function.macro.julia"},{foreground:"#49ACE9",token:"string.replacement.apacheconf"},{foreground:"#49ACE9",token:"storage.modifier.using.vala"},{foreground:"#49ACE9",token:"constant.other.haskell"},{foreground:"#49ACE9",token:"source.objc entity.name.tag"},{foreground:"#49ACE9",token:"string.quoted.other.literal.upper.crystal punctuation.definition.string"},{foreground:"#49ACE9",token:"meta.embedded.line.crystal punctuation.section.embedded"},{foreground:"#49ACE9",token:"meta.embedded.line.crystal punctuation.section.embedded source.crystal"},{foreground:"#49ACE9",token:"punctuation.section.embedded"},{foreground:"#49ACE9",token:"punctuation.section.tag"},{foreground:"#49ACE9",token:"punctuation.section.embedded source.swift"},{foreground:"#49ACE9",token:"variable.other.bracket punctuation.definition.variable"},{foreground:"#49ACE9",token:"string.interpolated.dollar punctuation.definition.string"},{foreground:"#49ACE9",token:"constant.character.escape punctuation.definition.keyword"},{foreground:"#49ACE9",token:"source.ocaml entity.name.class constant.numeric"},{foreground:"#49ACE9",token:"source.reason entity.name.class"},{foreground:"#49ACE9",token:"keyword.format.specifier.fsharp"},{foreground:"#49ACE9",token:"support.module.elm"},{foreground:"#49ACE9",token:"meta.embedded.block.php punctuation.definition.variable.php"},{foreground:"#49ACE9",token:"source.vala storage.type"},{foreground:"#49ACE9",token:"support.variable.class.group"},{foreground:"#49ACE9",token:"entity.name.type.class"},{foreground:"#49ACE9",token:"source.tf meta.keyword.list"},{foreground:"#49ACE9",token:"source.tf meta.keyword.map"},{foreground:"#49ACE9",token:"entity.name.class.lua"},{foreground:"#49ACE9",token:"markup.substitution"},{foreground:"#E3541C",token:"invalid"},{foreground:"#E3541C",token:"invalid.illegal"},{fontStyle:"italic",token:"comment"},{fontStyle:"italic",token:"storage.modifier"},{fontStyle:"italic",token:"punctuation.definition.comment"},{fontStyle:"italic",token:"entity.other"},{fontStyle:"italic",token:"variable.language"},{fontStyle:"italic",token:"support.type.vendored"},{fontStyle:"italic",token:"support.constant.vendored"},{fontStyle:"italic",token:"markup.quote"},{fontStyle:"italic",token:"markup.italic"},{fontStyle:"italic",token:"tag.decorator.js entity.name.tag.js"},{fontStyle:"italic",token:"tag.decorator.js punctuation.definition.tag.js"},{fontStyle:"italic",token:"keyword.control.clojure"},{fontStyle:"italic",token:"source.clojure meta.symbol.dynamic"},{fontStyle:"italic",token:"keyword.other.this.cs"},{fontStyle:"italic",token:"keyword.other.base.cs"},{fontStyle:"italic",token:"variable.other.member.c"},{fontStyle:"italic",token:"support.type.core.rust"},{fontStyle:"italic",token:"variable.other.object.property"},{fontStyle:"italic",token:"variable.other.property"},{fontStyle:"italic",token:"source.r meta.function.r keyword.control.r"},{fontStyle:"italic",token:"comment.line.roxygen.r keyword"},{fontStyle:"italic",token:"comment.line.roxygen.r variable.parameter.r"},{fontStyle:"italic",token:"keyword.control.inheritance.coffee"},{fontStyle:"italic",token:"comment.block.documentation.phpdoc.php keyword"},{fontStyle:"italic",token:"keyword.other.array.phpdoc.php"},{fontStyle:"italic",token:"storage.type.modifier"},{fontStyle:"italic",token:"comment.block.javadoc.java keyword"},{fontStyle:"italic",token:"comment.block.javadoc.java variable.parameter.java"},{fontStyle:"italic",token:"keyword.operator.documentation.powershell"},{fontStyle:"italic",token:"storage.type.scala"},{fontStyle:"italic",token:"variable.parameter.function.language.special"},{fontStyle:"italic",token:"comment.block.documentation.scala keyword"},{fontStyle:"italic",token:"comment.block.documentation.scala variable.parameter"},{fontStyle:"italic",token:"support.function.builtin.go"},{fontStyle:"italic",token:"constant.other.symbol.hashkey.ruby"},{fontStyle:"italic",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{fontStyle:"italic",token:"constant.other.symbol.ruby"},{fontStyle:"italic",token:"source.vala storage.type.generic"},{fontStyle:"italic",token:"constant.other.table-name"},{fontStyle:"italic",token:"constant.other.placeholder"},{fontStyle:"italic",token:"variable.other.field"},{fontStyle:"italic",token:"entity.alias.import.go"},{fontStyle:"italic",token:"source.swift keyword.other.declaration-specifier"},{fontStyle:"italic",token:"support.variable.swift"},{fontStyle:"italic",token:"keyword.other.capture-specifier"},{fontStyle:"italic",token:"text.tex support.function.emph"},{fontStyle:"italic",token:"constant.other.math"},{fontStyle:"italic",token:"support.function.textit"},{fontStyle:"italic",token:"entity.name.footnote"},{fontStyle:"italic",token:"entity.name.function.directive.graphql"},{fontStyle:"italic",token:"source.graphql support.type.enum"},{fontStyle:"italic",token:"source.ocaml entity.name.filename"},{fontStyle:"italic",token:"source.reason entity.name.filename"},{fontStyle:"italic",token:"abstract.definition.fsharp keyword"},{fontStyle:"italic",token:"abstract.definition.fsharp entity"},{fontStyle:"italic",token:"function.anonymous keyword"},{fontStyle:"italic",token:"entity.name.record.field.accessor.elm"},{fontStyle:"italic",token:"support.type.primitive"},{fontStyle:"italic",token:"support.type.builtin"},{fontStyle:"italic",token:"keyword.type.cs"},{fontStyle:"italic",token:"storage.type.built-in"},{fontStyle:"italic",token:"storage.type.primitive"},{fontStyle:"italic",token:"source.python support.type.python"},{fontStyle:"italic",token:"storage.type.core.rust"},{fontStyle:"italic",token:"source.swift support.type"},{fontStyle:"italic",token:"source.go storage.type"},{fontStyle:"italic",token:"storage.type.php"},{fontStyle:"italic",token:"storage.type.function.kotlin"},{fontStyle:"italic",token:"entity.name.type.kotlin"},{fontStyle:"italic",token:"support.type.julia"},{fontStyle:"italic",token:"variable.other.member"},{fontStyle:"italic",token:"keyword.other.import"},{fontStyle:"italic",token:"keyword.package"},{fontStyle:"italic",token:"keyword.import"},{fontStyle:"italic",token:"source.wsd keyword.control.diagram"},{fontStyle:"italic",token:"keyword.language.gherkin.feature.step"},{fontStyle:"italic",token:"source.hlsl storage.type.basic"},{fontStyle:"italic",token:"source.apex keyword.type"},{fontStyle:"italic",token:"sharing.modifier"},{fontStyle:"italic",token:"source.nim storage.type.concrete"},{fontStyle:"italic",token:"meta.preprocessor.pragma.nim"},{fontStyle:"italic",token:"storage.type.integral"},{fontStyle:"italic",token:"entity.name.scope-resolution.function.call"},{fontStyle:"italic",token:"support.class.builtin"},{fontStyle:"italic",token:"comment.block.documentation storage.type.class"},{fontStyle:"italic",token:"source.tf meta.keyword.string"},{fontStyle:"italic",token:"source.tf meta.keyword.number"},{fontStyle:"italic",token:"source.scala entity.name.class"},{fontStyle:"italic",token:"meta.import keyword.control"},{fontStyle:"italic",token:"keyword.control.export"},{fontStyle:"italic",token:"source.vue meta.directive punctuation.separator.key-value"},{fontStyle:"italic",token:"keyword.local.lua"},{fontStyle:"italic",token:"markup.list"},{fontStyle:"italic",token:"markup.mark.constrained markup.mark"},{fontStyle:"italic",token:"markup.block.open"},{fontStyle:"bold",token:"keyword"},{fontStyle:"bold",token:"keyword.control"},{fontStyle:"bold",token:"keyword.operator"},{fontStyle:"bold",token:"keyword.other.template"},{fontStyle:"bold",token:"keyword.other.substitution"},{fontStyle:"bold",token:"storage.type.function.arrow"},{fontStyle:"bold",token:"constant.other.color"},{fontStyle:"bold",token:"punctuation.accessor"},{fontStyle:"bold",token:"entity.name.section"},{fontStyle:"bold",token:"markup.bold"},{fontStyle:"bold",token:"markup.bold string"},{fontStyle:"bold",token:"markdown.heading"},{fontStyle:"bold",token:"markup.inline.raw punctuation.definition.raw"},{fontStyle:"bold",token:"markup.heading"},{fontStyle:"bold",token:"storage.type.function.pug"},{fontStyle:"bold",token:"storage.type.function.python"},{fontStyle:"bold",token:"storage.type.annotation"},{fontStyle:"bold",token:"punctuation.bracket.angle"},{fontStyle:"bold",token:"keyword.other.new"},{fontStyle:"bold",token:"punctuation.separator.question-mark.cs"},{fontStyle:"bold",token:"storage.type.generic.wildcard"},{fontStyle:"bold",token:"source.go keyword.operator"},{fontStyle:"bold",token:"punctuation.separator.namespace"},{fontStyle:"bold",token:"constant.other.symbol.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"variable.parameter"},{fontStyle:"bold",token:"support.function.builtin.rust"},{fontStyle:"bold",token:"storage.type.function.coffee"},{fontStyle:"bold",token:"entity.name.variable.parameter"},{fontStyle:"bold",token:"punctuation.separator.hash.cs"},{fontStyle:"bold",token:"constant.other.symbol.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"meta.function.parameters variable.other"},{fontStyle:"bold",token:"entity.name.type.annotation.kotlin"},{fontStyle:"bold",token:"storage.type.objc"},{fontStyle:"bold",token:"parameter.variable.function"},{fontStyle:"bold",token:"markup punctuation.definition"},{fontStyle:"bold",token:"punctuation.section.directive"},{fontStyle:"bold",token:"punctuation.definition.preprocessor"},{fontStyle:"bold",token:"source.ruby punctuation.definition.variable"},{fontStyle:"bold",token:"punctuation.separator.method"},{fontStyle:"bold",token:"support.function.textbf"},{fontStyle:"bold",token:"source.graphql support.type.builtin"},{fontStyle:"bold",token:"source.ocaml variable.interpolation string"},{fontStyle:"bold",token:"entity.name.function.definition.special.constructor"},{fontStyle:"bold",token:"entity.name.function.definition.special.member.destructor."},{fontStyle:"bold",token:"meta.function.parameters variable punctuation.definition.variable.php"},{fontStyle:"bold",token:"source.wsd keyword.other.activity"},{fontStyle:"bold",token:"keyword.control.class.ruby"},{fontStyle:"bold",token:"keyword.control.def.ruby"},{fontStyle:"bold",token:"keyword.function.go"},{fontStyle:"bold",token:"keyword.other.fn.rust"},{fontStyle:"bold",token:"markup.other.anchor"},{fontStyle:"bold",token:"markup.list.bullet"},{fontStyle:"bold",token:"markup.list punctuation.definition"},{fontStyle:"bold italic",token:"markup.bold markup.italic"},{fontStyle:"bold italic",token:"markup.italic markup.bold"},{fontStyle:"bold italic",token:"markup.quote markup.bold"},{fontStyle:"bold italic",token:"markup.bold markup.italic string"},{fontStyle:"bold italic",token:"markup.italic markup.bold string"},{fontStyle:"bold italic",token:"markup.quote markup.bold string"},{fontStyle:"bold italic",token:"text.html punctuation.section.embedded"},{fontStyle:"bold italic",token:"variable.other.c"},{fontStyle:"bold italic",token:"storage.modifier.lifetime.rust"},{fontStyle:"bold italic",token:"entity.name.lifetime.rust"},{fontStyle:"bold italic",token:"source.rust meta.attribute.rust"},{fontStyle:"bold italic",token:"meta.attribute.id entity.other.attribute-name"},{fontStyle:"bold italic",token:"source.ocaml punctuation.definition.tag emphasis"},{fontStyle:"bold italic",token:"source.tf entity.name"},{fontStyle:"bold italic",token:"markup.quote punctuation.definition"},{fontStyle:"bold italic",token:"markup.fenced_code punctuation.definition"},{fontStyle:"bold italic",token:"fenced_code.block.language"},{fontStyle:"",token:"keyword.begin.tag.ejs"},{fontStyle:"",token:"source.python meta.function.decorator.python support.type.python"},{fontStyle:"",token:"source.cs keyword.other"},{fontStyle:"",token:"keyword.other.var.cs"},{fontStyle:"",token:"source.go keyword"},{fontStyle:"",token:"storage.modifier.static.rust"},{fontStyle:"",token:"variable.parameter.r"},{fontStyle:"",token:"variable.parameter.handlebars"},{fontStyle:"",token:"storage.modifier.import"},{fontStyle:"",token:"storage.modifier.package"},{fontStyle:"",token:"meta.class.identifier storage.modifier"},{fontStyle:"",token:"keyword.operator.other.powershell"},{fontStyle:"",token:"source.css variable.parameter"},{fontStyle:"",token:"string.interpolated variable.parameter"},{fontStyle:"",token:"source.apacheconf keyword"},{fontStyle:"",token:"keyword.other.julia"},{fontStyle:"",token:"storage.modifier.using.vala"},{fontStyle:"",token:"source.objc keyword.other.property.attribute"},{fontStyle:"",token:"source.sql keyword.other"},{fontStyle:"",token:"keyword.other.using.vala"},{fontStyle:"",token:"keyword.operator.function.infix"},{fontStyle:"",token:"keyword.control.directive"},{fontStyle:"",token:"keyword.other.rust"},{fontStyle:"",token:"keyword.other.declaration-specifier.swift"},{fontStyle:"",token:"entity.name.function.swift"},{fontStyle:"",token:"keyword.control.class"},{fontStyle:"",token:"keyword.control.def"},{fontStyle:"",token:"punctuation.definition.variable"},{fontStyle:"",token:"entity.name.section.latex"},{fontStyle:"",token:"source.ocaml keyword markup.underline"},{fontStyle:"",token:"source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css"},{fontStyle:"",token:"source.reason entity.other.attribute-name constant.language constant.numeric"},{fontStyle:"",token:"keyword.format.specifier.fsharp"},{fontStyle:"",token:"entity.name.section.fsharp"},{fontStyle:"",token:"binding.fsharp keyword"},{fontStyle:"",token:"binding.fsharp keyword.symbol"},{fontStyle:"",token:"record.fsharp keyword"},{fontStyle:"",token:"keyword.symbol.fsharp"},{fontStyle:"",token:"entity.name.section.fsharp keyword"},{fontStyle:"",token:"namespace.open.fsharp keyword"},{fontStyle:"",token:"namespace.open.fsharp entity"},{fontStyle:"",token:"storage.type"},{fontStyle:"",token:"source.cpp keyword.other"},{fontStyle:"",token:"source.c keyword.other"},{fontStyle:"",token:"keyword.other.unit"},{fontStyle:"",token:"storage.modifier.array.bracket"},{fontStyle:"",token:"keyword.control.default"},{fontStyle:"",token:"meta.import.haskell keyword"},{fontStyle:"",token:"keyword.declaration.dart"},{fontStyle:"",token:"source.wsd keyword.other"},{fontStyle:"",token:"keyword.other.skinparam"},{fontStyle:"",token:"source.css keyword.control"},{fontStyle:"",token:"source.css keyword.operator"},{fontStyle:"",token:"keyword.language.gherkin.feature.scenario"},{fontStyle:"",token:"keyword.control.cucumber.table"},{fontStyle:"",token:"source.toml entity.other.attribute-name"},{fontStyle:"",token:"source.toml keyword"},{fontStyle:"",token:"keyword.other.nim"},{fontStyle:"",token:"source.nim keyword.other.common.function"},{fontStyle:"",token:"source.nim keyword.other"},{fontStyle:"",token:"source.scala keyword.declaration"},{fontStyle:"",token:"source.scala entity.name.class.declaration"},{fontStyle:"",token:"keyword.control.lua"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#cbbec2"}],W4=[],V4={inherit:N4,base:H4,colors:P4,rules:_4,encodedTokensColors:W4},G4=!1,U4="vs-dark",z4={"activityBar.activeBackground":"#0099ad33","activityBar.activeBorder":"#0099ad","activityBar.background":"#fef8ec","activityBar.border":"#ece2c600","activityBar.foreground":"#0099ad","activityBarBadge.background":"#0099ad","activityBarBadge.foreground":"#fef8ec","badge.background":"#0099ad","badge.foreground":"#fef8ec","breadcrumb.activeSelectionForeground":"#005661","breadcrumb.background":"#fef8ec","breadcrumb.focusForeground":"#0099ad","breadcrumb.foreground":"#888477","breadcrumbPicker.background":"#f2edde","button.background":"#009999","button.foreground":"#f1f1f1","button.hoverBackground":"#00cccc","debugExceptionWidget.background":"#f9f1e1","debugExceptionWidget.border":"#00899e","debugToolBar.background":"#f9f1e1",descriptionForeground:"#929ea0","diffEditor.insertedTextBackground":"#14b83230","diffEditor.removedTextBackground":"#bb1f0522","dropdown.background":"#fef8ec","dropdown.border":"#fef8ec","dropdown.foreground":"#005661","editor.background":"#fef8ec","editor.findMatchBackground":"#8ce99a55","editor.findMatchBorder":"#8ce99a00","editor.findMatchHighlightBackground":"#148f9f33","editor.findMatchHighlightBorder":"#148f9f00","editor.findRangeHighlightBackground":"#99e62a55","editor.findRangeHighlightBorder":"#58cc6d00","editor.foreground":"#005661","editor.hoverHighlightBackground":"#0099ad3f","editor.inactiveSelectionBackground":"#ade2eb55","editor.lineHighlightBackground":"#d1ebefcc","editor.lineHighlightBorder":"#d1ebef00","editor.rangeHighlightBackground":"#f1e9d5a1","editor.selectionBackground":"#ade2eb77","editor.selectionHighlightBackground":"#14a5ff33","editor.selectionHighlightBorder":"#14a5ff00","editor.snippetFinalTabstopHighlightBackground":"#fdefd3","editor.snippetFinalTabstopHighlightBorder":"#fdf3dd","editor.snippetTabstopHighlightBackground":"#fdefd3","editor.snippetTabstopHighlightBorder":"#fdf3dd","editor.wordHighlightBackground":"#e9a14922","editor.wordHighlightBorder":"#e9a14900","editor.wordHighlightStrongBackground":"#b5890027","editor.wordHighlightStrongBorder":"#b5890000","editorBracketMatch.background":"#0099ad20","editorBracketMatch.border":"#0099ad","editorCodeLens.foreground":"#77aaca","editorCursor.foreground":"#0092a8","editorError.border":"#fef8ec","editorError.foreground":"#ff4000","editorGroup.border":"#f0e7d1","editorGroup.dropBackground":"#b8ae9333","editorGroup.emptyBackground":"#b8ae9333","editorGroupHeader.noTabsBackground":"#f0e9d6","editorGroupHeader.tabsBackground":"#f0e9d6","editorGroupHeader.tabsBorder":"#f0e9d600","editorGutter.addedBackground":"#8ce99a","editorGutter.background":"#fef8ec","editorGutter.deletedBackground":"#ff4000","editorGutter.modifiedBackground":"#e9a149","editorHint.border":"#58cc6d00","editorHint.foreground":"#58cc6d","editorHoverWidget.background":"#f2edde","editorHoverWidget.border":"#ece2c600","editorIndentGuide.activeBackground":"#88adc3","editorIndentGuide.background":"#d3cec5aa","editorInfo.border":"#fef8ec","editorInfo.foreground":"#00c6e0","editorLineNumber.activeForeground":"#0099ad","editorLineNumber.foreground":"#a0abac","editorLink.activeForeground":"#14a5ff","editorMarkerNavigation.background":"#3a3a5e29","editorMarkerNavigationError.background":"#ff4000","editorMarkerNavigationWarning.background":"#e69533","editorOverviewRuler.border":"#fef8ec","editorOverviewRuler.commonContentForeground":"#ffc18055","editorOverviewRuler.currentContentForeground":"#33e7ff55","editorOverviewRuler.incomingContentForeground":"#9d92f255","editorRuler.foreground":"#f1e6d0","editorSuggestWidget.background":"#f2edde","editorSuggestWidget.border":"#ece2c600","editorSuggestWidget.foreground":"#6a7a7c","editorSuggestWidget.highlightForeground":"#0099ad","editorSuggestWidget.selectedBackground":"#dbfaff","editorWarning.border":"#fef8ec","editorWarning.foreground":"#e69533","editorWhitespace.foreground":"#d3cec5bb","editorWidget.background":"#f2edde","editorWidget.border":"#ece2c600",errorForeground:"#ff4000","extensionButton.prominentBackground":"#009999","extensionButton.prominentForeground":"#e5f5f5","extensionButton.prominentHoverBackground":"#00cccc",focusBorder:"#f2edde",foreground:"#005661","gitDecoration.addedResourceForeground":"#009456","gitDecoration.conflictingResourceForeground":"#e9a149","gitDecoration.deletedResourceForeground":"#ff4000","gitDecoration.ignoredResourceForeground":"#a8a28faa","gitDecoration.modifiedResourceForeground":"#14b832","gitDecoration.untrackedResourceForeground":"#00c6e0","input.background":"#fef8ec","input.border":"#f2edde","input.foreground":"#6a7a7c","input.placeholderForeground":"#9fabad","inputOption.activeBorder":"#0099ad","inputValidation.errorBackground":"#ff400041","inputValidation.errorBorder":"#ff4000","inputValidation.infoBackground":"#00c6e0cc","inputValidation.infoBorder":"#00c6e0","inputValidation.warningBackground":"#ffa587cc","inputValidation.warningBorder":"#ffa487","list.activeSelectionBackground":"#b6e1e7","list.activeSelectionForeground":"#005661","list.dropBackground":"#cdcbb2","list.errorForeground":"#c9481d","list.focusBackground":"#bee3ea","list.focusForeground":"#005661","list.highlightForeground":"#0099ad","list.hoverBackground":"#d2f3f9","list.hoverForeground":"#005661","list.inactiveFocusBackground":"#c9eaed","list.inactiveSelectionBackground":"#d5eef1","list.inactiveSelectionForeground":"#949384","list.warningForeground":"#e07a52","listFilterWidget.background":"#d5eef1","listFilterWidget.noMatchesOutline":"#ff4000","listFilterWidget.outline":"#14b832","menu.background":"#f2edde","menu.foreground":"#888477","menu.selectionBackground":"#d2f3f9","menu.selectionBorder":"#d2f3f9","menu.selectionForeground":"#0099ad","menubar.selectionBackground":"#d2f3f9","menubar.selectionBorder":"#d2f3f9","menubar.selectionForeground":"#0099ad","merge.border":"#fef8ec00","merge.commonContentBackground":"#ffc18033","merge.commonHeaderBackground":"#ffc18055","merge.currentContentBackground":"#33e7ff33","merge.currentHeaderBackground":"#33e7ff55","merge.incomingContentBackground":"#9d92f233","merge.incomingHeaderBackground":"#9d92f255","minimap.background":"#fef8ec99","minimap.errorHighlight":"#ff4000ee","minimap.findMatchHighlight":"#0099adaa","minimap.warningHighlight":"#e69533ee","minimapGutter.addedBackground":"#009456","minimapGutter.deletedBackground":"#ff4000","minimapGutter.modifiedBackground":"#14b832","notificationCenter.border":"#f2edde","notificationCenterHeader.background":"#f2edde","notificationCenterHeader.foreground":"#005661","notificationLink.foreground":"#005661","notificationToast.border":"#f2edde","notifications.background":"#f2edde","notifications.border":"#f2edde","notifications.foreground":"#005661","panel.background":"#f6edda","panel.border":"#00c6e0","panelTitle.activeBorder":"#00c6e0","panelTitle.activeForeground":"#0099ad","panelTitle.inactiveForeground":"#888477","peekView.border":"#0099ad","peekViewEditor.background":"#fff7e5","peekViewEditor.matchHighlightBackground":"#148f9f33","peekViewEditor.matchHighlightBorder":"#148f9f79","peekViewEditorGutter.background":"#fff7e5","peekViewResult.background":"#f9f1e1","peekViewResult.fileForeground":"#e9a149","peekViewResult.lineForeground":"#87a7ab","peekViewResult.matchHighlightBackground":"#f2edde","peekViewResult.selectionBackground":"#f2edde","peekViewResult.selectionForeground":"#6a7a7c","peekViewTitle.background":"#f9f1e1","peekViewTitleDescription.foreground":"#87a7ab","peekViewTitleLabel.foreground":"#e9a149","pickerGroup.border":"#00c6e0","pickerGroup.foreground":"#0099ad","progressBar.background":"#00c6e0","scrollbar.shadow":"#00000055","scrollbarSlider.activeBackground":"#0099adad","scrollbarSlider.background":"#6a90955b","scrollbarSlider.hoverBackground":"#0099ad62","selection.background":"#169fb155","settings.checkboxBackground":"#f2edde","settings.checkboxBorder":"#f2edde","settings.checkboxForeground":"#00bbbb","settings.dropdownBackground":"#f2edde","settings.dropdownBorder":"#f2edde","settings.dropdownForeground":"#00bbbb","settings.dropdownListBorder":"#ade2eb88","settings.headerForeground":"#004d57","settings.modifiedItemIndicator":"#00bd23","settings.numberInputBackground":"#f0e7d1","settings.numberInputBorder":"#f0e7d1","settings.numberInputForeground":"#5842ff","settings.textInputBackground":"#f2edde","settings.textInputBorder":"#f2edde","settings.textInputForeground":"#00bbbb","sideBar.background":"#f9f1e1","sideBar.border":"#ece2c600","sideBar.dropBackground":"#f9f1e1","sideBar.foreground":"#888477","sideBarSectionHeader.background":"#f2e7ca","sideBarSectionHeader.foreground":"#888477","sideBarTitle.foreground":"#888477","statusBar.background":"#f0e9d6","statusBar.border":"#ece2c600","statusBar.debuggingBackground":"#f9f1e1","statusBar.debuggingBorder":"#e94981af","statusBar.debuggingForeground":"#e9498150","statusBar.foreground":"#0099ad","statusBar.noFolderBackground":"#f9f1e1","statusBar.noFolderBorder":"#f9f1e1","statusBar.noFolderForeground":"#87a7ab","statusBarItem.activeBackground":"#dfeff1","statusBarItem.hoverBackground":"#d1e8eb","statusBarItem.prominentBackground":"#c1d4d7","statusBarItem.prominentHoverBackground":"#bfdee3","tab.activeBackground":"#fef8ec","tab.activeBorder":"#fef8ec","tab.activeBorderTop":"#00c6e0","tab.activeForeground":"#0099ad","tab.activeModifiedBorder":"#00b368","tab.border":"#e6d7b2","tab.inactiveBackground":"#f0e9d6","tab.inactiveForeground":"#888477","tab.unfocusedActiveBackground":"#f7f2e3","tab.unfocusedActiveBorder":"#fef8ec00","tab.unfocusedActiveForeground":"#888477","tab.unfocusedHoverBackground":"#0099ad21","tab.unfocusedInactiveForeground":"#888477","terminal.ansiBlack":"#003b42","terminal.ansiBlue":"#0094f0","terminal.ansiBrightBlack":"#004d57","terminal.ansiBrightBlue":"#0fa3ff","terminal.ansiBrightCyan":"#00cbe6","terminal.ansiBrightGreen":"#00d17a","terminal.ansiBrightMagenta":"#ff6b9f","terminal.ansiBrightRed":"#ff4000","terminal.ansiBrightWhite":"#bbc3c4","terminal.ansiBrightYellow":"#ff8c00","terminal.ansiCyan":"#00bdd6","terminal.ansiGreen":"#00b368","terminal.ansiMagenta":"#ff5792","terminal.ansiRed":"#e34e1c","terminal.ansiWhite":"#8ca6a6","terminal.ansiYellow":"#f49725","terminal.background":"#f6edda","terminal.foreground":"#005661","terminalCursor.background":"#f6edda","terminalCursor.foreground":"#005661","textBlockQuote.background":"#f9f1e1","textBlockQuote.border":"#00899e","textCodeBlock.background":"#f9f1e1","textLink.activeForeground":"#00c6e0","textLink.foreground":"#00c6e0","textPreformat.foreground":"#e9a149","textSeparator.foreground":"#f9f1e1","titleBar.activeBackground":"#f9f1e1","titleBar.activeForeground":"#005661","titleBar.inactiveBackground":"#f9f1e1","titleBar.inactiveForeground":"#888477","tree.indentGuidesStroke":"#d3cec5","walkThrough.embeddedEditorBackground":"#f9f1e1","welcomePage.buttonBackground":"#f9f1e1","welcomePage.buttonHoverBackground":"#e1e0d0","widget.shadow":"#00000055"},Y4=[{foreground:"#8CA6A6",token:"comment"},{foreground:"#8CA6A6",token:"punctuation.definition.comment"},{foreground:"#8CA6A6",token:"punctuation.definition.tag"},{foreground:"#8CA6A6",token:"comment.block.documentation punctuation.definition.bracket"},{foreground:"#8CA6A6",token:"source.ocaml comment constant.regexp meta.separator"},{foreground:"#8CA6A6",token:"markup.other.anchor support.constant"},{foreground:"#8CA6A6",token:"markup.fenced_code"},{foreground:"#8CA6A6",token:"markup.fenced_code punctuation.definition"},{foreground:"#004D57",token:"constant.character"},{foreground:"#004D57",token:"constant.escape"},{foreground:"#004D57",token:"text.html.markdown"},{foreground:"#004D57",token:"punctuation.definition.list_item"},{foreground:"#004D57",token:"keyword.begin.tag.ejs"},{foreground:"#004D57",token:"constant.name.attribute.tag.pug"},{foreground:"#004D57",token:"source.clojure meta.symbol"},{foreground:"#004D57",token:"constant.other.description.jsdoc"},{foreground:"#004D57",token:"keyword.other.array.phpdoc.php"},{foreground:"#004D57",token:"keyword.operator.other.powershell"},{foreground:"#004D57",token:"meta.link.inline punctuation.definition.string"},{foreground:"#004D57",token:"source.sql"},{foreground:"#004D57",token:"source meta.brace"},{foreground:"#004D57",token:"source punctuation"},{foreground:"#004D57",token:"text.html punctuation"},{foreground:"#004D57",token:"markup meta punctuation.definition"},{foreground:"#004D57",token:"meta.bracket.julia"},{foreground:"#004D57",token:"meta.array.julia"},{foreground:"#004D57",token:"punctuation.separator.key-value"},{foreground:"#004D57",token:"entity.name.footnote"},{foreground:"#004D57",token:"source.ocaml punctuation.definition.tag"},{foreground:"#004D57",token:"source.ocaml entity.name.filename"},{foreground:"#004D57",token:"source.reason entity.name.filename"},{foreground:"#004D57",token:"entity.other.attribute-name strong"},{foreground:"#004D57",token:"binding.fsharp keyword.symbol.fsharp"},{foreground:"#004D57",token:"entity.name.record.field.elm"},{foreground:"#004D57",token:"entity.name.record.field.accessor.elm"},{foreground:"#004D57",token:"storage.modifier.array.bracket"},{foreground:"#004D57",token:"source.css entity.other"},{foreground:"#004D57",token:"meta.attribute-selector punctuation.definition.entity"},{foreground:"#004D57",token:"markup.other.anchor string"},{foreground:"#FF5792",token:"keyword"},{foreground:"#FF5792",token:"keyword.control"},{foreground:"#FF5792",token:"keyword.other.template"},{foreground:"#FF5792",token:"keyword.other.substitution"},{foreground:"#FF5792",token:"storage.modifier"},{foreground:"#FF5792",token:"meta.tag.sgml"},{foreground:"#FF5792",token:"punctuation.accessor"},{foreground:"#FF5792",token:"constant.other.color"},{foreground:"#FF5792",token:"entity.name.section"},{foreground:"#FF5792",token:"markup.heading"},{foreground:"#FF5792",token:"markup.heading punctuation.definition"},{foreground:"#FF5792",token:"entity.other.attribute-name.pseudo-class"},{foreground:"#FF5792",token:"entity.other.attribute-name.pseudo-element"},{foreground:"#FF5792",token:"tag.decorator.js entity.name.tag.js"},{foreground:"#FF5792",token:"tag.decorator.js punctuation.definition.tag.js"},{foreground:"#FF5792",token:"storage.type.function.pug"},{foreground:"#FF5792",token:"text.pug storage.type"},{foreground:"#FF5792",token:"text.pug meta.tag.other"},{foreground:"#FF5792",token:"source.clojure storage.control"},{foreground:"#FF5792",token:"meta.expression.clojure"},{foreground:"#FF5792",token:"punctuation.separator.slice.python"},{foreground:"#FF5792",token:"punctuation.separator.question-mark.cs"},{foreground:"#FF5792",token:"punctuation.definition.parameters.varargs"},{foreground:"#FF5792",token:"source.go keyword.operator"},{foreground:"#FF5792",token:"punctuation.separator.pointer-access"},{foreground:"#FF5792",token:"punctuation.separator.other.ruby"},{foreground:"#FF5792",token:"keyword.package"},{foreground:"#FF5792",token:"keyword.import"},{foreground:"#FF5792",token:"punctuation.definition.keyword"},{foreground:"#FF5792",token:"punctuation.separator.hash.cs"},{foreground:"#FF5792",token:"entity.other.attribute-name.pseudo-class.css punctuation.definition.entity.css"},{foreground:"#FF5792",token:"entity.other.attribute-name.pseudo-element.css punctuation.definition.entity.css"},{foreground:"#FF5792",token:"source.kotlin storage.type.import"},{foreground:"#FF5792",token:"source.kotlin storage.type.package"},{foreground:"#FF5792",token:"constant.string.documentation.powershell"},{foreground:"#FF5792",token:"punctuation.section.directive"},{foreground:"#FF5792",token:"storage.type.rust"},{foreground:"#FF5792",token:"punctuation.definition.attribute"},{foreground:"#FF5792",token:"punctuation.definition.preprocessor"},{foreground:"#FF5792",token:"punctuation.separator.namespace"},{foreground:"#FF5792",token:"punctuation.separator.method"},{foreground:"#FF5792",token:"keyword.control punctuation.definition.function"},{foreground:"#FF5792",token:"source.ocaml variable.interpolation string"},{foreground:"#FF5792",token:"source.reason variable.interpolation"},{foreground:"#FF5792",token:"punctuation.definition.directive"},{foreground:"#FF5792",token:"storage.type.modifier"},{foreground:"#FF5792",token:"keyword.other.class.fileds"},{foreground:"#FF5792",token:"source.toml entity.other.attribute-name"},{foreground:"#FF5792",token:"source.css entity.name.tag.custom"},{foreground:"#FF5792",token:"sharing.modifier"},{foreground:"#FF5792",token:"keyword.control.class.ruby"},{foreground:"#FF5792",token:"keyword.control.def.ruby"},{foreground:"#FA8900",token:"variable"},{foreground:"#FA8900",token:"variable.object"},{foreground:"#FA8900",token:"variable.other"},{foreground:"#FA8900",token:"variable.parameter"},{foreground:"#FA8900",token:"support"},{foreground:"#FA8900",token:"entity.name.module"},{foreground:"#FA8900",token:"variable.import.parameter"},{foreground:"#FA8900",token:"variable.other.class"},{foreground:"#FA8900",token:"meta.toc-list.id.html"},{foreground:"#FA8900",token:"source.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#FA8900",token:"meta.var.clojure"},{foreground:"#FA8900",token:"entity.name.variable"},{foreground:"#FA8900",token:"source.java meta.class.body.java"},{foreground:"#FA8900",token:"entity.name.package.go"},{foreground:"#FA8900",token:"source.c"},{foreground:"#FA8900",token:"source.cpp"},{foreground:"#FA8900",token:"source.go"},{foreground:"#FA8900",token:"source.python"},{foreground:"#FA8900",token:"meta.function-call.arguments.python"},{foreground:"#FA8900",token:"source.ruby"},{foreground:"#FA8900",token:"source.coffee.embedded.source"},{foreground:"#FA8900",token:"source.coffee"},{foreground:"#FA8900",token:"storage.modifier.import"},{foreground:"#FA8900",token:"storage.modifier.package"},{foreground:"#FA8900",token:"storage.type.annotation"},{foreground:"#FA8900",token:"punctuation.definition.annotation"},{foreground:"#FA8900",token:"source.groovy.embedded.source"},{foreground:"#FA8900",token:"punctuation.definition.variable"},{foreground:"#FA8900",token:"source.powershell"},{foreground:"#FA8900",token:"string.quoted.interpolated.vala constant.character.escape.vala"},{foreground:"#FA8900",token:"source.apacheconf"},{foreground:"#FA8900",token:"source.objc"},{foreground:"#FA8900",token:"source.crystal"},{foreground:"#FA8900",token:"string.quoted.double.kotlin entity.string.template.element.kotlin"},{foreground:"#FA8900",token:"entity.name.package.kotlin"},{foreground:"#FA8900",token:"meta.template.expression.kotlin"},{foreground:"#FA8900",token:"parameter.variable.function"},{foreground:"#FA8900",token:"variable.other.constant.elixir"},{foreground:"#FA8900",token:"source.elixir.embedded.source"},{foreground:"#FA8900",token:"source.sql.embedded"},{foreground:"#FA8900",token:"punctuation.definition.placeholder"},{foreground:"#FA8900",token:"source.swift"},{foreground:"#FA8900",token:"source.julia"},{foreground:"#FA8900",token:"source.shell"},{foreground:"#FA8900",token:"variable.other.normal punctuation.definition.variable.shell"},{foreground:"#FA8900",token:"source.reason variable.language"},{foreground:"#FA8900",token:"source.reason variable.language string.other.link"},{foreground:"#FA8900",token:"source.elm meta.value"},{foreground:"#FA8900",token:"source.elm meta.declaration.module"},{foreground:"#FA8900",token:"meta.embedded.block variable punctuation.definition.variable.php"},{foreground:"#FA8900",token:"string.quoted.double.class.other"},{foreground:"#FA8900",token:"source.toml keyword"},{foreground:"#FA8900",token:"support.type.nim"},{foreground:"#FA8900",token:"source.tf meta.template.expression"},{foreground:"#FA8900",token:"source.scala entity.name.import"},{foreground:"#FA8900",token:"markup.code"},{foreground:"#B3694D",token:"support.variable.property"},{foreground:"#B3694D",token:"constant.other.symbol.hashkey.ruby"},{foreground:"#B3694D",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{foreground:"#B3694D",token:"entity.other.attribute-name.id"},{foreground:"#B3694D",token:"entity.other.attribute-name.id punctuation.definition.entity"},{foreground:"#B3694D",token:"entity.name.type.annotation.kotlin"},{foreground:"#B3694D",token:"support.type.primitive"},{foreground:"#B3694D",token:"meta.type.parameters entity.name.type"},{foreground:"#B3694D",token:"meta.type.annotation entity.name.type"},{foreground:"#B3694D",token:"punctuation.definition.typeparameters"},{foreground:"#B3694D",token:"source.python support.type.python"},{foreground:"#B3694D",token:"comment.block.documentation.phpdoc.php keyword.other.type.php"},{foreground:"#B3694D",token:"storage.type.php"},{foreground:"#B3694D",token:"keyword.type"},{foreground:"#B3694D",token:"storage.type.cs"},{foreground:"#B3694D",token:"storage.type.c"},{foreground:"#B3694D",token:"storage.type.objc"},{foreground:"#B3694D",token:"punctuation.definition.storage.type.objc"},{foreground:"#B3694D",token:"markup punctuation.definition"},{foreground:"#B3694D",token:"storage.type.powershell"},{foreground:"#B3694D",token:"comment.block.documentation entity.name.type"},{foreground:"#B3694D",token:"source.java storage.type"},{foreground:"#B3694D",token:"storage.type.primitive"},{foreground:"#B3694D",token:"source.groovy storage.type"},{foreground:"#B3694D",token:"storage.type.r"},{foreground:"#B3694D",token:"source.haskell storage.type"},{foreground:"#B3694D",token:"punctuation.separator.clause-head-body"},{foreground:"#B3694D",token:"source.go storage.type"},{foreground:"#B3694D",token:"storage.type.core.rust"},{foreground:"#B3694D",token:"storage.class.std.rust"},{foreground:"#B3694D",token:"storage.modifier.lifetime.rust"},{foreground:"#B3694D",token:"entity.name.lifetime.rust"},{foreground:"#B3694D",token:"support.type.vb"},{foreground:"#B3694D",token:"entity.name.type.kotlin"},{foreground:"#B3694D",token:"support.type.julia"},{foreground:"#B3694D",token:"constant.other.reference"},{foreground:"#B3694D",token:"source.graphql support.type"},{foreground:"#B3694D",token:"source.reason support.type string"},{foreground:"#B3694D",token:"entity.name.type.fsharp"},{foreground:"#B3694D",token:"source.elm storage.type"},{foreground:"#B3694D",token:"storage.type.user-defined"},{foreground:"#B3694D",token:"storage.type.built-in"},{foreground:"#B3694D",token:"support.type.builtin"},{foreground:"#B3694D",token:"source.swift support.type"},{foreground:"#B3694D",token:"support.class.crystal"},{foreground:"#B3694D",token:"storage.type.integral"},{foreground:"#B3694D",token:"source.cpp storage.type.cpp"},{foreground:"#B3694D",token:"source.vala storage.type"},{foreground:"#B3694D",token:"source.hlsl storage.type.basic"},{foreground:"#B3694D",token:"source.hlsl support.type.other"},{foreground:"#B3694D",token:"source.apex storage.type"},{foreground:"#B3694D",token:"source.nim storage.type"},{foreground:"#B3694D",token:"source.cpp entity.name.type"},{foreground:"#B3694D",token:"support.class.builtin"},{foreground:"#B3694D",token:"source.tf meta.keyword.string"},{foreground:"#B3694D",token:"source.tf meta.keyword.number"},{foreground:"#B3694D",token:"source.scala entity.name.class"},{foreground:"#B3694D",token:"markup.raw.monospace"},{foreground:"#B3694D",token:"markup.mark"},{foreground:"#B3694D",token:"markup.meta.attribute-list"},{foreground:"#A88C00",token:"constant"},{foreground:"#A88C00",token:"variable.other.constant"},{foreground:"#A88C00",token:"support.constant"},{foreground:"#A88C00",token:"punctuation.definition.entity"},{foreground:"#A88C00",token:"constant.character.entity"},{foreground:"#A88C00",token:"support.variable.magic"},{foreground:"#A88C00",token:"markup.quote"},{foreground:"#A88C00",token:"entity.name.type.type-parameter.cs"},{foreground:"#A88C00",token:"punctuation.bracket.angle"},{foreground:"#A88C00",token:"entity.name.function.preprocessor.c"},{foreground:"#A88C00",token:"storage.type.scala"},{foreground:"#A88C00",token:"entity.helper.apacheconf"},{foreground:"#A88C00",token:"variable.language.crystal"},{foreground:"#A88C00",token:"punctuation.definition.constant"},{foreground:"#A88C00",token:"support.constant punctuation.definition.variable"},{foreground:"#A88C00",token:"constant.character.math"},{foreground:"#A88C00",token:"support.class.math"},{foreground:"#A88C00",token:"source.graphql constant.character"},{foreground:"#A88C00",token:"source.reason constant.language.list"},{foreground:"#A88C00",token:"source.cpp variable.other.enummember"},{foreground:"#A88C00",token:"support.variable.class.hideshow"},{foreground:"#A88C00",token:"entity.other.attribute-name.class"},{foreground:"#A88C00",token:"meta.attribute.id entity.other.attribute-name"},{foreground:"#A88C00",token:"text.html entity.other.attribute-name"},{foreground:"#A88C00",token:"meta.tag.attributes entity.other.attribute-name"},{foreground:"#A88C00",token:"text.xml entity.other.attribute-name"},{foreground:"#A88C00",token:"source.cs entity.other.attribute-name"},{foreground:"#A88C00",token:"constant.character.format.placeholder"},{foreground:"#A88C00",token:"constant.other.placeholder"},{foreground:"#A88C00",token:"source.vue entity.other.attribute-name"},{foreground:"#A88C00",token:"entity.other.attribute-name.mjml"},{foreground:"#A88C00",token:"source.vue meta.directive punctuation.separator.key-value"},{foreground:"#A88C00",token:"meta.definition.attribute-entry punctuation.separator"},{foreground:"#E64100",token:"variable.language"},{foreground:"#E64100",token:"variable.parameter.function.language.special"},{foreground:"#E64100",token:"markup.bold"},{foreground:"#E64100",token:"markup.italic"},{foreground:"#E64100",token:"punctuation.definition.italic"},{foreground:"#E64100",token:"punctuation.definition.bold"},{foreground:"#E64100",token:"entity.name.tag"},{foreground:"#E64100",token:"variable.language punctuation.definition.variable"},{foreground:"#E64100",token:"keyword.control.clojure"},{foreground:"#E64100",token:"support.type.exception.python"},{foreground:"#E64100",token:"keyword.other.this.cs"},{foreground:"#E64100",token:"keyword.other.base.cs"},{foreground:"#E64100",token:"keyword.other.var.cs"},{foreground:"#E64100",token:"storage.modifier.super"},{foreground:"#E64100",token:"source.go keyword"},{foreground:"#E64100",token:"keyword.function.go"},{foreground:"#E64100",token:"meta.separator"},{foreground:"#E64100",token:"keyword.other.fn.rust"},{foreground:"#E64100",token:"storage.modifier.static.rust"},{foreground:"#E64100",token:"source.r meta.function.r keyword.control.r"},{foreground:"#E64100",token:"storage.type.def"},{foreground:"#E64100",token:"meta.class.identifier storage.modifier"},{foreground:"#E64100",token:"source.scala keyword.declaration"},{foreground:"#E64100",token:"storage.type"},{foreground:"#E64100",token:"comment.block.documentation punctuation.definition.block.tag"},{foreground:"#E64100",token:"comment.block.documentation punctuation.definition.inline.tag"},{foreground:"#E64100",token:"entity.tag.apacheconf"},{foreground:"#E64100",token:"keyword.other.julia"},{foreground:"#E64100",token:"source.julia storage.modifier"},{foreground:"#E64100",token:"constant.language.empty-list.haskell"},{foreground:"#E64100",token:"meta.function.powershell storage.type.powershell"},{foreground:"#E64100",token:"keyword.control.fun"},{foreground:"#E64100",token:"punctuation.terminator.function"},{foreground:"#E64100",token:"keyword.other.rust"},{foreground:"#E64100",token:"keyword.other.declaration-specifier.swift"},{foreground:"#E64100",token:"keyword.control.class"},{foreground:"#E64100",token:"keyword.control.def"},{foreground:"#E64100",token:"source.ocaml keyword markup.underline"},{foreground:"#E64100",token:"source.ocaml storage.type markup.underline"},{foreground:"#E64100",token:"binding.fsharp keyword"},{foreground:"#E64100",token:"function.anonymous keyword"},{foreground:"#E64100",token:"function.anonymous keyword.symbol.fsharp"},{foreground:"#E64100",token:"meta.embedded.block variable.language punctuation.definition.variable.php"},{foreground:"#E64100",token:"keyword.declaration.dart"},{foreground:"#E64100",token:"source.wsd keyword.other.class"},{foreground:"#E64100",token:"source.wsd keyword.other.linebegin"},{foreground:"#E64100",token:"keyword.other.skinparam.keyword"},{foreground:"#E64100",token:"keyword.other.nim"},{foreground:"#E64100",token:"markup.deleted.diff"},{foreground:"#E64100",token:"source.tf support.class.variable"},{foreground:"#E64100",token:"meta.function.lua keyword.control.lua"},{foreground:"#E64100",token:"markup.italic punctuation.definition"},{foreground:"#E64100",token:"markup.bold punctuation.definition"},{foreground:"#E64100",token:"markup.block entity.name.tag"},{foreground:"#00B368",token:"string"},{foreground:"#00B368",token:"punctuation.definition.string"},{foreground:"#00B368",token:"source.css support.constant"},{foreground:"#00B368",token:"entity.name.import.go"},{foreground:"#00B368",token:"markup.raw.texttt"},{foreground:"#00B368",token:"markup.inserted.diff"},{foreground:"#00B368",token:"source.scala punctuation.definition.character"},{foreground:"#00B368",token:"constant.character.literal.scala"},{foreground:"#00B368",token:"source.tf entity.name"},{foreground:"#009456",token:"string.template"},{foreground:"#009456",token:"punctuation.definition.string.template"},{foreground:"#009456",token:"string.interpolated.python string.quoted.single.python"},{foreground:"#009456",token:"string.quoted.double.heredoc"},{foreground:"#009456",token:"string.quoted.interpolated.vala"},{foreground:"#009456",token:"string.quoted.interpolated.vala punctuation.definition.string"},{foreground:"#009456",token:"string.regexp.apacheconf"},{foreground:"#009456",token:"markup.inline.raw.string"},{foreground:"#009456",token:"markup.inline.raw punctuation.definition.raw"},{foreground:"#009456",token:"string.quoted.double.interpolated.crystal"},{foreground:"#009456",token:"string.quoted.double.interpolated.crystal punctuation.definition.string"},{foreground:"#009456",token:"text.tex markup.raw"},{foreground:"#5842FF",token:"constant.numeric"},{foreground:"#5842FF",token:"constant.language"},{foreground:"#5842FF",token:"punctuation.separator.decimal.period.php"},{foreground:"#5842FF",token:"keyword.operator.null-conditional.cs"},{foreground:"#5842FF",token:"punctuation.separator.question-mark.cs"},{foreground:"#5842FF",token:"constant.integer.apacheconf"},{foreground:"#5842FF",token:"keyword.operator.nullable-type"},{foreground:"#5842FF",token:"constant.language punctuation.definition.variable"},{foreground:"#5842FF",token:"constant.others.fsharp"},{foreground:"#5842FF",token:"keyword.other.unit"},{foreground:"#5842FF",token:"string.quoted.double.skinparam.value"},{foreground:"#5842FF",token:"source.toml constant"},{foreground:"#0095A8",token:"variable.function"},{foreground:"#0095A8",token:"support.type.property-name"},{foreground:"#0095A8",token:"entity.name.function"},{foreground:"#0095A8",token:"string.other.link"},{foreground:"#0095A8",token:"markup.link"},{foreground:"#0095A8",token:"support.type.vendored"},{foreground:"#0095A8",token:"support.other.variable"},{foreground:"#0095A8",token:"meta.function-call.generic.python"},{foreground:"#0095A8",token:"meta.method-call.groovy meta.method.groovy"},{foreground:"#0095A8",token:"meta.class.body.groovy meta.method.body.java storage.type.groovy"},{foreground:"#0095A8",token:"punctuation.definition.decorator"},{foreground:"#0095A8",token:"support.function.any-method"},{foreground:"#0095A8",token:"text.tex support.function"},{foreground:"#0095A8",token:"text.tex punctuation.definition.function"},{foreground:"#0095A8",token:"entity.name.section.fsharp entity.name.section.fsharp"},{foreground:"#0095A8",token:"support.variable.class.function"},{foreground:"#0095A8",token:"keyword.control.cucumber.table"},{foreground:"#0095A8",token:"punctuation.decorator"},{foreground:"#0095A8",token:"source.tf support.class"},{foreground:"#00BDD6",token:"entity.name"},{foreground:"#00BDD6",token:"entity.other"},{foreground:"#00BDD6",token:"support.orther.namespace.use.php"},{foreground:"#00BDD6",token:"meta.use.php"},{foreground:"#00BDD6",token:"support.other.namespace.php"},{foreground:"#00BDD6",token:"support.type"},{foreground:"#00BDD6",token:"support.class"},{foreground:"#00BDD6",token:"punctuation.definition.parameters"},{foreground:"#00BDD6",token:"support.function"},{foreground:"#00BDD6",token:"support.function.construct"},{foreground:"#00BDD6",token:"markup.changed.git_gutter"},{foreground:"#00BDD6",token:"markup.underline.link"},{foreground:"#00BDD6",token:"markup.underline.link.image"},{foreground:"#00BDD6",token:"markup.underline"},{foreground:"#00BDD6",token:"meta.symbol.namespace.clojure"},{foreground:"#00BDD6",token:"entity.mime-type.apacheconf"},{foreground:"#00BDD6",token:"keyword.operator.function.infix"},{foreground:"#00BDD6",token:"entity.name.function.infix"},{foreground:"#00BDD6",token:"entity.name.function.call.kotlin"},{foreground:"#00BDD6",token:"text.tex support.function.verb"},{foreground:"#00BDD6",token:"text.tex support.function.texttt"},{foreground:"#00BDD6",token:"source.reason constant.language.unit"},{foreground:"#00BDD6",token:"source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css"},{foreground:"#00BDD6",token:"source.reason entity.other.attribute-name constant.language constant.numeric"},{foreground:"#00BDD6",token:"constant.language.unit.fsharp"},{foreground:"#00BDD6",token:"source.wsd support.class.preprocessings"},{foreground:"#00BDD6",token:"keyword.language.gherkin.feature.scenario"},{foreground:"#00BDD6",token:"source.nim keyword.other.common.function"},{foreground:"#00BDD6",token:"entity.name.type.namespace"},{foreground:"#00BDD6",token:"entity.name.scope-resolution.function.call"},{foreground:"#0094F0",token:"source.js constant.other.object.key.js string.unquoted.label.js"},{foreground:"#0094F0",token:"source.js punctuation.section.embedded"},{foreground:"#0094F0",token:"punctuation.definition.template-expression"},{foreground:"#0094F0",token:"support.class"},{foreground:"#0094F0",token:"entity.name.type"},{foreground:"#0094F0",token:"storage.type.string.python"},{foreground:"#0094F0",token:"string.interpolated.pug"},{foreground:"#0094F0",token:"support.constant.handlebars"},{foreground:"#0094F0",token:"source.clojure punctuation.section.set"},{foreground:"#0094F0",token:"source.clojure punctuation.section.metadata"},{foreground:"#0094F0",token:"entity.global.clojure"},{foreground:"#0094F0",token:"source.python meta.function-call.python support.type.python"},{foreground:"#0094F0",token:"entity.other.inherited-class.python"},{foreground:"#0094F0",token:"punctuation.definition.interpolation"},{foreground:"#0094F0",token:"punctuation.section.embedded.begin.ruby"},{foreground:"#0094F0",token:"punctuation.section.embedded.end.ruby source.ruby"},{foreground:"#0094F0",token:"support.constant.math"},{foreground:"#0094F0",token:"entity.namespace.r"},{foreground:"#0094F0",token:"meta.method-call.groovy storage.type.groovy"},{foreground:"#0094F0",token:"source.scala entity.name.class.declaration"},{foreground:"#0094F0",token:"constant.character.escape"},{foreground:"#0094F0",token:"support.function.macro.julia"},{foreground:"#0094F0",token:"string.replacement.apacheconf"},{foreground:"#0094F0",token:"storage.modifier.using.vala"},{foreground:"#0094F0",token:"constant.other.haskell"},{foreground:"#0094F0",token:"source.objc entity.name.tag"},{foreground:"#0094F0",token:"string.quoted.other.literal.upper.crystal punctuation.definition.string"},{foreground:"#0094F0",token:"meta.embedded.line.crystal punctuation.section.embedded"},{foreground:"#0094F0",token:"meta.embedded.line.crystal punctuation.section.embedded source.crystal"},{foreground:"#0094F0",token:"punctuation.section.embedded"},{foreground:"#0094F0",token:"punctuation.section.tag"},{foreground:"#0094F0",token:"punctuation.section.embedded source.swift"},{foreground:"#0094F0",token:"variable.other.bracket punctuation.definition.variable"},{foreground:"#0094F0",token:"string.interpolated.dollar punctuation.definition.string"},{foreground:"#0094F0",token:"constant.character.escape punctuation.definition.keyword"},{foreground:"#0094F0",token:"source.ocaml entity.name.class constant.numeric"},{foreground:"#0094F0",token:"source.reason entity.name.class"},{foreground:"#0094F0",token:"keyword.format.specifier.fsharp"},{foreground:"#0094F0",token:"support.module.elm"},{foreground:"#0094F0",token:"meta.embedded.block.php punctuation.definition.variable.php"},{foreground:"#0094F0",token:"source.vala storage.type"},{foreground:"#0094F0",token:"support.variable.class.group"},{foreground:"#0094F0",token:"entity.name.type.class"},{foreground:"#0094F0",token:"source.tf meta.keyword.list"},{foreground:"#0094F0",token:"source.tf meta.keyword.map"},{foreground:"#0094F0",token:"entity.name.class.lua"},{foreground:"#0094F0",token:"markup.substitution"},{foreground:"#FF530F",token:"invalid"},{foreground:"#FF530F",token:"invalid.illegal"},{fontStyle:"italic",token:"comment"},{fontStyle:"italic",token:"storage.modifier"},{fontStyle:"italic",token:"punctuation.definition.comment"},{fontStyle:"italic",token:"entity.other"},{fontStyle:"italic",token:"variable.language"},{fontStyle:"italic",token:"support.type.vendored"},{fontStyle:"italic",token:"support.constant.vendored"},{fontStyle:"italic",token:"markup.quote"},{fontStyle:"italic",token:"markup.italic"},{fontStyle:"italic",token:"tag.decorator.js entity.name.tag.js"},{fontStyle:"italic",token:"tag.decorator.js punctuation.definition.tag.js"},{fontStyle:"italic",token:"keyword.control.clojure"},{fontStyle:"italic",token:"source.clojure meta.symbol.dynamic"},{fontStyle:"italic",token:"keyword.other.this.cs"},{fontStyle:"italic",token:"keyword.other.base.cs"},{fontStyle:"italic",token:"variable.other.member.c"},{fontStyle:"italic",token:"support.type.core.rust"},{fontStyle:"italic",token:"variable.other.object.property"},{fontStyle:"italic",token:"variable.other.property"},{fontStyle:"italic",token:"source.r meta.function.r keyword.control.r"},{fontStyle:"italic",token:"comment.line.roxygen.r keyword"},{fontStyle:"italic",token:"comment.line.roxygen.r variable.parameter.r"},{fontStyle:"italic",token:"keyword.control.inheritance.coffee"},{fontStyle:"italic",token:"comment.block.documentation.phpdoc.php keyword"},{fontStyle:"italic",token:"keyword.other.array.phpdoc.php"},{fontStyle:"italic",token:"storage.type.modifier"},{fontStyle:"italic",token:"comment.block.javadoc.java keyword"},{fontStyle:"italic",token:"comment.block.javadoc.java variable.parameter.java"},{fontStyle:"italic",token:"keyword.operator.documentation.powershell"},{fontStyle:"italic",token:"storage.type.scala"},{fontStyle:"italic",token:"variable.parameter.function.language.special"},{fontStyle:"italic",token:"comment.block.documentation.scala keyword"},{fontStyle:"italic",token:"comment.block.documentation.scala variable.parameter"},{fontStyle:"italic",token:"support.function.builtin.go"},{fontStyle:"italic",token:"constant.other.symbol.hashkey.ruby"},{fontStyle:"italic",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{fontStyle:"italic",token:"constant.other.symbol.ruby"},{fontStyle:"italic",token:"source.vala storage.type.generic"},{fontStyle:"italic",token:"constant.other.table-name"},{fontStyle:"italic",token:"constant.other.placeholder"},{fontStyle:"italic",token:"variable.other.field"},{fontStyle:"italic",token:"entity.alias.import.go"},{fontStyle:"italic",token:"source.swift keyword.other.declaration-specifier"},{fontStyle:"italic",token:"support.variable.swift"},{fontStyle:"italic",token:"keyword.other.capture-specifier"},{fontStyle:"italic",token:"text.tex support.function.emph"},{fontStyle:"italic",token:"constant.other.math"},{fontStyle:"italic",token:"support.function.textit"},{fontStyle:"italic",token:"entity.name.footnote"},{fontStyle:"italic",token:"entity.name.function.directive.graphql"},{fontStyle:"italic",token:"source.graphql support.type.enum"},{fontStyle:"italic",token:"source.ocaml entity.name.filename"},{fontStyle:"italic",token:"source.reason entity.name.filename"},{fontStyle:"italic",token:"abstract.definition.fsharp keyword"},{fontStyle:"italic",token:"abstract.definition.fsharp entity"},{fontStyle:"italic",token:"function.anonymous keyword"},{fontStyle:"italic",token:"entity.name.record.field.accessor.elm"},{fontStyle:"italic",token:"support.type.primitive"},{fontStyle:"italic",token:"support.type.builtin"},{fontStyle:"italic",token:"keyword.type.cs"},{fontStyle:"italic",token:"storage.type.built-in"},{fontStyle:"italic",token:"storage.type.primitive"},{fontStyle:"italic",token:"source.python support.type.python"},{fontStyle:"italic",token:"storage.type.core.rust"},{fontStyle:"italic",token:"source.swift support.type"},{fontStyle:"italic",token:"source.go storage.type"},{fontStyle:"italic",token:"storage.type.php"},{fontStyle:"italic",token:"storage.type.function.kotlin"},{fontStyle:"italic",token:"entity.name.type.kotlin"},{fontStyle:"italic",token:"support.type.julia"},{fontStyle:"italic",token:"variable.other.member"},{fontStyle:"italic",token:"keyword.other.import"},{fontStyle:"italic",token:"keyword.package"},{fontStyle:"italic",token:"keyword.import"},{fontStyle:"italic",token:"source.wsd keyword.control.diagram"},{fontStyle:"italic",token:"keyword.language.gherkin.feature.step"},{fontStyle:"italic",token:"source.hlsl storage.type.basic"},{fontStyle:"italic",token:"source.apex keyword.type"},{fontStyle:"italic",token:"sharing.modifier"},{fontStyle:"italic",token:"source.nim storage.type.concrete"},{fontStyle:"italic",token:"meta.preprocessor.pragma.nim"},{fontStyle:"italic",token:"storage.type.integral"},{fontStyle:"italic",token:"entity.name.scope-resolution.function.call"},{fontStyle:"italic",token:"support.class.builtin"},{fontStyle:"italic",token:"comment.block.documentation storage.type.class"},{fontStyle:"italic",token:"source.tf meta.keyword.string"},{fontStyle:"italic",token:"source.tf meta.keyword.number"},{fontStyle:"italic",token:"source.scala entity.name.class"},{fontStyle:"italic",token:"meta.import keyword.control"},{fontStyle:"italic",token:"keyword.control.export"},{fontStyle:"italic",token:"source.vue meta.directive punctuation.separator.key-value"},{fontStyle:"italic",token:"keyword.local.lua"},{fontStyle:"italic",token:"markup.list"},{fontStyle:"italic",token:"markup.mark.constrained markup.mark"},{fontStyle:"italic",token:"markup.block.open"},{fontStyle:"bold",token:"keyword"},{fontStyle:"bold",token:"keyword.control"},{fontStyle:"bold",token:"keyword.operator"},{fontStyle:"bold",token:"keyword.other.template"},{fontStyle:"bold",token:"keyword.other.substitution"},{fontStyle:"bold",token:"storage.type.function.arrow"},{fontStyle:"bold",token:"constant.other.color"},{fontStyle:"bold",token:"punctuation.accessor"},{fontStyle:"bold",token:"entity.name.section"},{fontStyle:"bold",token:"markup.bold"},{fontStyle:"bold",token:"markup.bold string"},{fontStyle:"bold",token:"markdown.heading"},{fontStyle:"bold",token:"markup.inline.raw punctuation.definition.raw"},{fontStyle:"bold",token:"markup.heading"},{fontStyle:"bold",token:"storage.type.function.pug"},{fontStyle:"bold",token:"storage.type.function.python"},{fontStyle:"bold",token:"storage.type.annotation"},{fontStyle:"bold",token:"punctuation.bracket.angle"},{fontStyle:"bold",token:"keyword.other.new"},{fontStyle:"bold",token:"punctuation.separator.question-mark.cs"},{fontStyle:"bold",token:"storage.type.generic.wildcard"},{fontStyle:"bold",token:"source.go keyword.operator"},{fontStyle:"bold",token:"punctuation.separator.namespace"},{fontStyle:"bold",token:"constant.other.symbol.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"variable.parameter"},{fontStyle:"bold",token:"support.function.builtin.rust"},{fontStyle:"bold",token:"storage.type.function.coffee"},{fontStyle:"bold",token:"entity.name.variable.parameter"},{fontStyle:"bold",token:"punctuation.separator.hash.cs"},{fontStyle:"bold",token:"constant.other.symbol.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"constant.other.symbol.hashkey.ruby punctuation.definition.constant.ruby"},{fontStyle:"bold",token:"meta.function.parameters variable.other"},{fontStyle:"bold",token:"entity.name.type.annotation.kotlin"},{fontStyle:"bold",token:"storage.type.objc"},{fontStyle:"bold",token:"parameter.variable.function"},{fontStyle:"bold",token:"markup punctuation.definition"},{fontStyle:"bold",token:"punctuation.section.directive"},{fontStyle:"bold",token:"punctuation.definition.preprocessor"},{fontStyle:"bold",token:"source.ruby punctuation.definition.variable"},{fontStyle:"bold",token:"punctuation.separator.method"},{fontStyle:"bold",token:"support.function.textbf"},{fontStyle:"bold",token:"source.graphql support.type.builtin"},{fontStyle:"bold",token:"source.ocaml variable.interpolation string"},{fontStyle:"bold",token:"entity.name.function.definition.special.constructor"},{fontStyle:"bold",token:"entity.name.function.definition.special.member.destructor."},{fontStyle:"bold",token:"meta.function.parameters variable punctuation.definition.variable.php"},{fontStyle:"bold",token:"source.wsd keyword.other.activity"},{fontStyle:"bold",token:"keyword.control.class.ruby"},{fontStyle:"bold",token:"keyword.control.def.ruby"},{fontStyle:"bold",token:"keyword.function.go"},{fontStyle:"bold",token:"keyword.other.fn.rust"},{fontStyle:"bold",token:"markup.other.anchor"},{fontStyle:"bold",token:"markup.list.bullet"},{fontStyle:"bold",token:"markup.list punctuation.definition"},{fontStyle:"bold italic",token:"markup.bold markup.italic"},{fontStyle:"bold italic",token:"markup.italic markup.bold"},{fontStyle:"bold italic",token:"markup.quote markup.bold"},{fontStyle:"bold italic",token:"markup.bold markup.italic string"},{fontStyle:"bold italic",token:"markup.italic markup.bold string"},{fontStyle:"bold italic",token:"markup.quote markup.bold string"},{fontStyle:"bold italic",token:"text.html punctuation.section.embedded"},{fontStyle:"bold italic",token:"variable.other.c"},{fontStyle:"bold italic",token:"storage.modifier.lifetime.rust"},{fontStyle:"bold italic",token:"entity.name.lifetime.rust"},{fontStyle:"bold italic",token:"source.rust meta.attribute.rust"},{fontStyle:"bold italic",token:"meta.attribute.id entity.other.attribute-name"},{fontStyle:"bold italic",token:"source.ocaml punctuation.definition.tag emphasis"},{fontStyle:"bold italic",token:"source.tf entity.name"},{fontStyle:"bold italic",token:"markup.quote punctuation.definition"},{fontStyle:"bold italic",token:"markup.fenced_code punctuation.definition"},{fontStyle:"bold italic",token:"fenced_code.block.language"},{fontStyle:"",token:"keyword.begin.tag.ejs"},{fontStyle:"",token:"source.python meta.function.decorator.python support.type.python"},{fontStyle:"",token:"source.cs keyword.other"},{fontStyle:"",token:"keyword.other.var.cs"},{fontStyle:"",token:"source.go keyword"},{fontStyle:"",token:"storage.modifier.static.rust"},{fontStyle:"",token:"variable.parameter.r"},{fontStyle:"",token:"variable.parameter.handlebars"},{fontStyle:"",token:"storage.modifier.import"},{fontStyle:"",token:"storage.modifier.package"},{fontStyle:"",token:"meta.class.identifier storage.modifier"},{fontStyle:"",token:"keyword.operator.other.powershell"},{fontStyle:"",token:"source.css variable.parameter"},{fontStyle:"",token:"string.interpolated variable.parameter"},{fontStyle:"",token:"source.apacheconf keyword"},{fontStyle:"",token:"keyword.other.julia"},{fontStyle:"",token:"storage.modifier.using.vala"},{fontStyle:"",token:"source.objc keyword.other.property.attribute"},{fontStyle:"",token:"source.sql keyword.other"},{fontStyle:"",token:"keyword.other.using.vala"},{fontStyle:"",token:"keyword.operator.function.infix"},{fontStyle:"",token:"keyword.control.directive"},{fontStyle:"",token:"keyword.other.rust"},{fontStyle:"",token:"keyword.other.declaration-specifier.swift"},{fontStyle:"",token:"entity.name.function.swift"},{fontStyle:"",token:"keyword.control.class"},{fontStyle:"",token:"keyword.control.def"},{fontStyle:"",token:"punctuation.definition.variable"},{fontStyle:"",token:"entity.name.section.latex"},{fontStyle:"",token:"source.ocaml keyword markup.underline"},{fontStyle:"",token:"source.ocaml constant.language constant.numeric entity.other.attribute-name.id.css"},{fontStyle:"",token:"source.reason entity.other.attribute-name constant.language constant.numeric"},{fontStyle:"",token:"keyword.format.specifier.fsharp"},{fontStyle:"",token:"entity.name.section.fsharp"},{fontStyle:"",token:"binding.fsharp keyword"},{fontStyle:"",token:"binding.fsharp keyword.symbol"},{fontStyle:"",token:"record.fsharp keyword"},{fontStyle:"",token:"keyword.symbol.fsharp"},{fontStyle:"",token:"entity.name.section.fsharp keyword"},{fontStyle:"",token:"namespace.open.fsharp keyword"},{fontStyle:"",token:"namespace.open.fsharp entity"},{fontStyle:"",token:"storage.type"},{fontStyle:"",token:"source.cpp keyword.other"},{fontStyle:"",token:"source.c keyword.other"},{fontStyle:"",token:"keyword.other.unit"},{fontStyle:"",token:"storage.modifier.array.bracket"},{fontStyle:"",token:"keyword.control.default"},{fontStyle:"",token:"meta.import.haskell keyword"},{fontStyle:"",token:"keyword.declaration.dart"},{fontStyle:"",token:"source.wsd keyword.other"},{fontStyle:"",token:"keyword.other.skinparam"},{fontStyle:"",token:"source.css keyword.control"},{fontStyle:"",token:"source.css keyword.operator"},{fontStyle:"",token:"keyword.language.gherkin.feature.scenario"},{fontStyle:"",token:"keyword.control.cucumber.table"},{fontStyle:"",token:"source.toml entity.other.attribute-name"},{fontStyle:"",token:"source.toml keyword"},{fontStyle:"",token:"keyword.other.nim"},{fontStyle:"",token:"source.nim keyword.other.common.function"},{fontStyle:"",token:"source.nim keyword.other"},{fontStyle:"",token:"source.scala keyword.declaration"},{fontStyle:"",token:"source.scala entity.name.class.declaration"},{fontStyle:"",token:"keyword.control.lua"},{foreground:"#316BCD",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#CD3131",token:"token.error-token"},{foreground:"#800080",token:"token.debug-token"},{token:"",foreground:"#005661"}],q4=[],Z4={inherit:G4,base:U4,colors:z4,rules:Y4,encodedTokensColors:q4},K4=!1,J4="vs-dark",X4={"activityBar.background":"#282c34","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#4d78cc","activityBarBadge.foreground":"#f8fafd","badge.background":"#282c34","button.background":"#404754","button.secondaryBackground":"#30333d","button.secondaryForeground":"#c0bdbd","checkbox.border":"#404754","debugToolBar.background":"#21252b",descriptionForeground:"#abb2bf","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#21252b","dropdown.border":"#21252b","editor.background":"#282c34","editor.findMatchBackground":"#42557b","editor.findMatchBorder":"#457dff","editor.findMatchHighlightBackground":"#6199ff2f","editor.foreground":"#abb2bf","editor.lineHighlightBackground":"#2c313c","editor.selectionBackground":"#67769660","editor.selectionHighlightBackground":"#ffffff10","editor.selectionHighlightBorder":"#dddddd","editor.wordHighlightBackground":"#d2e0ff2f","editor.wordHighlightBorder":"#7f848e","editor.wordHighlightStrongBackground":"#abb2bf26","editor.wordHighlightStrongBorder":"#7f848e","editorActiveLineNumber.foreground":"#737984","editorBracketMatch.background":"#515a6b","editorBracketMatch.border":"#515a6b","editorCursor.background":"#ffffffc9","editorCursor.foreground":"#528bff","editorError.foreground":"#c24038","editorGroup.background":"#181a1f","editorGroup.border":"#181a1f","editorGroupHeader.tabsBackground":"#21252b","editorGutter.addedBackground":"#109868","editorGutter.deletedBackground":"#9a353d","editorGutter.modifiedBackground":"#948b60","editorHoverWidget.background":"#21252b","editorHoverWidget.border":"#181a1f","editorIndentGuide.activeBackground":"#c8c8c859","editorIndentGuide.background":"#3b4048","editorInlayHint.background":"#2c313c","editorInlayHint.foreground":"#abb2bf","editorLineNumber.activeForeground":"#abb2bf","editorLineNumber.foreground":"#495162","editorMarkerNavigation.background":"#21252b","editorRuler.foreground":"#abb2bf26","editorSuggestWidget.background":"#21252b","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorWarning.foreground":"#d19a66","editorWhitespace.foreground":"#3b4048","editorWidget.background":"#21252b",focusBorder:"#3e4452","gitDecoration.ignoredResourceForeground":"#636b78","input.background":"#1d1f23","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#323842","list.focusForeground":"#f0f0f0","list.highlightForeground":"#c5c5c5","list.hoverBackground":"#2c313a","list.hoverForeground":"#ffffff","list.inactiveSelectionBackground":"#323842","list.inactiveSelectionForeground":"#d7dae0","list.warningForeground":"#d19a66","menu.foreground":"#abb2bf","menu.separatorBackground":"#343a45","minimapGutter.addedBackground":"#109868","minimapGutter.deletedBackground":"#9a353d","minimapGutter.modifiedBackground":"#948b60","panelSectionHeader.background":"#21252b","peekViewEditor.background":"#1b1d23","peekViewEditor.matchHighlightBackground":"#29244b","peekViewResult.background":"#22262b","scrollbar.shadow":"#23252c","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566660","scrollbarSlider.hoverBackground":"#5a637580","settings.focusedRowBackground":"#282c34","settings.headerForeground":"#ffffff","sideBar.background":"#21252b","sideBar.foreground":"#abb2bf","sideBarSectionHeader.background":"#282c34","sideBarSectionHeader.foreground":"#abb2bf","statusBar.background":"#21252b","statusBar.debuggingBackground":"#cc6633","statusBar.debuggingBorder":"#66017a","statusBar.debuggingForeground":"#ffffff","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#21252b","statusBarItem.hoverBackground":"#2c313a","statusBarItem.remoteBackground":"#4d78cc","statusBarItem.remoteForeground":"#f8fafd","tab.activeBackground":"#282c34","tab.activeForeground":"#dcdcdc","tab.border":"#181a1f","tab.hoverBackground":"#323842","tab.inactiveBackground":"#21252b","tab.unfocusedHoverBackground":"#323842","terminal.ansiBlack":"#3f4451","terminal.ansiBlue":"#4aa5f0","terminal.ansiBrightBlack":"#4f5666","terminal.ansiBrightBlue":"#4dc4ff","terminal.ansiBrightCyan":"#4cd1e0","terminal.ansiBrightGreen":"#a5e075","terminal.ansiBrightMagenta":"#de73ff","terminal.ansiBrightRed":"#ff616e","terminal.ansiBrightWhite":"#d7dae0","terminal.ansiBrightYellow":"#f0a45d","terminal.ansiCyan":"#42b3c2","terminal.ansiGreen":"#8cc265","terminal.ansiMagenta":"#c162de","terminal.ansiRed":"#e05561","terminal.ansiWhite":"#e6e6e6","terminal.ansiYellow":"#d18f52","terminal.background":"#282c34","terminal.border":"#abb2bf","terminal.foreground":"#abb2bf","terminal.selectionBackground":"#abb2bf30","textBlockQuote.background":"#2e3440","textBlockQuote.border":"#4b5362","textLink.foreground":"#61afef","textPreformat.foreground":"#d19a66","titleBar.activeBackground":"#282c34","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#21252b","titleBar.inactiveForeground":"#6b717d","walkThrough.embeddedEditorBackground":"#2e3440","welcomePage.buttonHoverBackground":"#404754"},Q4=[{foreground:"#E06C75",token:"punctuation.definition.delayed.unison"},{foreground:"#E06C75",token:"punctuation.definition.list.begin.unison"},{foreground:"#E06C75",token:"punctuation.definition.list.end.unison"},{foreground:"#E06C75",token:"punctuation.definition.ability.begin.unison"},{foreground:"#E06C75",token:"punctuation.definition.ability.end.unison"},{foreground:"#E06C75",token:"punctuation.operator.assignment.as.unison"},{foreground:"#E06C75",token:"punctuation.separator.pipe.unison"},{foreground:"#E06C75",token:"punctuation.separator.delimiter.unison"},{foreground:"#E06C75",token:"punctuation.definition.hash.unison"},{foreground:"#C678DD",token:"variable.other.generic-type.haskell"},{foreground:"#D19A66",token:"storage.type.haskell"},{foreground:"#E06C75",token:"support.variable.magic.python"},{foreground:"#ABB2BF",token:"punctuation.separator.period.python"},{foreground:"#ABB2BF",token:"punctuation.separator.element.python"},{foreground:"#ABB2BF",token:"punctuation.parenthesis.begin.python"},{foreground:"#ABB2BF",token:"punctuation.parenthesis.end.python"},{foreground:"#E5C07B",token:"variable.parameter.function.language.special.self.python"},{foreground:"#ABB2BF",token:"storage.modifier.lifetime.rust"},{foreground:"#61AFEF",token:"support.function.std.rust"},{foreground:"#E5C07B",token:"entity.name.lifetime.rust"},{foreground:"#E06C75",token:"variable.language.rust"},{foreground:"#C678DD",token:"support.constant.edge"},{foreground:"#E06C75",token:"constant.other.character-class.regexp"},{foreground:"#D19A66",token:"keyword.operator.quantifier.regexp"},{foreground:"#98C379",token:"punctuation.definition.string.begin"},{foreground:"#98C379",token:"punctuation.definition.string.end"},{foreground:"#ABB2BF",token:"variable.parameter.function"},{foreground:"#5C6370",token:"comment markup.link"},{foreground:"#E5C07B",token:"markup.changed.diff"},{foreground:"#61AFEF",token:"meta.diff.header.from-file"},{foreground:"#61AFEF",token:"meta.diff.header.to-file"},{foreground:"#61AFEF",token:"punctuation.definition.from-file.diff"},{foreground:"#61AFEF",token:"punctuation.definition.to-file.diff"},{foreground:"#98C379",token:"markup.inserted.diff"},{foreground:"#E06C75",token:"markup.deleted.diff"},{foreground:"#E06C75",token:"meta.function.c"},{foreground:"#E06C75",token:"meta.function.cpp"},{foreground:"#ABB2BF",token:"punctuation.section.block.begin.bracket.curly.cpp"},{foreground:"#ABB2BF",token:"punctuation.section.block.end.bracket.curly.cpp"},{foreground:"#ABB2BF",token:"punctuation.terminator.statement.c"},{foreground:"#ABB2BF",token:"punctuation.section.block.begin.bracket.curly.c"},{foreground:"#ABB2BF",token:"punctuation.section.block.end.bracket.curly.c"},{foreground:"#ABB2BF",token:"punctuation.section.parens.begin.bracket.round.c"},{foreground:"#ABB2BF",token:"punctuation.section.parens.end.bracket.round.c"},{foreground:"#ABB2BF",token:"punctuation.section.parameters.begin.bracket.round.c"},{foreground:"#ABB2BF",token:"punctuation.section.parameters.end.bracket.round.c"},{foreground:"#ABB2BF",token:"punctuation.separator.key-value"},{foreground:"#61AFEF",token:"keyword.operator.expression.import"},{foreground:"#E5C07B",token:"support.constant.math"},{foreground:"#D19A66",token:"support.constant.property.math"},{foreground:"#E5C07B",token:"variable.other.constant"},{foreground:"#E5C07B",token:"storage.type.annotation.java"},{foreground:"#E5C07B",token:"storage.type.object.array.java"},{foreground:"#E06C75",token:"source.java"},{foreground:"#ABB2BF",token:"punctuation.section.block.begin.java"},{foreground:"#ABB2BF",token:"punctuation.section.block.end.java"},{foreground:"#ABB2BF",token:"punctuation.definition.method-parameters.begin.java"},{foreground:"#ABB2BF",token:"punctuation.definition.method-parameters.end.java"},{foreground:"#ABB2BF",token:"meta.method.identifier.java"},{foreground:"#ABB2BF",token:"punctuation.section.method.begin.java"},{foreground:"#ABB2BF",token:"punctuation.section.method.end.java"},{foreground:"#ABB2BF",token:"punctuation.terminator.java"},{foreground:"#ABB2BF",token:"punctuation.section.class.begin.java"},{foreground:"#ABB2BF",token:"punctuation.section.class.end.java"},{foreground:"#ABB2BF",token:"punctuation.section.inner-class.begin.java"},{foreground:"#ABB2BF",token:"punctuation.section.inner-class.end.java"},{foreground:"#ABB2BF",token:"meta.method-call.java"},{foreground:"#ABB2BF",token:"punctuation.section.class.begin.bracket.curly.java"},{foreground:"#ABB2BF",token:"punctuation.section.class.end.bracket.curly.java"},{foreground:"#ABB2BF",token:"punctuation.section.method.begin.bracket.curly.java"},{foreground:"#ABB2BF",token:"punctuation.section.method.end.bracket.curly.java"},{foreground:"#ABB2BF",token:"punctuation.separator.period.java"},{foreground:"#ABB2BF",token:"punctuation.bracket.angle.java"},{foreground:"#ABB2BF",token:"punctuation.definition.annotation.java"},{foreground:"#ABB2BF",token:"meta.method.body.java"},{foreground:"#61AFEF",token:"meta.method.java"},{foreground:"#E5C07B",token:"storage.modifier.import.java"},{foreground:"#E5C07B",token:"storage.type.java"},{foreground:"#E5C07B",token:"storage.type.generic.java"},{foreground:"#C678DD",token:"keyword.operator.instanceof.java"},{foreground:"#E06C75",token:"meta.definition.variable.name.java"},{foreground:"#56B6C2",token:"keyword.operator.logical"},{foreground:"#56B6C2",token:"keyword.operator.bitwise"},{foreground:"#56B6C2",token:"keyword.operator.channel"},{foreground:"#D19A66",token:"support.constant.property-value.scss"},{foreground:"#D19A66",token:"support.constant.property-value.css"},{foreground:"#56B6C2",token:"keyword.operator.css"},{foreground:"#56B6C2",token:"keyword.operator.scss"},{foreground:"#56B6C2",token:"keyword.operator.less"},{foreground:"#D19A66",token:"support.constant.color.w3c-standard-color-name.css"},{foreground:"#D19A66",token:"support.constant.color.w3c-standard-color-name.scss"},{foreground:"#ABB2BF",token:"punctuation.separator.list.comma.css"},{foreground:"#D19A66",token:"support.constant.color.w3c-standard-color-name.css"},{foreground:"#56B6C2",token:"support.type.vendored.property-name.css"},{foreground:"#E5C07B",token:"support.module.node"},{foreground:"#E5C07B",token:"support.type.object.module"},{foreground:"#E5C07B",token:"support.module.node"},{foreground:"#E5C07B",token:"entity.name.type.module"},{foreground:"#E06C75",token:"variable.other.readwrite"},{foreground:"#E06C75",token:"meta.object-literal.key"},{foreground:"#E06C75",token:"support.variable.property"},{foreground:"#E06C75",token:"support.variable.object.process"},{foreground:"#E06C75",token:"support.variable.object.node"},{foreground:"#D19A66",token:"support.constant.json"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof"},{foreground:"#C678DD",token:"keyword.operator.new"},{foreground:"#C678DD",token:"keyword.operator.ternary"},{foreground:"#C678DD",token:"keyword.operator.optional"},{foreground:"#C678DD",token:"keyword.operator.expression.keyof"},{foreground:"#E06C75",token:"support.type.object.console"},{foreground:"#D19A66",token:"support.variable.property.process"},{foreground:"#61AFEF",token:"entity.name.function"},{foreground:"#61AFEF",token:"support.function.console"},{foreground:"#ABB2BF",token:"keyword.operator.misc.rust"},{foreground:"#C678DD",token:"keyword.operator.sigil.rust"},{foreground:"#C678DD",token:"keyword.operator.delete"},{foreground:"#56B6C2",token:"support.type.object.dom"},{foreground:"#E06C75",token:"support.variable.dom"},{foreground:"#E06C75",token:"support.variable.property.dom"},{foreground:"#56B6C2",token:"keyword.operator.arithmetic"},{foreground:"#56B6C2",token:"keyword.operator.comparison"},{foreground:"#56B6C2",token:"keyword.operator.decrement"},{foreground:"#56B6C2",token:"keyword.operator.increment"},{foreground:"#56B6C2",token:"keyword.operator.relational"},{foreground:"#C678DD",token:"keyword.operator.assignment.c"},{foreground:"#C678DD",token:"keyword.operator.comparison.c"},{foreground:"#C678DD",token:"keyword.operator.c"},{foreground:"#C678DD",token:"keyword.operator.increment.c"},{foreground:"#C678DD",token:"keyword.operator.decrement.c"},{foreground:"#C678DD",token:"keyword.operator.bitwise.shift.c"},{foreground:"#C678DD",token:"keyword.operator.assignment.cpp"},{foreground:"#C678DD",token:"keyword.operator.comparison.cpp"},{foreground:"#C678DD",token:"keyword.operator.cpp"},{foreground:"#C678DD",token:"keyword.operator.increment.cpp"},{foreground:"#C678DD",token:"keyword.operator.decrement.cpp"},{foreground:"#C678DD",token:"keyword.operator.bitwise.shift.cpp"},{foreground:"#ABB2BF",token:"punctuation.separator.delimiter"},{foreground:"#C678DD",token:"punctuation.separator.c"},{foreground:"#C678DD",token:"punctuation.separator.cpp"},{foreground:"#56B6C2",token:"support.type.posix-reserved.c"},{foreground:"#56B6C2",token:"support.type.posix-reserved.cpp"},{foreground:"#C678DD",token:"keyword.operator.sizeof.c"},{foreground:"#C678DD",token:"keyword.operator.sizeof.cpp"},{foreground:"#D19A66",token:"variable.parameter.function.language.python"},{foreground:"#56B6C2",token:"support.type.python"},{foreground:"#C678DD",token:"keyword.operator.logical.python"},{foreground:"#D19A66",token:"variable.parameter.function.python"},{foreground:"#ABB2BF",token:"punctuation.definition.arguments.begin.python"},{foreground:"#ABB2BF",token:"punctuation.definition.arguments.end.python"},{foreground:"#ABB2BF",token:"punctuation.separator.arguments.python"},{foreground:"#ABB2BF",token:"punctuation.definition.list.begin.python"},{foreground:"#ABB2BF",token:"punctuation.definition.list.end.python"},{foreground:"#61AFEF",token:"meta.function-call.generic.python"},{foreground:"#D19A66",token:"constant.character.format.placeholder.other.python"},{foreground:"#ABB2BF",token:"keyword.operator"},{foreground:"#C678DD",token:"keyword.operator.assignment.compound"},{foreground:"#56B6C2",token:"keyword.operator.assignment.compound.js"},{foreground:"#56B6C2",token:"keyword.operator.assignment.compound.ts"},{foreground:"#C678DD",token:"keyword"},{foreground:"#E5C07B",token:"entity.name.namespace"},{foreground:"#E06C75",token:"variable"},{foreground:"#ABB2BF",token:"variable.c"},{foreground:"#E5C07B",token:"variable.language"},{foreground:"#ABB2BF",token:"token.variable.parameter.java"},{foreground:"#E5C07B",token:"import.storage.java"},{foreground:"#C678DD",token:"token.package.keyword"},{foreground:"#ABB2BF",token:"token.package"},{foreground:"#61AFEF",token:"entity.name.function"},{foreground:"#61AFEF",token:"meta.require"},{foreground:"#61AFEF",token:"support.function.any-method"},{foreground:"#61AFEF",token:"variable.function"},{foreground:"#E5C07B",token:"entity.name.type.namespace"},{foreground:"#E5C07B",token:"support.class"},{foreground:"#E5C07B",token:" entity.name.type.class"},{foreground:"#E5C07B",token:"entity.name.class.identifier.namespace.type"},{foreground:"#E5C07B",token:"entity.name.class"},{foreground:"#E5C07B",token:"variable.other.class.js"},{foreground:"#E5C07B",token:"variable.other.class.ts"},{foreground:"#E06C75",token:"variable.other.class.php"},{foreground:"#E5C07B",token:"entity.name.type"},{foreground:"#C678DD",token:"keyword.control"},{foreground:"#D19A66",token:"control.elements"},{foreground:"#D19A66",token:" keyword.operator.less"},{foreground:"#61AFEF",token:"keyword.other.special-method"},{foreground:"#C678DD",token:"storage"},{foreground:"#C678DD",token:"token.storage"},{foreground:"#C678DD",token:"keyword.operator.expression.delete"},{foreground:"#C678DD",token:"keyword.operator.expression.in"},{foreground:"#C678DD",token:"keyword.operator.expression.of"},{foreground:"#C678DD",token:"keyword.operator.expression.instanceof"},{foreground:"#C678DD",token:"keyword.operator.new"},{foreground:"#C678DD",token:"keyword.operator.expression.typeof"},{foreground:"#C678DD",token:"keyword.operator.expression.void"},{foreground:"#E5C07B",token:"token.storage.type.java"},{foreground:"#56B6C2",token:"support.function"},{foreground:"#ABB2BF",token:"support.type.property-name"},{foreground:"#ABB2BF",token:"support.constant.property-value"},{foreground:"#D19A66",token:"support.constant.font-name"},{foreground:"#ABB2BF",token:"meta.tag"},{foreground:"#98C379",token:"string"},{foreground:"#56B6C2",token:"constant.other.symbol"},{foreground:"#D19A66",token:"constant.numeric"},{foreground:"#D19A66",token:"constant"},{foreground:"#D19A66",token:"punctuation.definition.constant"},{foreground:"#E06C75",token:"entity.name.tag"},{foreground:"#D19A66",token:"entity.other.attribute-name"},{foreground:"#61AFEF",fontStyle:"normal",token:"entity.other.attribute-name.id"},{foreground:"#D19A66",fontStyle:"normal",token:"entity.other.attribute-name.class.css"},{foreground:"#C678DD",token:"meta.selector"},{foreground:"#E06C75",token:"markup.heading"},{foreground:"#61AFEF",token:"markup.heading punctuation.definition.heading"},{foreground:"#61AFEF",token:" entity.name.section"},{foreground:"#E06C75",token:"keyword.other.unit"},{foreground:"#D19A66",token:"markup.bold"},{foreground:"#D19A66",token:"todo.bold"},{foreground:"#E5C07B",token:"punctuation.definition.bold"},{foreground:"#C678DD",token:"markup.italic"},{foreground:"#C678DD",token:" punctuation.definition.italic"},{foreground:"#C678DD",token:"todo.emphasis"},{foreground:"#C678DD",token:"emphasis md"},{foreground:"#E06C75",token:"entity.name.section.markdown"},{foreground:"#E06C75",token:"punctuation.definition.heading.markdown"},{foreground:"#E06C75",token:"punctuation.definition.list.begin.markdown"},{foreground:"#ABB2BF",token:"markup.heading.setext"},{foreground:"#D19A66",token:"punctuation.definition.bold.markdown"},{foreground:"#98C379",token:"markup.inline.raw.markdown"},{foreground:"#98C379",token:"markup.inline.raw.string.markdown"},{foreground:"#E06C75",token:"punctuation.definition.list.markdown"},{foreground:"#E06C75",token:"punctuation.definition.string.begin.markdown"},{foreground:"#E06C75",token:"punctuation.definition.string.end.markdown"},{foreground:"#E06C75",token:"punctuation.definition.metadata.markdown"},{foreground:"#E06C75",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#E06C75",token:"punctuation.definition.metadata.markdown"},{foreground:"#C678DD",token:"markup.underline.link.markdown"},{foreground:"#C678DD",token:"markup.underline.link.image.markdown"},{foreground:"#61AFEF",token:"string.other.link.title.markdown"},{foreground:"#61AFEF",token:"string.other.link.description.markdown"},{foreground:"#56B6C2",token:"string.regexp"},{foreground:"#56B6C2",token:"constant.character.escape"},{foreground:"#E06C75",token:"punctuation.section.embedded"},{foreground:"#E06C75",token:" variable.interpolation"},{foreground:"#C678DD",token:"punctuation.section.embedded.begin"},{foreground:"#C678DD",token:"punctuation.section.embedded.end"},{foreground:"#FFFFFF",token:"invalid.illegal"},{foreground:"#ABB2BF",token:"invalid.illegal.bad-ampersand.html"},{foreground:"#FFFFFF",token:"invalid.broken"},{foreground:"#FFFFFF",token:"invalid.deprecated"},{foreground:"#FFFFFF",token:"invalid.unimplemented"},{foreground:"#E06C75",token:"source.json meta.structure.dictionary.json > string.quoted.json"},{foreground:"#E06C75",token:"source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string"},{foreground:"#98C379",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json"},{foreground:"#98C379",token:"source.json meta.structure.array.json > value.json > string.quoted.json"},{foreground:"#98C379",token:"source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation"},{foreground:"#98C379",token:"source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"},{foreground:"#56B6C2",token:"source.json meta.structure.dictionary.json > constant.language.json"},{foreground:"#56B6C2",token:"source.json meta.structure.array.json > constant.language.json"},{foreground:"#E06C75",token:"support.type.property-name.json"},{foreground:"#E06C75",token:"support.type.property-name.json punctuation"},{foreground:"#C678DD",token:"text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade"},{foreground:"#C678DD",token:"text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade"},{foreground:"#E5C07B",token:"support.other.namespace.use.php"},{foreground:"#E5C07B",token:"support.other.namespace.use-as.php"},{foreground:"#E5C07B",token:"entity.other.alias.php"},{foreground:"#E5C07B",token:"meta.interface.php"},{foreground:"#C678DD",token:"keyword.operator.error-control.php"},{foreground:"#C678DD",token:"keyword.operator.type.php"},{foreground:"#ABB2BF",token:"punctuation.section.array.begin.php"},{foreground:"#ABB2BF",token:"punctuation.section.array.end.php"},{foreground:"#F44747",token:"invalid.illegal.non-null-typehinted.php"},{foreground:"#E5C07B",token:"storage.type.php"},{foreground:"#E5C07B",token:"meta.other.type.phpdoc.php"},{foreground:"#E5C07B",token:"keyword.other.type.php"},{foreground:"#E5C07B",token:"keyword.other.array.phpdoc.php"},{foreground:"#61AFEF",token:"meta.function-call.php"},{foreground:"#61AFEF",token:"meta.function-call.object.php"},{foreground:"#61AFEF",token:"meta.function-call.static.php"},{foreground:"#ABB2BF",token:"punctuation.definition.parameters.begin.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.parameters.end.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.separator.delimiter.php"},{foreground:"#ABB2BF",token:"punctuation.section.scope.begin.php"},{foreground:"#ABB2BF",token:"punctuation.section.scope.end.php"},{foreground:"#ABB2BF",token:"punctuation.terminator.expression.php"},{foreground:"#ABB2BF",token:"punctuation.definition.arguments.begin.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.arguments.end.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.storage-type.begin.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.storage-type.end.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.array.begin.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.array.end.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.begin.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.end.bracket.round.php"},{foreground:"#ABB2BF",token:"punctuation.definition.begin.bracket.curly.php"},{foreground:"#ABB2BF",token:"punctuation.definition.end.bracket.curly.php"},{foreground:"#ABB2BF",token:"punctuation.definition.section.switch-block.end.bracket.curly.php"},{foreground:"#ABB2BF",token:"punctuation.definition.section.switch-block.start.bracket.curly.php"},{foreground:"#ABB2BF",token:"punctuation.definition.section.switch-block.begin.bracket.curly.php"},{foreground:"#ABB2BF",token:"punctuation.definition.section.switch-block.end.bracket.curly.php"},{foreground:"#D19A66",token:"support.constant.core.rust"},{foreground:"#D19A66",token:"support.constant.ext.php"},{foreground:"#D19A66",token:"support.constant.std.php"},{foreground:"#D19A66",token:"support.constant.core.php"},{foreground:"#D19A66",token:"support.constant.parser-token.php"},{foreground:"#61AFEF",token:"entity.name.goto-label.php"},{foreground:"#61AFEF",token:"support.other.php"},{foreground:"#56B6C2",token:"keyword.operator.logical.php"},{foreground:"#56B6C2",token:"keyword.operator.bitwise.php"},{foreground:"#56B6C2",token:"keyword.operator.arithmetic.php"},{foreground:"#C678DD",token:"keyword.operator.regexp.php"},{foreground:"#56B6C2",token:"keyword.operator.comparison.php"},{foreground:"#C678DD",token:"keyword.operator.heredoc.php"},{foreground:"#C678DD",token:"keyword.operator.nowdoc.php"},{foreground:"#61AFEF",token:"meta.function.decorator.python"},{foreground:"#56B6C2",token:"support.token.decorator.python"},{foreground:"#56B6C2",token:"meta.function.decorator.identifier.python"},{foreground:"#ABB2BF",token:"function.parameter"},{foreground:"#ABB2BF",token:"function.brace"},{foreground:"#ABB2BF",token:"function.parameter.ruby"},{foreground:"#ABB2BF",token:" function.parameter.cs"},{foreground:"#56B6C2",token:"constant.language.symbol.ruby"},{foreground:"#56B6C2",token:"rgb-value"},{foreground:"#D19A66",token:"inline-color-decoration rgb-value"},{foreground:"#D19A66",token:"less rgb-value"},{foreground:"#E06C75",token:"selector.sass"},{foreground:"#E5C07B",token:"support.type.primitive.ts"},{foreground:"#E5C07B",token:"support.type.builtin.ts"},{foreground:"#E5C07B",token:"support.type.primitive.tsx"},{foreground:"#E5C07B",token:"support.type.builtin.tsx"},{foreground:"#ABB2BF",token:"block.scope.end"},{foreground:"#ABB2BF",token:"block.scope.begin"},{foreground:"#E5C07B",token:"storage.type.cs"},{foreground:"#E06C75",token:"entity.name.variable.local.cs"},{foreground:"#61AFEF",token:"token.info-token"},{foreground:"#D19A66",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#C678DD",token:"token.debug-token"},{foreground:"#C678DD",token:"punctuation.definition.template-expression.begin"},{foreground:"#C678DD",token:"punctuation.definition.template-expression.end"},{foreground:"#C678DD",token:"punctuation.section.embedded"},{foreground:"#ABB2BF",token:"meta.template.expression"},{foreground:"#C678DD",token:"keyword.operator.module"},{foreground:"#61AFEF",token:"support.type.type.flowtype"},{foreground:"#E5C07B",token:"support.type.primitive"},{foreground:"#E06C75",token:"meta.property.object"},{foreground:"#E06C75",token:"variable.parameter.function.js"},{foreground:"#98C379",token:"keyword.other.template.begin"},{foreground:"#98C379",token:"keyword.other.template.end"},{foreground:"#98C379",token:"keyword.other.substitution.begin"},{foreground:"#98C379",token:"keyword.other.substitution.end"},{foreground:"#56B6C2",token:"keyword.operator.assignment"},{foreground:"#E5C07B",token:"keyword.operator.assignment.go"},{foreground:"#C678DD",token:"keyword.operator.arithmetic.go"},{foreground:"#C678DD",token:"keyword.operator.address.go"},{foreground:"#E5C07B",token:"entity.name.package.go"},{foreground:"#56B6C2",token:"support.type.prelude.elm"},{foreground:"#D19A66",token:"support.constant.elm"},{foreground:"#C678DD",token:"punctuation.quasi.element"},{foreground:"#E06C75",token:"constant.character.entity"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-element"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-class"},{foreground:"#E5C07B",token:"entity.global.clojure"},{foreground:"#E06C75",token:"meta.symbol.clojure"},{foreground:"#56B6C2",token:"constant.keyword.clojure"},{foreground:"#E06C75",token:"meta.arguments.coffee"},{foreground:"#E06C75",token:"variable.parameter.function.coffee"},{foreground:"#98C379",token:"source.ini"},{foreground:"#E06C75",token:"meta.scope.prerequisites.makefile"},{foreground:"#E5C07B",token:"source.makefile"},{foreground:"#E5C07B",token:"storage.modifier.import.groovy"},{foreground:"#61AFEF",token:"meta.method.groovy"},{foreground:"#E06C75",token:"meta.definition.variable.name.groovy"},{foreground:"#98C379",token:"meta.definition.class.inherited.classes.groovy"},{foreground:"#E5C07B",token:"support.variable.semantic.hlsl"},{foreground:"#C678DD",token:"support.type.texture.hlsl"},{foreground:"#C678DD",token:"support.type.sampler.hlsl"},{foreground:"#C678DD",token:"support.type.object.hlsl"},{foreground:"#C678DD",token:"support.type.object.rw.hlsl"},{foreground:"#C678DD",token:"support.type.fx.hlsl"},{foreground:"#C678DD",token:"support.type.object.hlsl"},{foreground:"#E06C75",token:"text.variable"},{foreground:"#E06C75",token:"text.bracketed"},{foreground:"#E5C07B",token:"support.type.swift"},{foreground:"#E5C07B",token:"support.type.vb.asp"},{foreground:"#E5C07B",token:"entity.name.function.xi"},{foreground:"#56B6C2",token:"entity.name.class.xi"},{foreground:"#E06C75",token:"constant.character.character-class.regexp.xi"},{foreground:"#C678DD",token:"constant.regexp.xi"},{foreground:"#56B6C2",token:"keyword.control.xi"},{foreground:"#ABB2BF",token:"invalid.xi"},{foreground:"#98C379",token:"beginning.punctuation.definition.quote.markdown.xi"},{foreground:"#7F848E",token:"beginning.punctuation.definition.list.markdown.xi"},{foreground:"#61AFEF",token:"constant.character.xi"},{foreground:"#61AFEF",token:"accent.xi"},{foreground:"#D19A66",token:"wikiword.xi"},{foreground:"#FFFFFF",token:"constant.other.color.rgb-value.xi"},{foreground:"#5C6370",token:"punctuation.definition.tag.xi"},{foreground:"#E5C07B",token:"entity.name.label.cs"},{foreground:"#E5C07B",token:"entity.name.scope-resolution.function.call"},{foreground:"#E5C07B",token:"entity.name.scope-resolution.function.definition"},{foreground:"#E06C75",token:"entity.name.label.cs"},{foreground:"#E06C75",token:"markup.heading.setext.1.markdown"},{foreground:"#E06C75",token:"markup.heading.setext.2.markdown"},{foreground:"#ABB2BF",token:" meta.brace.square"},{foreground:"#7F848E",fontStyle:"italic",token:"comment"},{foreground:"#7F848E",fontStyle:"italic",token:" punctuation.definition.comment"},{foreground:"#5C6370",token:"markup.quote.markdown"},{foreground:"#ABB2BF",token:"punctuation.definition.block.sequence.item.yaml"},{foreground:"#56B6C2",token:"constant.language.symbol.elixir"},{foreground:"#56B6C2",token:"constant.language.symbol.double-quoted.elixir"},{foreground:"#E5C07B",token:"entity.name.variable.parameter.cs"},{foreground:"#E06C75",token:"entity.name.variable.field.cs"},{foreground:"#E06C75",token:"markup.deleted"},{foreground:"#98C379",token:"markup.inserted"},{fontStyle:"underline",token:"markup.underline"},{foreground:"#BE5046",token:"punctuation.section.embedded.begin.php"},{foreground:"#BE5046",token:"punctuation.section.embedded.end.php"},{foreground:"#ABB2BF",token:"support.other.namespace.php"},{foreground:"#E5C07B",token:"variable.other.object"},{foreground:"#E06C75",token:"variable.other.constant.property"},{foreground:"#E5C07B",token:"entity.other.inherited-class"},{fontStyle:"italic",token:"entity.other.attribute-name.js"},{fontStyle:"italic",token:"entity.other.attribute-name.ts"},{fontStyle:"italic",token:"entity.other.attribute-name.jsx"},{fontStyle:"italic",token:"entity.other.attribute-name.tsx"},{fontStyle:"italic",token:"variable.parameter"},{fontStyle:"italic",token:"variable.language.super"},{fontStyle:"italic",token:"comment.line.double-slash"},{fontStyle:"italic",token:"comment.block.documentation"},{fontStyle:"italic",token:"keyword.control.import.python"},{fontStyle:"italic",token:"keyword.control.flow.python"},{fontStyle:"italic",token:"markup.italic.markdown"},{token:"",foreground:"#abb2bf"}],eS=[],tS={inherit:K4,base:J4,colors:X4,rules:Q4,encodedTokensColors:eS},oS=!1,rS="vs-dark",nS={"activityBar.background":"#2f333d","activityBar.foreground":"#d7dae0","activityBarBadge.background":"#528bff","activityBarBadge.foreground":"#f8fafd","button.background":"#528bff","diffEditor.insertedTextBackground":"#00809b33","dropdown.background":"#1d1f23","dropdown.border":"#181a1f","editor.background":"#282c34","editor.findMatchBackground":"#42557b","editor.findMatchHighlightBackground":"#314365","editor.lineHighlightBackground":"#383e4a","editor.selectionBackground":"#3e4451","editorCursor.foreground":"#f8f8f0","editorError.foreground":"#c24038","editorGroup.border":"#181a1f","editorGroup.emptyBackground":"#181a1f","editorGroupHeader.tabsBackground":"#21252b","editorHoverWidget.background":"#21252b","editorHoverWidget.border":"#181a1f","editorIndentGuide.background":"#3b4048","editorLineNumber.foreground":"#495162","editorRuler.foreground":"#484848","editorSuggestWidget.background":"#21252b","editorSuggestWidget.border":"#181a1f","editorSuggestWidget.selectedBackground":"#2c313a","editorUnnecessaryCode.opacity":"#000000c0","editorWhitespace.foreground":"#484a50","editorWidget.background":"#21252b","input.background":"#1d1f23","list.activeSelectionBackground":"#2c313a","list.activeSelectionForeground":"#d7dae0","list.focusBackground":"#383e4a","list.highlightForeground":"#c5c5c5","list.hoverBackground":"#292d35","list.inactiveSelectionBackground":"#2c313a","list.inactiveSelectionForeground":"#d7dae0","notifications.background":"#21252b","scrollbarSlider.activeBackground":"#747d9180","scrollbarSlider.background":"#4e566680","scrollbarSlider.hoverBackground":"#5a637580","sideBar.background":"#21252b","sideBarSectionHeader.background":"#282c34","statusBar.background":"#21252b","statusBar.debuggingBackground":"#21252b","statusBar.foreground":"#9da5b4","statusBar.noFolderBackground":"#21252b","statusBarItem.hoverBackground":"#2c313a","tab.activeBackground":"#383e4a","tab.border":"#181a1f","tab.inactiveBackground":"#21252b","terminal.ansiBlack":"#2d3139","terminal.ansiBlue":"#528bff","terminal.ansiBrightBlack":"#7f848e","terminal.ansiBrightBlue":"#528bff","terminal.ansiBrightCyan":"#56b6c2","terminal.ansiBrightGreen":"#98c379","terminal.ansiBrightMagenta":"#7e0097","terminal.ansiBrightRed":"#f44747","terminal.ansiBrightWhite":"#d7dae0","terminal.ansiBrightYellow":"#e5c07b","terminal.ansiCyan":"#56b6c2","terminal.ansiGreen":"#98c379","terminal.ansiMagenta":"#c678dd","terminal.ansiRed":"#e06c75","terminal.ansiWhite":"#d7dae0","terminal.ansiYellow":"#e5c07b","terminal.foreground":"#abb2bf","titleBar.activeBackground":"#282c34","titleBar.activeForeground":"#9da5b4","titleBar.inactiveBackground":"#282c34","titleBar.inactiveForeground":"#6b717d"},aS=[{foreground:"#676F7D",token:"comment"},{foreground:"#676F7D",token:"string.comment"},{foreground:"#E5C07B",token:"string"},{foreground:"#E5C07B",token:"string.template"},{foreground:"#C678DD",token:"constant.numeric"},{foreground:"#C678DD",token:"string.embedded.begin"},{foreground:"#C678DD",token:"string.embedded.end"},{foreground:"#C678DD",token:"punctuation.definition.template-expression"},{foreground:"#C678DD",token:"punctuation.section.embedded"},{foreground:"#ABB2BF",token:"punctuation.section.embedded.begin.js"},{foreground:"#ABB2BF",token:"punctuation.section.embedded.end.js"},{foreground:"#ABB2BF",token:"punctuation.section.embedded.begin.erb"},{foreground:"#ABB2BF",token:"punctuation.section.embedded.end.erb"},{foreground:"#ABB2BF",token:"source.elixir.embedded"},{foreground:"#ABB2BF",token:"punctuation.separator"},{foreground:"#ABB2BF",token:"punctuation.accessor"},{foreground:"#ABB2BF",token:"meta.brace"},{foreground:"#56B6C2",token:"constant.language"},{foreground:"#56B6C2",token:"constant.character"},{foreground:"#56B6C2",token:"constant.other"},{foreground:"#E06C75",token:"variable.language"},{foreground:"#E06C75",token:"keyword"},{foreground:"#E06C75",token:"keyword.operator.logical"},{foreground:"#E06C75",token:"keyword.operator.constructor"},{foreground:"#E06C75",token:"keyword.operator"},{foreground:"#E06C75",token:"storage"},{foreground:"#56B6C2",token:"storage.type"},{foreground:"#61AFEF",token:"entity.name.class"},{foreground:"#61AFEF",token:"entity.name.module"},{foreground:"#61AFEF",token:"entity.name.type"},{foreground:"#61AFEF",token:"storage.identifier"},{foreground:"#61AFEF",token:"support.class"},{foreground:"#61AFEF",token:"variable.other.object"},{foreground:"#61AFEF",token:"variable.other.constant"},{foreground:"#61AFEF",token:"variable.other.global"},{foreground:"#61AFEF",token:"variable.other.readwrite.class"},{foreground:"#61AFEF",token:"variable.other.readwrite.instance"},{foreground:"#61AFEF",token:"variable.other.readwrite.batchfile"},{foreground:"#61AFEF",token:"variable.readwrite"},{foreground:"#61AFEF",token:"variable.readwrite.other.block"},{foreground:"#ABB2BF",token:"variable.other"},{foreground:"#ABB2BF",token:"variable.other.property"},{foreground:"#ABB2BF",token:"variable.other.block"},{foreground:"#98C379",token:"entity.other.inherited-class"},{foreground:"#61AFEF",token:"storage.modifier.import"},{foreground:"#61AFEF",token:"storage.modifier.package"},{foreground:"#98C379",token:"entity.name.function"},{foreground:"#98C379",token:"support.function"},{foreground:"#D19A66",fontStyle:"italic",token:"variable.parameter"},{foreground:"#D19A66",fontStyle:"italic",token:"entity.name.variable.parameter"},{foreground:"#D19A66",fontStyle:"italic",token:"parameter.variable"},{foreground:"#ABB2BF",token:"entity.name.function-call"},{foreground:"#98C379",token:"function.support.builtin"},{foreground:"#98C379",token:"function.support.core"},{foreground:"#E06C75",token:"entity.name.tag"},{foreground:"#E06C75",token:"entity.name.tag.class.js"},{foreground:"#56B6C2",token:"entity.name.tag.class"},{foreground:"#56B6C2",token:"entity.name.tag.id"},{foreground:"#98C379",token:"entity.other.attribute-name"},{foreground:"#56B6C2",token:"support.constant"},{foreground:"#56B6C2",token:"support.type"},{foreground:"#56B6C2",token:"support.variable"},{foreground:"#56B6C2",token:"support.dictionary.json"},{foreground:"#ABB2BF",token:"support.type.property-name.css"},{foreground:"#ABB2BF",token:"support.type.property-name.scss"},{foreground:"#ABB2BF",token:"support.type.property-name.less"},{foreground:"#ABB2BF",token:"support.type.property-name.sass"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-class.css"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-class.scss"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-class.less"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-class.sass"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-element.css"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-element.scss"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-element.less"},{foreground:"#56B6C2",token:"entity.other.attribute-name.pseudo-element.sass"},{foreground:"#98C379",token:"support.constant.css"},{foreground:"#98C379",token:"support.constant.scss"},{foreground:"#98C379",token:"support.constant.less"},{foreground:"#98C379",token:"support.constant.sass"},{foreground:"#56B6C2",token:"variable.css"},{foreground:"#56B6C2",token:"variable.scss"},{foreground:"#56B6C2",token:"variable.less"},{foreground:"#56B6C2",token:"variable.sass"},{foreground:"#E5C07B",token:"variable.css.string"},{foreground:"#E5C07B",token:"variable.scss.string"},{foreground:"#E5C07B",token:"variable.less.string"},{foreground:"#E5C07B",token:"variable.sass.string"},{foreground:"#C678DD",token:"unit.css"},{foreground:"#C678DD",token:"unit.scss"},{foreground:"#C678DD",token:"unit.less"},{foreground:"#C678DD",token:"unit.sass"},{foreground:"#56B6C2",token:"function.css"},{foreground:"#56B6C2",token:"function.scss"},{foreground:"#56B6C2",token:"function.less"},{foreground:"#56B6C2",token:"function.sass"},{fontStyle:"",token:"support.other.variable"},{foreground:"#F8F8F0",background:"#C678DD",token:"invalid"},{foreground:"#F8F8F0",background:"#56B6C2",token:"invalid.deprecated"},{foreground:"#56B6C2",token:"support.type.property-name.json"},{foreground:"#61AFEF",token:"string.detected-link"},{foreground:"#75715E",token:"meta.diff"},{foreground:"#75715E",token:"meta.diff.header"},{foreground:"#E06C75",token:"markup.deleted"},{foreground:"#98C379",token:"markup.inserted"},{foreground:"#E5C07B",token:"markup.changed"},{foreground:"#56B6C2A0",token:"constant.numeric.line-number.find-in-files - match"},{foreground:"#E5C07B",token:"entity.name.filename.find-in-files"},{fontStyle:"italic",token:"markup.italic"},{fontStyle:"italic",token:" markup.italic.markdown"},{foreground:"#676F7D",token:"punctuation.definition.italic.markdown"},{foreground:"#676F7D",token:"punctuation.definition.bold.markdown"},{foreground:"#676F7D",token:"punctuation.definition.heading.markdown"},{fontStyle:"italic",token:"punctuation.definition.italic.markdown"},{foreground:"#61AFEF",token:"markup.underline.link.markdown"},{fontStyle:"bold",token:"markup.bold.markdown"},{foreground:"#E06C75",fontStyle:"bold",token:"markup.heading.markdown"},{foreground:"#98C379",token:"markup.quote.markdown"},{foreground:"#C678DD",fontStyle:"bold",token:"meta.separator.markdown"},{foreground:"#56B6C2",token:"markup.raw.inline.markdown"},{foreground:"#56B6C2",token:"markup.raw.block.markdown"},{foreground:"#FFFFFF",fontStyle:"bold",token:"punctuation.definition.list_item.markdown"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],iS=[],uS={inherit:oS,base:rS,colors:nS,rules:aS,encodedTokensColors:iS},dS=!1,sS="vs-dark",cS={"activityBar.background":"#222223","activityBar.border":"#222223","activityBar.foreground":"#e6e6e6","activityBarBadge.background":"#19f9d8","activityBarBadge.foreground":"#242526","badge.background":"#6fc1ff","badge.foreground":"#676b79","button.background":"#45a9f9","button.foreground":"#ffffff","button.hoverBackground":"#676b79","diffEditor.insertedTextBackground":"#19f9d866","diffEditor.removedTextBackground":"#ff4b8266","editor.background":"#292a2b","editor.findMatchBackground":"#b084eb90","editor.findMatchHighlightBackground":"#ffb86c40","editor.foreground":"#e6e6e6","editor.inactiveSelectionBackground":"#ffb86c40","editor.lineHighlightBackground":"#31353a","editor.selectionBackground":"#ffb86c40","editor.selectionHighlightBackground":"#ffb86c40","editor.wordHighlightBackground":"#ffcc9560","editor.wordHighlightStrongBackground":"#ff9ac170","editorBracketMatch.border":"#19f9d8","editorCodeLens.foreground":"#ffb86c40","editorCursor.foreground":"#ff4b82","editorError.border":"#ff4b82","editorError.foreground":"#ff4b82","editorGutter.addedBackground":"#19f9d8","editorGutter.deletedBackground":"#ff4b82","editorGutter.modifiedBackground":"#ffcc95","editorHoverWidget.background":"#31353a","editorOverviewRuler.addedForeground":"#19f9d8","editorOverviewRuler.border":"#00000000","editorOverviewRuler.deletedForeground":"#ff4b82","editorOverviewRuler.errorForeground":"#ff4b82","editorOverviewRuler.infoForeground":"#6fc1ff","editorOverviewRuler.modifiedForeground":"#ffcc95","editorOverviewRuler.warningForeground":"#ffcc95","editorRuler.foreground":"#b084eb60","editorSuggestWidget.selectedBackground":"#19f9d899","editorWarning.border":"#ffcc95","editorWarning.foreground":"#ffcc95","editorWhitespace.foreground":"#4e5260","editorWidget.background":"#2a2c2d","editorWidget.border":"#373b41",errorForeground:"#ff4b82","extensionButton.prominentBackground":"#45a9f9","extensionButton.prominentForeground":"#ffffff","extensionButton.prominentHoverBackground":"#676b79",foreground:"#e6e6e6","list.activeSelectionBackground":"#292a2b","list.activeSelectionForeground":"#19f9d8","list.focusBackground":"#292a2b","list.focusForeground":"#19f9d8","list.highlightForeground":"#6fc1ff","list.hoverBackground":"#292a2b","list.hoverForeground":"#cdcdcd","list.inactiveSelectionBackground":"#292a2b","list.inactiveSelectionForeground":"#19f9d8","merge.currentContentBackground":"#b084eb40","merge.currentHeaderBackground":"#b084eb90","merge.incomingContentBackground":"#ffb86c40","merge.incomingHeaderBackground":"#45a9f990","progressBar.background":"#b084eb","scrollbar.shadow":"#222223","scrollbarSlider.activeBackground":"#757575","scrollbarSlider.background":"#373b4199","scrollbarSlider.hoverBackground":"#757575","sideBar.background":"#242526","sideBar.border":"#222223","sideBar.foreground":"#bbbbbb","statusBar.background":"#222223","statusBar.debuggingBackground":"#b084eb","statusBar.debuggingForeground":"#e6e6e6","statusBar.foreground":"#e6e6e6","statusBar.noFolderBackground":"#242526","statusBar.noFolderForeground":"#e6e6e6","tab.activeBackground":"#292a2b","tab.activeBorder":"#19f9d8","tab.activeForeground":"#19f9d8","tab.inactiveBackground":"#242526","tab.inactiveForeground":"#e6e6e6","terminal.ansiBlue":"#45a9f9","terminal.ansiBrightBlack":"#757575","terminal.ansiBrightBlue":"#6fc1ff","terminal.ansiBrightCyan":"#bcaafe","terminal.ansiBrightGreen":"#19f9d8","terminal.ansiBrightMagenta":"#ff9ac1","terminal.ansiBrightRed":"#ff2c6d","terminal.ansiBrightWhite":"#e6e6e6","terminal.ansiBrightYellow":"#ffcc95","terminal.ansiCyan":"#b084eb","terminal.ansiGreen":"#19f9d8","terminal.ansiMagenta":"#ff75b5","terminal.ansiRed":"#ff2c6d","terminal.ansiWhite":"#cdcdcd","terminal.ansiYellow":"#ffb86c","terminalCursor.background":"#e6e6e6","terminalCursor.foreground":"#ff4b82","titleBar.activeBackground":"#242526","titleBar.activeForeground":"#e6e6e6","titleBar.inactiveBackground":"#242526","titleBar.inactiveForeground":"#e6e6e6"},lS=[{foreground:"#676B79",fontStyle:"italic",token:"comment"},{foreground:"#FF75B5",token:"keyword"},{foreground:"#FF75B5",token:"keyword.control"},{foreground:"#FF75B5",token:" keyword.operator.new"},{foreground:"#E6E6E6",token:"keyword.operator"},{foreground:"#FFCC95",token:"keyword.operator.logical"},{foreground:"#FFCC95",token:" keyword.operator.comparison"},{foreground:"#FFB86C",token:"storage"},{foreground:"#FFB86C",token:"constant"},{foreground:"#45A9F9",token:"constant.character.escape"},{foreground:"#E6E6E6",token:"variable"},{foreground:"#BBBBBB",token:"variable.parameter"},{foreground:"#FFCC95",token:"meta.object-binding-pattern-variable.js variable"},{foreground:"#FF9AC1",token:"variable.other.constant"},{foreground:"#FF9AC1",token:" variable.language.this"},{foreground:"#FF9AC1",token:" variable.interpolation"},{foreground:"#FF9AC1",token:"variable.other.object"},{foreground:"#E6E6E6",token:"variable.other.property"},{token:"invalid.illegal"},{token:"invalid.deprecated"},{foreground:"#19F9D8",token:"string"},{foreground:"#FFCC95",token:"punctuation.definition.template-expression"},{foreground:"#FFCC95",token:"support"},{foreground:"#FFCC95",token:"support.class"},{foreground:"#B084EB",token:"support.type.object.module.js"},{foreground:"#6FC1FF",token:"support.function"},{foreground:"#6FC1FF",token:"entity.name.function"},{foreground:"#FF9AC1",token:"entity.other.inherited-class"},{foreground:"#FFCC95",token:"entity.name.tag.yaml"},{foreground:"#FFB86C",token:"meta.decorator punctuation.decorator"},{foreground:"#6FC1FF",token:"meta.decorator variable"},{foreground:"#45A9F9",token:"keyword.other.special-method"},{foreground:"#B084EB",token:"keyword.control.at-rule"},{foreground:"#FF4B82",token:"keyword.other.important"},{foreground:"#FF75B5",token:"variable.interpolation"},{foreground:"#6FC1FF",token:"meta.source.handlebars entity.name.tag"},{foreground:"#FFCC95",fontStyle:"italic",token:"punctuation.definition.expression"},{foreground:"#FFCC95",fontStyle:"italic",token:" punctuation.definition.subexpression"},{foreground:"#FFCC95",fontStyle:"italic",token:" punctuation.definition.block.unescaped"},{foreground:"#FFCC95",fontStyle:"italic",token:" punctuation.definition.tag"},{foreground:"#FF75B5",token:"entity.name.function.expression"},{foreground:"#B084EB",token:"entity.unescaped.expression"},{foreground:"#19F9D8",token:"constant.other.symbol"},{foreground:"#FFB86C",token:"entity.expression variable.parameter.name"},{foreground:"#6FC1FF",token:"entity.expression variable.parameter.value"},{foreground:"#FF9AC1",token:"entity.expression support.function.builtin"},{foreground:"#FFCC95",token:"entity.name.tag.html"},{foreground:"#FFCC95",token:"entity.other.attribute-name.handlebars"},{foreground:"#FF75B5",fontStyle:"italic",token:"support.class.component"},{foreground:"#FFCC95",token:"meta.tag.js entity.name.tag"},{foreground:"#FFB86C",token:"entity.other.attribute-name"},{foreground:"#FFB86C",token:"markup.bold"},{foreground:"#FFCC95",token:"punctuation.definition.bold.markdown"},{foreground:"#FF75B5",token:"markup.changed"},{foreground:"#FF2C6D",token:"markup.deleted"},{foreground:"#FF9AC1",fontStyle:"italic",token:"markup.italic"},{foreground:"#FF75B5",fontStyle:"italic",token:"punctuation.definition.italic.markdown"},{foreground:"#19F9D8",token:"markup.inserted"},{foreground:"#19F9D8",token:"punctuation.definition.heading"},{foreground:"#BBBBBB",token:"entity.name.section.markdown"},{foreground:"#FFB86C",token:"markup.quote"},{foreground:"#19F9D8",fontStyle:"italic",token:"markup.inline.raw"},{foreground:"#FF75B5",token:"beginning.punctuation.definition.list"},{foreground:"#757575",token:"markup.fenced_code.block.markdown punctuation.definition.markdown"},{foreground:"#BBBBBB",fontStyle:"italic",token:"fenced_code.block.language"},{foreground:"#BBBBBB",fontStyle:"normal",token:"string.other.link"},{foreground:"#45A9F9",fontStyle:"italic",token:"meta.link.inline.markdown"},{foreground:"#FFCC95",token:"text.html.markdown punctuation.definition.string"},{foreground:"#6FC1FF",token:"entity.name.type.class.js"},{foreground:"#FF9AC1",token:"keyword.control.as.js"},{foreground:"#FF9AC1",token:"keyword.control.from.js.jsx"},{foreground:"#B084EB",token:"keyword.control.export.js"},{foreground:"#FF2C6D",token:"entity.name.tag.js.jsx"},{foreground:"#FF2C6D",token:" support.class.component.js.jsx"},{foreground:"#45A9F9",token:"variable.language.super.js.jsx"},{foreground:"#FF2C6D",token:"meta.tag.structure.any.html"},{foreground:"#FF2C6D",token:" meta.tag.other.html"},{foreground:"#FF2C6D",token:" entity.name.tag.html"},{foreground:"#FF2C6D",token:" meta.tag.metadata.script.html"},{foreground:"#FF2C6D",token:" entity.name.tag.jade"},{foreground:"#FF2C6D",token:"entity.name.tag.inline.any.html"},{foreground:"#FF2C6D",token:" entity.name.tag.other.html"},{foreground:"#FF2C6D",token:" entity.name.tag.block.any.html"},{foreground:"#FF2C6D",token:"entity.name.tag.css"},{foreground:"#E6E6E6",token:"support.type.property-name.css"},{foreground:"#FF9AC1",token:"variable.scss"},{foreground:"#FF2C6D",token:"entity.name.tag.reference.scss"},{foreground:"#FFB86C",token:"keyword.other.unit.rem.css"},{foreground:"#FFB86C",token:" keyword.other.unit.vh.css"},{foreground:"#FFB86C",token:" keyword.other.unit.px.css"},{foreground:"#FFB86C",token:" keyword.other.unit.em.css"},{foreground:"#FFB86C",token:" keyword.other.unit.deg.css"},{foreground:"#FFB86C",token:" keyword.other.unit.percentage.css"},{foreground:"#6FC1FF",token:"string.regexp"},{foreground:"#FF75B5",fontStyle:"normal",token:"string.regexp keyword"},{foreground:"#FF75B5",fontStyle:"normal",token:" string.regexp keyword.control"},{foreground:"#FF9AC1",token:"string.regexp keyword.operator"},{fontStyle:"normal",token:"comment.block.documentation"},{foreground:"#FFCC95",fontStyle:"italic",token:"entity.name.type.instance.jsdoc punctuation.definition"},{foreground:"#CDCDCD",fontStyle:"italic",token:"entity.name.type.instance.jsdoc"},{foreground:"#FFCC95",token:"comment.block storage"},{foreground:"#FF9AC1",token:"comment.block storage.custom"},{foreground:"#FF9AC1",token:" variable.other.jsdoc"},{foreground:"#FF9AC1",token:" variable.other.jsdoc punctuation.definition.string"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#e6e6e6"}],fS=[],gS={inherit:dS,base:sS,colors:cS,rules:lS,encodedTokensColors:fS},pS=!1,kS="vs-dark",mS={"activityBar.activeBorder":"#eb684b","activityBar.background":"#36302c","activityBar.border":"#2b2623","activityBar.dropBorder":"#eb684b","activityBar.foreground":"#f9e7c4","activityBar.inactiveForeground":"#675e4b","activityBarBadge.background":"#eb684b","activityBarBadge.foreground":"#1c1508","badge.background":"#eb684b","badge.foreground":"#1c1508","breadcrumb.activeSelectionForeground":"#f9e7c4","breadcrumb.focusForeground":"#f9e7c4","breadcrumb.foreground":"#6e6044","breadcrumbPicker.background":"#36302c","button.background":"#eb684b","button.foreground":"#1c1508","button.hoverBackground":"#f19783","button.secondaryBackground":"#de935f","button.secondaryForeground":"#1c1508","button.secondaryHoverBackground":"#e9b694","charts.blue":"#5f819d","charts.green":"#8c9440","charts.orange":"#de935f","charts.purple":"#85678f","charts.red":"#a54242","charts.yellow":"#f0c674","debugConsole.errorForeground":"#a54242","debugConsole.infoForeground":"#5f819d","debugConsole.sourceForeground":"#675e4b","debugConsole.warningForeground":"#de935f","debugConsoleInputIcon.foreground":"#675e4b","debugExceptionWidget.background":"#36302c","debugExceptionWidget.border":"#eb684b","debugIcon.breakpointCurrentStackframeForeground":"#81a2be","debugIcon.breakpointDisabledForeground":"#675e4b66","debugIcon.breakpointForeground":"#cc6666","debugIcon.breakpointStackframeForeground":"#5f819d99","debugIcon.breakpointUnverifiedForeground":"#707880","debugIcon.continueForeground":"#eb684b","debugIcon.disconnectForeground":"#a54242","debugIcon.pauseForeground":"#eb684b","debugIcon.restartForeground":"#b5bd68","debugIcon.startForeground":"#eb684b","debugIcon.stepBackForeground":"#81a2be","debugIcon.stepIntoForeground":"#81a2be","debugIcon.stepOutForeground":"#81a2be","debugIcon.stepOverForeground":"#81a2be","debugIcon.stopForeground":"#a54242","debugTokenExpression.boolean":"#de935f","debugTokenExpression.error":"#a54242","debugTokenExpression.name":"#f9e7c4","debugTokenExpression.number":"#de935f","debugTokenExpression.string":"#b5bd68","debugTokenExpression.value":"#675e4b","debugToolBar.background":"#36302c","debugToolBar.border":"#2b2623","debugView.exceptionLabelBackground":"#a54242","debugView.exceptionLabelForeground":"#0b0a09","debugView.stateLabelBackground":"#5f819d","debugView.stateLabelForeground":"#0b0a09","debugView.valueChangedHighlight":"#5f819d99",descriptionForeground:"#f9e7c4","diffEditor.border":"#2b2623","diffEditor.diagonalFill":"#6e604444","diffEditor.insertedTextBackground":"#b5bd6811","diffEditor.removedTextBackground":"#cc666611","dropdown.background":"#36302c","dropdown.border":"#2b2623","dropdown.foreground":"#f9e7c4","editor.background":"#403a35","editor.findMatchBackground":"#5e8d8744","editor.findMatchBorder":"#5e8d87aa","editor.findMatchHighlightBackground":"#5e8d8733","editor.findRangeHighlightBackground":"#b5bd6811","editor.focusedStackFrameHighlightBackground":"#81a2be22","editor.foldBackground":"#5f819d11","editor.foreground":"#f9e7c4","editor.hoverHighlightBackground":"#f9e7c411","editor.inlineValuesBackground":"#36302c","editor.inlineValuesForeground":"#6e6044","editor.lineHighlightBackground":"#f9e7c409","editor.rangeHighlightBackground":"#f9e7c411","editor.selectionBackground":"#f9e7c422","editor.selectionHighlightBackground":"#f9e7c411","editor.snippetFinalTabstopHighlightBackground":"#5e8d8733","editor.snippetFinalTabstopHighlightBorder":"#5e8d8799","editor.snippetTabstopHighlightBackground":"#5e8d8700","editor.snippetTabstopHighlightBorder":"#5e8d8799","editor.stackFrameHighlightBackground":"#5f819d33","editor.wordHighlightBackground":"#f9e7c411","editor.wordHighlightStrongBackground":"#eb684b33","editor.wordHighlightStrongBorder":"#eb684baa","editorBracketMatch.background":"#6e604433","editorBracketMatch.border":"#6e604466","editorCodeLens.foreground":"#6e6044","editorCursor.background":"#36302c","editorCursor.foreground":"#f9e7c4","editorError.foreground":"#a54242","editorGroup.border":"#2b2623","editorGroup.dropBackground":"#f9e7c422","editorGroupHeader.noTabsBackground":"#36302c","editorGroupHeader.tabsBackground":"#36302c","editorGutter.addedBackground":"#b5bd68","editorGutter.commentRangeForeground":"#6e604499","editorGutter.deletedBackground":"#cc6666","editorGutter.foldingControlForeground":"#6e6044","editorGutter.modifiedBackground":"#81a2be","editorHint.foreground":"#707880","editorHoverWidget.background":"#36302c","editorHoverWidget.border":"#2b2623","editorIndentGuide.activeBackground":"#6e604499","editorIndentGuide.background":"#6e604433","editorInfo.foreground":"#5f819d","editorInlayHint.background":"#36302c","editorInlayHint.foreground":"#6e6044","editorLightBulb.foreground":"#de935f","editorLightBulbAutoFix.foreground":"#5f819d","editorLineNumber.activeForeground":"#f9e7c4","editorLineNumber.foreground":"#6e6044","editorLink.activeForeground":"#eb684b","editorMarkerNavigation.background":"#36302c","editorMarkerNavigationError.background":"#a5424244","editorMarkerNavigationInfo.background":"#5f819d44","editorMarkerNavigationWarning.background":"#de935f44","editorOverviewRuler.addedForeground":"#b5bd68","editorOverviewRuler.background":"#36302c","editorOverviewRuler.border":"#36302c","editorOverviewRuler.bracketMatchForeground":"#6e6044","editorOverviewRuler.deletedForeground":"#cc6666","editorOverviewRuler.errorForeground":"#a54242","editorOverviewRuler.findMatchForeground":"#5e8d87aa","editorOverviewRuler.infoForeground":"#5f819d","editorOverviewRuler.modifiedForeground":"#81a2be","editorOverviewRuler.rangeHighlightForeground":"#eb684baa","editorOverviewRuler.warningForeground":"#de935f","editorOverviewRuler.wordHighlightForeground":"#5e8d8799","editorOverviewRuler.wordHighlightStrongForeground":"#5e8d87","editorPane.background":"#36302c","editorRuler.foreground":"#6e604499","editorSuggestWidget.background":"#36302c","editorSuggestWidget.border":"#2b2623","editorSuggestWidget.foreground":"#f9e7c4","editorSuggestWidget.highlightForeground":"#eb684b","editorSuggestWidget.selectedBackground":"#eb684b66","editorUnnecessaryCode.opacity":"#00000055","editorWarning.foreground":"#de935f","editorWhitespace.foreground":"#6e604499","editorWidget.background":"#36302c","editorWidget.border":"#2b2623","editorWidget.resizeBorder":"#eb684b","extensionButton.prominentBackground":"#eb684b","extensionButton.prominentForeground":"#1c1508","extensionButton.prominentHoverBackground":"#f3a391","extensionIcon.starForeground":"#eb684b",focusBorder:"#eb684b66",foreground:"#f9e7c4","gitDecoration.addedResourceForeground":"#b5bd68","gitDecoration.conflictingResourceForeground":"#f0c674","gitDecoration.deletedResourceForeground":"#cc6666","gitDecoration.ignoredResourceForeground":"#675e4b","gitDecoration.modifiedResourceForeground":"#81a2be","gitDecoration.submoduleResourceForeground":"#707880","gitDecoration.untrackedResourceForeground":"#707880","icon.foreground":"#f9e7c4","input.background":"#403a35","input.border":"#2b2623","input.placeholderForeground":"#6e6044","inputOption.activeBorder":"#eb684b66","inputValidation.errorBackground":"#a54242","inputValidation.errorBorder":"#a54242","inputValidation.errorForeground":"#0b0a09","inputValidation.infoBackground":"#5f819d","inputValidation.infoBorder":"#5f819d","inputValidation.infoForeground":"#0b0a09","inputValidation.warningBackground":"#de935f","inputValidation.warningBorder":"#de935f","inputValidation.warningForeground":"#0b0a09","keybindingLabel.background":"#534b4366","keybindingLabel.border":"#2b2623","keybindingLabel.bottomBorder":"#2b2623","keybindingLabel.foreground":"#f9e7c4","list.activeSelectionBackground":"#eb684baa","list.activeSelectionForeground":"#f9e7c4","list.deemphasizedForeground":"#675e4b","list.dropBackground":"#f9e7c422","list.errorForeground":"#a54242","list.highlightForeground":"#eb684b","list.hoverBackground":"#eb684b11","list.inactiveFocusBackground":"#eb684b11","list.inactiveSelectionBackground":"#eb684b22","list.invalidItemForeground":"#a54242","list.warningForeground":"#de935f","listFilterWidget.background":"#eb684b88","listFilterWidget.noMatchesOutline":"#a54242","menu.background":"#36302c","menu.border":"#eb684b66","menu.foreground":"#f9e7c4","menu.selectionBackground":"#eb684b","menu.selectionForeground":"#f9e7c4","menu.separatorBackground":"#2b2623","menubar.selectionBackground":"#eb684b","menubar.selectionForeground":"#f9e7c4","merge.commonHeaderBackground":"#c5c8c622","merge.currentHeaderBackground":"#b5bd6822","merge.incomingHeaderBackground":"#81a2be22","minimap.background":"#36302c","minimap.errorHighlight":"#a54242","minimap.findMatchHighlight":"#5e8d8744","minimap.selectionHighlight":"#f9e7c4aa","minimap.warningHighlight":"#de935f","minimapGutter.addedBackground":"#b5bd68","minimapGutter.deletedBackground":"#cc6666","minimapGutter.modifiedBackground":"#81a2be","notebook.cellBorderColor":"#2b2623","notebook.cellHoverBackground":"#f9e7c409","notebook.cellInsertionIndicator":"#eb684b","notebook.cellStatusBarItemHoverBackground":"#534b4366","notebook.cellToolbarSeparator":"#2b2623","notebook.focusedCellBackground":"#f9e7c409","notebook.focusedCellBorder":"#eb684b66","notebook.inactiveFocusedCellBorder":"#eb684b44","notebook.outputContainerBackgroundColor":"#36302c","notebook.selectedCellBackground":"#f9e7c422","notebook.symbolHighlightBackground":"#f9e7c411","notebookStatusErrorIcon.foreground":"#a54242","notebookStatusRunningIcon.foreground":"#f9e7c4","notebookStatusSuccessIcon.foreground":"#8c9440","notificationCenter.border":"#2b2623","notificationCenterHeader.background":"#eb684b","notificationCenterHeader.foreground":"#1c1508","notificationLink.foreground":"#eb684b","notificationToast.border":"#2b2623","notifications.background":"#36302c","notifications.border":"#2b2623","notificationsErrorIcon.foreground":"#a54242","notificationsInfoIcon.foreground":"#5f819d","notificationsWarningIcon.foreground":"#de935f","panel.background":"#36302c","panel.border":"#2b2623","panel.dropBorder":"#eb684b","panelSection.border":"#2b2623","panelSection.dropBackground":"#f9e7c422","panelSectionHeader.background":"#36302c","panelSectionHeader.border":"#2b2623","panelSectionHeader.foreground":"#6e6044","panelTitle.activeBorder":"#eb684b","panelTitle.activeForeground":"#f9e7c4","panelTitle.inactiveForeground":"#6e6044","peekView.border":"#eb684b99","peekViewEditor.background":"#403a35","peekViewEditor.matchHighlightBackground":"#5e8d8722","peekViewEditorGutter.background":"#36302c","peekViewResult.background":"#36302c","peekViewResult.fileForeground":"#f9e7c4","peekViewResult.lineForeground":"#f9e7c4","peekViewResult.matchHighlightBackground":"#5e8d8799","peekViewResult.selectionBackground":"#eb684b99","peekViewResult.selectionForeground":"#f9e7c4","peekViewTitle.background":"#36302c","peekViewTitleDescription.foreground":"#6e6044","peekViewTitleLabel.foreground":"#f9e7c4","pickerGroup.border":"#2b2623","pickerGroup.foreground":"#f9e7c4","problemsErrorIcon.foreground":"#a54242","problemsInfoIcon.foreground":"#5f819d","problemsWarningIcon.foreground":"#de935f","progressBar.background":"#eb684b","quickInputList.focusBackground":"#eb684b44","sash.hoverBorder":"#2b2623","scrollbar.shadow":"#1b1816","scrollbarSlider.activeBackground":"#eb684b66","scrollbarSlider.background":"#eb684b22","scrollbarSlider.hoverBackground":"#eb684b44","searchEditor.findMatchBorder":"#5e8d8744","selection.background":"#f9e7c444","settings.checkboxBackground":"#36302c","settings.checkboxBorder":"#2b2623","settings.checkboxForeground":"#de935f","settings.dropdownBackground":"#36302c","settings.dropdownBorder":"#2b2623","settings.dropdownForeground":"#de935f","settings.dropdownListBorder":"#2b2623","settings.focusedRowBackground":"#f9e7c409","settings.headerForeground":"#f9e7c4","settings.modifiedItemIndicator":"#eb684b","settings.numberInputBackground":"#36302c","settings.numberInputBorder":"#2b2623","settings.numberInputForeground":"#de935f","settings.textInputBackground":"#36302c","settings.textInputBorder":"#2b2623","settings.textInputForeground":"#b5bd68","sideBar.background":"#36302c","sideBar.border":"#2b2623","sideBar.dropBackground":"#f9e7c422","sideBar.foreground":"#f9e7c4","sideBarSectionHeader.background":"#36302c","sideBarSectionHeader.border":"#2b2623","sideBarSectionHeader.foreground":"#6e6044","sideBarTitle.foreground":"#6e6044","statusBar.background":"#36302c","statusBar.border":"#2b2623","statusBar.debuggingBackground":"#eb684b","statusBar.debuggingBorder":"#2b2623","statusBar.debuggingForeground":"#1c1508","statusBar.foreground":"#9b865f","statusBar.noFolderBackground":"#36302c","statusBarItem.activeBackground":"#534b43bb","statusBarItem.errorBackground":"#a54242","statusBarItem.errorForeground":"#1c1508","statusBarItem.hoverBackground":"#534b4366","statusBarItem.remoteBackground":"#eb684b","statusBarItem.remoteForeground":"#1c1508","symbolIcon.arrayForeground":"#81755d","symbolIcon.booleanForeground":"#de935f","symbolIcon.classForeground":"#f0c674","symbolIcon.constantForeground":"#de935f","symbolIcon.constructorForeground":"#f0c674","symbolIcon.fieldForeground":"#de935f","symbolIcon.functionForeground":"#81a2be","symbolIcon.interfaceForeground":"#cc6666","symbolIcon.keywordForeground":"#b294bb","symbolIcon.methodForeground":"#81a2be","symbolIcon.moduleForeground":"#f0c674","symbolIcon.namespaceForeground":"#f0c674","symbolIcon.nullForeground":"#de935f","symbolIcon.numberForeground":"#de935f","symbolIcon.objectForeground":"#81755d","symbolIcon.operatorForeground":"#b294bb","symbolIcon.packageForeground":"#f0c674","symbolIcon.propertyForeground":"#cc6666","symbolIcon.snippetForeground":"#de935f","symbolIcon.stringForeground":"#b5bd68","symbolIcon.structForeground":"#cc6666","symbolIcon.textForeground":"#81755d","symbolIcon.typeParameterForeground":"#cc6666","symbolIcon.unitForeground":"#de935f","symbolIcon.variableForeground":"#707880","tab.activeBackground":"#403a35","tab.activeBorderTop":"#eb684b","tab.activeForeground":"#f9e7c4","tab.activeModifiedBorder":"#eb684b","tab.border":"#36302c","tab.hoverForeground":"#f9e7c4","tab.inactiveBackground":"#36302c","tab.inactiveForeground":"#6e6044","tab.inactiveModifiedBorder":"#eb684b66","tab.lastPinnedBorder":"#2b2623","tab.unfocusedActiveForeground":"#6e6044","tab.unfocusedHoverForeground":"#f9e7c4","tab.unfocusedInactiveForeground":"#6e6044","terminal.ansiBlack":"#282a2e","terminal.ansiBlue":"#5f819d","terminal.ansiBrightBlack":"#535961","terminal.ansiBrightBlue":"#81a2be","terminal.ansiBrightCyan":"#8abeb7","terminal.ansiBrightGreen":"#b5bd68","terminal.ansiBrightMagenta":"#b294bb","terminal.ansiBrightRed":"#cc6666","terminal.ansiBrightWhite":"#eeefee","terminal.ansiBrightYellow":"#f0c674","terminal.ansiCyan":"#5e8d87","terminal.ansiGreen":"#8c9440","terminal.ansiMagenta":"#85678f","terminal.ansiRed":"#a54242","terminal.ansiWhite":"#707880","terminal.ansiYellow":"#de935f","terminal.background":"#36302c","terminal.border":"#2b2623","terminal.foreground":"#f9e7c4","terminal.selectionBackground":"#f9e7c422","terminalCursor.foreground":"#f9e7c4","testing.iconErrored":"#a54242","testing.iconFailed":"#a54242","testing.iconPassed":"#8c9440","testing.iconQueued":"#5f819d","testing.iconSkipped":"#675e4b","testing.iconUnset":"#5f819d","testing.message.error.decorationForeground":"#1c1508","testing.message.error.lineBackground":"#a5424266","testing.message.info.decorationForeground":"#1c1508","testing.message.info.lineBackground":"#5f819d66","testing.peekBorder":"#2b2623","testing.runAction":"#6e6044","textBlockQuote.background":"#36302c","textBlockQuote.border":"#eb684b","textCodeBlock.background":"#403a35","textLink.activeForeground":"#eb684b","textLink.foreground":"#eb684b","textPreformat.foreground":"#de935f","titleBar.activeBackground":"#36302c","titleBar.activeForeground":"#f9e7c4","titleBar.border":"#2b2623","titleBar.inactiveBackground":"#403a35","titleBar.inactiveForeground":"#6e6044","toolbar.activeBackground":"#534b43bb","toolbar.hoverBackground":"#534b4366","toolbar.hoverOutline":"#00000000","tree.indentGuidesStroke":"#6e604499","walkThrough.embeddedEditorBackground":"#36302c","welcomePage.buttonBackground":"#36302c","welcomePage.buttonHoverBackground":"#3b3530","widget.shadow":"#1b1816"},yS=[{foreground:"#DE935F",token:"entity.name.tag"},{foreground:"#DE935F",token:"constant.numeric"},{foreground:"#DE935F",token:"constant.language"},{foreground:"#DE935F",token:"support.type.builtin"},{foreground:"#DE935F",token:"support.type.primitive"},{foreground:"#DE935F",token:"support.constant"},{foreground:"#81755D",token:"comment"},{foreground:"#81755D",token:"punctuation.definition.comment"},{foreground:"#B294BB",token:"keyword"},{foreground:"#B294BB",token:"storage"},{foreground:"#B294BB",token:"storage.type.class"},{foreground:"#B294BB",token:"storage.type.enum"},{foreground:"#B294BB",token:"storage.type.function"},{foreground:"#B294BB",token:"storage.type.interface"},{foreground:"#B294BB",token:"storage.type.internaldeclaration"},{foreground:"#B294BB",token:"storage.type.modifier"},{foreground:"#B294BB",token:"storage.type.namespace"},{foreground:"#B294BB",token:"storage.type.property"},{foreground:"#B294BB",token:"storage.type.trait"},{foreground:"#B294BB",token:"storage.type.type"},{foreground:"#5E8D87",token:"punctuation.definition.directive"},{foreground:"#5E8D87",token:"keyword.control.directive"},{foreground:"#5E8D87",token:"entity.name.function.preprocessor"},{foreground:"#5E8D87",token:"entity.name.function.directive"},{foreground:"#5E8D87",token:"entity.name.label"},{foreground:"#81755D",token:"punctuation"},{foreground:"#81755D",token:"meta.brace.angle"},{foreground:"#81755D",token:"meta.brace.round"},{foreground:"#81755D",token:"meta.brace.square"},{foreground:"#81755D",token:"meta.brace.curly"},{foreground:"#81755D",token:"meta.brackets"},{foreground:"#F0C674",token:"entity.name.type.class"},{foreground:"#F0C674",token:"entity.name.type.namespace"},{foreground:"#F0C674",token:"entity.other.inherited-class"},{foreground:"#F0C674",token:"storage.type.namespace"},{foreground:"#F0C674",token:"support.class"},{foreground:"#F0C674",token:"support.other.namespace"},{foreground:"#CC6666",token:"storage.type"},{foreground:"#CC6666",token:"entity.name.type"},{foreground:"#CC6666",token:"keyword.other.type"},{foreground:"#CC6666",token:"support.type"},{foreground:"#81A2BE",token:"entity.name.function"},{foreground:"#81A2BE",token:"support.function"},{foreground:"#F9E7C4",token:"variable"},{foreground:"#CC6666",token:"constant"},{foreground:"#CC6666",token:"variable.language"},{foreground:"#B5BD68",token:"string"},{foreground:"#707880",token:"constant.character.escape"},{foreground:"#8ABEB7",token:"string.regexp"},{foreground:"#8ABEB7",token:"string.regexp punctuation.definition"},{foreground:"#CC6666",token:"string.regexp constant.other.character-class"},{foreground:"#A54242",token:"string.regexp constant.other.character-class.set"},{foreground:"#CC6666",fontStyle:"bold",token:"entity.name.section"},{foreground:"#CC6666",fontStyle:"bold",token:"punctuation.definition.heading"},{foreground:"#707880",token:"variable.other.jsdoc"},{foreground:"#707880",token:"meta.other.type.phpdoc"},{foreground:"#707880",token:"comment.block.javadoc variable.parameter"},{foreground:"#5E8D87",token:"variable.other.link"},{foreground:"#81755D",token:"source.c storage.modifier.array.bracket.square"},{foreground:"#81755D",token:"meta.embedded.block.c storage.modifier.array.bracket.square"},{foreground:"#DE935F",token:"source.c keyword.other.unit"},{foreground:"#DE935F",token:"meta.embedded.block.c keyword.other.unit"},{foreground:"#F0C674",token:"source.cpp entity.name.type.namespace"},{foreground:"#F0C674",token:"meta.embedded.block.cpp entity.name.type.namespace"},{foreground:"#B294BB",token:"source.cpp storage.type.namespace.definition"},{foreground:"#B294BB",token:"meta.embedded.block.cpp storage.type.namespace.definition"},{foreground:"#F0C674",token:"source.cs entity.name.type.namespace"},{foreground:"#F0C674",token:"meta.embedded.block.csharp entity.name.type.namespace"},{foreground:"#CC6666",token:"source.cs keyword.type"},{foreground:"#CC6666",token:"meta.embedded.block.csharp keyword.type"},{foreground:"#DE935F",token:"source.css entity.name.tag"},{foreground:"#DE935F",token:"meta.embedded.block.css entity.name.tag"},{foreground:"#DE935F",token:"meta.embedded.block.less entity.name.tag"},{foreground:"#F0C674",token:"source.css entity.other.attribute-name.class"},{foreground:"#F0C674",token:"meta.embedded.block.css entity.other.attribute-name.class"},{foreground:"#F0C674",token:"meta.embedded.block.less entity.other.attribute-name.class"},{foreground:"#8C9440",token:"source.css entity.other.attribute-name.id"},{foreground:"#8C9440",token:"meta.embedded.block.css entity.other.attribute-name.id"},{foreground:"#8C9440",token:"meta.embedded.block.less entity.other.attribute-name.id"},{foreground:"#5E8D87",token:"source.css entity.other.attribute-name.pseudo-element"},{foreground:"#5E8D87",token:"meta.embedded.block.css entity.other.attribute-name.pseudo-element"},{foreground:"#5E8D87",token:"meta.embedded.block.less entity.other.attribute-name.pseudo-element"},{foreground:"#707880",token:"source.css variable"},{foreground:"#707880",token:"meta.embedded.block.css variable"},{foreground:"#707880",token:"meta.embedded.block.less variable"},{foreground:"#F9E7C4",token:"source.css support.type.property-name"},{foreground:"#F9E7C4",token:"meta.embedded.block.css support.type.property-name"},{foreground:"#F9E7C4",token:"meta.embedded.block.less support.type.property-name"},{foreground:"#DE935F",token:"source.css constant.numeric"},{foreground:"#DE935F",token:"source.css constant.other.color"},{foreground:"#DE935F",token:"source.css keyword.other.unit"},{foreground:"#DE935F",token:"source.css support.constant.property-value"},{foreground:"#DE935F",token:"meta.embedded.block.css constant.numeric"},{foreground:"#DE935F",token:"meta.embedded.block.css constant.other.color"},{foreground:"#DE935F",token:"meta.embedded.block.css keyword.other.unit"},{foreground:"#DE935F",token:"meta.embedded.block.css support.constant.property-value"},{foreground:"#DE935F",token:"meta.embedded.block.less constant.numeric"},{foreground:"#DE935F",token:"meta.embedded.block.less constant.other.color"},{foreground:"#DE935F",token:"meta.embedded.block.less keyword.other.unit"},{foreground:"#DE935F",token:"meta.embedded.block.less support.constant.property-value"},{foreground:"#81A2BE",token:"source.css support.function"},{foreground:"#81A2BE",token:"meta.embedded.block.css support.function"},{foreground:"#81A2BE",token:"meta.embedded.block.less support.function"},{foreground:"#CC6666",token:"text.html entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.html entity.other.attribute-name"},{foreground:"#8C9440",token:"text.html meta.attribute.id string.quoted"},{foreground:"#8C9440",token:"meta.embedded.block.html meta.attribute.id string.quoted"},{foreground:"#CC6666",token:"text.pug entity.other.attribute-name.tag"},{foreground:"#CC6666",token:"text.pug entity.name.label"},{foreground:"#8C9440",token:"text.pug entity.other.attribute-name.id"},{foreground:"#F0C674",token:"text.pug entity.other.attribute-name.class"},{foreground:"#B294BB",token:"text.pug storage.type.import.include"},{foreground:"#B294BB",token:"text.pug attribute_value"},{foreground:"#81755D",token:"text.pug meta.tag.other constant.name.attribute.tag.pug"},{foreground:"#81755D",token:"text.pug string.comment"},{foreground:"#81A2BE",token:"text.pug constant.language.name.generic.filter"},{foreground:"#F9E7C4",token:"source.java storage.modifier.import"},{foreground:"#F9E7C4",token:"source.java storage.modifier.package"},{foreground:"#F9E7C4",token:"meta.embedded.block.java storage.modifier.import"},{foreground:"#F9E7C4",token:"meta.embedded.block.java storage.modifier.package"},{foreground:"#DE935F",token:"source.js support.variable.object"},{foreground:"#DE935F",token:"source.js support.type.object.module"},{foreground:"#DE935F",token:"source.ts support.variable.object"},{foreground:"#DE935F",token:"source.ts support.type.object.module"},{foreground:"#DE935F",token:"source.tsx support.variable.object"},{foreground:"#DE935F",token:"source.tsx support.type.object.module"},{foreground:"#DE935F",token:"source.svelte support.variable.object"},{foreground:"#DE935F",token:"source.svelte support.type.object.module"},{foreground:"#DE935F",token:"meta.embedded.block.javascript support.variable.object"},{foreground:"#DE935F",token:"meta.embedded.block.javascript support.type.object.module"},{foreground:"#DE935F",token:"meta.embedded.block.typescript support.variable.object"},{foreground:"#DE935F",token:"meta.embedded.block.typescript support.type.object.module"},{foreground:"#DE935F",token:"meta.embedded.block.typescriptreact support.variable.object"},{foreground:"#DE935F",token:"meta.embedded.block.typescriptreact support.type.object.module"},{foreground:"#DE935F",token:"meta.embedded.block.svelte support.variable.object"},{foreground:"#DE935F",token:"meta.embedded.block.svelte support.type.object.module"},{foreground:"#B294BB",token:"source.js storage.type.js"},{foreground:"#B294BB",token:"source.ts storage.type.ts"},{foreground:"#B294BB",token:"source.tsx storage.type.tsx"},{foreground:"#B294BB",token:"meta.embedded.block.javascript storage.type.js"},{foreground:"#B294BB",token:"meta.embedded.block.typescript storage.type.ts"},{foreground:"#B294BB",token:"meta.embedded.block.svelte storage.type.js"},{foreground:"#B294BB",token:"meta.embedded.block.svelte storage.type.ts"},{foreground:"#B294BB",token:"source.js storage.type.class"},{foreground:"#B294BB",token:"source.js storage.type.function"},{foreground:"#B294BB",token:"source.ts storage.type.class"},{foreground:"#B294BB",token:"source.ts storage.type.function"},{foreground:"#B294BB",token:"source.tsx storage.type.class"},{foreground:"#B294BB",token:"source.tsx storage.type.function"},{foreground:"#B294BB",token:"source.svelte storage.type.class"},{foreground:"#B294BB",token:"source.svelte storage.type.function"},{foreground:"#B294BB",token:"meta.embedded.block.javascript storage.type.class"},{foreground:"#B294BB",token:"meta.embedded.block.javascript storage.type.function"},{foreground:"#B294BB",token:"meta.embedded.block.typescript storage.type.class"},{foreground:"#B294BB",token:"meta.embedded.block.typescript storage.type.function"},{foreground:"#B294BB",token:"meta.embedded.block.typescriptreact storage.type.class"},{foreground:"#B294BB",token:"meta.embedded.block.typescriptreact storage.type.function"},{foreground:"#B294BB",token:"meta.embedded.block.svelte storage.type.class"},{foreground:"#B294BB",token:"meta.embedded.block.svelte storage.type.function"},{foreground:"#F0C674",token:"source.js new.expr entity.name.type"},{foreground:"#F0C674",token:"source.ts new.expr entity.name.type"},{foreground:"#F0C674",token:"source.tsx new.expr entity.name.type"},{foreground:"#F0C674",token:"source.svelte new.expr entity.name.type"},{foreground:"#F0C674",token:"meta.embedded.block.javascript new.expr entity.name.type"},{foreground:"#F0C674",token:"meta.embedded.block.typescript new.expr entity.name.type"},{foreground:"#F0C674",token:"meta.embedded.block.typescriptreact new.expr entity.name.type"},{foreground:"#F0C674",token:"meta.embedded.block.svelte new.expr entity.name.type"},{foreground:"#CC6666",token:"source.js meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"source.js meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"source.js variable.other.constant.property"},{foreground:"#CC6666",token:"source.ts meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"source.ts meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"source.ts variable.other.constant.property"},{foreground:"#CC6666",token:"source.tsx meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"source.tsx meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"source.tsx variable.other.constant.property"},{foreground:"#CC6666",token:"source.svelte meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"source.svelte meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"source.svelte variable.other.constant.property"},{foreground:"#CC6666",token:"meta.embedded.block.javascript meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.javascript meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.javascript variable.other.constant.property"},{foreground:"#CC6666",token:"meta.embedded.block.typescript meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.typescript meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.typescript variable.other.constant.property"},{foreground:"#CC6666",token:"meta.embedded.block.typescriptreact meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.typescriptreact meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.typescriptreact variable.other.constant.property"},{foreground:"#CC6666",token:"meta.embedded.block.svelte meta.tag.attributes entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.svelte meta.attribute entity.other.attribute-name"},{foreground:"#CC6666",token:"meta.embedded.block.svelte variable.other.constant.property"},{foreground:"#CC6666",token:"source.ts meta.type.annotation entity.name.type"},{foreground:"#CC6666",token:"source.tsx meta.type.annotation entity.name.type"},{foreground:"#CC6666",token:"meta.embedded.block.typescript meta.type.annotation entity.name.type"},{foreground:"#CC6666",token:"meta.embedded.block.typescriptreact meta.type.annotation entity.name.type"},{foreground:"#CC6666",token:"source.env variable"},{foreground:"#CC6666",token:"source.json support.type.property-name"},{foreground:"#CC6666",token:"meta.embedded.block.json support.type.property-name"},{foreground:"#CC6666",token:"source.terraform source.terraform.embedded.source variable.other.terraform"},{foreground:"#CC6666",token:"meta.embedded.block.terraform source.terraform.embedded.source variable.other.terraform"},{foreground:"#CC6666",token:"source.yaml entity.name.tag"},{foreground:"#CC6666",token:"meta.embedded.block.yaml entity.name.tag"},{foreground:"#CC6666",token:"meta.embedded.block.frontmatter entity.name.tag"},{foreground:"#81755D",token:"source.yaml entity.other.document.begin"},{foreground:"#81755D",token:"meta.embedded.block.yaml entity.other.document.begin"},{foreground:"#81755D",token:"meta.embedded.block.frontmatter entity.other.document.begin"},{foreground:"#81755D",token:"source.terraform entity.tag.embedded"},{foreground:"#81755D",token:"meta.embedded.block.terraform entity.tag.embedded"},{foreground:"#CC6666",token:"source.makefile variable.other"},{foreground:"#CC6666",token:"meta.embedded.block.makefile variable.other"},{foreground:"#DE935F",token:"source.makefile meta.scope.prerequisites"},{foreground:"#DE935F",token:"meta.embedded.block.makefile meta.scope.prerequisites"},{foreground:"#F0C674",fontStyle:"bold",token:"source.makefile entity.name.function.target"},{foreground:"#F0C674",fontStyle:"bold",token:"meta.embedded.block.makefile entity.name.function.target"},{foreground:"#F0C674",token:"source.makefile support.function.target"},{foreground:"#F0C674",token:"meta.embedded.block.makefile support.function.target"},{foreground:"#5E8D87",token:"source.makefile meta.scope.function-call"},{foreground:"#5E8D87",token:"meta.embedded.block.makefile meta.scope.function-call"},{foreground:"#81755D",fontStyle:"italic",token:"text.html.markdown markup.quote"},{foreground:"#81755D",fontStyle:"italic",token:"meta.embedded.block.markdown markup.quote"},{foreground:"#DE935F",token:"text.html.markdown markup.inline.raw"},{foreground:"#DE935F",token:"meta.embedded.block.markdown markup.inline.raw"},{foreground:"#5E8D87",token:"text.html.markdown constant.other.reference.link"},{foreground:"#5E8D87",token:"text.html.markdown markup.underline.link"},{foreground:"#5E8D87",token:"text.html.markdown meta.link.reference"},{foreground:"#5E8D87",token:"meta.embedded.block.markdown constant.other.reference.link"},{foreground:"#5E8D87",token:"meta.embedded.block.markdown markup.underline.link"},{foreground:"#5E8D87",token:"meta.embedded.block.markdown meta.link.reference"},{foreground:"#CC6666",token:"text.html.markdown string.other.link.title"},{foreground:"#CC6666",token:"meta.embedded.block.markdown string.other.link.title"},{foreground:"#81755D",token:"text.html.markdown fenced_code.block.language"},{foreground:"#81755D",token:"meta.embedded.block.markdown fenced_code.block.language"},{foreground:"#C5C8C6",fontStyle:"bold",token:"text.html.markdown markup.bold"},{foreground:"#C5C8C6",fontStyle:"bold",token:"meta.embedded.block.markdown markup.bold"},{foreground:"#C5C8C6",fontStyle:"italic",token:"text.html.markdown markup.italic"},{foreground:"#C5C8C6",fontStyle:"italic",token:"meta.embedded.block.markdown markup.italic"},{foreground:"#CC6666",token:"source.shell variable.other.bracket"},{foreground:"#CC6666",token:"source.shell variable.other.special"},{foreground:"#CC6666",token:"source.shell variable.other.normal"},{foreground:"#CC6666",token:"meta.embedded.block.shellscript variable.other.bracket"},{foreground:"#CC6666",token:"meta.embedded.block.shellscript variable.other.special"},{foreground:"#CC6666",token:"meta.embedded.block.shellscript variable.other.normal"},{foreground:"#DE935F",token:"source.shell variable.other.positional"},{foreground:"#DE935F",token:"meta.embedded.block.shellscript variable.other.positional"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#f9e7c4"}],bS=[],hS={inherit:pS,base:kS,colors:mS,rules:yS,encodedTokensColors:bS},vS=!1,FS="vs-dark",BS={"activityBar.background":"#282c34","activityBar.foreground":"#f8f8f2","activityBarBadge.background":"#61dafb","activityBarBadge.foreground":"#191a21","badge.background":"#44475a","badge.foreground":"#f8f8f2","breadcrumb.activeSelectionForeground":"#f8f8f2","breadcrumb.background":"#282c34","breadcrumb.focusForeground":"#f8f8f2","breadcrumb.foreground":"#61dafb","breadcrumbPicker.background":"#191a21","button.background":"#44475a","button.foreground":"#f8f8f2",contrastBorder:"#1e2127","debugToolBar.background":"#282c34","diffEditor.insertedTextBackground":"#50fa7b20","diffEditor.removedTextBackground":"#ff555550","dropdown.background":"#343746","dropdown.border":"#191a21","dropdown.foreground":"#f8f8f2","editor.background":"#282c34","editor.findMatchBackground":"#3e7437","editor.findMatchBorder":"#7fff6f","editor.findMatchHighlightBackground":"#725d13","editor.findMatchHighlightBorder":"#ffd12a","editor.lineHighlightBackground":"#8be9fd20","editor.selectionBackground":"#385480","editor.selectionHighlightBackground":"#46689f","editorBracketMatch.background":"#252b39","editorBracketMatch.border":"#c5a5c5","editorCodeLens.foreground":"#6272a4","editorGroupHeader.tabsBackground":"#282c34","editorGutter.addedBackground":"#50fa7b80","editorGutter.deletedBackground":"#ff555580","editorGutter.modifiedBackground":"#8be9fd80","editorHoverWidget.background":"#282c34","editorLineNumber.foreground":"#999999","editorRuler.foreground":"#424450","editorSuggestWidget.background":"#21222c","editorSuggestWidget.foreground":"#f8f8f2","editorSuggestWidget.selectedBackground":"#44475a","editorWarning.foreground":"#8be9fd","editorWidget.background":"#21222c",focusBorder:"#282c34",foreground:"#f8f8f2","gitDecoration.conflictingResourceForeground":"#ffb86c","gitDecoration.deletedResourceForeground":"#ff5555","gitDecoration.ignoredResourceForeground":"#6272a4","gitDecoration.modifiedResourceForeground":"#8be9fd","gitDecoration.untrackedResourceForeground":"#50fa7b","input.background":"#282a36","input.border":"#1e2127","input.foreground":"#eeffff","input.placeholderForeground":"#eeffff60","inputOption.activeBorder":"#bd93f9","inputValidation.errorBorder":"#ff5370","inputValidation.infoBorder":"#82aaff","inputValidation.warningBorder":"#ffcb6b","list.activeSelectionBackground":"#44475a","list.activeSelectionForeground":"#f8f8f2","list.dropBackground":"#44475a","list.errorForeground":"#ff5555","list.focusBackground":"#44475a75","list.highlightForeground":"#8be9fd","list.hoverBackground":"#44475a75","list.inactiveSelectionBackground":"#44475a75","list.warningForeground":"#ffb86c","panel.background":"#282c34","panel.border":"#1e2127","panelTitle.activeForeground":"#f8f8f2","panelTitle.inactiveForeground":"#6272a4","progressBar.background":"#61dafb","settings.checkboxBackground":"#21222c","settings.checkboxBorder":"#191a21","settings.checkboxForeground":"#f8f8f2","settings.dropdownBackground":"#21222c","settings.dropdownBorder":"#191a21","settings.dropdownForeground":"#f8f8f2","settings.headerForeground":"#f8f8f2","settings.modifiedItemIndicator":"#ffb86c","settings.numberInputBackground":"#21222c","settings.numberInputBorder":"#191a21","settings.numberInputForeground":"#f8f8f2","settings.textInputBackground":"#21222c","settings.textInputBorder":"#191a21","settings.textInputForeground":"#f8f8f2","sideBar.background":"#282c34","sideBar.foreground":"#bbbbbb","sideBarSectionHeader.background":"#282c34","statusBar.background":"#282c34","statusBar.foreground":"#dddddd","statusBar.noFolderBackground":"#282c34","statusBar.noFolderForeground":"#dddddd","tab.activeBorder":"#dddddd","tab.border":"#191a21","tab.inactiveBackground":"#282c34","tab.inactiveForeground":"#707070","terminal.ansiBlack":"#21222c","terminal.ansiBlue":"#bd93f9","terminal.ansiBrightBlack":"#6272a4","terminal.ansiBrightBlue":"#d6acff","terminal.ansiBrightCyan":"#a4ffff","terminal.ansiBrightGreen":"#69ff94","terminal.ansiBrightMagenta":"#ff92df","terminal.ansiBrightRed":"#ff6e6e","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#ffffa5","terminal.ansiCyan":"#8be9fd","terminal.ansiGreen":"#50fa7b","terminal.ansiMagenta":"#ff79c6","terminal.ansiRed":"#ff5555","terminal.ansiWhite":"#f8f8f2","terminal.ansiYellow":"#f1fa8c","terminal.background":"#282c34","terminal.foreground":"#f8f8f2","titleBar.activeBackground":"#282c34","titleBar.inactiveBackground":"#282c34","walkThrough.embeddedEditorBackground":"#21222c"},CS=[{foreground:"#C5A5C5",fontStyle:"italic",token:"keyword"},{foreground:"#C5A5C5",fontStyle:"italic",token:"storage.type.class"},{foreground:"#8DC891",token:"string"},{foreground:"#79B6F2",token:"function"},{foreground:"#FFFFFF",token:"variable"},{foreground:"#FFFFFF",token:"meta.jsx.children"},{foreground:"#FAC863",token:"type"},{foreground:"#FAC863",token:"support.type"},{foreground:"#FAC863",token:"support.type.property-name.json.comments"},{foreground:"#8BE9EE",token:"variable.other.constant"},{foreground:"#FF0000",token:"markup.heading.1 punctuation.definition.heading"},{foreground:"#D67C9B",token:"constant.character.entity"},{foreground:"#D67C9B",token:"entity.name.exception"},{foreground:"#79B6F2",token:"entity.name.function"},{foreground:"#79B6F2",token:"support.function"},{foreground:"#79B6F2",token:"support.class.builtin"},{foreground:"#79B6F2",token:"keyword.other.name-of-parameter"},{foreground:"#8BE9EE",token:"entity.name.tag"},{foreground:"#FC929E",token:"support.class"},{foreground:"#FC929E",token:"support.class.component"},{foreground:"#FC929E",token:"constant.numeric"},{foreground:"#FC929E",token:"punctuation.terminator.statement"},{foreground:"#FC929E",token:"support.variable.property.dom"},{foreground:"#FAC863",token:"entity.other.inherited-class"},{foreground:"#FAC863",token:"entity.name.type"},{foreground:"#C5A5C5",fontStyle:"italic",token:"storage.modifier"},{foreground:"#C5A5C5",fontStyle:"italic",token:"storage.type"},{foreground:"#79B6F2",token:"constructor"},{foreground:"#C5A5C5",fontStyle:"italic",token:"variable.language"},{foreground:"#C5A5C5",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#FF8B50",fontStyle:"italic",token:"constant.language.boolean"},{foreground:"#FF8B50",fontStyle:"italic",token:"constant.language.null"},{foreground:"#FF8B50",fontStyle:"italic",token:"constant.language.undefined"},{foreground:"#FFFFFF",token:"variable.parameter"},{foreground:"#FFFFFF",token:"variable.other.readwrite"},{foreground:"#FFFFFF",token:"meta.object-literal.key"},{foreground:"#27E2F1",token:"variable.other.constant"},{foreground:"#BEEDFF",token:"variable.other.property"},{foreground:"#8ADF69",token:"meta.object-literal.key"},{foreground:"#CAFFB5",token:"meta.var.expr meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key"},{foreground:"#8ADF69",token:"string.unquoted"},{foreground:"#8ADF69",token:"constant.other.object.key"},{foreground:"#88C6BE",token:"punctuation"},{foreground:"#88C6BE",token:"punctuation.definition.tag"},{foreground:"#88C6BE",token:"punctuation.section.embedded"},{foreground:"#88C6BE",token:"meta.brace.round"},{foreground:"#88C6BE",token:"meta.array.literal"},{foreground:"#F38E9A",fontStyle:"",token:"keyword.operator"},{foreground:"#F38E9A",fontStyle:"italic",token:"keyword.operator.new"},{foreground:"#797979",fontStyle:"italic",token:"comment"},{foreground:"#797979",fontStyle:"italic",token:"punctuation.definition.comment"},{foreground:"#797979",fontStyle:"italic",token:"comment.line"},{foreground:"#797979",fontStyle:"italic",token:"comment.line.double-slash"},{foreground:"#FAC863",fontStyle:"",token:"entity.name.class"},{foreground:"#88C6BE",fontStyle:"italic",token:"entity.name.class.decorator"},{foreground:"#88C6BE",fontStyle:"italic",token:"variable.other.readwrite.decorator"},{foreground:"#A4FFFF",token:"variable.other.class"},{foreground:"#A4FFFF",token:"meta.property.class"},{fontStyle:"",token:"storage.type.function.arrow"},{fontStyle:"",token:"meta.function.arrow"},{foreground:"#FFFFFF",token:"source.dart"},{foreground:"#FFFFFF",token:"keyword.operator.comparison.dart"},{foreground:"#FAC863",token:"keyword.operator.arithmetic.dart"},{foreground:"#FF8B50",fontStyle:"italic",token:"constant.language.dart"},{foreground:"#FAC863",token:"source.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#F79D70",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#FF92DF",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#8BE9FD",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#C5A5C5",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#F38E9A",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#88C6BE",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#82AAFF",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#FF6E6E",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],DS=[],ES={inherit:vS,base:FS,colors:BS,rules:CS,encodedTokensColors:DS},wS=!1,SS="vs-dark",AS={"activityBar.activeBackground":"#222244","activityBar.activeBorder":"#6943ff62","activityBar.background":"#28284e","activityBar.border":"#222244","activityBar.foreground":"#ffffff","activityBar.inactiveForeground":"#a599e9","activityBarBadge.background":"#fad000","activityBarBadge.foreground":"#1e1e3f","badge.background":"#fad000","badge.foreground":"#1e1e3f","breadcrumb.activeSelectionForeground":"#ffffff","breadcrumb.focusForeground":"#fad000","breadcrumb.foreground":"#a599e9","breadcrumbPicker.background":"#1e1e3f","button.background":"#fad000","button.foreground":"#222244","button.hoverBackground":"#b362ff",contrastActiveBorder:"#ffffff00",contrastBorder:"#ffffff00","debugExceptionWidget.background":"#1e1e3f","debugExceptionWidget.border":"#a599e9","debugIcon.continueForeground":"#fad000","debugIcon.disconnectForeground":"#fad000","debugIcon.pauseForeground":"#fad000","debugIcon.restartForeground":"#3ad900","debugIcon.startForeground":"#fad000","debugIcon.stepBackForeground":"#fad000","debugIcon.stepIntoForeground":"#fad000","debugIcon.stepOutForeground":"#fad000","debugIcon.stepOverForeground":"#fad000","debugIcon.stopForeground":"#ec3a37f5","debugToolBar.background":"#1e1e3f",descriptionForeground:"#a599e9","diffEditor.insertedTextBackground":"#00ff000e","diffEditor.insertedTextBorder":"#00ff009a","diffEditor.removedTextBackground":"#ff000d1a","diffEditor.removedTextBorder":"#ff000d81","dropdown.background":"#1e1e3f","dropdown.border":"#1e1e3f","dropdown.foreground":"#ffffff","editor.background":"#2d2b55","editor.findMatchBackground":"#ff7300ab","editor.findMatchHighlightBackground":"#ffff0336","editor.findRangeHighlightBackground":"#ffff0336","editor.foreground":"#ffffff","editor.hoverHighlightBackground":"#ff730056","editor.inactiveSelectionBackground":"#7580b8c0","editor.lineHighlightBackground":"#1f1f41","editor.lineHighlightBorder":"#1f1f41","editor.linkedEditingBackground":"#7e46dfaa","editor.rangeHighlightBackground":"#1f1f41","editor.selectionBackground":"#b362ff88","editor.selectionHighlightBackground":"#7e46df46","editor.snippetFinalTabstopHighlightBackground":"#6943ff62","editor.snippetFinalTabstopHighlightBorder":"#6943ff62","editor.snippetTabstopHighlightBackground":"#6943ff62","editor.snippetTabstopHighlightBorder":"#6943ff62","editor.wordHighlightBackground":"#ffffff0d","editor.wordHighlightStrongBackground":"#ffffff0d","editorBracketMatch.background":"#ad70fc46","editorBracketMatch.border":"#ad70fc46","editorCodeLens.foreground":"#a599e9","editorCursor.foreground":"#fad000","editorError.foreground":"#ec3a37f5","editorGroup.border":"#222244","editorGroup.dropBackground":"#222244d0","editorGroupHeader.noTabsBackground":"#2d2b55","editorGroupHeader.tabsBackground":"#2d2b55","editorGroupHeader.tabsBorder":"#1f1f41","editorGutter.addedBackground":"#35ad68","editorGutter.background":"#28284e","editorGutter.deletedBackground":"#ec3a37f5","editorGutter.modifiedBackground":"#ad70fc46","editorHoverWidget.background":"#161633","editorHoverWidget.border":"#161633","editorIndentGuide.activeBackground":"#a599e942","editorIndentGuide.background":"#a599e90f","editorLineNumber.foreground":"#a599e9","editorLink.activeForeground":"#a599e9","editorMarkerNavigation.background":"#3b536433","editorMarkerNavigationError.background":"#ec3a37f5","editorMarkerNavigationWarning.background":"#fad000","editorOverviewRuler.border":"#a599e91c","editorOverviewRuler.commonContentForeground":"#ffc60055","editorOverviewRuler.currentContentForeground":"#ee3a4355","editorOverviewRuler.incomingContentForeground":"#3ad90055","editorRuler.foreground":"#a599e91c","editorSuggestWidget.background":"#1f1f41","editorSuggestWidget.border":"#1f1f41","editorSuggestWidget.foreground":"#a599e9","editorSuggestWidget.highlightForeground":"#fad000","editorSuggestWidget.selectedBackground":"#2d2b55","editorWarning.border":"#ffffff00","editorWarning.foreground":"#fad000","editorWhitespace.foreground":"#ffffff1a","editorWidget.background":"#222244","editorWidget.border":"#1f1f41",errorForeground:"#ec3a37f5","extensionButton.prominentBackground":"#5d37f0","extensionButton.prominentForeground":"#ffffff","extensionButton.prominentHoverBackground":"#ff9d00",focusBorder:"#1e1e3f",foreground:"#a599e9","gitDecoration.conflictingResourceForeground":"#ff7200","gitDecoration.deletedResourceForeground":"#ec3a37f5","gitDecoration.ignoredResourceForeground":"#a599e981","gitDecoration.modifiedResourceForeground":"#fad000","gitDecoration.untrackedResourceForeground":"#3ad900","input.background":"#2d2b55","input.border":"#1e1e3f","input.foreground":"#fad000","input.placeholderForeground":"#a599e9","inputOption.activeBackground":"#5d37f0","inputOption.activeBorder":"#1e1e3f","inputValidation.errorBackground":"#2d2b55","inputValidation.errorBorder":"#fad000","inputValidation.infoBackground":"#2d2b55","inputValidation.infoBorder":"#2d2b55","inputValidation.warningBackground":"#2d2b55","inputValidation.warningBorder":"#fad000","list.activeSelectionBackground":"#2d2b55","list.activeSelectionForeground":"#ffffff","list.dropBackground":"#2d2b55","list.focusBackground":"#2d2b55","list.focusForeground":"#ffffff","list.highlightForeground":"#fad000","list.hoverBackground":"#2d2b55","list.hoverForeground":"#cec5ff","list.inactiveSelectionBackground":"#2d2b55","list.inactiveSelectionForeground":"#aaaaaa","listFilterWidget.background":"#2d2b55","listFilterWidget.noMatchesOutline":"#ec3a37f5","listFilterWidget.outline":"#2d2b55","menu.separatorBackground":"#a599e9","merge.border":"#ffffff00","merge.commonContentBackground":"#a599e981","merge.commonHeaderBackground":"#a599e981","merge.currentContentBackground":"#3ad90093","merge.currentHeaderBackground":"#3ad90093","merge.incomingContentBackground":"#ff730086","merge.incomingHeaderBackground":"#ff730086","notificationCenter.border":"#1e1e3f","notificationCenterHeader.background":"#6943ff","notificationCenterHeader.foreground":"#ffffff","notificationLink.foreground":"#ffffff","notificationToast.border":"#1e1e3f","notifications.background":"#1e1e3f","notifications.border":"#2d2b55","notifications.foreground":"#cec5ff","panel.background":"#1e1e3f","panel.border":"#fad000","panelTitle.activeBorder":"#fad000","panelTitle.activeForeground":"#fad000","panelTitle.inactiveForeground":"#a599e9","peekView.border":"#fad000","peekViewEditor.background":"#1e1e3f","peekViewEditor.matchHighlightBackground":"#19354900","peekViewEditorGutter.background":"#191935","peekViewResult.background":"#1e1e3f","peekViewResult.fileForeground":"#aaaaaa","peekViewResult.lineForeground":"#ffffff","peekViewResult.matchHighlightBackground":"#2d2b55","peekViewResult.selectionBackground":"#2d2b55","peekViewResult.selectionForeground":"#ffffff","peekViewTitle.background":"#1f1f41","peekViewTitleDescription.foreground":"#aaaaaa","peekViewTitleLabel.foreground":"#fad000","pickerGroup.border":"#1e1e3f","pickerGroup.foreground":"#a599e9","progressBar.background":"#fad000","scrollbar.shadow":"#a599e981","scrollbarSlider.activeBackground":"#fad000","scrollbarSlider.background":"#a599e981","scrollbarSlider.hoverBackground":"#4d21fc","selection.background":"#b362ff","settings.checkboxBackground":"#1e1e3f","settings.checkboxBorder":"#1e1e3f","settings.checkboxForeground":"#e5e4fb","settings.dropdownBackground":"#1e1e3f","settings.dropdownBorder":"#1e1e3f","settings.dropdownForeground":"#e5e4fb","settings.dropdownListBorder":"#2d2b55","settings.headerForeground":"#ffffff","settings.modifiedItemIndicator":"#fad000","settings.numberInputBackground":"#1e1e3f","settings.numberInputBorder":"#1e1e3f","settings.numberInputForeground":"#e5e4fb","settings.textInputBackground":"#1e1e3f","settings.textInputBorder":"#1e1e3f","settings.textInputForeground":"#e5e4fb","sideBar.background":"#222244","sideBar.border":"#25254b","sideBar.foreground":"#a599e9","sideBarSectionHeader.background":"#1e1e3f","sideBarSectionHeader.border":"#1e1e3f","sideBarSectionHeader.foreground":"#a599e9","sideBarTitle.foreground":"#a599e9","statusBar.background":"#1e1e3f","statusBar.border":"#1e1e3f","statusBar.debuggingBackground":"#fad000","statusBar.debuggingForeground":"#1e1e3f","statusBar.foreground":"#a599e9","statusBar.noFolderBackground":"#1e1e3f","statusBar.noFolderForeground":"#a599e9","statusBarItem.activeBackground":"#4d21fc","statusBarItem.hoverBackground":"#4d21fc","statusBarItem.prominentBackground":"#1e1e3f","statusBarItem.prominentHoverBackground":"#2d2b55","tab.activeBackground":"#222244","tab.activeBorder":"#fad000","tab.activeForeground":"#ffffff","tab.activeModifiedBorder":"#a599e9","tab.border":"#1e1e3f","tab.inactiveBackground":"#2d2b55","tab.inactiveForeground":"#a599e9","tab.inactiveModifiedBorder":"#a599e966","tab.unfocusedActiveForeground":"#a599e9","tab.unfocusedActiveModifiedBorder":"#a599e966","tab.unfocusedInactiveForeground":"#a599e9","tab.unfocusedInactiveModifiedBorder":"#a599e966","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#6943ff","terminal.ansiBrightBlack":"#5c5c61","terminal.ansiBrightBlue":"#6943ff","terminal.ansiBrightCyan":"#80fcff","terminal.ansiBrightGreen":"#3ad900","terminal.ansiBrightMagenta":"#fb94ff","terminal.ansiBrightRed":"#ec3a37f5","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#fad000","terminal.ansiCyan":"#80fcff","terminal.ansiGreen":"#3ad900","terminal.ansiMagenta":"#ff2c70","terminal.ansiRed":"#ec3a37f5","terminal.ansiWhite":"#ffffff","terminal.ansiYellow":"#fad000","terminal.background":"#1e1e3f","terminal.foreground":"#ffffff","terminalCursor.background":"#fad000","terminalCursor.foreground":"#fad000","textBlockQuote.background":"#1e1e3f","textBlockQuote.border":"#6943ff","textCodeBlock.background":"#1e1e3f","textLink.activeForeground":"#b362ff","textLink.foreground":"#b362ff","textPreformat.foreground":"#fad000","textSeparator.foreground":"#1e1e3f","titleBar.activeBackground":"#1e1e3f","titleBar.activeForeground":"#ffffff","titleBar.inactiveBackground":"#1e1e3f","titleBar.inactiveForeground":"#a599e9","walkThrough.embeddedEditorBackground":"#1e1e3f","welcomePage.buttonBackground":"#1e1e3f","welcomePage.buttonHoverBackground":"#262650","widget.shadow":"#00000026"},xS=[{foreground:"#B362FF",token:"comment"},{foreground:"#B362FF",token:"punctuation.definition.comment"},{foreground:"#FAD000",token:"entity"},{foreground:"#FF628C",token:"constant"},{foreground:"#FF9D00",token:"keyword, storage.type.class.js"},{foreground:"#9EFFFF",token:"meta"},{foreground:"#EC3A37F5",token:"invalid"},{foreground:"#E1EFFF",token:"meta.brace"},{foreground:"#E1EFFF",token:"punctuation.definition.parameters.begin.js"},{foreground:"#E1EFFF",token:"punctuation.definition.parameters.end.js"},{foreground:"#E1EFFF",token:"punctuation"},{foreground:"#FFEE80",token:"punctuation.definition.parameters"},{foreground:"#FFEE80",token:"punctuation.definition.template-expression"},{foreground:"#FAD000",token:"storage"},{foreground:"#FAD000",token:"storage.type.function.arrow"},{foreground:"#A5FF90",token:"string"},{foreground:"#A5FF90",token:"punctuation.definition.string"},{foreground:"#3AD900",token:"string.template"},{foreground:"#3AD900",token:"punctuation.definition.string.template"},{foreground:"#80FFBB",token:"support"},{foreground:"#FF9D00",token:"support.function"},{foreground:"#9EFFFF",token:"support.variable.property.dom"},{foreground:"#E1EFFF",token:"variable"},{foreground:"#E1EFFF",token:"source.ini entity"},{foreground:"#E1EFFF",token:"meta.embedded.block.ini"},{foreground:"#E1EFFF",token:"source.ini"},{foreground:"#FAD000",token:"source.ini keyword"},{foreground:"#FAD000",token:"keyword.other.definition.ini"},{foreground:"#FFEE80",token:"source.ini punctuation.definition"},{foreground:"#FF9D00",token:"source.ini punctuation.separator"},{foreground:"#FF9D00",token:"punctuation.separator.key-value.ini"},{foreground:"#3AD900",token:"source.css entity"},{foreground:"#3AD900",token:"source.stylus entity"},{foreground:"#9EFFFF",token:"entity.other.attribute-name.class.css"},{foreground:"#FFB454",token:"entity.other.attribute-name.id.css"},{foreground:"#FFB454",token:"entity.other.attribute-name.pseudo-class.css"},{foreground:"#9EFFFF",token:"entity.name.tag"},{foreground:"#A5FF90",token:"source.css support"},{foreground:"#A5FF90",token:"entity.name.tag.css"},{foreground:"#A5FF90",token:"source.stylus support"},{foreground:"#FFEE80",token:"source.css constant"},{foreground:"#FFEE80",token:"source.css support.constant"},{foreground:"#FFEE80",token:"source.stylus constant"},{foreground:"#FFEE80",token:"source.stylus support.constant"},{foreground:"#FFEE80",token:"source.css string"},{foreground:"#FFEE80",token:"source.css punctuation.definition.string"},{foreground:"#FFEE80",token:"source.stylus string"},{foreground:"#FFEE80",token:"source.stylus punctuation.definition.string"},{foreground:"#9EFFFF",token:"source.css variable"},{foreground:"#9EFFFF",token:"source.stylus variable"},{foreground:"#9EFFFF",token:"text.html.basic entity.name"},{foreground:"#9EFFFF",token:"punctuation.definition.tag.html"},{foreground:"#9EFFFF",token:"entity.name.tag.inline.any.html"},{foreground:"#9EFFFF",token:"meta.tag.other.html"},{foreground:"#9EFFFF",token:"meta.tag.inline.any.html"},{foreground:"#9EFFFF",token:"punctuation.definition.tag.begin.html"},{foreground:"#9EFFFF",token:"punctuation.definition.tag.end.html"},{foreground:"#9EFFFF",token:"entity.name.tag"},{foreground:"#9EFFFF",token:"meta.tag.other.html"},{foreground:"#9EFFFF",token:"meta.tag.other.js"},{foreground:"#9EFFFF",token:"meta.tag.other.tsx"},{foreground:"#9EFFFF",token:"entity.name.tag.tsx"},{foreground:"#9EFFFF",token:"entity.name.tag.js"},{foreground:"#9EFFFF",token:"entity.name.tag"},{foreground:"#9EFFFF",token:"meta.tag.js"},{foreground:"#9EFFFF",token:"meta.tag.tsx"},{foreground:"#9EFFFF",token:"meta.tag.html"},{foreground:"#A5FF90",token:"meta.toc-list.id.html"},{foreground:"#FAD000",token:"text.html.basic entity.other"},{foreground:"#FAD000",token:"meta.tag.metadata.script.html entity.name.tag.html"},{foreground:"#92FC79",token:"punctuation.definition.string.begin"},{foreground:"#92FC79",token:" punctuation.definition.string.end"},{foreground:"#FF9D00",token:"meta.tag.inline.any.html"},{foreground:"#FF9D00",token:"meta.tag.other"},{foreground:"#FAD000",token:"source.json support"},{foreground:"#92FC79",token:"source.json string"},{foreground:"#92FC79",token:"source.json punctuation.definition.string"},{foreground:"#FB94FF",token:"source.js storage.type.function"},{foreground:"#FB94FF",token:"variable.language"},{foreground:"#FB94FF",token:" entity.name.type.class.js"},{foreground:"#FFEE80",token:"entity.other.inherited-class"},{foreground:"#FF9D00",token:"storage.type.extends.js"},{foreground:"#FF9D00",token:"storage.type.class.jsdoc"},{foreground:"#FF9D00",token:"punctuation.definition.block.tag.jsdoc"},{foreground:"#9EFFFF",token:"variable.other.jsdoc"},{foreground:"#9EFFFF",token:"entity.name.type.instance.jsdoc"},{foreground:"#9EFFFF",token:"variable.other.constant"},{foreground:"#9EFFFF",token:"punctuation.definition.tag.begin.js"},{foreground:"#9EFFFF",token:"punctuation.definition.tag.end.js"},{foreground:"#FFFFFF",token:"meta.jsx.children.js"},{foreground:"#FF9D00",token:"storage.type"},{foreground:"#FF9D00",token:"storage.type.class"},{foreground:"#FF9D00",token:"storage.modifier"},{foreground:"#FF9D00",token:"keyword.control"},{foreground:"#FF9D00",token:"keyword.operator"},{foreground:"#494685",token:"punctuation.definition.bracket.curly"},{foreground:"#FF9D00",token:"keyword.operator.assignment.tsx"},{foreground:"#FF9D00",token:"keyword.operator.assignment.jsx"},{foreground:"#FF9D00",token:"keyword.operator.assignment"},{foreground:"#FFFFFF",token:"meta.jsx.children.tsx"},{foreground:"#80FFBB",token:"meta.object-literal.key.js"},{foreground:"#9EFFFF",token:"entity.name.type.class.tsx"},{foreground:"#9EFFFF",token:"entity.name.type.class.jsx"},{foreground:"#9EFFFF",token:"variable.other.readwrite.alias.tsx"},{foreground:"#9EFFFF",token:"variable.other.readwrite.tsx"},{foreground:"#9EFFFF",token:"variable.other.readwrite.alias.ts"},{foreground:"#9EFFFF",token:"variable.other.readwrite.alias.jsx"},{foreground:"#9EFFFF",token:"variable.other.readwrite.alias.js"},{foreground:"#9EFFFF",token:"variable.other.object.tsx"},{foreground:"#9EFFFF",token:"variable.other.object.jsx"},{foreground:"#9EFFFF",token:"variable.other.object"},{foreground:"#9EFFFF",token:"support.class.component.tsx"},{foreground:"#9EFFFF",token:"support.class.component.jsx"},{foreground:"#9EFFFF",token:"entity.name.type.tsx"},{foreground:"#9EFFFF",token:"entity.name.type.jsx"},{foreground:"#9EFFFF",token:"variable.other.readwrite"},{foreground:"#9EFFFF",token:"variable.other.object.js"},{foreground:"#FFEE80",token:"variable.other.property"},{foreground:"#FFEE80",token:"variable.other.object.property"},{foreground:"#FFFFFF",token:"JSXNested"},{foreground:"#9EFFFF",token:"variable.parameter"},{foreground:"#9EFFFF",token:"variable.parameter.function.language.special.self.python"},{foreground:"#FAD000",token:"meta.function-call.python"},{foreground:"#FAD000",token:"meta.function-call.generic.python"},{foreground:"#FAD000",token:"support.function.builtin.python"},{foreground:"#80FFBB",token:"source.ts entity.name.type"},{foreground:"#FAD000",token:"source.ts keyword"},{foreground:"#E1EFFF",token:"source.ts punctuation.definition.parameters"},{foreground:"#FFEE80",token:"meta.arrow.ts punctuation.definition.parameters"},{foreground:"#9EFFFF",token:"source.ts storage"},{foreground:"#FAD000",fontStyle:"bold",token:"entity.name.section.markdown"},{foreground:"#FAD000",fontStyle:"bold",token:"markup.heading.setext.1.markdown"},{foreground:"#FAD000",fontStyle:"bold",token:"markup.heading.setext.2.markdown"},{foreground:"#8EFA00",token:"markup.inserted.diff"},{foreground:"#8EFA00",token:"punctuation.definition.inserted.diff"},{foreground:"#F16E6B",token:"markup.deleted.diff"},{foreground:"#F16E6B",token:"punctuation.definition.deleted.diff"},{foreground:"#FFFFFF",token:"meta.embedded.block.diff"},{foreground:"#FFFFFF",token:"meta.paragraph.markdown"},{foreground:"#B362FF",token:"punctuation.definition.from-file.diff"},{foreground:"#B362FF",token:"meta.diff.header.from-file"},{foreground:"#A599E9",token:"markup.inline.raw.string.markdown"},{foreground:"#FAD000",token:"beginning.punctuation.definition.quote.markdown"},{foreground:"#A599E9",token:"markup.quote.markdown meta.paragraph.markdown"},{foreground:"#A599E9",token:"punctuation.definition.quote.begin.markdown"},{foreground:"#FAD000",token:"meta.separator.markdown"},{fontStyle:"bold",token:"markup.bold.markdown"},{fontStyle:"italic",token:"markup.italic.markdown"},{foreground:"#FAD000",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#FAD000",token:"punctuation.definition.list.begin.markdown"},{foreground:"#FAD000",token:"markup.list.unnumbered.markdown"},{foreground:"#A5FF90",fontStyle:"",token:"string.other.link.description.title.markdown punctuation.definition.string.markdown"},{foreground:"#A5FF90",fontStyle:"",token:"meta.link.inline.markdown string.other.link.description.title.markdown"},{foreground:"#A5FF90",fontStyle:"",token:"string.other.link.description.title.markdown punctuation.definition.string.begin.markdown"},{foreground:"#A5FF90",fontStyle:"",token:"string.other.link.description.title.markdown punctuation.definition.string.end.markdown"},{foreground:"#A5FF90",fontStyle:"",token:"meta.image.inline.markdown string.other.link.description.title.markdown"},{foreground:"#FAD000",fontStyle:"underline",token:"meta.link.inline.markdown string.other.link.title.markdown"},{foreground:"#FAD000",fontStyle:"underline",token:"meta.link.reference.markdown string.other.link.title.markdown"},{foreground:"#FAD000",fontStyle:"underline",token:"meta.link.reference.def.markdown markup.underline.link.markdown"},{foreground:"#A599E9",token:"markup.underline.link.markdown"},{foreground:"#A599E9",token:"string.other.link.description.title.markdown"},{foreground:"#9EFFFF",token:"fenced_code.block.language"},{foreground:"#9EFFFF",token:"markup.inline.raw.markdown"},{foreground:"#494685",token:"punctuation.definition.markdown"},{foreground:"#494685",token:"punctuation.definition.raw.markdown"},{foreground:"#494685",token:"punctuation.definition.heading.markdown"},{foreground:"#494685",token:"punctuation.definition.bold.markdown"},{foreground:"#494685",token:"punctuation.definition.italic.markdown"},{foreground:"#FAD000",token:"meta.link.inline.markdown punctuation.definition.string.begin.markdown"},{foreground:"#FAD000",token:"meta.link.inline.markdown punctuation.definition.string.end.markdown"},{foreground:"#FAD000",token:"meta.link.reference.markdown punctuation.definition.string.begin.markdown"},{foreground:"#FAD000",token:"meta.link.reference.markdown punctuation.definition.string.end.markdown"},{foreground:"#FAD000",token:"string.other.link.description.markdown"},{foreground:"#FF9D00",token:"meta.image.inline.markdown punctuation.definition.string.begin.markdown"},{foreground:"#FF9D00",token:"meta.image.inline.markdown punctuation.definition.string.end.markdown"},{foreground:"#FF9D00",token:"string.other.link.description.markdown"},{foreground:"#A599E9",token:"markup.underline.link.markdown"},{foreground:"#A599E9",token:"punctuation.definition.metadata.markdown"},{foreground:"#A599E9",token:"markup.underline.link.image.markdown"},{foreground:"#A599E9",token:"constant.other.reference.link.markdown"},{foreground:"#A599E9",token:"punctuation.definition.constant.markdown"},{foreground:"#A599E9",token:"punctuation.definition.constant.begin.markdown"},{foreground:"#A599E9",token:"punctuation.definition.constant.end.markdown"},{foreground:"#9EFFFF",token:"text.jade entity.name"},{foreground:"#FF9D00",token:"storage.type.function.pug"},{foreground:"#9EFFFF",token:"variable.parameter.function.js"},{foreground:"#92FC79",token:"variable.control.import.include.pug"},{foreground:"#FFEE80",token:"text.jade string.interpolated"},{foreground:"#9EFFFF",token:"storage.type.cs"},{foreground:"#9EFFFF",token:"entity.name.variable.property.cs"},{foreground:"#80FFBB",token:"storage.modifier.cs"},{foreground:"#9EFFFF",token:"source.php entity"},{foreground:"#9EFFFF",token:"variable.other.class.php"},{foreground:"#FF9D00",token:"keyword.other.phpdoc.php"},{foreground:"#FAD000",token:"entity.name.function.php"},{foreground:"#FAD000",token:"support.function.basic_functions.php"},{foreground:"#FAD000",token:"meta.function-call.php"},{foreground:"#FAD000",token:"variable.other.property"},{foreground:"#9EFFFF",token:"variable.other.php"},{foreground:"#9EFFFF",token:"punctuation.definition.variable.php"},{foreground:"#9EFFFF",token:"variable.other.global.php"},{foreground:"#9EFFFF",token:"variable.language.this.php"},{foreground:"#FF9D00",token:"storage.modifier.php"},{foreground:"#FF9D00",token:"keyword.other.namespace.php"},{foreground:"#FAD000",token:"entity.name.tag.yaml"},{foreground:"#E1EFFF",token:"punctuation.definition.block.sequence.item.yaml"},{foreground:"#FB94FF",token:"storage.type.function.php"},{foreground:"#FB94FF",token:"meta.function.parameters.php"},{foreground:"#FF9D00",token:"keyword.blade"},{foreground:"#E1EFFF",token:"begin.bracket.round.blade.php"},{foreground:"#E1EFFF",token:"end.bracket.round.blade.php"},{foreground:"#FFEE80",token:"support.function.construct.begin.blade"},{foreground:"#FFEE80",token:"support.function.construct.end.blade"},{foreground:"#FF9D00",token:"keyword.package.go"},{foreground:"#FF9D00",token:"keyword.import.go"},{foreground:"#FB94FF",token:"keyword.function.go"},{foreground:"#9EFFFF",token:"variable.other.assignment.go"},{foreground:"#FAD000",token:"punctuation.definition.string.begin.go"},{foreground:"#FAD000",token:"punctuation.definition.string.end.go"},{foreground:"#FAD000",token:"support.function.go"},{foreground:"#FFEE80",token:"punctuation.section.embedded.end.ruby"},{foreground:"#FFEE80",token:"punctuation.section.embedded.begin.ruby"},{foreground:"#FFEE80",token:"punctuation.section.scope.begin.ruby"},{foreground:"#FFEE80",token:"punctuation.section.scope.end.ruby"},{foreground:"#80FFBB",token:"variable.other.constant.ruby"},{foreground:"#FB94FF",token:"entity.name.type.class.ruby"},{foreground:"#9EFFFF",token:"variable.other.block.ruby"},{foreground:"#9EFFFF",token:"variable.other.ruby"},{foreground:"#FF9D00",token:"punctuation.separator.other.ruby"},{foreground:"#FFEE80",token:"keyword.other.special-method.ruby"},{foreground:"#FB94FF",token:"storage.type.function.shell"},{foreground:"#FF9D00",token:"variable.other.special.shell"},{foreground:"#FF9D00",token:"punctuation.definition.variable.shell"},{foreground:"#FAEFA5",token:"variable.graphql"},{foreground:"#FB94FF",token:"keyword.operation.graphql"},{foreground:"#E1EFFF",token:"source.sql"},{foreground:"#FAEFA5",token:"source.sql keyword.other"},{foreground:"#FAEFA5",token:"support.function.mysqli.php"},{foreground:"#FAD000",token:"support.function.mysqli.php"},{foreground:"#FAD000",token:"source.sql support.function"},{foreground:"#E1EFFF",token:"string.regexp"},{foreground:"#E1EFFF",token:"string.regexp keyword.other"},{foreground:"#FF9D00",token:"keyword.other.DML.sql"},{foreground:"#E1EFFF",token:"punctuation.definition.table.array.toml"},{foreground:"#FF9D00",token:"entity.other.attribute-name.table.array.toml"},{foreground:"#FF9D00",token:"entity.other.attribute-name.table.toml"},{foreground:"#FAD000",token:"keyword.key.toml"},{foreground:"#FAD000",token:"keyword.other.special-method.dockerfile"},{foreground:"#FF9D00",token:"keyword.other.rust"},{foreground:"#FB94FF",token:"keyword.other.fn.rust"},{foreground:"#FF9D00",token:"keyword.other.env"},{foreground:"#FAD000",token:"variable.other.env"},{foreground:"#E1EFFF",token:"source.env"},{foreground:"#FF9D00",token:"keyword.other.template.begin.env"},{foreground:"#FF9D00",token:"keyword.other.template.end.env"},{foreground:"#FF9D00",token:"keyword.operator.assignment.env"},{foreground:"#9EFFFF",token:"variable.object.property"},{foreground:"#FB94FF",token:"string.regexp.js"},{foreground:"#FF9D00",token:"keyword.rainbow2"},{foreground:"#F16E6B",token:"markup.deleted"},{foreground:"#8EFA00",token:"markup.inserted"},{fontStyle:"underline",token:"markup.underline"},{fontStyle:"italic",token:"modifier"},{fontStyle:"italic",token:"this"},{fontStyle:"italic",token:"comment"},{fontStyle:"italic",token:"storage.modifier"},{fontStyle:"italic",token:"entity.other.attribute-name"},{fontStyle:"italic",token:"entity.other.attribute-name.html"},{fontStyle:"italic",token:"punctuation.definition.comment"},{fontStyle:"italic",token:"text.html.basic entity.other"},{fontStyle:"italic",token:"entity.other.attribute-name"},{fontStyle:"italic",token:"markup.quote.markdown meta.paragraph.markdown"},{fontStyle:"italic",token:"markup.italic.markdown"},{fontStyle:"italic",token:"text.jade entity.other.attribute-name.tag"},{fontStyle:"italic",token:"keyword.control.from"},{fontStyle:"italic",token:"entity.other.attribute-name.tag.pug"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],jS=[],TS={inherit:wS,base:SS,colors:AS,rules:xS,encodedTokensColors:jS},IS=!1,OS="vs-dark",RS={"activityBar.background":"#e7e8e6","activityBar.foreground":"#2dae58","activityBar.inactiveForeground":"#68696888","activityBarBadge.background":"#09a1ed","badge.background":"#09a1ed","badge.foreground":"#ffffff","button.background":"#2dae58","debugExceptionWidget.background":"#ffaeac33","debugExceptionWidget.border":"#ff5c57","debugToolBar.border":"#e9eaeb","diffEditor.insertedTextBackground":"#2dae5824","diffEditor.removedTextBackground":"#ffaeac44","dropdown.border":"#e9eaeb","editor.background":"#fafbfc","editor.findMatchBackground":"#00e6e06a","editor.findMatchHighlightBackground":"#00e6e02a","editor.findRangeHighlightBackground":"#f5b90011","editor.focusedStackFrameHighlightBackground":"#2dae5822","editor.foreground":"#565869","editor.hoverHighlightBackground":"#00e6e018","editor.rangeHighlightBackground":"#f5b90033","editor.selectionBackground":"#2dae5822","editor.snippetTabstopHighlightBackground":"#adb1c23a","editor.stackFrameHighlightBackground":"#f5b90033","editor.wordHighlightBackground":"#adb1c23a","editorError.foreground":"#ff5c56","editorGroup.emptyBackground":"#f3f4f5","editorGutter.addedBackground":"#2dae58","editorGutter.deletedBackground":"#ff5c57","editorGutter.modifiedBackground":"#00a39faa","editorInlayHint.background":"#e9eaeb","editorInlayHint.foreground":"#565869","editorLineNumber.activeForeground":"#35cf68","editorLineNumber.foreground":"#9194a2aa","editorLink.activeForeground":"#35cf68","editorOverviewRuler.addedForeground":"#2dae58","editorOverviewRuler.deletedForeground":"#ff5c57","editorOverviewRuler.errorForeground":"#ff5c56","editorOverviewRuler.findMatchForeground":"#13bbb7aa","editorOverviewRuler.modifiedForeground":"#00a39faa","editorOverviewRuler.warningForeground":"#cf9c00","editorOverviewRuler.wordHighlightForeground":"#adb1c288","editorOverviewRuler.wordHighlightStrongForeground":"#35cf68","editorWarning.foreground":"#cf9c00","editorWhitespace.foreground":"#adb1c255","extensionButton.prominentBackground":"#2dae58","extensionButton.prominentHoverBackground":"#238744",focusBorder:"#09a1ed",foreground:"#686968","gitDecoration.modifiedResourceForeground":"#00a39f","gitDecoration.untrackedResourceForeground":"#2dae58","input.border":"#e9eaeb","list.activeSelectionBackground":"#09a1ed","list.activeSelectionForeground":"#ffffff","list.errorForeground":"#ff5c56","list.focusBackground":"#bce7fc99","list.focusForeground":"#11658f","list.hoverBackground":"#e9eaeb","list.inactiveSelectionBackground":"#89b5cb33","list.warningForeground":"#b38700","menu.background":"#fafbfc","menu.selectionBackground":"#e9eaeb","menu.selectionForeground":"#686968","menubar.selectionBackground":"#e9eaeb","menubar.selectionForeground":"#686968","merge.currentContentBackground":"#35cf6833","merge.currentHeaderBackground":"#35cf6866","merge.incomingContentBackground":"#14b1ff33","merge.incomingHeaderBackground":"#14b1ff77","peekView.border":"#09a1ed","peekViewEditor.background":"#14b1ff08","peekViewEditor.matchHighlightBackground":"#f5b90088","peekViewEditor.matchHighlightBorder":"#f5b900","peekViewResult.matchHighlightBackground":"#f5b90088","peekViewResult.selectionBackground":"#09a1ed","peekViewResult.selectionForeground":"#ffffff","peekViewTitle.background":"#09a1ed11","selection.background":"#2dae5844","settings.modifiedItemIndicator":"#13bbb7","sideBar.background":"#f3f4f5","sideBar.border":"#dedfe0","sideBarSectionHeader.background":"#e9eaeb","sideBarSectionHeader.border":"#dedfe0","statusBar.background":"#2dae58","statusBar.debuggingBackground":"#13bbb7","statusBar.debuggingBorder":"#00a39f","statusBar.noFolderBackground":"#565869","statusBarItem.remoteBackground":"#238744","tab.activeBorderTop":"#2dae58","terminal.ansiBlack":"#565869","terminal.ansiBlue":"#09a1ed","terminal.ansiBrightBlack":"#75798f","terminal.ansiBrightBlue":"#14b1ff","terminal.ansiBrightCyan":"#13bbb7","terminal.ansiBrightGreen":"#35cf68","terminal.ansiBrightMagenta":"#ff94d2","terminal.ansiBrightRed":"#ffaeac","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#f5b900","terminal.ansiCyan":"#13bbb7","terminal.ansiGreen":"#2dae58","terminal.ansiMagenta":"#f767bb","terminal.ansiRed":"#ff5c57","terminal.ansiWhite":"#fafbf9","terminal.ansiYellow":"#cf9c00","titleBar.activeBackground":"#f3f4f5"},MS=[{foreground:"#FF5C56",token:"invalid.illegal"},{foreground:"#11658F",token:"meta.object-literal.key"},{foreground:"#11658F",token:"meta.object-literal.key constant.character.escape"},{foreground:"#11658F",token:"meta.object-literal string"},{foreground:"#11658F",token:"meta.object-literal string constant.character.escape"},{foreground:"#11658F",token:"support.type.property-name"},{foreground:"#11658F",token:"support.type.property-name constant.character.escape"},{foreground:"#F767BB",token:"keyword"},{foreground:"#F767BB",token:"storage"},{foreground:"#F767BB",token:"meta.class storage.type"},{foreground:"#F767BB",token:"keyword.operator.expression.import"},{foreground:"#F767BB",token:"keyword.operator.new"},{foreground:"#F767BB",token:"keyword.operator.expression.delete"},{foreground:"#2DAE58",token:"support.type"},{foreground:"#2DAE58",token:"meta.type.annotation entity.name.type"},{foreground:"#2DAE58",token:"new.expr meta.type.parameters entity.name.type"},{foreground:"#2DAE58",token:"storage.type.primitive"},{foreground:"#2DAE58",token:"storage.type.built-in.primitive"},{foreground:"#2DAE58",token:"meta.function.parameter storage.type"},{foreground:"#C25193",token:"storage.type.annotation"},{foreground:"#FF5C57CC",token:"keyword.other.unit"},{foreground:"#2DAE58",token:"constant.language"},{foreground:"#2DAE58",token:"support.constant"},{foreground:"#2DAE58",token:"variable.language"},{foreground:"#565869",token:"variable"},{foreground:"#565869",token:"support.variable"},{foreground:"#13BBB7",token:"variable.language.this"},{foreground:"#09A1ED",token:"entity.name.function"},{foreground:"#09A1ED",token:"support.function"},{foreground:"#11658F",token:"entity.name.function.decorator"},{foreground:"#13BBB7",token:"meta.class entity.name.type"},{foreground:"#13BBB7",token:"new.expr entity.name.type"},{foreground:"#13BBB7",token:"entity.other.inherited-class"},{foreground:"#13BBB7",token:"support.class"},{foreground:"#11658F",token:"keyword.preprocessor.pragma"},{foreground:"#11658F",token:"keyword.control.directive.include"},{foreground:"#11658F",token:"keyword.other.preprocessor"},{foreground:"#FF5C56",token:"entity.name.exception"},{token:"entity.name.section"},{foreground:"#FF5C57",token:"constant.numeric"},{foreground:"#2DAE58",token:"constant"},{foreground:"#2DAE58",token:"constant.character"},{foreground:"#CF9C00",token:"string"},{foreground:"#CF9C00",token:"string"},{foreground:"#F5B900",token:"constant.character.escape"},{foreground:"#13BBB7",token:"string.regexp"},{foreground:"#13BBB7",token:"string.regexp constant.character.escape"},{foreground:"#00A39F",token:"keyword.operator.quantifier.regexp"},{foreground:"#00A39F",token:"keyword.operator.negation.regexp"},{foreground:"#00A39F",token:"keyword.operator.or.regexp"},{foreground:"#00A39F",token:"string.regexp punctuation"},{foreground:"#00A39F",token:"string.regexp keyword"},{foreground:"#00A39F",token:"string.regexp keyword.control"},{foreground:"#00A39F",token:"string.regexp constant"},{foreground:"#00A39F",token:"variable.other.regexp"},{foreground:"#00A39F88",token:"string.regexp keyword.other"},{foreground:"#CF9C00",token:"constant.other.symbol"},{foreground:"#ADB1C2",token:"comment"},{foreground:"#ADB1C2",token:"punctuation.definition.comment"},{foreground:"#9194A2",fontStyle:"",token:"comment.block.preprocessor"},{foreground:"#2DAE58",token:"comment.block.documentation entity.name.type"},{foreground:"#9194A2",token:"comment.block.documentation storage"},{foreground:"#9194A2",token:"comment.block.documentation keyword.other"},{foreground:"#9194A2",token:"meta.class comment.block.documentation storage.type"},{foreground:"#C25193",token:"comment.block.documentation variable"},{foreground:"#ADB1C2",token:"punctuation"},{foreground:"#ADB1C2",token:"keyword.operator"},{foreground:"#ADB1C2",token:"keyword.other.arrow"},{foreground:"#ADB1C2",token:"keyword.control.@"},{foreground:"#9194A2",token:"meta.tag.metadata.doctype.html entity.name.tag"},{foreground:"#9194A2",token:"meta.tag.metadata.doctype.html entity.other.attribute-name.html"},{foreground:"#9194A2",token:"meta.tag.sgml.doctype"},{foreground:"#9194A2",token:"meta.tag.sgml.doctype string"},{foreground:"#9194A2",token:"meta.tag.sgml.doctype entity.name.tag"},{foreground:"#9194A2",token:"meta.tag.sgml punctuation.definition.tag.html"},{foreground:"#ADB1C2",token:"meta.tag"},{foreground:"#ADB1C2",token:"punctuation.definition.tag.html"},{foreground:"#ADB1C2",token:"punctuation.definition.tag.begin.html"},{foreground:"#ADB1C2",token:"punctuation.definition.tag.end.html"},{foreground:"#13BBB7",token:"entity.name.tag"},{foreground:"#FF8380",token:"meta.tag entity.other.attribute-name"},{foreground:"#FF8380",token:"entity.other.attribute-name.html"},{foreground:"#CF9C00",token:"constant.character.entity"},{foreground:"#CF9C00",token:"punctuation.definition.entity"},{foreground:"#ADB1C2",token:"source.css"},{foreground:"#F767BB",token:"meta.selector"},{foreground:"#F767BB",token:"meta.selector entity"},{foreground:"#F767BB",token:"meta.selector entity punctuation"},{foreground:"#F767BB",token:"source.css entity.name.tag"},{foreground:"#C25193",token:"keyword.control.at-rule"},{foreground:"#C25193",token:"keyword.control.at-rule punctuation.definition.keyword"},{foreground:"#11658F",token:"source.css variable"},{foreground:"#565869",token:"source.css meta.property-name"},{foreground:"#565869",token:"source.css support.type.property-name"},{foreground:"#565869AA",token:"source.css support.type.vendored.property-name"},{foreground:"#13BBB7",token:"meta.property-value"},{foreground:"#13BBB7",token:"support.constant.property-value"},{foreground:"#2DAE58",token:"source.css support.constant"},{foreground:"#FF82CBBB",token:"punctuation.definition.entity.css"},{foreground:"#FF82CBBB",token:"keyword.operator.combinator.css"},{foreground:"#09A1ED",token:"source.css support.function"},{foreground:"#238744",token:"keyword.other.important"},{foreground:"#F767BB",token:"source.css.scss"},{foreground:"#F767BB",token:"source.css.scss entity.other.attribute-name.class.css"},{foreground:"#F767BB",token:"source.css.scss entity.other.attribute-name.id.css"},{foreground:"#C25193",token:"entity.name.tag.reference.scss"},{foreground:"#C25193",token:"source.css.scss meta.at-rule keyword"},{foreground:"#C25193",token:"source.css.scss meta.at-rule keyword punctuation"},{foreground:"#C25193",token:"source.css.scss meta.at-rule operator.logical"},{foreground:"#C25193",token:"keyword.control.content.scss"},{foreground:"#C25193",token:"keyword.control.return.scss"},{foreground:"#C25193",token:"keyword.control.return.scss punctuation.definition.keyword"},{foreground:"#ADB1C2",token:"meta.at-rule.mixin.scss"},{foreground:"#ADB1C2",token:"meta.at-rule.include.scss"},{foreground:"#ADB1C2",token:"source.css.scss meta.at-rule.if"},{foreground:"#ADB1C2",token:"source.css.scss meta.at-rule.else"},{foreground:"#ADB1C2",token:"source.css.scss meta.at-rule.each"},{foreground:"#ADB1C2",token:"source.css.scss meta.at-rule variable.parameter"},{foreground:"#F767BB",token:"source.css.less entity.other.attribute-name.class.css"},{foreground:"#ADB1C2",token:"source.stylus meta.brace.curly.css"},{foreground:"#F767BB",token:"source.stylus entity.other.attribute-name.class"},{foreground:"#F767BB",token:"source.stylus entity.other.attribute-name.id"},{foreground:"#F767BB",token:"source.stylus entity.name.tag"},{foreground:"#565869",token:"source.stylus support.type.property-name"},{foreground:"#11658F",token:"source.stylus variable"},{foreground:"#888888",token:"markup.changed"},{foreground:"#888888",token:"markup.deleted"},{fontStyle:"italic",token:"markup.italic"},{foreground:"#FF5C56",token:"markup.error"},{foreground:"#888888",token:"markup.inserted"},{foreground:"#CF9C00",token:"meta.link"},{foreground:"#09A1ED",token:"string.other.link.title.markdown"},{foreground:"#999999",token:"markup.output"},{foreground:"#999999",token:"markup.raw"},{foreground:"#999999",token:"markup.prompt"},{foreground:"#2DAE58",token:"markup.heading"},{fontStyle:"bold",token:"markup.bold"},{foreground:"#FF5C56",token:"markup.traceback"},{fontStyle:"underline",token:"markup.underline"},{foreground:"#777985",token:"markup.quote"},{foreground:"#13BBB7",token:"markup.bold"},{foreground:"#13BBB7",token:"markup.italic"},{foreground:"#F767BB",fontStyle:"",token:"markup.inline.raw"},{foreground:"#ADB1C2",token:"meta.brace.round"},{foreground:"#ADB1C2",token:"meta.brace.square"},{foreground:"#ADB1C2",token:"storage.type.function.arrow"},{foreground:"#C25193",token:"constant.language.import-export-all"},{foreground:"#C25193",token:"meta.import keyword.control.default"},{foreground:"#11658F",token:"support.function.js"},{foreground:"#13BBB7",token:"string.regexp.js"},{foreground:"#F767BB",token:"variable.language.super"},{foreground:"#F767BB",token:"support.type.object.module.js"},{foreground:"#686968",token:"meta.jsx.children"},{foreground:"#11658F",token:"entity.name.tag.yaml"},{foreground:"#2DAE58",token:"variable.other.alias.yaml"},{foreground:"#75798F",token:"punctuation.section.embedded.begin.php"},{foreground:"#75798F",token:"punctuation.section.embedded.end.php"},{foreground:"#13BBB7",token:"meta.use.php entity.other.alias.php"},{foreground:"#11658F",token:"source.php support.function.construct"},{foreground:"#11658F",token:"source.php support.function.var"},{foreground:"#F767BB",token:"storage.modifier.extends.php"},{foreground:"#F767BB",token:"source.php keyword.other"},{foreground:"#F767BB",token:"storage.modifier.php"},{foreground:"#F767BB",token:"meta.class.body.php storage.type.php"},{foreground:"#2DAE58",token:"storage.type.php"},{foreground:"#2DAE58",token:"meta.class.body.php meta.function-call.php storage.type.php"},{foreground:"#2DAE58",token:"meta.class.body.php meta.function.php storage.type.php"},{foreground:"#D94E4A",token:"source.php keyword.other.DML"},{foreground:"#2DAE58",token:"source.sql.embedded.php keyword.operator"},{foreground:"#11658F",token:"source.ini keyword"},{foreground:"#11658F",token:"source.toml keyword"},{foreground:"#11658F",token:"source.env variable"},{foreground:"#F767BB",token:"source.ini entity.name.section"},{foreground:"#F767BB",token:"source.toml entity.other.attribute-name"},{foreground:"#2DAE58",token:"source.go storage.type"},{foreground:"#FF5C56",token:"keyword.import.go"},{foreground:"#FF5C56",token:"keyword.package.go"},{foreground:"#565869",token:"source.reason variable.language string"},{foreground:"#2DAE58",token:"source.reason support.type"},{foreground:"#2DAE58",token:"source.reason constant.language"},{foreground:"#2DAE58",token:"source.reason constant.language constant.numeric"},{foreground:"#2DAE58",token:"source.reason support.type string.regexp"},{foreground:"#ADB1C2",token:"source.reason keyword.operator keyword.control"},{foreground:"#ADB1C2",token:"source.reason keyword.control.less"},{foreground:"#ADB1C2",token:"source.reason keyword.control.flow"},{foreground:"#CF9C00",token:"source.reason string.regexp"},{foreground:"#11658F",token:"source.reason support.property-value"},{foreground:"#11658F",token:"source.rust support.function.core.rust"},{foreground:"#2DAE58",token:"source.rust storage.type.core.rust"},{foreground:"#2DAE58",token:"source.rust storage.class.std"},{foreground:"#13BBB7",token:"source.rust entity.name.type.rust"},{foreground:"#ADB1C2",token:"storage.type.function.coffee"},{foreground:"#2DAE58",token:"keyword.type.cs"},{foreground:"#2DAE58",token:"storage.type.cs"},{foreground:"#13BBB7",token:"entity.name.type.namespace.cs"},{foreground:"#11658F",token:"meta.diff.header"},{foreground:"#2DAE58",token:"markup.inserted.diff"},{foreground:"#FF5C56",token:"markup.deleted.diff"},{foreground:"#09A1ED",token:"meta.diff.range"},{foreground:"#09A1ED",token:"meta.diff.index"},{foreground:"#09A1ED",token:"meta.separator"},{foreground:"#11658F",token:"source.makefile variable"},{foreground:"#F767BB",token:"keyword.control.protocol-specification.objc"},{foreground:"#2DAE58",token:"meta.parens storage.type.objc"},{foreground:"#2DAE58",token:"meta.return-type.objc support.class"},{foreground:"#2DAE58",token:"meta.return-type.objc storage.type.objc"},{foreground:"#11658F",token:"source.sql keyword"},{foreground:"#09A1ED",token:"keyword.other.special-method.dockerfile"},{foreground:"#11658F",token:"constant.other.symbol.elixir"},{foreground:"#13BBB7",token:"storage.type.elm"},{foreground:"#13BBB7",token:"support.module.elm"},{foreground:"#ADB1C2",token:"source.elm keyword.other"},{foreground:"#13BBB7",token:"source.erlang entity.name.type.class"},{foreground:"#11658F",token:"variable.other.field.erlang"},{foreground:"#2DAE58",token:"source.erlang constant.other.symbol"},{foreground:"#2DAE58",token:"storage.type.haskell"},{foreground:"#13BBB7",token:"meta.declaration.class.haskell storage.type.haskell"},{foreground:"#13BBB7",token:"meta.declaration.instance.haskell storage.type.haskell"},{foreground:"#75798F",token:"meta.preprocessor.haskell"},{foreground:"#F767BB",token:"source.haskell keyword.control"},{fontStyle:"",token:"source.ocaml markup.underline"},{foreground:"#F767BB",token:"source.ocaml punctuation.definition.tag emphasis"},{foreground:"#F767BB",token:"source.ocaml entity.name.class constant.numeric"},{foreground:"#F767BB",token:"source.ocaml support.type"},{foreground:"#13BBB7",token:"source.ocaml constant.numeric entity.other.attribute-name"},{foreground:"#ADB1C2",token:"source.ocaml comment meta.separator"},{foreground:"#ADB1C2",token:"source.ocaml support.type strong"},{foreground:"#ADB1C2",token:"source.ocaml keyword.control strong"},{foreground:"#11658F",token:"source.ocaml support.constant.property-value"},{foreground:"#13BBB7",token:"source.scala entity.name.class"},{foreground:"#2DAE58",token:"storage.type.scala"},{foreground:"#11658F",token:"variable.parameter.scala"},{foreground:"#ADB1C2",token:"meta.bracket.scala"},{foreground:"#ADB1C2",token:"meta.colon.scala"},{foreground:"#ADB1C2",token:"meta.metadata.simple.clojure"},{foreground:"#13BBB7",token:"meta.metadata.simple.clojure meta.symbol"},{foreground:"#ADB1C2",token:"source.r keyword.other"},{foreground:"#11658F",token:"source.svelte meta.block.ts entity.name.label"},{foreground:"#F767BB",token:"keyword.operator.word.applescript"},{foreground:"#09A1ED",token:"meta.function-call.livescript"},{foreground:"#13BBB7",token:"variable.language.self.lua"},{foreground:"#13BBB7",token:"entity.name.type.class.swift"},{foreground:"#13BBB7",token:"meta.inheritance-clause.swift"},{foreground:"#13BBB7",token:"meta.import.swift entity.name.type"},{foreground:"#B38700",token:"source.swift punctuation.section.embedded"},{foreground:"#565869",token:"variable.parameter.function.swift entity.name.function.swift"},{foreground:"#565869",token:"meta.function-call.twig"},{foreground:"#565869",token:"string.unquoted.tag-string.django"},{foreground:"#ADB1C2",token:"entity.tag.tagbraces.django"},{foreground:"#ADB1C2",token:"entity.tag.filter-pipe.django"},{foreground:"#FF8380",token:"meta.section.attributes.haml constant.language"},{foreground:"#FF8380",token:"meta.section.attributes.plain.haml constant.other.symbol"},{foreground:"#9194A2",token:"meta.prolog.haml"},{foreground:"#ADB1C2",token:"support.constant.handlebars"},{foreground:"#C25193",token:"text.log log.constant"},{foreground:"#B38700",token:"source.c string constant.other.placeholder"},{foreground:"#B38700",token:"source.cpp string constant.other.placeholder"},{foreground:"#11658F",token:"constant.other.key.groovy"},{foreground:"#13BBB7",token:"storage.type.groovy"},{foreground:"#2DAE58",token:"meta.definition.variable.groovy storage.type.groovy"},{foreground:"#CF9C00",token:"storage.modifier.import.groovy"},{foreground:"#13BBB7",token:"entity.other.attribute-name.class.pug"},{foreground:"#13BBB7",token:"entity.other.attribute-name.id.pug"},{foreground:"#ADB1C2",token:"constant.name.attribute.tag.pug"},{foreground:"#2DAE58",token:"entity.name.type.wasm"},{foreground:"#316BCD",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#CD3131",token:"token.error-token"},{foreground:"#800080",token:"token.debug-token"},{token:"",foreground:"#565869"}],LS=[],$S={inherit:IS,base:OS,colors:RS,rules:MS,encodedTokensColors:LS},NS=!1,HS="vs-dark",PS={"activityBar.background":"#282a36","editor.background":"#282a36","editor.findMatchHighlightBackground":"#54555e","editor.findRangeHighlightBackground":"#54555e","editor.foreground":"#eff0eb","editor.hoverHighlightBackground":"#54555e","editor.lineHighlightBackground":"#2c2f3d","editor.rangeHighlightBackground":"#54555e","editor.selectionHighlightBackground":"#54555e","editor.wordHighlightBackground":"#54555e","editor.wordHighlightStrongBackground":"#54555e","editorCursor.foreground":"#97979b","editorGroup.dropBackground":"#232631","editorGroupHeader.tabsBackground":"#232631","editorIndentGuide.background":"#616263","editorLineNumber.foreground":"#616263","editorLink.activeForeground":"#ff5c57","editorWhitespace.foreground":"#616263",foreground:"#eff0eb","list.activeSelectionBackground":"#54555e","list.hoverBackground":"#54555e","peekView.border":"#5af78e","peekViewEditor.background":"#282a36","sideBar.background":"#2c2f3d","statusBar.background":"#2e313d","statusBar.debuggingBackground":"#6c6e75","statusBar.foreground":"#6c6e75","statusBar.noFolderBackground":"#6c6e75","tab.activeBackground":"#232631","tab.inactiveBackground":"#2c2f3d","terminal.ansiBlack":"#282a36","terminal.ansiBlue":"#57c7ff","terminal.ansiBrightBlack":"#282a36","terminal.ansiBrightBlue":"#57c7ff","terminal.ansiBrightCyan":"#9aedfe","terminal.ansiBrightGreen":"#5af78e","terminal.ansiBrightMagenta":"#ff6ac1","terminal.ansiBrightRed":"#ff5c57","terminal.ansiBrightWhite":"#eff0eb","terminal.ansiBrightYellow":"#f3f99d","terminal.ansiCyan":"#9aedfe","terminal.ansiGreen":"#5af78e","terminal.ansiMagenta":"#ff6ac1","terminal.ansiRed":"#ff5c57","terminal.ansiWhite":"#eff0eb","terminal.ansiYellow":"#f3f99d","titleBar.activeBackground":"#282a36"},_S=[{fontStyle:"bold",token:"strong"},{fontStyle:"bold",token:" markup.bold"},{fontStyle:"italic",token:"emphasis"},{fontStyle:"italic",token:" markup.italic"},{fontStyle:"underline",token:"markup.underline"},{foreground:"#616263",fontStyle:"italic",token:"comment"},{foreground:"#616263",fontStyle:"italic",token:" punctuation.definition.comment"},{foreground:"#616263",fontStyle:"italic",token:" string.quoted.docstring"},{foreground:"#F3F99D",token:"storage.type"},{foreground:"#9AEDFE",token:"storage.type.primitive"},{foreground:"#9AEDFE",token:" support.type"},{foreground:"#9AEDFE",token:" entity.name.type"},{foreground:"#9AEDFE",token:" keyword.type"},{foreground:"#9AEDFE",token:" keyword.other.unit"},{foreground:"#5AF78E",token:"string"},{foreground:"#5AF78E",token:" meta.structure.dictionary.json string.quoted.double.json"},{foreground:"#5AF78E",token:"constant.language.boolean"},{foreground:"#5AF78E",token:"constant.numeric"},{foreground:"#5AF78E",token:" support.constant"},{foreground:"#5AF78E",token:"constant.language.null"},{foreground:"#5AF78E",token:"constant.language.undefined"},{foreground:"#57C7FF",token:"meta.function entity.name.function"},{foreground:"#57C7FF",token:"entity.name.function"},{foreground:"#57C7FF",token:" meta.function-call"},{foreground:"#57C7FF",token:" support.function"},{foreground:"#57C7FF",token:" keyword.other.special-method"},{foreground:"#57C7FF",token:" meta.require"},{foreground:"#57C7FF",token:" variable.language.super"},{foreground:"#57C7FF",token:" keyword.other.get"},{foreground:"#57C7FF",token:" keyword.other.set"},{foreground:"#EFF0EB",token:"variable"},{foreground:"#EFF0EB",token:" support.variable"},{foreground:"#EFF0EB",token:" support.class"},{foreground:"#EFF0EB",token:" support.constant"},{foreground:"#EFF0EB",token:" meta.definition.variable entity.name.function"},{foreground:"#F3F99D",token:"variable.other.constant.property"},{foreground:"#FF5C57",token:"entity.name.type.class"},{foreground:"#FF5C57",fontStyle:"italic",token:"entity.other.inherited-class entity.name.type.module"},{foreground:"#F3F99D",token:"variable.object.property"},{fontStyle:"italic",token:"variable.parameter"},{foreground:"#F3F99D",token:"meta.definition.method entity.name.function"},{foreground:"#FF6AC1",token:"keyword"},{foreground:"#FF6AC1",token:" modifier"},{foreground:"#FF6AC1",token:" storage.modifier"},{foreground:"#FF6AC1",token:" support.type.object"},{foreground:"#FF6AC1",token:" constant.language"},{foreground:"#FF6AC1",token:" variable.language.this"},{foreground:"#FF6AC1",token:" variable.language.special.self"},{fontStyle:"italic",token:"storage.modifier"},{fontStyle:"italic",token:" storage.type.class.js"},{fontStyle:"italic",token:" variable.language.this"},{fontStyle:"italic",token:" variable.language.this.js"},{foreground:"#FF5C57",fontStyle:"italic",token:"support.module"},{foreground:"#FF5C57",fontStyle:"italic",token:" support.node"},{foreground:"#FF6AC1",token:"template.expression.begin"},{foreground:"#FF6AC1",token:" template.expression.end"},{foreground:"#F3F99D",token:"support.type.exception"},{foreground:"#5AF78E",background:"#616263",token:"markup.inserted.diff"},{foreground:"#5AF78E",background:"#616263",token:" meta.diff.header.to-file"},{foreground:"#FF5C57",background:"#616263",token:"markup.deleted.diff"},{foreground:"#FF5C57",background:"#616263",token:" meta.diff.header.from-file"},{foreground:"#FF5C57",token:"source.cs meta.class.identifier storage.type"},{foreground:"#F3F99D",token:"source.cs meta.method.identifier entity.name.function"},{foreground:"#57C7FF",token:"source.cs meta.method-call meta.method"},{foreground:"#57C7FF",token:" source.cs entity.name.function"},{foreground:"#F3F99D",token:"source.cs storage.type"},{foreground:"#9AEDFE",token:"source.cs meta.method.return-type"},{foreground:"#616263",token:"source.cs meta.preprocessor"},{foreground:"#EFF0EB",token:"source.cs entity.name.type.namespace"},{foreground:"#9AEDFE",token:"entity.other.attribute-name.class"},{foreground:"#9AEDFE",token:"entity.other.attribute-name.id"},{foreground:"#F3F99D",token:"source.css entity.name.tag"},{foreground:"#FF5C57",token:"source.css support.type.property-name"},{foreground:"#EFF0EB",token:"meta.tag"},{foreground:"#EFF0EB",token:" punctuation.definition.tag"},{foreground:"#FF5C57",token:"entity.name.tag"},{foreground:"#F3F99D",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#FF5C57",token:"punctuation.section.embedded"},{foreground:"#FF5C57",token:"keyword.other.definition.ini"},{foreground:"#57C7FF",token:"entity.name.section.group-title.ini"},{foreground:"#EFF0EB",token:"source.java storage.modifier.package"},{foreground:"#EFF0EB",token:" source.java storage.modifier.import"},{foreground:"#FF5C57",fontStyle:"italic",token:"source.java storage.type.annotation"},{foreground:"#57C7FF",token:"source.java meta.method-call meta.method"},{foreground:"#EFF0EB",token:"source.java meta.method-call meta.inner-class meta.method"},{foreground:"#57C7FF",token:"source.java meta.method-call meta.inner-class meta.method meta.method-call meta.method"},{foreground:"#57C7FF",token:"source.java meta.definition.variable entity.name.function"},{foreground:"#5AF78E",token:"source.java constant.language"},{foreground:"#FF6AC1",token:"source.js storage.modifier.async"},{foreground:"#FF5C57",token:"meta.object-literal.key"},{foreground:"#FF5C57",token:" meta.object-literal.key string"},{foreground:"#FF5C57",token:" support.type.property-name.json"},{foreground:"#FF6AC1",token:"constant.language.json"},{foreground:"#57C7FF",token:"markup.heading"},{foreground:"#FF5C57",token:"text.html.markdown meta.link.inline"},{foreground:"#FF5C57",token:" meta.link.reference"},{foreground:"#FF5C57",token:" markup.underline.link.image"},{foreground:"#9AEDFE",token:"text.html.markdown markup.quote"},{foreground:"#F3F99D",token:"text.html.markdown beginning.punctuation.definition.list"},{foreground:"#FF6AC1",token:"text.html.markdown markup.inline.raw"},{foreground:"#FF5C57",fontStyle:"italic",token:"markup.italic"},{foreground:"#FF5C57",fontStyle:"bold",token:"markup.bold"},{foreground:"#FF5C57",fontStyle:"italic bold",token:"markup.bold markup.italic"},{foreground:"#FF5C57",fontStyle:"italic bold",token:" markup.italic markup.bold"},{foreground:"#EFF0EB",token:"source.python keyword.operator.arithmetic"},{foreground:"#FF6AC1",token:"source.python meta.function storage.type.function"},{foreground:"#EFF0EB",token:"source.python meta.function-call.arguments"},{foreground:"#FF5C57",token:"source.python meta.function entity.name.function.decorator"},{foreground:"#5AF78E",token:"source.python constant.language"},{foreground:"#FF5C57",token:"entity.name.tag.yaml"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#eff0eb"}],WS=[],VS={inherit:NS,base:HS,colors:PS,rules:_S,encodedTokensColors:WS},GS=!1,US="vs-dark",zS={"editor.background":"#252526","editor.foreground":"#eeffff","editor.lineHighlightBackground":"#00000050","editor.selectionBackground":"#80cbc420","editorCursor.foreground":"#ffcc00","editorIndentGuide.activeBackground":"#80cbc470","editorIndentGuide.background":"#37474f80","editorWhitespace.foreground":"#65737e"},YS=[{foreground:"#546E7A",fontStyle:"italic",token:"comment"},{foreground:"#546E7A",fontStyle:"italic",token:" punctuation.definition.comment"},{foreground:"#EEFFFF",token:"variable"},{foreground:"#EEFFFF",token:" string constant.other.placeholder"},{foreground:"#FFFFFF",token:"constant.other.color"},{foreground:"#FFFFFF",background:"#FF5370",token:"invalid"},{foreground:"#FFFFFF",background:"#FF5370",token:" invalid.illegal"},{foreground:"#FFFFFF",background:"#FF5370",token:" invalid.broken"},{foreground:"#FFFFFF",background:"#C3E88D",token:"invalid.unimplemented"},{foreground:"#FFFFFF",background:"#C792EA",token:"invalid.deprecated"},{foreground:"#C792EA",token:"keyword"},{foreground:"#C792EA",token:" storage.type"},{foreground:"#C792EA",token:" storage.modifier"},{fontStyle:"italic",token:"storage.type"},{fontStyle:"italic",token:" keyword.control"},{foreground:"#89DDFF",token:"keyword.operator"},{foreground:"#89DDFF",token:" constant.other.color"},{foreground:"#89DDFF",token:" punctuation"},{foreground:"#89DDFF",token:" meta.tag"},{foreground:"#89DDFF",token:" punctuation.definition.tag"},{foreground:"#89DDFF",token:" punctuation.separator.inheritance.php"},{foreground:"#89DDFF",token:" punctuation.definition.tag.html"},{foreground:"#89DDFF",token:" punctuation.definition.tag.begin.html"},{foreground:"#89DDFF",token:" punctuation.definition.tag.end.html"},{foreground:"#89DDFF",token:" punctuation.section.embedded"},{foreground:"#89DDFF",token:" keyword.other.template"},{foreground:"#89DDFF",token:" keyword.other.substitution"},{foreground:"#F07178",token:"entity.name.tag"},{foreground:"#F07178",token:" meta.tag.sgml"},{foreground:"#F07178",token:" markup.deleted.git_gutter"},{foreground:"#82AAFF",token:"entity.name.function"},{foreground:"#82AAFF",token:" meta.function-call"},{foreground:"#82AAFF",token:" variable.function"},{foreground:"#82AAFF",token:" support.function"},{foreground:"#82AAFF",token:" keyword.other.special-method"},{foreground:"#82AAFF",token:" meta.block-level"},{foreground:"#F07178",token:"support.other.variable"},{foreground:"#F07178",token:" string.other.link"},{foreground:"#F78C6C",token:"constant.numeric"},{foreground:"#F78C6C",token:" constant.language"},{foreground:"#F78C6C",token:" support.constant"},{foreground:"#F78C6C",token:" constant.character"},{foreground:"#F78C6C",token:" variable.parameter"},{foreground:"#F78C6C",token:" keyword.other.unit"},{foreground:"#C3E88D",fontStyle:"normal",token:"string"},{foreground:"#C3E88D",fontStyle:"normal",token:" constant.other.symbol"},{foreground:"#C3E88D",fontStyle:"normal",token:" constant.other.key"},{foreground:"#C3E88D",fontStyle:"normal",token:" entity.other.inherited-class"},{foreground:"#C3E88D",fontStyle:"normal",token:" markup.heading"},{foreground:"#C3E88D",fontStyle:"normal",token:" markup.inserted.git_gutter"},{foreground:"#C3E88D",fontStyle:"normal",token:" meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"},{foreground:"#FFCB6B",token:"entity.name.class"},{foreground:"#FFCB6B",token:" entity.name.type.class"},{foreground:"#FFCB6B",token:" support.type"},{foreground:"#FFCB6B",token:" support.class"},{foreground:"#FFCB6B",token:" support.orther.namespace.use.php"},{foreground:"#FFCB6B",token:" meta.use.php"},{foreground:"#FFCB6B",token:" support.other.namespace.php"},{foreground:"#FFCB6B",token:" markup.changed.git_gutter"},{foreground:"#FFCB6B",token:" support.type.sys-types"},{foreground:"#B2CCD6",token:"source.css support.type"},{foreground:"#B2CCD6",token:" source.sass support.type"},{foreground:"#B2CCD6",token:" source.scss support.type"},{foreground:"#B2CCD6",token:" source.less support.type"},{foreground:"#B2CCD6",token:" source.stylus support.type"},{foreground:"#FF5370",token:"entity.name.module.js"},{foreground:"#FF5370",token:" variable.import.parameter.js"},{foreground:"#FF5370",token:" variable.other.class.js"},{foreground:"#FF5370",fontStyle:"italic",token:"variable.language"},{foreground:"#82AAFF",token:"entity.name.method.js"},{foreground:"#82AAFF",token:"meta.class-method.js entity.name.function.js"},{foreground:"#82AAFF",token:" variable.function.constructor"},{foreground:"#C792EA",token:"entity.other.attribute-name"},{foreground:"#FFCB6B",fontStyle:"italic",token:"text.html.basic entity.other.attribute-name.html"},{foreground:"#FFCB6B",fontStyle:"italic",token:" text.html.basic entity.other.attribute-name"},{foreground:"#FFCB6B",token:"entity.other.attribute-name.class"},{foreground:"#82AAFF",token:"source.sass keyword.control"},{foreground:"#C3E88D",token:"markup.inserted"},{foreground:"#FF5370",token:"markup.deleted"},{foreground:"#C792EA",token:"markup.changed"},{foreground:"#89DDFF",token:"string.regexp"},{foreground:"#89DDFF",token:"constant.character.escape"},{fontStyle:"underline",token:"*url*"},{fontStyle:"underline",token:" *link*"},{fontStyle:"underline",token:" *uri*"},{foreground:"#C17E70",token:"constant.numeric.line-number.find-in-files - match"},{foreground:"#C3E88D",token:"entity.name.filename.find-in-files"},{foreground:"#82AAFF",fontStyle:"italic",token:"tag.decorator.js entity.name.tag.js"},{foreground:"#82AAFF",fontStyle:"italic",token:" tag.decorator.js punctuation.definition.tag.js"},{foreground:"#FF5370",fontStyle:"italic",token:"source.js constant.other.object.key.js string.unquoted.label.js"},{foreground:"#C3E88D",token:"source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#C3E88D",token:" source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#C792EA",token:"source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#C792EA",token:" source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#F07178",token:"source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#F07178",token:" source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#82AAFF",token:"source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#82AAFF",token:" source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#C17E70",token:"source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#C17E70",token:" source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#FF5370",token:"source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#FF5370",token:" source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#F78C6C",token:"source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#F78C6C",token:" source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#FFCB6B",token:"source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#FFCB6B",token:" source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#C792EA",token:"source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"},{foreground:"#C792EA",token:" source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"},{foreground:"#EEFFFF",token:"text.html.markdown"},{foreground:"#EEFFFF",token:" punctuation.definition.list_item.markdown"},{foreground:"#C792EA",token:"text.html.markdown markup.raw.inline"},{foreground:"#65737E",token:"text.html.markdown punctuation.definition.raw.markdown"},{token:"text.html.markdown meta.dummy.line-break"},{foreground:"#C3E88D",token:"markdown.heading"},{foreground:"#C3E88D",token:" markup.heading | markup.heading entity.name"},{foreground:"#C3E88D",token:" markup.heading.markdown punctuation.definition.heading.markdown"},{foreground:"#F07178",fontStyle:"italic",token:"markup.italic"},{foreground:"#F07178",fontStyle:"bold",token:"markup.bold"},{foreground:"#F07178",fontStyle:"bold",token:" markup.bold string"},{fontStyle:"bold italic",token:"markup.bold markup.italic"},{fontStyle:"bold italic",token:" markup.italic markup.bold"},{fontStyle:"bold italic",token:" markup.quote markup.bold"},{fontStyle:"bold italic",token:" markup.bold markup.italic string"},{fontStyle:"bold italic",token:" markup.italic markup.bold string"},{fontStyle:"bold italic",token:" markup.quote markup.bold string"},{foreground:"#F78C6C",fontStyle:"underline",token:"markup.underline"},{fontStyle:"strike",token:"markup.strike"},{foreground:"#65737E",background:"#65737E",token:"markup.quote punctuation.definition.blockquote.markdown"},{fontStyle:"italic",token:"markup.quote"},{foreground:"#82AAFF",token:"string.other.link.title.markdown"},{foreground:"#C792EA",token:"string.other.link.description.title.markdown"},{foreground:"#FFCB6B",token:"constant.other.reference.link.markdown"},{foreground:"#C792EA",token:"markup.raw.block"},{background:"#00000050",token:"markup.raw.block.fenced.markdown"},{background:"#00000050",token:"punctuation.definition.fenced.markdown"},{foreground:"#EEFFFF",token:"markup.raw.block.fenced.markdown"},{foreground:"#EEFFFF",token:" variable.language.fenced.markdown"},{foreground:"#EEFFFF",token:" punctuation.section.class.end"},{foreground:"#65737E",fontStyle:"",token:"variable.language.fenced.markdown"},{foreground:"#546E7A",token:"text.html.markdown punctuation.definition"},{foreground:"#89DDFF",token:"text.html.markdown meta.disable-markdown punctuation.definition"},{foreground:"#65737E",background:"#00000050",fontStyle:"bold",token:"meta.separator"},{foreground:"#EEFFFF",token:"markup.table"},{foreground:"#FFFFFF",background:"#82AAFF",token:"acejump.label.blue"},{foreground:"#FFFFFF",background:"#C3E88D",token:"acejump.label.green"},{foreground:"#FFFFFF",background:"#F78C6C",token:"acejump.label.orange"},{foreground:"#FFFFFF",background:"#C792EA",token:"acejump.label.purple"},{foreground:"#FFCB6B",token:"sublimelinter.mark.warning"},{foreground:"#FFFFFF",token:"sublimelinter.gutter-mark"},{foreground:"#FF5370",token:"sublimelinter.mark.error"},{background:"#C17E70",token:"sublimelinter.annotations"},{foreground:"#65737E",token:"markup.ignored.git_gutter"},{foreground:"#65737E",token:"markup.untracked.git_gutter"},{foreground:"#C3E88D",token:"markup.inserted.git_gutter"},{foreground:"#FFCB6B",token:"markup.changed.git_gutter"},{foreground:"#FF5370",token:"markup.deleted.git_gutter"},{foreground:"#B2CCD6",token:"brackethighlighter.default"},{foreground:"#C3E88D",token:"brackethighlighter.quote"},{foreground:"#FF5370",token:"brackethighlighter.unmatched"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#eeffff"}],qS=[],ZS={inherit:GS,base:US,colors:zS,rules:YS,encodedTokensColors:qS},KS=!1,JS="vs-dark",XS={"activityBar.background":"#171520","activityBar.foreground":"#ffffffcc","activityBarBadge.background":"#f97e72","activityBarBadge.foreground":"#2a2139","badge.background":"#2a2139","badge.foreground":"#ffffff","breadcrumbPicker.background":"#232530","button.background":"#614d85","debugToolBar.background":"#463465","diffEditor.insertedTextBackground":"#0beb9935","diffEditor.removedTextBackground":"#fe445035","dropdown.background":"#232530","dropdown.listBackground":"#2a2139","editor.background":"#262335","editor.findMatchBackground":"#d18616bb","editor.findMatchHighlightBackground":"#d1861655","editor.findRangeHighlightBackground":"#34294f1a","editor.hoverHighlightBackground":"#463564","editor.lineHighlightBorder":"#7059ab66","editor.rangeHighlightBackground":"#49549539","editor.selectionBackground":"#ffffff20","editor.selectionHighlightBackground":"#ffffff20","editor.wordHighlightBackground":"#34294f88","editor.wordHighlightStrongBackground":"#34294f88","editorBracketMatch.background":"#34294f66","editorBracketMatch.border":"#495495","editorCodeLens.foreground":"#ffffff7c","editorCursor.background":"#241b2f","editorCursor.foreground":"#f97e72","editorError.foreground":"#fe4450","editorGroup.border":"#495495","editorGroup.dropBackground":"#4954954a","editorGroupHeader.tabsBackground":"#241b2f","editorGutter.addedBackground":"#206d4bd6","editorGutter.deletedBackground":"#fa2e46a4","editorGutter.modifiedBackground":"#b893ce8f","editorIndentGuide.activeBackground":"#a148ab80","editorIndentGuide.background":"#444251","editorLineNumber.activeForeground":"#ffffffcc","editorLineNumber.foreground":"#ffffff73","editorOverviewRuler.addedForeground":"#09f7a099","editorOverviewRuler.border":"#34294fb3","editorOverviewRuler.deletedForeground":"#fe445099","editorOverviewRuler.errorForeground":"#fe4450dd","editorOverviewRuler.findMatchForeground":"#d1861699","editorOverviewRuler.modifiedForeground":"#b893ce99","editorOverviewRuler.warningForeground":"#72f1b8cc","editorRuler.foreground":"#a148ab80","editorSuggestWidget.highlightForeground":"#f97e72","editorSuggestWidget.selectedBackground":"#ffffff36","editorWarning.foreground":"#72f1b8cc","editorWidget.background":"#171520dc","editorWidget.border":"#ffffff22","editorWidget.resizeBorder":"#ffffff44",errorForeground:"#fe4450","extensionButton.prominentBackground":"#f97e72","extensionButton.prominentHoverBackground":"#ff7edb",focusBorder:"#1f212b",foreground:"#ffffff","gitDecoration.addedResourceForeground":"#72f1b8cc","gitDecoration.deletedResourceForeground":"#fe4450","gitDecoration.ignoredResourceForeground":"#ffffff59","gitDecoration.modifiedResourceForeground":"#b893ceee","gitDecoration.untrackedResourceForeground":"#72f1b8","input.background":"#2a2139","inputOption.activeBorder":"#ff7edb99","inputValidation.errorBackground":"#fe445080","inputValidation.errorBorder":"#fe445000","list.activeSelectionBackground":"#ffffff20","list.activeSelectionForeground":"#ffffff","list.dropBackground":"#34294f66","list.errorForeground":"#fe4450e6","list.focusBackground":"#ffffff20","list.focusForeground":"#ffffff","list.highlightForeground":"#f97e72","list.hoverBackground":"#37294d99","list.hoverForeground":"#ffffff","list.inactiveFocusBackground":"#2a213999","list.inactiveSelectionBackground":"#ffffff20","list.inactiveSelectionForeground":"#ffffff","list.warningForeground":"#72f1b8bb","menu.background":"#463465","minimapGutter.addedBackground":"#09f7a099","minimapGutter.deletedBackground":"#fe4450","minimapGutter.modifiedBackground":"#b893ce","panelTitle.activeBorder":"#f97e72","peekView.border":"#495495","peekViewEditor.background":"#232530","peekViewEditor.matchHighlightBackground":"#d18616bb","peekViewResult.background":"#232530","peekViewResult.matchHighlightBackground":"#d1861655","peekViewResult.selectionBackground":"#2a213980","peekViewTitle.background":"#232530","pickerGroup.foreground":"#f97e72ea","progressBar.background":"#f97e72","scrollbar.shadow":"#2a2139","scrollbarSlider.activeBackground":"#9d8bca20","scrollbarSlider.background":"#9d8bca30","scrollbarSlider.hoverBackground":"#9d8bca50","selection.background":"#ffffff20","sideBar.background":"#241b2f","sideBar.dropBackground":"#34294f4c","sideBar.foreground":"#ffffff99","sideBarSectionHeader.background":"#241b2f","sideBarSectionHeader.foreground":"#ffffffca","statusBar.background":"#241b2f","statusBar.debuggingBackground":"#f97e72","statusBar.debuggingForeground":"#08080f","statusBar.foreground":"#ffffff80","statusBar.noFolderBackground":"#241b2f","statusBarItem.prominentBackground":"#2a2139","statusBarItem.prominentHoverBackground":"#34294f","tab.activeBorder":"#880088","tab.border":"#241b2f00","tab.inactiveBackground":"#262335","terminal.ansiBlue":"#03edf9","terminal.ansiBrightBlue":"#03edf9","terminal.ansiBrightCyan":"#03edf9","terminal.ansiBrightGreen":"#72f1b8","terminal.ansiBrightMagenta":"#ff7edb","terminal.ansiBrightRed":"#fe4450","terminal.ansiBrightYellow":"#fede5d","terminal.ansiCyan":"#03edf9","terminal.ansiGreen":"#72f1b8","terminal.ansiMagenta":"#ff7edb","terminal.ansiRed":"#fe4450","terminal.ansiYellow":"#f97e72","terminal.foreground":"#ffffff","terminal.selectionBackground":"#ffffff20","terminalCursor.background":"#ffffff","terminalCursor.foreground":"#03edf9","textLink.activeForeground":"#ff7edb","textLink.foreground":"#f97e72","titleBar.activeBackground":"#241b2f","titleBar.inactiveBackground":"#241b2f","walkThrough.embeddedEditorBackground":"#232530","widget.shadow":"#2a2139"},QS=[{foreground:"#848BBD",fontStyle:"italic",token:"comment"},{foreground:"#848BBD",fontStyle:"italic",token:"string.quoted.docstring.multi.python"},{foreground:"#848BBD",fontStyle:"italic",token:"string.quoted.docstring.multi.python punctuation.definition.string.begin.python"},{foreground:"#848BBD",fontStyle:"italic",token:"string.quoted.docstring.multi.python punctuation.definition.string.end.python"},{foreground:"#FF8B39",token:"string.quoted"},{foreground:"#FF8B39",token:"string.template"},{foreground:"#FF8B39",token:"punctuation.definition.string"},{foreground:"#B6B1B1",token:"string.template meta.embedded.line"},{foreground:"#FF7EDB",token:"variable"},{foreground:"#FF7EDB",token:"entity.name.variable"},{foreground:"#FE4450",fontStyle:"bold",token:"variable.language"},{fontStyle:"italic",token:"variable.parameter"},{foreground:"#FEDE5D",token:"storage.type"},{foreground:"#FEDE5D",token:"storage.modifier"},{foreground:"#F97E72",token:"constant"},{foreground:"#F97E72",token:"string.regexp"},{foreground:"#F97E72",token:"constant.numeric"},{foreground:"#F97E72",token:"constant.language"},{foreground:"#36F9F6",token:"constant.character.escape"},{foreground:"#FE4450",token:"entity.name"},{foreground:"#72F1B8",token:"entity.name.tag"},{foreground:"#36F9F6",token:"punctuation.definition.tag"},{foreground:"#FEDE5D",token:"entity.other.attribute-name"},{foreground:"#FEDE5D",fontStyle:"italic",token:"entity.other.attribute-name.html"},{foreground:"#FE4450",token:"entity.name.type"},{foreground:"#FE4450",token:"meta.attribute.class.html"},{foreground:"#DD5500",token:"entity.other.inherited-class"},{foreground:"#36F9F6",token:"entity.name.function"},{foreground:"#36F9F6",token:"variable.function"},{foreground:"#72F1B8",token:"keyword.control.export.js"},{foreground:"#72F1B8",token:"keyword.control.import.js"},{foreground:"#2EE2FA",token:"constant.numeric.decimal.js"},{foreground:"#FEDE5D",token:"keyword"},{foreground:"#FEDE5D",token:"keyword.control"},{foreground:"#FEDE5D",token:"keyword.operator"},{foreground:"#FEDE5D",token:"keyword.operator.new"},{foreground:"#FEDE5D",token:"keyword.operator.expression"},{foreground:"#FEDE5D",token:"keyword.operator.logical"},{foreground:"#F97E72",token:"keyword.other.unit"},{foreground:"#FE4450",token:"support"},{foreground:"#36F9F6",token:"support.function"},{foreground:"#FF7EDB",token:"support.variable"},{foreground:"#FF7EDB",token:"meta.object-literal.key"},{foreground:"#FF7EDB",token:"support.type.property-name"},{foreground:"#B6B1B1",token:"punctuation.separator.key-value"},{foreground:"#FEDE5D",token:"punctuation.section.embedded"},{foreground:"#72F1B8",token:"punctuation.definition.template-expression.begin"},{foreground:"#72F1B8",token:"punctuation.definition.template-expression.end"},{foreground:"#72F1B8",token:"support.type.property-name.css"},{foreground:"#72F1B8",token:"support.type.property-name.json"},{foreground:"#72F1B8",token:"switch-block.expr.js"},{foreground:"#2EE2FA",token:"variable.other.constant.property.js"},{foreground:"#2EE2FA",token:" variable.other.property.js"},{foreground:"#F97E72",token:"constant.other.color"},{foreground:"#F97E72",token:"support.constant.font-name"},{foreground:"#36F9F6",token:"entity.other.attribute-name.id"},{foreground:"#DD5500",token:"entity.other.attribute-name.pseudo-element"},{foreground:"#DD5500",token:"entity.other.attribute-name.pseudo-class"},{foreground:"#FE4450",token:"support.function.misc.css"},{foreground:"#FF7EDB",token:"markup.heading"},{foreground:"#FF7EDB",token:"entity.name.section"},{foreground:"#FFFFFFEE",token:"text.html"},{foreground:"#FFFFFFEE",token:"keyword.operator.assignment"},{foreground:"#B6B1B1CC",fontStyle:"italic",token:"markup.quote"},{foreground:"#FF7EDB",token:"beginning.punctuation.definition.list"},{foreground:"#DD5500",token:"markup.underline.link"},{foreground:"#F97E72",token:"string.other.link.description"},{foreground:"#36F9F6",token:"meta.function-call.generic.python"},{foreground:"#72F1B8",token:"variable.parameter.function-call.python"},{foreground:"#FE4450",token:"storage.type.cs"},{foreground:"#FF7EDB",token:"entity.name.variable.local.cs"},{foreground:"#FF7EDB",token:"entity.name.variable.field.cs"},{foreground:"#FF7EDB",token:"entity.name.variable.property.cs"},{foreground:"#72F1B8",fontStyle:"italic",token:"constant.other.placeholder.c"},{foreground:"#72F1B8",token:"keyword.control.directive.include.c"},{foreground:"#72F1B8",token:"keyword.control.directive.define.c"},{foreground:"#FE4450",token:"storage.modifier.c"},{foreground:"#FEDE5D",token:"source.cpp keyword.operator"},{foreground:"#72F1B8",fontStyle:"italic",token:"constant.other.placeholder.cpp"},{foreground:"#72F1B8",token:"keyword.control.directive.include.cpp"},{foreground:"#72F1B8",token:"keyword.control.directive.define.cpp"},{foreground:"#FE4450",token:"storage.modifier.specifier.const.cpp"},{foreground:"#36F9F6",token:"source.elixir support.type.elixir"},{foreground:"#36F9F6",token:"source.elixir meta.module.elixir entity.name.class.elixir"},{foreground:"#72F1B8",token:"source.elixir entity.name.function"},{foreground:"#36F9F6",token:"source.elixir constant.other.symbol.elixir"},{foreground:"#36F9F6",token:"source.elixir constant.other.keywords.elixir"},{foreground:"#72F1B8",token:"source.elixir punctuation.definition.string"},{foreground:"#72F1B8",token:"source.elixir variable.other.readwrite.module.elixir"},{foreground:"#72F1B8",token:"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir"},{foreground:"#FF7EDB",fontStyle:"italic",token:"source.elixir .punctuation.binary.elixir"},{foreground:"#36F9F6",fontStyle:"bold",token:"entity.global.clojure"},{foreground:"#36F9F6",fontStyle:"italic",token:"storage.control.clojure"},{foreground:"#FE4450",fontStyle:"italic",token:"meta.metadata.simple.clojure"},{foreground:"#FE4450",fontStyle:"italic",token:"meta.metadata.map.clojure"},{fontStyle:"italic",token:"meta.quoted-expression.clojure"},{foreground:"#FF7EDB",token:"meta.symbol.clojure"},{foreground:"#FF7EDB",token:"source.go"},{foreground:"#36F9F6",token:"source.go meta.function-call.go"},{foreground:"#FEDE5D",token:"source.go keyword.package.go"},{foreground:"#FEDE5D",token:"source.go keyword.import.go"},{foreground:"#FEDE5D",token:"source.go keyword.function.go"},{foreground:"#FEDE5D",token:"source.go keyword.type.go"},{foreground:"#FEDE5D",token:"source.go keyword.const.go"},{foreground:"#FEDE5D",token:"source.go keyword.var.go"},{foreground:"#FEDE5D",token:"source.go keyword.map.go"},{foreground:"#FEDE5D",token:"source.go keyword.channel.go"},{foreground:"#FEDE5D",token:"source.go keyword.control.go"},{foreground:"#72F1B8",token:"source.go storage.type"},{foreground:"#72F1B8",token:"source.go keyword.struct.go"},{foreground:"#72F1B8",token:"source.go keyword.interface.go"},{foreground:"#2EE2FA",token:"source.go constant.language.go"},{foreground:"#2EE2FA",token:"source.go constant.other.placeholder.go"},{foreground:"#2EE2FA",token:"source.go variable"},{foreground:"#72F1B8",fontStyle:"italic",token:"markup.underline.link.markdown"},{foreground:"#72F1B8",fontStyle:"italic",token:"markup.inline.raw.string.markdown"},{foreground:"#FEDE5D",token:"string.other.link.title.markdown"},{foreground:"#FF7EDB",fontStyle:"bold",token:"markup.heading.markdown"},{foreground:"#FF7EDB",fontStyle:"bold",token:"entity.name.section.markdown"},{foreground:"#2EE2FA",fontStyle:"italic",token:"markup.italic.markdown"},{foreground:"#2EE2FA",fontStyle:"bold",token:"markup.bold.markdown"},{foreground:"#72F1B8",token:"punctuation.definition.quote.begin.markdown"},{foreground:"#72F1B8",token:"markup.quote.markdown"},{foreground:"#FF7EDB",token:"source.dart"},{foreground:"#FF7EDB",token:"source.python"},{foreground:"#FF7EDB",token:"source.scala"},{foreground:"#F97E72",token:"string.interpolated.single.dart"},{foreground:"#72F1B8",token:"variable.parameter.dart"},{foreground:"#2EE2FA",token:"constant.numeric.dart"},{foreground:"#2EE2FA",token:"variable.parameter.scala"},{foreground:"#72F1B8",token:"meta.template.expression.scala"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],eA=[],tA={inherit:KS,base:JS,colors:XS,rules:QS,encodedTokensColors:eA},oA=!1,rA="vs-dark",nA={"activityBar.background":"#1f2335","activityBar.border":"#1f2335","activityBar.foreground":"#7982a9","activityBar.inactiveForeground":"#41496b","activityBarBadge.background":"#3d59a1","activityBarBadge.foreground":"#ffffff","badge.background":"#7e83b233","badge.foreground":"#a9b1d6","breadcrumb.activeSelectionForeground":"#a9b1d6","breadcrumb.background":"#1f2335","breadcrumb.focusForeground":"#a9b1d6","breadcrumb.foreground":"#545c7e","breadcrumbPicker.background":"#1f2335","button.background":"#3d59a1dd","button.foreground":"#ffffff","button.hoverBackground":"#3d59a1aa","charts.blue":"#7aa2f7","charts.foreground":"#9aa5ce","charts.green":"#73daca","charts.lines":"#1f2335","charts.orange":"#ff9e64","charts.purple":"#9d7cd8","charts.red":"#f7768e","charts.yellow":"#e0af68","debugConsole.errorForeground":"#bb616b","debugConsole.infoForeground":"#7982a9","debugConsole.sourceForeground":"#7982a9","debugConsole.warningForeground":"#c49a5a","debugConsoleInputIcon.foreground":"#73daca","debugExceptionWidget.background":"#1b1e2e","debugExceptionWidget.border":"#963c47","debugTokenExpression.boolean":"#ff9e64","debugTokenExpression.error":"#bb616b","debugTokenExpression.name":"#7dcfff","debugTokenExpression.number":"#ff9e64","debugTokenExpression.string":"#9ece6a","debugTokenExpression.value":"#9aa5ce","debugToolBar.background":"#1b1e2e","debugView.stateLabelBackground":"#1b1e2e","debugView.stateLabelForeground":"#7982a9","debugView.valueChangedHighlight":"#3d59a1cc",descriptionForeground:"#545c7e","diffEditor.insertedTextBackground":"#41a6b515","diffEditor.removedTextBackground":"#db4b4b22","dropdown.background":"#1b1e2e","dropdown.foreground":"#7982a9","dropdown.listBackground":"#1b1e2e","editor.background":"#24283b","editor.findMatchBackground":"#3d59a166","editor.findMatchBorder":"#ffdb69aa","editor.findMatchHighlightBackground":"#3d59a166","editor.findRangeHighlightBackground":"#6f7bb625","editor.focusedStackFrameHighlightBackground":"#73daca20","editor.foreground":"#a9b1d6","editor.inactiveSelectionBackground":"#6f7bb615","editor.lineHighlightBackground":"#292e42","editor.rangeHighlightBackground":"#6f7bb620","editor.selectionBackground":"#6f7bb630","editor.selectionHighlightBackground":"#6f7bb633","editor.stackFrameHighlightBackground":"#e2bd3a20","editor.wordHighlightBackground":"#6f7bb633","editor.wordHighlightStrongBackground":"#6f7bb644","editorBracketMatch.background":"#1f2335","editorBracketMatch.border":"#545c7e","editorCodeLens.foreground":"#565f89","editorCursor.foreground":"#c0caf5","editorError.foreground":"#db4b4b","editorGroup.border":"#1b1e2e","editorGroup.dropBackground":"#292e42","editorGroupHeader.border":"#1b1e2e","editorGroupHeader.noTabsBackground":"#1f2335","editorGroupHeader.tabsBackground":"#1f2335","editorGroupHeader.tabsBorder":"#1b1e2e","editorGutter.addedBackground":"#164846","editorGutter.deletedBackground":"#823c41","editorGutter.modifiedBackground":"#394b70","editorHint.foreground":"#0da0ba","editorHoverWidget.background":"#1f2335","editorHoverWidget.border":"#1b1e2e","editorIndentGuide.activeBackground":"#3b4261","editorIndentGuide.background":"#292e42","editorInfo.foreground":"#0da0ba","editorLightBulb.foreground":"#e0af68","editorLightBulbAutoFix.foreground":"#e0af68","editorLineNumber.activeForeground":"#737aa2","editorLineNumber.foreground":"#3b4261","editorLink.activeForeground":"#a9b1d6","editorMarkerNavigation.background":"#1f2335","editorOverviewRuler.addedForeground":"#164846","editorOverviewRuler.border":"#1b1e2e","editorOverviewRuler.bracketMatchForeground":"#1b1e2e","editorOverviewRuler.deletedForeground":"#703438","editorOverviewRuler.errorForeground":"#db4b4b","editorOverviewRuler.findMatchForeground":"#a9b1d644","editorOverviewRuler.infoForeground":"#1abc9c","editorOverviewRuler.modifiedForeground":"#394b70","editorOverviewRuler.rangeHighlightForeground":"#a9b1d644","editorOverviewRuler.selectionHighlightForeground":"#a9b1d622","editorOverviewRuler.warningForeground":"#e0af68","editorOverviewRuler.wordHighlightForeground":"#bb9af755","editorOverviewRuler.wordHighlightStrongForeground":"#bb9af766","editorPane.background":"#1f2335","editorRuler.foreground":"#1b1e2e","editorSuggestWidget.background":"#1f2335","editorSuggestWidget.border":"#1b1e2e","editorSuggestWidget.highlightForeground":"#668ac4","editorSuggestWidget.selectedBackground":"#282e44","editorWarning.foreground":"#e0af68","editorWhitespace.foreground":"#3b4261","editorWidget.background":"#1f2335","editorWidget.resizeBorder":"#545c7e33",errorForeground:"#5a607d","extensionBadge.remoteBackground":"#3d59a1","extensionBadge.remoteForeground":"#ffffff","extensionButton.prominentBackground":"#3d59a1dd","extensionButton.prominentForeground":"#ffffff","extensionButton.prominentHoverBackground":"#3d59a1aa",focusBorder:"#545c7e33",foreground:"#7982a9","gitDecoration.addedResourceForeground":"#449dab","gitDecoration.conflictingResourceForeground":"#bb7a61","gitDecoration.deletedResourceForeground":"#914c54","gitDecoration.ignoredResourceForeground":"#545c7e","gitDecoration.modifiedResourceForeground":"#6183bb","gitDecoration.renamedResourceForeground":"#449dab","gitDecoration.stageDeletedResourceForeground":"#914c54","gitDecoration.stageModifiedResourceForeground":"#6183bb","gitDecoration.untrackedResourceForeground":"#449dab","icon.foreground":"#7982a9","input.background":"#1b1e2e","input.border":"#282e44","input.foreground":"#a9b1d6","input.placeholderForeground":"#4a5272","inputOption.activeBackground":"#3d59a144","inputOption.activeForeground":"#c0caf5","inputValidation.errorBackground":"#85353e","inputValidation.errorBorder":"#963c47","inputValidation.errorForeground":"#bbc2e0","inputValidation.infoBackground":"#0da0ba","inputValidation.infoBorder":"#0db9d7","inputValidation.infoForeground":"#000000","inputValidation.warningBackground":"#c2985b","inputValidation.warningBorder":"#e0af68","inputValidation.warningForeground":"#000000","list.activeSelectionBackground":"#2c324a","list.activeSelectionForeground":"#a9b1d6","list.deemphasizedForeground":"#7982a9","list.dropBackground":"#292e42","list.errorForeground":"#bb616b","list.focusBackground":"#292e42","list.focusForeground":"#a9b1d6","list.highlightForeground":"#668ac4","list.hoverBackground":"#1b1e2e","list.hoverForeground":"#a9b1d6","list.inactiveSelectionBackground":"#292e42","list.inactiveSelectionForeground":"#a9b1d6","list.invalidItemForeground":"#c97018","list.warningForeground":"#c49a5a","listFilterWidget.background":"#1b1e2e","listFilterWidget.noMatchesOutline":"#a6333f","listFilterWidget.outline":"#3d59a1","menu.background":"#1f2335","menu.border":"#1b1e2e","menu.foreground":"#7982a9","menu.selectionBackground":"#2f3549","menu.selectionForeground":"#c0caf5","menu.separatorBackground":"#1b1e2e","menubar.selectionBackground":"#2f3549","menubar.selectionBorder":"#1b1e2e","menubar.selectionForeground":"#c0caf5","merge.currentContentBackground":"#007a7544","merge.currentHeaderBackground":"#007a75aa","merge.incomingContentBackground":"#3d59a144","merge.incomingHeaderBackground":"#3d59a1aa","minimapGutter.addedBackground":"#1c5957","minimapGutter.deletedBackground":"#944449","minimapGutter.modifiedBackground":"#425882","notificationCenterHeader.background":"#1b1e2e","notificationLink.foreground":"#6183bb","notifications.background":"#1b1e2e","notificationsErrorIcon.foreground":"#bb616b","notificationsInfoIcon.foreground":"#0da0ba","notificationsWarningIcon.foreground":"#bba461","panel.background":"#1f2335","panel.border":"#1b1e2e","panelInput.border":"#1f2335","panelTitle.activeBorder":"#1f2335","panelTitle.activeForeground":"#7982a9","panelTitle.inactiveForeground":"#545c7e","peekView.border":"#1b1e2e","peekViewEditor.background":"#1f2335","peekViewEditor.matchHighlightBackground":"#3d59a166","peekViewResult.background":"#1b1e2e","peekViewResult.fileForeground":"#7982a9","peekViewResult.lineForeground":"#a9b1d6","peekViewResult.matchHighlightBackground":"#3d59a166","peekViewResult.selectionBackground":"#3d59a133","peekViewResult.selectionForeground":"#a9b1d6","peekViewTitle.background":"#1b1e2e","peekViewTitleDescription.foreground":"#7982a9","peekViewTitleLabel.foreground":"#a9b1d6","pickerGroup.border":"#1b1e2e","pickerGroup.foreground":"#a9b1d6","progressBar.background":"#3d59a1","scrollbar.shadow":"#00000033","scrollbarSlider.activeBackground":"#9cacff22","scrollbarSlider.background":"#9cacff15","scrollbarSlider.hoverBackground":"#9cacff10","selection.background":"#6f7bb635","settings.headerForeground":"#6183bb","sideBar.background":"#1f2335","sideBar.border":"#1b1e2e","sideBar.dropBackground":"#292e42","sideBar.foreground":"#7982a9","sideBarSectionHeader.background":"#1f2335","sideBarSectionHeader.border":"#1b1e2e","sideBarSectionHeader.foreground":"#a9b1d6","sideBarTitle.foreground":"#7982a9","statusBar.background":"#1f2335","statusBar.border":"#1b1e2e","statusBar.debuggingBackground":"#1f2335","statusBar.debuggingForeground":"#7982a9","statusBar.foreground":"#7982a9","statusBar.noFolderBackground":"#1f2335","statusBarItem.activeBackground":"#1b1e2e","statusBarItem.hoverBackground":"#282e44","statusBarItem.prominentBackground":"#1b1e2e","statusBarItem.prominentHoverBackground":"#282e44","tab.activeBackground":"#1f2335","tab.activeBorder":"#3d59a1","tab.activeForeground":"#a9b1d6","tab.activeModifiedBorder":"#282d42","tab.border":"#1b1e2e","tab.hoverForeground":"#a9b1d6","tab.inactiveBackground":"#1f2335","tab.inactiveForeground":"#7982a9","tab.inactiveModifiedBorder":"#282d42","tab.lastPinnedBorder":"#2c3147","tab.unfocusedActiveBorder":"#3b4261","tab.unfocusedActiveForeground":"#a9b1d6","tab.unfocusedHoverForeground":"#a9b1d6","tab.unfocusedInactiveForeground":"#7982a9","terminal.ansiBlack":"#414868","terminal.ansiBlue":"#7aa2f7","terminal.ansiBrightBlack":"#414868","terminal.ansiBrightBlue":"#7aa2f7","terminal.ansiBrightCyan":"#7dcfff","terminal.ansiBrightGreen":"#73daca","terminal.ansiBrightMagenta":"#bb9af7","terminal.ansiBrightRed":"#f7768e","terminal.ansiBrightWhite":"#a9b1d6","terminal.ansiBrightYellow":"#e0af68","terminal.ansiCyan":"#7dcfff","terminal.ansiGreen":"#73daca","terminal.ansiMagenta":"#bb9af7","terminal.ansiRed":"#f7768e","terminal.ansiWhite":"#7982a9","terminal.ansiYellow":"#e0af68","terminal.background":"#1f2335","terminal.foreground":"#7982a9","terminal.selectionBackground":"#6f7bb620","textBlockQuote.background":"#1f2335","textCodeBlock.background":"#1f2335","textLink.activeForeground":"#7dcfff","textLink.foreground":"#668ac4","textPreformat.foreground":"#73daca","textSeparator.foreground":"#545c7e","titleBar.activeBackground":"#1f2335","titleBar.activeForeground":"#7982a9","titleBar.border":"#1b1e2e","titleBar.inactiveBackground":"#1f2335","titleBar.inactiveForeground":"#7982a9","tree.indentGuidesStroke":"#2e344f","walkThrough.embeddedEditorBackground":"#1f2335","welcomePage.buttonBackground":"#1b1e2e","welcomePage.buttonHoverBackground":"#1b1e2eaa","widget.shadow":"#ffffff00","window.activeBorder":"#0d0f17","window.inactiveBorder":"#0d0f17"},aA=[{fontStyle:"italic",token:"comment"},{fontStyle:"italic",token:"meta.var.expr storage.type"},{fontStyle:"italic",token:"keyword.control.flow"},{fontStyle:"italic",token:"keyword.control.return"},{fontStyle:"italic",token:"meta.directive.vue punctuation.separator.key-value.html"},{fontStyle:"italic",token:"meta.directive.vue entity.other.attribute-name.html"},{fontStyle:"italic",token:"tag.decorator.js entity.name.tag.js"},{fontStyle:"italic",token:"tag.decorator.js punctuation.definition.tag.js"},{fontStyle:"italic",token:"storage.modifier"},{fontStyle:"",token:"keyword.control.flow.block-scalar.literal"},{foreground:"#565F89",token:"comment"},{foreground:"#565F89",token:"comment.block.documentation"},{foreground:"#565F89",token:"punctuation.definition.comment"},{foreground:"#565F89",token:"comment.block.documentation punctuation"},{foreground:"#6A75A8",token:"comment.block.documentation variable"},{foreground:"#6A75A8",token:"comment.block.documentation storage"},{foreground:"#6A75A8",token:"comment.block.documentation keyword"},{foreground:"#6A75A8",token:"comment.block.documentation support"},{foreground:"#6A75A8",token:"comment.block.documentation markup"},{foreground:"#6A75A8",token:"comment.block.documentation markup.inline.raw.string.markdown"},{foreground:"#6A75A8",token:"meta.other.type.phpdoc.php keyword.other.type.php"},{foreground:"#6A75A8",token:"meta.other.type.phpdoc.php support.other.namespace.php"},{foreground:"#6A75A8",token:"meta.other.type.phpdoc.php punctuation.separator.inheritance.php"},{foreground:"#6A75A8",token:"meta.other.type.phpdoc.php support.class"},{foreground:"#6A75A8",token:"keyword.other.phpdoc.php"},{foreground:"#6A75A8",token:"log.date"},{foreground:"#7582BA",token:"meta.other.type.phpdoc.php support.class"},{foreground:"#7582BA",token:"comment.block.documentation storage.type"},{foreground:"#7582BA",token:"comment.block.documentation punctuation.definition.block.tag"},{foreground:"#7582BA",token:"comment.block.documentation entity.name.type.instance"},{foreground:"#FF9E64",token:"variable.other.constant"},{foreground:"#FF9E64",token:"punctuation.definition.constant"},{foreground:"#FF9E64",token:"constant.language"},{foreground:"#FF9E64",token:"constant.numeric"},{foreground:"#FF9E64",token:"support.constant"},{foreground:"#9ECE6A",fontStyle:"",token:"string"},{foreground:"#9ECE6A",fontStyle:"",token:"constant.other.symbol"},{foreground:"#9ECE6A",fontStyle:"",token:"constant.other.key"},{foreground:"#9ECE6A",fontStyle:"",token:"meta.attribute-selector"},{foreground:"#9AA5CE",token:"constant.other.color"},{foreground:"#9AA5CE",token:"constant.other.color.rgb-value.hex punctuation.definition.constant"},{foreground:"#FF5370",token:"invalid"},{foreground:"#FF5370",token:"invalid.illegal"},{foreground:"#BB9AF7",token:"invalid.deprecated"},{foreground:"#BB9AF7",token:"storage.type"},{foreground:"#9D7CD8",token:"meta.var.expr storage.type"},{foreground:"#9D7CD8",token:"storage.modifier"},{foreground:"#7DCFFF",token:"punctuation.definition.template-expression"},{foreground:"#7DCFFF",token:"punctuation.section.embedded"},{foreground:"#7DCFFF",token:"meta.embedded.line.tag.smarty"},{foreground:"#7DCFFF",token:"support.constant.handlebars"},{foreground:"#7DCFFF",token:"punctuation.section.tag.twig"},{foreground:"#2AC3DE",token:"keyword.control.smarty"},{foreground:"#2AC3DE",token:"keyword.control.twig"},{foreground:"#2AC3DE",token:"support.constant.handlebars keyword.control"},{foreground:"#2AC3DE",token:"keyword.operator.comparison.twig"},{foreground:"#2AC3DE",token:"keyword.blade"},{foreground:"#2AC3DE",token:"entity.name.function.blade"},{foreground:"#F7768E",fontStyle:"bold",token:"keyword.operator.spread"},{foreground:"#F7768E",fontStyle:"bold",token:"keyword.operator.rest"},{foreground:"#89DDFF",token:"keyword.operator"},{foreground:"#89DDFF",token:"keyword.control.as"},{foreground:"#89DDFF",token:"keyword.other"},{foreground:"#89DDFF",token:"keyword.operator.bitwise.shift"},{foreground:"#89DDFF",token:"punctuation"},{foreground:"#89DDFF",token:"text.html.twig meta.tag.inline.any.html"},{foreground:"#89DDFF",token:"meta.tag.template.value.twig meta.function.arguments.twig"},{foreground:"#89DDFF",token:"meta.directive.vue punctuation.separator.key-value.html"},{foreground:"#89DDFF",token:"punctuation.definition.constant.markdown"},{foreground:"#89DDFF",token:"punctuation.definition.string"},{foreground:"#89DDFF",token:"punctuation.support.type.property-name"},{foreground:"#89DDFF",token:"text.html.vue-html meta.tag"},{foreground:"#89DDFF",token:"punctuation.definition.keyword"},{foreground:"#89DDFF",token:"punctuation.terminator.rule"},{foreground:"#89DDFF",token:"punctuation.definition.entity"},{foreground:"#89DDFF",token:"punctuation.separator.inheritance.php"},{foreground:"#89DDFF",token:"keyword.other.template"},{foreground:"#89DDFF",token:"keyword.other.substitution"},{foreground:"#89DDFF",token:"entity.name.operator"},{foreground:"#89DDFF",token:"meta.property-list punctuation.separator.key-value"},{foreground:"#89DDFF",token:"meta.at-rule.mixin punctuation.separator.key-value"},{foreground:"#89DDFF",token:"meta.at-rule.function variable.parameter.url"},{foreground:"#7DCFFF",token:"keyword.control.import"},{foreground:"#7DCFFF",token:"keyword.control.export"},{foreground:"#7DCFFF",token:"keyword.control.from"},{foreground:"#7DCFFF",token:"keyword.control.default"},{foreground:"#7DCFFF",token:"meta.import keyword.other"},{foreground:"#BB9AF7",token:"keyword"},{foreground:"#BB9AF7",token:"keyword.control"},{foreground:"#BB9AF7",token:"keyword.other.important"},{foreground:"#7DCFFF",token:"keyword.other.DML"},{foreground:"#BB9AF7",token:"keyword.operator.logical"},{foreground:"#BB9AF7",token:"storage.type.function"},{foreground:"#BB9AF7",token:"keyword.operator.bitwise"},{foreground:"#BB9AF7",token:"keyword.operator.ternary"},{foreground:"#BB9AF7",token:"keyword.operator.comparison"},{foreground:"#BB9AF7",token:"keyword.operator.relational"},{foreground:"#BB9AF7",token:"keyword.operator.or.regexp"},{foreground:"#F7768E",token:"entity.name.tag"},{foreground:"#DE5971",token:"entity.name.tag support.class.component"},{foreground:"#DE5971",token:"meta.tag"},{foreground:"#BA3C97",token:"punctuation.definition.tag"},{foreground:"#E0AF68",token:"constant.other.php"},{foreground:"#E0AF68",token:"variable.other.global.safer"},{foreground:"#E0AF68",token:"variable.other.global.safer punctuation.definition.variable"},{foreground:"#E0AF68",token:"variable.other.global"},{foreground:"#E0AF68",token:"variable.other.global punctuation.definition.variable"},{foreground:"#E0AF68",token:"constant.other.haskell"},{foreground:"#C0CAF5",token:"variable"},{foreground:"#C0CAF5",token:"support.variable"},{foreground:"#C0CAF5",token:"string constant.other.placeholder"},{foreground:"#C0CAF5",token:"variable.parameter.handlebars"},{foreground:"#C0CAF5",token:"variable.other.object"},{foreground:"#7DCFFF",token:"meta.array.literal variable"},{foreground:"#73DACA",token:"meta.object-literal.key"},{foreground:"#73DACA",token:"string.alias.graphql"},{foreground:"#73DACA",token:"string.unquoted.graphql"},{foreground:"#73DACA",token:"string.unquoted.alias.graphql"},{foreground:"#73DACA",token:"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"},{foreground:"#73DACA",token:"meta.field.declaration.ts variable.object.property"},{foreground:"#7DCFFF",token:"variable.other.property"},{foreground:"#7DCFFF",token:"support.variable.property"},{foreground:"#7DCFFF",token:"support.variable.property.dom"},{foreground:"#7DCFFF",token:"meta.function-call variable.other.object.property"},{foreground:"#7DCFFF",token:"variable.other.object.property.cs"},{foreground:"#C0CAF5",token:"variable.other.object.property"},{foreground:"#41A6B5",token:"meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.objectliteral meta.object.member meta.object-literal.key"},{foreground:"#F7768E",token:"source.cpp meta.block variable.other"},{foreground:"#F7768E",token:"support.other.variable"},{foreground:"#7AA2F7",token:"meta.class-method.js entity.name.function.js"},{foreground:"#7AA2F7",token:"entity.name.method.js"},{foreground:"#7AA2F7",token:"variable.function.constructor"},{foreground:"#7AA2F7",token:"keyword.other.special-method"},{foreground:"#7AA2F7",token:"storage.type.cs"},{foreground:"#7AA2F7",token:"entity.name.function"},{foreground:"#7AA2F7",token:"meta.function-call"},{foreground:"#7AA2F7",token:"meta.function-call entity.name.function"},{foreground:"#7AA2F7",token:"variable.function"},{foreground:"#7AA2F7",token:"meta.definition.method entity.name.function"},{foreground:"#7AA2F7",token:"meta.object-literal entity.name.function"},{foreground:"#E0AF68",token:"variable.parameter.function.language.special"},{foreground:"#E0AF68",token:"variable.parameter"},{foreground:"#E0AF68",token:"meta.function.parameters punctuation.definition.variable"},{foreground:"#E0AF68",token:"meta.function.parameter variable"},{foreground:"#BB9AF7",token:"keyword.other.type.php"},{foreground:"#BB9AF7",token:"storage.type.php"},{foreground:"#BB9AF7",token:"constant.character"},{foreground:"#BB9AF7",token:"constant.escape"},{foreground:"#BB9AF7",token:"keyword.other.unit"},{foreground:"#BB9AF7",token:"meta.definition.variable variable.other.constant"},{foreground:"#BB9AF7",token:"meta.definition.variable variable.other.readwrite"},{foreground:"#BB9AF7",token:"variable.other.declaration"},{foreground:"#BB9AF7",fontStyle:"",token:"entity.other.inherited-class"},{foreground:"#2AC3DE",token:"support.class"},{foreground:"#2AC3DE",token:"support.type"},{foreground:"#2AC3DE",token:"variable.other.readwrite.alias"},{foreground:"#2AC3DE",token:"support.orther.namespace.use.php"},{foreground:"#2AC3DE",token:"meta.use.php"},{foreground:"#2AC3DE",token:"support.other.namespace.php"},{foreground:"#2AC3DE",token:"support.type.sys-types"},{foreground:"#2AC3DE",token:"support.variable.dom"},{foreground:"#2AC3DE",token:"support.constant.math"},{foreground:"#2AC3DE",token:"support.type.object.module"},{foreground:"#2AC3DE",token:"support.constant.json"},{foreground:"#2AC3DE",token:"entity.name.namespace"},{foreground:"#2AC3DE",token:"meta.import.qualifier"},{foreground:"#C0CAF5",token:"entity.name"},{foreground:"#2AC3DE",token:"support.function"},{foreground:"#7AA2F7",token:"source.css support.type.property-name"},{foreground:"#7AA2F7",token:"source.sass support.type.property-name"},{foreground:"#7AA2F7",token:"source.scss support.type.property-name"},{foreground:"#7AA2F7",token:"source.less support.type.property-name"},{foreground:"#7AA2F7",token:"source.stylus support.type.property-name"},{foreground:"#7AA2F7",token:"source.postcss support.type.property-name"},{foreground:"#7AA2F7",token:"support.type.property-name.css"},{foreground:"#7AA2F7",token:"support.type.vendored.property-name"},{foreground:"#7AA2F7",token:"support.type.map.key"},{foreground:"#9ECE6A",token:"support.constant.font-name"},{foreground:"#9ECE6A",token:"meta.definition.variable"},{foreground:"#9ECE6A",token:"entity.other.attribute-name.class"},{foreground:"#9ECE6A",token:"meta.at-rule.mixin.scss entity.name.function.scss"},{foreground:"#FC7B7B",token:"entity.other.attribute-name.id"},{foreground:"#2AC3DE",token:"entity.name.tag.css"},{foreground:"#E0AF68",token:"entity.other.attribute-name.pseudo-class punctuation.definition.entity"},{foreground:"#E0AF68",token:"entity.other.attribute-name.pseudo-element punctuation.definition.entity"},{foreground:"#E0AF68",token:"entity.other.attribute-name.class punctuation.definition.entity"},{foreground:"#E0AF68",token:"entity.name.tag.reference"},{foreground:"#9ABDF5",token:"meta.property-list"},{foreground:"#FF9E64",token:"meta.property-list meta.at-rule.if"},{foreground:"#FF9E64",token:"meta.at-rule.return variable.parameter.url"},{foreground:"#FF9E64",token:"meta.property-list meta.at-rule.else"},{foreground:"#73DACA",token:"entity.other.attribute-name.parent-selector-suffix punctuation.definition.entity.css"},{foreground:"#9ABDF5",token:"meta.property-list meta.property-list"},{foreground:"#BB9AF7",token:"meta.at-rule.mixin keyword.control.at-rule.mixin"},{foreground:"#BB9AF7",token:"meta.at-rule.include entity.name.function.scss"},{foreground:"#BB9AF7",token:"meta.at-rule.include keyword.control.at-rule.include"},{foreground:"#9D7CD8",token:"keyword.control.at-rule.include punctuation.definition.keyword"},{foreground:"#9D7CD8",token:"keyword.control.at-rule.mixin punctuation.definition.keyword"},{foreground:"#9D7CD8",token:"meta.at-rule.include keyword.control.at-rule.include"},{foreground:"#9D7CD8",token:"keyword.control.at-rule.extend punctuation.definition.keyword"},{foreground:"#9D7CD8",token:"meta.at-rule.extend keyword.control.at-rule.extend"},{foreground:"#9D7CD8",token:"entity.other.attribute-name.placeholder.css punctuation.definition.entity.css"},{foreground:"#9D7CD8",token:"meta.at-rule.media keyword.control.at-rule.media"},{foreground:"#9D7CD8",token:"meta.at-rule.mixin keyword.control.at-rule.mixin"},{foreground:"#9D7CD8",token:"meta.at-rule.function keyword.control.at-rule.function"},{foreground:"#9D7CD8",token:"keyword.control punctuation.definition.keyword"},{foreground:"#C0CAF5",token:"meta.property-list meta.at-rule.include"},{foreground:"#FF9E64",token:"support.constant.property-value"},{foreground:"#C0CAF5",token:"entity.name.module.js"},{foreground:"#C0CAF5",token:"variable.import.parameter.js"},{foreground:"#C0CAF5",token:"variable.other.class.js"},{foreground:"#F7768E",token:"variable.language"},{foreground:"#C0CAF5",token:"variable.other punctuation.definition.variable"},{foreground:"#F7768E",token:"source.js constant.other.object.key.js string.unquoted.label.js"},{foreground:"#F7768E",token:"variable.language.this punctuation.definition.variable"},{foreground:"#F7768E",token:"keyword.other.this"},{foreground:"#BB9AF7",token:"entity.other.attribute-name"},{foreground:"#BB9AF7",token:"text.html.basic entity.other.attribute-name.html"},{foreground:"#BB9AF7",token:"text.html.basic entity.other.attribute-name"},{foreground:"#2AC3DE",token:"text.html constant.character.entity"},{foreground:"#BB9AF7",token:"entity.other.attribute-name.id.html"},{foreground:"#BB9AF7",token:"meta.directive.vue entity.other.attribute-name.html"},{foreground:"#7AA2F7",token:"source.sass keyword.control"},{foreground:"#BB9AF7",token:"entity.other.attribute-name.pseudo-class"},{foreground:"#BB9AF7",token:"entity.other.attribute-name.pseudo-element"},{foreground:"#BB9AF7",token:"entity.other.attribute-name.placeholder"},{foreground:"#BB9AF7",token:"meta.property-list meta.property-value"},{foreground:"#449DAB",token:"markup.inserted"},{foreground:"#914C54",token:"markup.deleted"},{foreground:"#6183BB",token:"markup.changed"},{foreground:"#B4F9F8",token:"string.regexp"},{foreground:"#F7768E",token:"punctuation.definition.group"},{foreground:"#BB9AF7",token:"constant.other.character-class.regexp"},{foreground:"#E0AF68",token:"constant.other.character-class.set.regexp"},{foreground:"#E0AF68",token:"punctuation.definition.character-class.regexp"},{foreground:"#89DDFF",token:"keyword.operator.quantifier.regexp"},{foreground:"#C0CAF5",token:"constant.character.escape.backslash"},{foreground:"#89DDFF",token:"constant.character.escape"},{foreground:"#7AA2F7",token:"tag.decorator.js entity.name.tag.js"},{foreground:"#7AA2F7",token:"tag.decorator.js punctuation.definition.tag.js"},{foreground:"#F7768E",token:"keyword.other.unit"},{foreground:"#7AA2F7",token:"source.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#2AC3DE",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#7DCFFF",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#BB9AF7",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#E0AF68",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#2AC3DE",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#73DACA",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#F7768E",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#9ECE6A",token:"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"},{foreground:"#9ABDF5",token:"punctuation.definition.list_item.markdown"},{foreground:"#9ABDF5",token:"meta.block"},{foreground:"#9ABDF5",token:"meta.brace"},{foreground:"#9ABDF5",token:"punctuation.definition.block"},{foreground:"#9ABDF5",token:"punctuation.definition.use"},{foreground:"#9ABDF5",token:"punctuation.definition.class"},{foreground:"#9ABDF5",token:"punctuation.definition.begin.bracket"},{foreground:"#9ABDF5",token:"punctuation.definition.end.bracket"},{foreground:"#9ABDF5",token:"punctuation.definition.switch-expression.begin.bracket"},{foreground:"#9ABDF5",token:"punctuation.definition.switch-expression.end.bracket"},{foreground:"#9ABDF5",token:"punctuation.definition.section.switch-block.begin.bracket"},{foreground:"#9ABDF5",token:"punctuation.definition.section.switch-block.end.bracket"},{foreground:"#9ABDF5",token:"punctuation.definition.group.shell"},{foreground:"#9ABDF5",token:"punctuation.definition.parameters"},{foreground:"#9ABDF5",token:"punctuation.definition.arguments"},{foreground:"#9ABDF5",token:"punctuation.definition.dictionary"},{foreground:"#9ABDF5",token:"punctuation.definition.array"},{foreground:"#9ABDF5",token:"punctuation.section"},{foreground:"#C0CAF5",token:"meta.jsx.children"},{foreground:"#C0CAF5",token:"meta.embedded.block"},{foreground:"#9AA5CE",token:"text.html"},{foreground:"#BB9AF7",token:"text.html.markdown markup.inline.raw.markdown"},{foreground:"#4E5579",token:"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"},{foreground:"#89DDFF",fontStyle:"bold",token:"heading.1.markdown entity.name"},{foreground:"#89DDFF",fontStyle:"bold",token:"heading.1.markdown punctuation.definition.heading.markdown"},{foreground:"#61BDF2",fontStyle:"bold",token:"heading.2.markdown entity.name"},{foreground:"#61BDF2",fontStyle:"bold",token:"heading.2.markdown punctuation.definition.heading.markdown"},{foreground:"#7AA2F7",fontStyle:"bold",token:"heading.3.markdown entity.name"},{foreground:"#7AA2F7",fontStyle:"bold",token:"heading.3.markdown punctuation.definition.heading.markdown"},{foreground:"#6D91DE",fontStyle:"bold",token:"heading.4.markdown entity.name"},{foreground:"#6D91DE",fontStyle:"bold",token:"heading.4.markdown punctuation.definition.heading.markdown"},{foreground:"#9AA5CE",fontStyle:"bold",token:"heading.5.markdown entity.name"},{foreground:"#9AA5CE",fontStyle:"bold",token:"heading.5.markdown punctuation.definition.heading.markdown"},{foreground:"#747CA1",fontStyle:"bold",token:"heading.6.markdown entity.name"},{foreground:"#747CA1",fontStyle:"bold",token:"heading.6.markdown punctuation.definition.heading.markdown"},{foreground:"#C0CAF5",fontStyle:"italic",token:"markup.italic"},{foreground:"#C0CAF5",fontStyle:"italic",token:"markup.italic punctuation"},{foreground:"#C0CAF5",fontStyle:"bold",token:"markup.bold"},{foreground:"#C0CAF5",fontStyle:"bold",token:"markup.bold punctuation"},{foreground:"#C0CAF5",fontStyle:"bold italic",token:"markup.bold markup.italic"},{foreground:"#C0CAF5",fontStyle:"bold italic",token:"markup.bold markup.italic punctuation"},{fontStyle:"underline",token:"markup.underline"},{fontStyle:"underline",token:"markup.underline punctuation"},{foreground:"#4E5579",token:"markup.quote punctuation.definition.blockquote.markdown"},{fontStyle:"italic",token:"markup.quote"},{foreground:"#73DACA",token:"string.other.link"},{foreground:"#73DACA",token:"markup.underline.link"},{foreground:"#73DACA",token:"constant.other.reference.link.markdown"},{foreground:"#73DACA",token:"string.other.link.description.title.markdown"},{foreground:"#89DDFF",token:"markup.fenced_code.block.markdown"},{foreground:"#89DDFF",token:"markup.inline.raw.string.markdown"},{foreground:"#89DDFF",token:"variable.language.fenced.markdown"},{foreground:"#565F89",fontStyle:"bold",token:"meta.separator"},{foreground:"#C0CEFC",token:"markup.table"},{foreground:"#0DB9D7",token:"token.info-token"},{foreground:"#FFDB69",token:"token.warn-token"},{foreground:"#DB4B4B",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{foreground:"#F7768E",token:"entity.tag.apacheconf"},{foreground:"#73DACA",token:"meta.preprocessor"},{foreground:"#7AA2F7",token:"source.env"},{token:"",foreground:"#a9b1d6"}],iA=[],uA={inherit:oA,base:rA,colors:nA,rules:aA,encodedTokensColors:iA},dA=!1,sA="vs-dark",cA={"activityBar.background":"#001733","badge.background":"#bbdaffcc","badge.foreground":"#001733","debugToolBar.background":"#001c40","dropdown.background":"#001733","editor.background":"#002451","editor.foreground":"#ffffff","editor.lineHighlightBackground":"#00346e","editor.selectionBackground":"#003f8e","editorCursor.foreground":"#ffffff","editorGroup.border":"#404f7d","editorGroup.dropBackground":"#25375daa","editorGroupHeader.tabsBackground":"#001733","editorHoverWidget.background":"#001c40","editorHoverWidget.border":"#ffffff44","editorLineNumber.activeForeground":"#949494","editorWhitespace.foreground":"#404f7d","editorWidget.background":"#001c40",errorForeground:"#a92049",focusBorder:"#bbdaff","input.background":"#001733","list.activeSelectionBackground":"#ffffff60","list.highlightForeground":"#bbdaff","list.hoverBackground":"#ffffff30","list.inactiveSelectionBackground":"#ffffff40","minimap.selectionHighlight":"#003f8e","peekViewResult.background":"#001c40","pickerGroup.foreground":"#bbdaff","ports.iconRunningProcessForeground":"#bbdaff","progressBar.background":"#bbdaffcc","quickInputList.focusBackground":"#ffffff60","sideBar.background":"#001c40","statusBar.background":"#001126","statusBar.debuggingBackground":"#001126","statusBar.noFolderBackground":"#001126","statusBarItem.remoteBackground":"#0e639c","tab.inactiveBackground":"#001c40","tab.lastPinnedBorder":"#007acc80","terminal.ansiBlack":"#111111","terminal.ansiBlue":"#bbdaff","terminal.ansiBrightBlack":"#333333","terminal.ansiBrightBlue":"#80baff","terminal.ansiBrightCyan":"#78ffff","terminal.ansiBrightGreen":"#b8f171","terminal.ansiBrightMagenta":"#d778ff","terminal.ansiBrightRed":"#ff7882","terminal.ansiBrightWhite":"#ffffff","terminal.ansiBrightYellow":"#ffe580","terminal.ansiCyan":"#99ffff","terminal.ansiGreen":"#d1f1a9","terminal.ansiMagenta":"#ebbbff","terminal.ansiRed":"#ff9da4","terminal.ansiWhite":"#cccccc","terminal.ansiYellow":"#ffeead","titleBar.activeBackground":"#001126"},lA=[{foreground:"#FFFFFF",token:"meta.embedded"},{foreground:"#FFFFFF",token:"source.groovy.embedded"},{foreground:"#7285B7",token:"comment"},{foreground:"#FFFFFF",fontStyle:"",token:"keyword.operator.class"},{foreground:"#FFFFFF",fontStyle:"",token:" keyword.operator"},{foreground:"#FFFFFF",fontStyle:"",token:" constant.other"},{foreground:"#FFFFFF",fontStyle:"",token:" source.php.embedded.line"},{foreground:"#FF9DA4",token:"variable"},{foreground:"#FF9DA4",token:" support.other.variable"},{foreground:"#FF9DA4",token:" string.other.link"},{foreground:"#FF9DA4",token:" string.regexp"},{foreground:"#FF9DA4",token:" entity.name.tag"},{foreground:"#FF9DA4",token:" entity.other.attribute-name"},{foreground:"#FF9DA4",token:" meta.tag"},{foreground:"#FF9DA4",token:" declaration.tag"},{foreground:"#FF9DA4",token:" markup.deleted.git_gutter"},{foreground:"#FFC58F",fontStyle:"",token:"constant.numeric"},{foreground:"#FFC58F",fontStyle:"",token:" constant.language"},{foreground:"#FFC58F",fontStyle:"",token:" support.constant"},{foreground:"#FFC58F",fontStyle:"",token:" constant.character"},{foreground:"#FFC58F",fontStyle:"",token:" variable.parameter"},{foreground:"#FFC58F",fontStyle:"",token:" punctuation.section.embedded"},{foreground:"#FFC58F",fontStyle:"",token:" keyword.other.unit"},{foreground:"#FFEEAD",fontStyle:"",token:"entity.name.class"},{foreground:"#FFEEAD",fontStyle:"",token:" entity.name.type"},{foreground:"#FFEEAD",fontStyle:"",token:" entity.name.namespace"},{foreground:"#FFEEAD",fontStyle:"",token:" entity.name.scope-resolution"},{foreground:"#FFEEAD",fontStyle:"",token:" support.type"},{foreground:"#FFEEAD",fontStyle:"",token:" support.class"},{foreground:"#D1F1A9",fontStyle:"",token:"string"},{foreground:"#D1F1A9",fontStyle:"",token:" constant.other.symbol"},{foreground:"#D1F1A9",fontStyle:"",token:" entity.other.inherited-class"},{foreground:"#D1F1A9",fontStyle:"",token:" markup.heading"},{foreground:"#D1F1A9",fontStyle:"",token:" markup.inserted.git_gutter"},{foreground:"#99FFFF",token:"keyword.operator"},{foreground:"#99FFFF",token:" constant.other.color"},{foreground:"#BBDAFF",fontStyle:"",token:"entity.name.function"},{foreground:"#BBDAFF",fontStyle:"",token:" meta.function-call"},{foreground:"#BBDAFF",fontStyle:"",token:" support.function"},{foreground:"#BBDAFF",fontStyle:"",token:" keyword.other.special-method"},{foreground:"#BBDAFF",fontStyle:"",token:" meta.block-level"},{foreground:"#BBDAFF",fontStyle:"",token:" markup.changed.git_gutter"},{foreground:"#EBBBFF",fontStyle:"",token:"keyword"},{foreground:"#EBBBFF",fontStyle:"",token:" storage"},{foreground:"#EBBBFF",fontStyle:"",token:" storage.type"},{foreground:"#EBBBFF",fontStyle:"",token:" entity.name.tag.css"},{foreground:"#A92049",fontStyle:"",token:"invalid"},{foreground:"#FFFFFF",token:"meta.separator"},{foreground:"#CD9731",fontStyle:"",token:"invalid.deprecated"},{foreground:"#FFFFFF",token:"markup.inserted.diff"},{foreground:"#FFFFFF",token:" markup.deleted.diff"},{foreground:"#FFFFFF",token:" meta.diff.header.to-file"},{foreground:"#FFFFFF",token:" meta.diff.header.from-file"},{foreground:"#718C00",token:"markup.inserted.diff"},{foreground:"#718C00",token:" meta.diff.header.to-file"},{foreground:"#C82829",token:"markup.deleted.diff"},{foreground:"#C82829",token:" meta.diff.header.from-file"},{foreground:"#4271AE",token:"meta.diff.header.from-file"},{foreground:"#4271AE",token:" meta.diff.header.to-file"},{foreground:"#3E999F",fontStyle:"italic",token:"meta.diff.range"},{foreground:"#FFC58F",token:"markup.quote"},{foreground:"#BBDAFF",token:"markup.list"},{foreground:"#FFC58F",token:"markup.bold"},{foreground:"#FFC58F",token:" markup.italic"},{fontStyle:"bold",token:"markup.bold"},{fontStyle:"italic",token:"markup.italic"},{foreground:"#FF9DA4",fontStyle:"",token:"markup.inline.raw"},{fontStyle:"bold",token:"markup.heading"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#ffffff"}],fA=[],gA={inherit:dA,base:sA,colors:cA,rules:lA,encodedTokensColors:fA},pA=!1,kA="vs-dark",mA={"activityBar.background":"#000c1d","activityBar.border":"#102a44","activityBar.foreground":"#5f7e97","activityBarBadge.background":"#44596b","activityBarBadge.foreground":"#ffffff","badge.background":"#5f7e97","badge.foreground":"#ffffff","breadcrumb.activeSelectionForeground":"#ffffff","breadcrumb.focusForeground":"#ffffff","breadcrumb.foreground":"#a599e9","breadcrumbPicker.background":"#001122","button.background":"#875cd1cc","button.foreground":"#ffffffcc","button.hoverBackground":"#875dd1",contrastActiveBorder:"#122d42",contrastBorder:"#122d42","debugExceptionWidget.background":"#011627","debugExceptionWidget.border":"#5f7e97","debugToolBar.background":"#011627","diffEditor.insertedTextBackground":"#99b76d23","diffEditor.insertedTextBorder":"#addb6733","diffEditor.removedTextBackground":"#ef535033","diffEditor.removedTextBorder":"#ef53504d","dropdown.background":"#011627","dropdown.border":"#5f7e97","dropdown.foreground":"#ffffffcc","editor.background":"#021524","editor.findMatchBackground":"#5f7e9779","editor.findMatchHighlightBackground":"#1085bb5d","editor.foreground":"#d6deeb","editor.hoverHighlightBackground":"#7e57c25a","editor.inactiveSelectionBackground":"#7e57c25a","editor.lineHighlightBackground":"#00000033","editor.rangeHighlightBackground":"#7e57c25a","editor.selectionBackground":"#1d3b53","editor.selectionHighlightBackground":"#5f7e9779","editor.wordHighlightBackground":"#32374d","editor.wordHighlightStrongBackground":"#2e3250","editorBracketMatch.background":"#5f7e974d","editorCodeLens.foreground":"#5e82ceb4","editorCursor.foreground":"#80a4c2","editorError.foreground":"#ef5350","editorGroup.border":"#011627","editorGroup.dropBackground":"#7e57c273","editorGroup.emptyBackground":"#011627","editorGroupHeader.noTabsBackground":"#011627","editorGroupHeader.tabsBackground":"#011627","editorGroupHeader.tabsBorder":"#262a39","editorGutter.addedBackground":"#9ccc65","editorGutter.background":"#011627","editorGutter.deletedBackground":"#ef5350","editorGutter.modifiedBackground":"#e2b93d","editorHoverWidget.background":"#011627","editorHoverWidget.border":"#5f7e97","editorIndentGuide.activeBackground":"#7e97ac","editorIndentGuide.background":"#5e81ce52","editorLineNumber.activeForeground":"#c5e4fd","editorLineNumber.foreground":"#4b6479","editorMarkerNavigation.background":"#0b2942","editorMarkerNavigationError.background":"#ef5350","editorMarkerNavigationWarning.background":"#ffca28","editorOverviewRuler.commonContentForeground":"#7e57c2","editorOverviewRuler.currentContentForeground":"#7e57c2","editorOverviewRuler.incomingContentForeground":"#7e57c2","editorRuler.foreground":"#5e81ce52","editorSuggestWidget.background":"#2c3043","editorSuggestWidget.border":"#2b2f40","editorSuggestWidget.foreground":"#d6deeb","editorSuggestWidget.highlightForeground":"#ffffff","editorSuggestWidget.selectedBackground":"#5f7e97","editorWarning.foreground":"#b39554","editorWidget.background":"#021320","editorWidget.border":"#5f7e97",errorForeground:"#e34542","extensionButton.prominentBackground":"#7e57c2cc","extensionButton.prominentForeground":"#ffffffcc","extensionButton.prominentHoverBackground":"#7e57c2",focusBorder:"#122d42",foreground:"#d6deeb","gitDecoration.conflictingResourceForeground":"#ffeb95cc","gitDecoration.deletedResourceForeground":"#ef535090","gitDecoration.ignoredResourceForeground":"#395a75","gitDecoration.modifiedResourceForeground":"#a2bffc","gitDecoration.untrackedResourceForeground":"#addb67","input.background":"#0b253a","input.border":"#5f7e97","input.foreground":"#ffffffcc","input.placeholderForeground":"#5f7e97","inputOption.activeBorder":"#ffffffcc","inputValidation.errorBackground":"#ab0300f2","inputValidation.errorBorder":"#ef5350","inputValidation.infoBackground":"#00589ef2","inputValidation.infoBorder":"#64b5f6","inputValidation.warningBackground":"#675700f2","inputValidation.warningBorder":"#ffca28","list.activeSelectionBackground":"#234d708c","list.activeSelectionForeground":"#ffffff","list.dropBackground":"#011627","list.focusBackground":"#010d18","list.focusForeground":"#ffffff","list.highlightForeground":"#ffffff","list.hoverBackground":"#011627","list.hoverForeground":"#ffffff","list.inactiveSelectionBackground":"#0e293f","list.inactiveSelectionForeground":"#5f7e97","list.invalidItemForeground":"#975f94","merge.currentHeaderBackground":"#5f7e97","merge.incomingHeaderBackground":"#7e57c25a","notificationCenter.border":"#262a39","notificationLink.foreground":"#80cbc4","notificationToast.border":"#262a39","notifications.background":"#01111d","notifications.border":"#262a39","notifications.foreground":"#ffffffcc","panel.background":"#011627","panel.border":"#5f7e97","panelTitle.activeBorder":"#5f7e97","panelTitle.activeForeground":"#ffffffcc","panelTitle.inactiveForeground":"#d6deeb80","peekView.border":"#5f7e97","peekViewEditor.background":"#011627","peekViewEditor.matchHighlightBackground":"#7e57c25a","peekViewResult.background":"#011627","peekViewResult.fileForeground":"#5f7e97","peekViewResult.lineForeground":"#5f7e97","peekViewResult.matchHighlightBackground":"#ffffffcc","peekViewResult.selectionBackground":"#2e3250","peekViewResult.selectionForeground":"#5f7e97","peekViewTitle.background":"#011627","peekViewTitleDescription.foreground":"#697098","peekViewTitleLabel.foreground":"#5f7e97","pickerGroup.border":"#011627","pickerGroup.foreground":"#d1aaff","scrollbar.shadow":"#010b14","scrollbarSlider.activeBackground":"#084d8180","scrollbarSlider.background":"#084d8180","scrollbarSlider.hoverBackground":"#084d8180","selection.background":"#4373c2","sideBar.background":"#001122","sideBar.border":"#102a44","sideBar.foreground":"#8badc1","sideBarSectionHeader.background":"#011627","sideBarSectionHeader.foreground":"#5f7e97","sideBarTitle.foreground":"#5f7e97","statusBar.background":"#011627","statusBar.border":"#262a39","statusBar.debuggingBackground":"#202431","statusBar.debuggingBorder":"#1f2330","statusBar.foreground":"#5f7e97","statusBar.noFolderBackground":"#011627","statusBar.noFolderBorder":"#25293a","statusBarItem.activeBackground":"#202431","statusBarItem.hoverBackground":"#202431","statusBarItem.prominentBackground":"#202431","statusBarItem.prominentHoverBackground":"#202431","tab.activeBackground":"#0b2942","tab.activeBorder":"#262a39","tab.activeForeground":"#d2dee7","tab.border":"#272b3b","tab.inactiveBackground":"#01111d","tab.inactiveForeground":"#5f7e97","tab.unfocusedActiveBorder":"#262a39","tab.unfocusedActiveForeground":"#5f7e97","tab.unfocusedInactiveForeground":"#5f7e97","terminal.ansiBlack":"#000000","terminal.ansiBlue":"#492ee1","terminal.ansiBrightBlack":"#818383","terminal.ansiBrightBlue":"#5833ff","terminal.ansiBrightCyan":"#14f0f0","terminal.ansiBrightGreen":"#31e722","terminal.ansiBrightMagenta":"#f935f8","terminal.ansiBrightRed":"#fc391f","terminal.ansiBrightWhite":"#e9ebeb","terminal.ansiBrightYellow":"#eaec23","terminal.ansiCyan":"#33bbc8","terminal.ansiGreen":"#25bc24","terminal.ansiMagenta":"#d338d3","terminal.ansiRed":"#c23621","terminal.ansiWhite":"#cbcccd","terminal.ansiYellow":"#adad27","terminal.selectionBackground":"#1b90dd4d","terminalCursor.background":"#234d70","titleBar.activeBackground":"#011627","titleBar.activeForeground":"#eeefff","titleBar.inactiveBackground":"#010e1a","walkThrough.embeddedEditorBackground":"#011627","welcomePage.buttonBackground":"#011627","welcomePage.buttonHoverBackground":"#011627","widget.shadow":"#011627"},yA=[{foreground:"#A2BFFC",fontStyle:"italic",token:"markup.changed"},{foreground:"#A2BFFC",fontStyle:"italic",token:"meta.diff.header.git"},{foreground:"#A2BFFC",fontStyle:"italic",token:"meta.diff.header.from-file"},{foreground:"#A2BFFC",fontStyle:"italic",token:"meta.diff.header.to-file"},{foreground:"#EF535090",fontStyle:"italic",token:"markup.deleted.diff"},{foreground:"#ADDB67",fontStyle:"italic",token:"markup.inserted.diff"},{foreground:"#637777",fontStyle:"italic",token:"comment"},{foreground:"#ADDB67",token:"string"},{foreground:"#ECC48D",token:"string.quoted"},{foreground:"#ECC48D",token:"variable.other.readwrite.js"},{foreground:"#ADDB67",token:"support.constant.math"},{foreground:"#F78C6C",fontStyle:"",token:"constant.numeric"},{foreground:"#F78C6C",fontStyle:"",token:"constant.character.numeric"},{foreground:"#82AAFF",token:"constant.language"},{foreground:"#82AAFF",token:"punctuation.definition.constant"},{foreground:"#82AAFF",token:"variable.other.constant"},{foreground:"#82AAFF",token:"constant.character"},{foreground:"#82AAFF",token:"constant.other"},{foreground:"#F78C6C",token:"constant.character.escape"},{foreground:"#5CA7E4",token:"string.regexp"},{foreground:"#5CA7E4",token:"string.regexp keyword.other"},{foreground:"#5F7E97",token:"meta.function punctuation.separator.comma"},{foreground:"#ADDB67",token:"variable"},{foreground:"#C792EA",fontStyle:"italic",token:"punctuation.accessor"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword"},{foreground:"#C792EA",fontStyle:"italic",token:"storage"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.var.expr"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.class meta.method.declaration meta.var.expr storage.type.js"},{foreground:"#C792EA",fontStyle:"italic",token:"storage.type.property.js"},{foreground:"#C792EA",fontStyle:"italic",token:"storage.type.property.ts"},{foreground:"#C792EA",fontStyle:"italic",token:"storage.type.property.tsx"},{foreground:"#C792EA",token:"storage.type"},{fontStyle:"",token:"storage.type.function.arrow.js"},{foreground:"#FFCB8B",token:"entity.name.class"},{foreground:"#FFCB8B",token:"meta.class entity.name.type.class"},{foreground:"#ADDB67",token:"entity.other.inherited-class"},{foreground:"#C792EA",fontStyle:"italic",token:"entity.name.function"},{foreground:"#7FDBCA",token:"punctuation.definition.tag"},{foreground:"#7FDBCA",token:"meta.tag"},{foreground:"#7FDBCA",fontStyle:"",token:"entity.name.tag"},{foreground:"#7FDBCA",fontStyle:"",token:"meta.tag.other.html"},{foreground:"#7FDBCA",fontStyle:"",token:"meta.tag.other.js"},{foreground:"#7FDBCA",fontStyle:"",token:"meta.tag.other.tsx"},{foreground:"#7FDBCA",fontStyle:"",token:"entity.name.tag.tsx"},{foreground:"#7FDBCA",fontStyle:"",token:"entity.name.tag.js"},{foreground:"#7FDBCA",fontStyle:"",token:"entity.name.tag"},{foreground:"#7FDBCA",fontStyle:"",token:"meta.tag.js"},{foreground:"#7FDBCA",fontStyle:"",token:"meta.tag.tsx"},{foreground:"#7FDBCA",fontStyle:"",token:"meta.tag.html"},{foreground:"#ADDB67",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#ADDB67",token:"entity.name.tag.custom"},{foreground:"#82AAFF",token:"support.function"},{foreground:"#82AAFF",token:"support.constant"},{foreground:"#7FDBCA",token:"support.constant.meta.property-value"},{foreground:"#ADDB67",token:"support.type"},{foreground:"#ADDB67",token:"support.class"},{foreground:"#ADDB67",token:"support.variable.dom"},{foreground:"#FFFFFF",token:"invalid"},{foreground:"#FFFFFF",token:"invalid.deprecated"},{foreground:"#7FDBCA",fontStyle:"",token:"keyword.operator"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.operator.relational"},{foreground:"#C792EA",token:"keyword.operator.assignment"},{foreground:"#C792EA",token:"keyword.operator.arithmetic"},{foreground:"#C792EA",token:"keyword.operator.bitwise"},{foreground:"#C792EA",token:"keyword.operator.increment"},{foreground:"#C792EA",token:"keyword.operator.ternary"},{foreground:"#637777",token:"comment.line.double-slash"},{foreground:"#CDEBF7",token:"object"},{foreground:"#FF5874",token:"constant.language.null"},{foreground:"#D6DEEB",token:"meta.brace"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.delimiter.period"},{foreground:"#D9F5DD",token:"punctuation.definition.string"},{foreground:"#FF5874",token:"punctuation.definition.string.begin.markdown"},{foreground:"#FF5874",token:"constant.language.boolean"},{foreground:"#FFFFFF",token:"object.comma"},{foreground:"#7FDBCA",fontStyle:"",token:"variable.parameter.function"},{foreground:"#80CBC4",fontStyle:"",token:"support.type.vendor.property-name"},{foreground:"#80CBC4",fontStyle:"",token:"support.constant.vendor.property-value"},{foreground:"#80CBC4",fontStyle:"",token:"support.type.property-name"},{foreground:"#80CBC4",fontStyle:"",token:"meta.property-list entity.name.tag"},{foreground:"#57EAF1",token:"meta.property-list entity.name.tag.reference"},{foreground:"#F78C6C",token:"constant.other.color.rgb-value punctuation.definition.constant"},{foreground:"#FFEB95",token:"constant.other.color"},{foreground:"#FFEB95",token:"keyword.other.unit"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.selector"},{foreground:"#FAD430",token:"entity.other.attribute-name.id"},{foreground:"#80CBC4",token:"meta.property-name"},{foreground:"#C792EA",fontStyle:"italic",token:"entity.name.tag.doctype"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.tag.sgml.doctype"},{foreground:"#D9F5DD",token:"punctuation.definition.parameters"},{foreground:"#7FDBCA",token:"keyword.control.operator"},{foreground:"#C792EA",fontStyle:"",token:"keyword.operator.logical"},{foreground:"#7FDBCA",token:"variable.instance"},{foreground:"#7FDBCA",token:"variable.other.instance"},{foreground:"#7FDBCA",token:"variable.readwrite.instance"},{foreground:"#7FDBCA",token:"variable.other.readwrite.instance"},{foreground:"#7FDBCA",token:"variable.other.property"},{foreground:"#FAF39F",fontStyle:"italic",token:"variable.other.object.property"},{fontStyle:"",token:"variable.other.object.js"},{foreground:"#82AAFF",fontStyle:"italic",token:"entity.name.function"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.operator.comparison"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.flow.js"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.flow.ts"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.flow.tsx"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.ruby"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.module.ruby"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.class.ruby"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.def.ruby"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.loop.js"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.loop.ts"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.import.js"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.import.ts"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.import.tsx"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.from.js"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.from.ts"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control.from.tsx"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.operator.instanceof.js"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.operator.expression.instanceof.ts"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.operator.expression.instanceof.tsx"},{foreground:"#C792EA",fontStyle:"",token:"keyword.control.conditional.js"},{foreground:"#C792EA",fontStyle:"",token:"keyword.control.conditional.ts"},{foreground:"#C792EA",fontStyle:"",token:"keyword.control.switch.js"},{foreground:"#C792EA",fontStyle:"",token:"keyword.control.switch.ts"},{foreground:"#7FDBCA",token:"support.constant"},{foreground:"#7FDBCA",token:"keyword.other.special-method"},{foreground:"#7FDBCA",token:"keyword.other.new"},{foreground:"#7FDBCA",token:"keyword.other.debugger"},{foreground:"#7FDBCA",token:"keyword.control"},{foreground:"#ADDB67",token:"support.function"},{foreground:"#020E14",token:"invalid.broken"},{foreground:"#FFFFFF",token:"invalid.unimplemented"},{foreground:"#FFFFFF",token:"invalid.illegal"},{foreground:"#7FDBCA",token:"variable.language"},{foreground:"#7FDBCA",token:"support.variable.property"},{foreground:"#82AAFF",token:"variable.function"},{foreground:"#EC5F67",token:"variable.interpolation"},{foreground:"#82AAFF",token:"meta.function-call"},{foreground:"#D3423E",token:"punctuation.section.embedded"},{foreground:"#D6DEEB",token:"punctuation.terminator.expression"},{foreground:"#D6DEEB",token:"punctuation.definition.arguments"},{foreground:"#D6DEEB",token:"punctuation.definition.array"},{foreground:"#D6DEEB",token:"punctuation.section.array"},{foreground:"#D6DEEB",token:"meta.array"},{foreground:"#D9F5DD",token:"punctuation.definition.list.begin"},{foreground:"#D9F5DD",token:"punctuation.definition.list.end"},{foreground:"#D9F5DD",token:"punctuation.separator.arguments"},{foreground:"#D9F5DD",token:"punctuation.definition.list"},{foreground:"#D3423E",token:"string.template meta.template.expression"},{foreground:"#D6DEEB",token:"string.template punctuation.definition.string"},{foreground:"#C792EA",fontStyle:"italic",token:"italic"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control"},{foreground:"#C792EA",fontStyle:"italic",token:"quote"},{foreground:"#C792EA",fontStyle:"italic",token:"storage"},{foreground:"#C792EA",fontStyle:"italic",token:"modifier"},{foreground:"#C792EA",fontStyle:"italic",token:"this"},{foreground:"#C792EA",fontStyle:"italic",token:"comment"},{foreground:"#C792EA",fontStyle:"italic",token:"support.type.property-name"},{foreground:"#C792EA",fontStyle:"italic",token:"entity.other.attribute-name"},{foreground:"#C792EA",fontStyle:"italic",token:"punctuation.definition.comment"},{foreground:"#C792EA",fontStyle:"italic",token:"text.html.basic entity.other"},{foreground:"#C792EA",fontStyle:"italic",token:"markup.quote"},{foreground:"#C792EA",fontStyle:"italic",token:"markup.italic"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.tag.sgml.doctype"},{foreground:"#C792EA",fontStyle:"italic",token:"punctuation.binary"},{foreground:"#C792EA",fontStyle:"italic",token:"markup.changed"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.diff.header"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.diff.header.from-file"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.diff.header.to-file"},{foreground:"#C792EA",fontStyle:"italic",token:"markup.deleted.diff"},{foreground:"#C792EA",fontStyle:"italic",token:"markup.inserted.diff"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.delimiter.period"},{foreground:"#C792EA",fontStyle:"italic",token:"punctuation.accessor"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.var.expr"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.class meta.method.declaration meta.var.expr storage.type"},{foreground:"#C792EA",fontStyle:"italic",token:"variable.other.object.property"},{foreground:"#C792EA",fontStyle:"italic",token:"entity.name.tag.doctype"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.tag.sgml.doctype"},{foreground:"#C792EA",fontStyle:"italic",token:"entity.name.section"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.selector"},{foreground:"#ADDB67",fontStyle:"bold",token:"bold"},{foreground:"#697098",fontStyle:"italic",token:"quote"},{foreground:"#80CBC4",token:"raw"},{foreground:"#31E1EB",token:"variable.assignment.coffee"},{foreground:"#D6DEEB",token:"variable.parameter.function.coffee"},{foreground:"#7FDBCA",token:"variable.assignment.coffee"},{foreground:"#D6DEEB",token:"variable.other.readwrite.cs"},{foreground:"#82AAFF",token:"entity.name.type.class.cs"},{foreground:"#82AAFF",token:"storage.type.cs"},{foreground:"#B2CCD6",token:"entity.name.type.namespace.cs"},{foreground:"#FF6363",fontStyle:"",token:"entity.name.tag.css"},{foreground:"#FF6363",fontStyle:"",token:"entity.name.tag.less"},{foreground:"#FF6363",fontStyle:"",token:"entity.name.tag.custom.css"},{foreground:"#FF6363",fontStyle:"",token:"support.constant.property-value.css"},{foreground:"#7FDBCA",token:"entity.name.tag.wildcard.css"},{foreground:"#7FDBCA",token:"entity.name.tag.wildcard.less"},{foreground:"#7FDBCA",token:"entity.name.tag.wildcard.scss"},{foreground:"#7FDBCA",token:"entity.name.tag.wildcard.sass"},{foreground:"#FFEB95",token:"keyword.other.unit.css"},{foreground:"#F78C6C",token:"meta.attribute-selector.css entity.other.attribute-name.attribute"},{foreground:"#F78C6C",token:"variable.other.readwrite.js"},{foreground:"#82AAFF",token:"source.elixir support.type.elixir"},{foreground:"#82AAFF",token:"source.elixir meta.module.elixir entity.name.class.elixir"},{foreground:"#ADDB67",token:"source.elixir entity.name.function"},{foreground:"#82AAFF",token:"source.elixir constant.other.symbol.elixir"},{foreground:"#82AAFF",token:"source.elixir constant.other.keywords.elixir"},{foreground:"#ADDB67",token:"source.elixir punctuation.definition.string"},{foreground:"#ADDB67",token:"source.elixir variable.other.readwrite.module.elixir"},{foreground:"#ADDB67",token:"source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir"},{foreground:"#C792EA",fontStyle:"italic",token:"source.elixir .punctuation.binary.elixir"},{foreground:"#7FDBCA",token:"constant.keyword.clojure"},{foreground:"#DDDDDD",token:"source.go meta.function-call.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.package.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.import.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.function.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.type.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.struct.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.interface.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.const.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.var.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.map.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.channel.go"},{foreground:"#C792EA",fontStyle:"italic",token:"source.go keyword.control.go"},{foreground:"#FF5874",token:"source.go constant.language.go"},{foreground:"#FF5874",token:"source.go constant.other.placeholder.go"},{foreground:"#7FDBCA",token:"entity.name.function.preprocessor.cpp"},{foreground:"#7FDBCA",token:"entity.scope.name.cpp"},{foreground:"#E0DEC6",token:"meta.namespace-block.cpp"},{foreground:"#FF5874",token:"storage.type.language.primitive.cpp"},{foreground:"#D6DEEB",token:"meta.preprocessor.macro.cpp"},{foreground:"#FFCB8B",token:"variable.parameter"},{foreground:"#82AAFF",token:"variable.other.readwrite.powershell"},{foreground:"#7FDBCA",token:"support.function.powershell"},{foreground:"#ADDB67",token:"entity.other.attribute-name.id.html"},{foreground:"#6AE9F0",token:"punctuation.definition.tag.html"},{foreground:"#C792EA",fontStyle:"italic",token:"meta.tag.sgml.doctype.html"},{foreground:"#FFCB8B",token:"meta.class entity.name.type.class.js"},{foreground:"#82AAFF",token:"meta.method.declaration storage.type.js"},{foreground:"#D6DEEB",token:"terminator.js"},{foreground:"#D6DEEB",token:"meta.js punctuation.definition.js"},{foreground:"#5F7E97",token:"entity.name.type.instance.jsdoc"},{foreground:"#5F7E97",token:"entity.name.type.instance.phpdoc"},{foreground:"#78CCF0",token:"variable.other.jsdoc"},{foreground:"#78CCF0",token:"variable.other.phpdoc"},{foreground:"#D6DEEB",token:"variable.other.meta.import.js"},{foreground:"#D6DEEB",token:"meta.import.js variable.other"},{foreground:"#D6DEEB",token:"variable.other.meta.export.js"},{foreground:"#D6DEEB",token:"meta.export.js variable.other"},{foreground:"#7986E7",token:"variable.parameter.function.js"},{foreground:"#D6DEEB",token:"variable.other.object.js"},{foreground:"#D6DEEB",token:"variable.other.object.jsx"},{foreground:"#D6DEEB",token:"variable.object.property.js"},{foreground:"#D6DEEB",token:"variable.object.property.jsx"},{foreground:"#D6DEEB",token:"variable.js"},{foreground:"#D6DEEB",token:"variable.other.js"},{foreground:"#FFCB8B",fontStyle:"",token:"entity.name.type.js"},{foreground:"#FFCB8B",fontStyle:"",token:"entity.name.type.module.js"},{foreground:"#D6DEEB",token:"support.class.js"},{foreground:"#7FDBCA",token:"support.type.property-name.json"},{foreground:"#ADDB67",token:"support.constant.json"},{foreground:"#C789D6",token:"meta.structure.dictionary.value.json string.quoted.double"},{foreground:"#80CBC4",token:"string.quoted.double.json punctuation.definition.string.json"},{foreground:"#FF5874",token:"meta.structure.dictionary.json meta.structure.dictionary.value constant.language"},{foreground:"#7FDBCA",fontStyle:"italic",token:"variable.other.object.js"},{foreground:"#D6DEEB",token:"variable.other.ruby"},{foreground:"#ECC48D",token:"entity.name.type.class.ruby"},{foreground:"#7FDBCA",token:"constant.language.symbol.hashkey.ruby"},{foreground:"#7FDBCA",token:"constant.language.symbol.ruby"},{foreground:"#7FDBCA",token:"entity.name.tag.less"},{foreground:"#FFEB95",token:"keyword.other.unit.css"},{foreground:"#F78C6C",token:"meta.attribute-selector.less entity.other.attribute-name.attribute"},{foreground:"#82B1FF",token:"markup.heading.markdown"},{foreground:"#82B1FF",token:"markup.heading.setext.1.markdown"},{foreground:"#82B1FF",token:"markup.heading.setext.2.markdown"},{foreground:"#C792EA",fontStyle:"italic",token:"markup.italic.markdown"},{foreground:"#ADDB67",fontStyle:"bold",token:"markup.bold.markdown"},{foreground:"#697098",fontStyle:"italic",token:"markup.quote.markdown"},{foreground:"#80CBC4",token:"markup.inline.raw.markdown"},{foreground:"#FF869A",token:"markup.underline.link.markdown"},{foreground:"#FF869A",token:"markup.underline.link.image.markdown"},{foreground:"#D6DEEB",token:"string.other.link.title.markdown"},{foreground:"#D6DEEB",token:"string.other.link.description.markdown"},{foreground:"#82B1FF",token:"punctuation.definition.string.markdown"},{foreground:"#82B1FF",token:"punctuation.definition.string.begin.markdown"},{foreground:"#82B1FF",token:"punctuation.definition.string.end.markdown"},{foreground:"#82B1FF",token:"meta.link.inline.markdown punctuation.definition.string"},{foreground:"#7FDBCA",token:"punctuation.definition.metadata.markdown"},{foreground:"#82B1FF",token:"beginning.punctuation.definition.list.markdown"},{foreground:"#ADDB67",token:"markup.inline.raw.string.markdown"},{foreground:"#BEC5D4",token:"variable.other.php"},{foreground:"#BEC5D4",token:"variable.other.property.php"},{foreground:"#FFCB8B",token:"support.class.php"},{foreground:"#D6DEEB",token:"meta.function-call.php punctuation"},{foreground:"#B4DF73",token:"variable.other.global.php"},{foreground:"#ADDB67",token:"variable.other.global.php punctuation.definition.variable"},{foreground:"#FF5874",token:"constant.language.python"},{foreground:"#82AAFF",token:"variable.parameter.function.python"},{foreground:"#82AAFF",token:"meta.function-call.arguments.python"},{foreground:"#B2CCD6",token:"meta.function-call.python"},{foreground:"#B2CCD6",token:"meta.function-call.generic.python"},{foreground:"#D6DEEB",token:"punctuation.python"},{foreground:"#ADDB67",token:"entity.name.function.decorator.python"},{foreground:"#8EACE3",token:"source.python variable.language.special"},{foreground:"#C792EA",fontStyle:"italic",token:"keyword.control"},{foreground:"#ADDB67",token:"variable.scss"},{foreground:"#ADDB67",token:"variable.sass"},{foreground:"#ADDB67",token:"variable.parameter.url.scss"},{foreground:"#ADDB67",token:"variable.parameter.url.sass"},{foreground:"#82AAFF",token:"source.css.scss meta.at-rule variable"},{foreground:"#82AAFF",token:"source.css.sass meta.at-rule variable"},{foreground:"#BEC5D4",token:"source.css.scss meta.at-rule variable"},{foreground:"#BEC5D4",token:"source.css.sass meta.at-rule variable"},{foreground:"#F78C6C",token:"meta.attribute-selector.scss entity.other.attribute-name.attribute"},{foreground:"#F78C6C",token:"meta.attribute-selector.sass entity.other.attribute-name.attribute"},{foreground:"#7FDBCA",token:"entity.name.tag.scss"},{foreground:"#7FDBCA",token:"entity.name.tag.sass"},{foreground:"#FFEB95",token:"keyword.other.unit.scss"},{foreground:"#FFEB95",token:"keyword.other.unit.sass"},{foreground:"#D6DEEB",token:"variable.other.readwrite.alias.ts"},{foreground:"#D6DEEB",token:"variable.other.readwrite.alias.tsx"},{foreground:"#D6DEEB",token:"variable.other.readwrite.ts"},{foreground:"#D6DEEB",token:"variable.other.readwrite.tsx"},{foreground:"#D6DEEB",token:"variable.other.object.ts"},{foreground:"#D6DEEB",token:"variable.other.object.tsx"},{foreground:"#D6DEEB",token:"variable.object.property.ts"},{foreground:"#D6DEEB",token:"variable.object.property.tsx"},{foreground:"#D6DEEB",token:"variable.other.ts"},{foreground:"#D6DEEB",token:"variable.other.tsx"},{foreground:"#D6DEEB",token:"variable.tsx"},{foreground:"#D6DEEB",token:"variable.ts"},{foreground:"#FFCB8B",token:"entity.name.type.ts"},{foreground:"#FFCB8B",token:"entity.name.type.tsx"},{foreground:"#82AAFF",token:"support.class.node.ts"},{foreground:"#82AAFF",token:"support.class.node.tsx"},{foreground:"#5F7E97",token:"meta.type.parameters.ts entity.name.type"},{foreground:"#5F7E97",token:"meta.type.parameters.tsx entity.name.type"},{foreground:"#D6DEEB",token:"meta.import.ts punctuation.definition.block"},{foreground:"#D6DEEB",token:"meta.import.tsx punctuation.definition.block"},{foreground:"#D6DEEB",token:"meta.export.ts punctuation.definition.block"},{foreground:"#D6DEEB",token:"meta.export.tsx punctuation.definition.block"},{foreground:"#82AAFF",token:"meta.decorator punctuation.decorator.ts"},{foreground:"#82AAFF",token:"meta.decorator punctuation.decorator.tsx"},{foreground:"#82AAFF",token:"meta.tag.js meta.jsx.children.tsx"},{foreground:"#7FDBCA",token:"entity.name.tag.yaml"},{foreground:"#D7DBE0",token:"variable.other.readwrite.js"},{foreground:"#D7DBE0",token:"variable.parameter"},{foreground:"#F78C6C",fontStyle:"",token:"support.class.component.js"},{foreground:"#F78C6C",fontStyle:"",token:"support.class.component.tsx"},{foreground:"#D6DEEB",token:"meta.jsx.children"},{foreground:"#D6DEEB",token:"meta.jsx.children.js"},{foreground:"#D6DEEB",token:"meta.jsx.children.tsx"},{foreground:"#FFCB8B",token:"meta.class entity.name.type.class.tsx"},{foreground:"#FFCB8B",token:"entity.name.type.tsx"},{foreground:"#FFCB8B",token:"entity.name.type.module.tsx"},{foreground:"#82AAFF",token:"meta.method.declaration storage.type.ts"},{foreground:"#82AAFF",token:"meta.method.declaration storage.type.tsx"},{fontStyle:"",token:"meta.property-list.css meta.property-value.css variable.other.less"},{fontStyle:"",token:"meta.property-list.scss variable.scss"},{fontStyle:"",token:"meta.property-list.sass variable.sass"},{fontStyle:"",token:"meta.brace"},{fontStyle:"",token:"keyword.operator.operator"},{fontStyle:"",token:"keyword.operator.or.regexp"},{fontStyle:"",token:"keyword.operator.expression.in"},{fontStyle:"",token:"keyword.operator.relational"},{fontStyle:"",token:"keyword.operator.assignment"},{fontStyle:"",token:"keyword.operator.comparison"},{fontStyle:"",token:"keyword.operator.type"},{fontStyle:"",token:"keyword.operator"},{fontStyle:"",token:"keyword"},{fontStyle:"",token:"punctuation.definintion.string"},{fontStyle:"",token:"punctuation"},{fontStyle:"",token:"variable.other.readwrite.js"},{fontStyle:"",token:"storage.type"},{fontStyle:"",token:"source.css"},{fontStyle:"",token:"string.quoted"},{foreground:"#6796E6",token:"token.info-token"},{foreground:"#CD9731",token:"token.warn-token"},{foreground:"#F44747",token:"token.error-token"},{foreground:"#B267E6",token:"token.debug-token"},{token:"",foreground:"#d6deeb"}],bA=[],hA={inherit:pA,base:kA,colors:mA,rules:yA,encodedTokensColors:bA};const mm=[{name:"Atlantic Night",value:"AtlanticNight",custom:!0,loaded:!1,cache:"",data:TE},{name:"Atom One Dark",value:"AtomOneDark",custom:!0,loaded:!1,cache:"",data:$E},{name:"Aurora X",value:"AuroraX",custom:!0,loaded:!1,cache:"",data:VE},{name:"Ayu Dark",value:"AyuDark",custom:!0,loaded:!1,cache:"",data:ZE},{name:"Ayu Light",value:"AyuLight",custom:!0,loaded:!1,cache:"",data:tw},{name:"Bluloco Light",value:"BlulocoLight",custom:!0,loaded:!1,cache:"",data:uw},{name:"Code Sand Box",value:"CodeSandBox",custom:!0,loaded:!1,cache:"",data:gw},{name:"Darktooth",value:"Darktooth",custom:!0,loaded:!1,cache:"",data:hw},{name:"Dracula",value:"Dracula",custom:!0,loaded:!1,cache:"",data:Ew},{name:"Eva Light",value:"EvaLight",custom:!0,loaded:!1,cache:"",data:Tw},{name:"Flat U I",value:"FlatUI",custom:!0,loaded:!1,cache:"",data:$w},{name:"Hopscotch",value:"Hopscotch",custom:!0,loaded:!1,cache:"",data:Vw},{name:"Horla Light Theme",value:"HorlaLightTheme",custom:!0,loaded:!1,cache:"",data:Zw},{name:"Hybrid Next",value:"HybridNext",custom:!0,loaded:!1,cache:"",data:t4},{name:"Kimbie Dark",value:"KimbieDark",custom:!0,loaded:!1,cache:"",data:u4},{name:"Lucario",value:"Lucario",custom:!0,loaded:!1,cache:"",data:g4},{name:"Monokai Dimmed",value:"MonokaiDimmed",custom:!0,loaded:!1,cache:"",data:h4},{name:"Monokai Pro",value:"MonokaiPro",custom:!0,loaded:!1,cache:"",data:E4},{name:"Nebula",value:"Nebula",custom:!0,loaded:!1,cache:"",data:T4},{name:"Noctis Azureus",value:"NoctisAzureus",custom:!0,loaded:!1,cache:"",data:$4},{name:"Noctis Bordo",value:"NoctisBordo",custom:!0,loaded:!1,cache:"",data:V4},{name:"Noctis Lux",value:"NoctisLux",custom:!0,loaded:!1,cache:"",data:Z4},{name:"One Dark Pro",value:"OneDarkPro",custom:!0,loaded:!1,cache:"",data:tS},{name:"One Monokai",value:"OneMonokai",custom:!0,loaded:!1,cache:"",data:uS},{name:"Panda",value:"Panda",custom:!0,loaded:!1,cache:"",data:gS},{name:"Remedy Dark",value:"RemedyDark",custom:!0,loaded:!1,cache:"",data:hS},{name:"Re U I",value:"ReUI",custom:!0,loaded:!1,cache:"",data:ES},{name:"Shades Of Purple",value:"ShadesOfPurple",custom:!0,loaded:!1,cache:"",data:TS},{name:"Snazzy Light",value:"SnazzyLight",custom:!0,loaded:!1,cache:"",data:$S},{name:"Snazzy Operator",value:"SnazzyOperator",custom:!0,loaded:!1,cache:"",data:VS},{name:"Sublime Material Theme Dark",value:"SublimeMaterialThemeDark",custom:!0,loaded:!1,cache:"",data:ZS},{name:"Synth Wave84",value:"SynthWave84",custom:!0,loaded:!1,cache:"",data:tA},{name:"Tokyo Night Storm",value:"TokyoNightStorm",custom:!0,loaded:!1,cache:"",data:uA},{name:"Tomorrow Night Blue",value:"TomorrowNightBlue",custom:!0,loaded:!1,cache:"",data:gA},{name:"Twilight",value:"Twilight",custom:!0,loaded:!1,cache:"",data:hA}];var vA=me({name:"LlCodeEditor",__name:"code-editor",props:pm,emits:km,setup(e,{emit:t}){const o=e,n=t,u=Be("code-editor");self.MonacoEnvironment={getWorker(f,p){return p==="json"?new Worker(new URL("monaco-editor/esm/vs/language/json/json.worker.js",import.meta.url),{type:"module"}):["css","scss","less"].includes(p)?new Worker(new URL("monaco-editor/esm/vs/language/css/css.worker.js",import.meta.url),{type:"module"}):["html","handlebars","razor"].includes(p)?new Worker(new URL("monaco-editor/esm/vs/language/html/html.worker.js",import.meta.url),{type:"module"}):["typescript","javascript"].includes(p)?new Worker(new URL("monaco-editor/esm/vs/language/typescript/ts.worker.js",import.meta.url),{type:"module"}):new Worker(new URL("monaco-editor/esm/vs/editor/editor.worker.js",import.meta.url),{type:"module"})}};let d;const a=le(),s=()=>{Pr.languages.typescript.javascriptDefaults.setDiagnosticsOptions({noSemanticValidation:!0,noSyntaxValidation:!1}),Pr.languages.typescript.javascriptDefaults.setCompilerOptions({target:Pr.languages.typescript.ScriptTarget.ES2020,allowNonTsExtensions:!0}),d=Pr.editor.create(a.value,{value:o.value,language:o.language,theme:o.theme,...gm,...o.options}),l(o.theme),d.onDidChangeModelContent(()=>{const f=d.getValue();n("update:value",f),n("change",f)}),n("editor-mounted",d)},l=async f=>{const p=mm.find(g=>g.value===f);if(p){const g={...p.data};try{Pr.editor.defineTheme(f,g),Pr.editor.setTheme(f)}catch{Pr.editor.setTheme("vs")}}else Pr.editor.setTheme("vs")};return We(()=>o.value,f=>{if(d){const p=d.getValue();f!==p&&d.setValue(f)}}),We(()=>o.options,f=>{d.updateOptions(f)},{deep:!0}),We(()=>o.language,f=>{Pr.editor.setModelLanguage(d.getModel(),f)}),h8(()=>{d.dispose()}),up(()=>{s()}),(f,p)=>(j(),ne("div",{ref_key:"codeEditBox",ref:a,class:I(v(u).b()),style:Lr({width:o.width,height:o.height})},null,6))}}),FA=ye(vA,[["__file","code-editor.vue"]]);const ym=Ie(FA);var BA=me({name:"LlConfigProvider",__name:"config-provider",setup(e){const t=ut(),o=Be("config-provider");return(n,u)=>{const d=G("a-config-provider");return j(),re(d,ee({class:v(o).b()},v(t)),{default:S(()=>[se(n.$slots,"default")]),_:3},16,["class"])}}}),CA=ye(BA,[["__file","config-provider.vue"]]);const bm=Ie(CA);var DA=me({name:"LlDatePicker",__name:"date-picker",setup(e){const t=ut(),o=Be("date-picker");return(n,u)=>(j(),re(v(S8),ee(v(t),{class:v(o).b()}),wt({_:2},[Re(Object.keys(n.$slots),d=>({name:d,fn:S(a=>[se(n.$slots,d,Ve(Xe(a||{})))])}))]),1040,["class"]))}}),EA=ye(DA,[["__file","date-picker.vue"]]);const hm=Ie(EA);var wA=me({name:"LlDateRange",__name:"date-range",setup(e){const t=ut(),o=Be("date-range");return(n,u)=>(j(),re(v(A8),ee(v(t),{class:v(o).b()}),wt({_:2},[Re(Object.keys(n.$slots),d=>({name:d,fn:S(a=>[se(n.$slots,d,Ve(Xe(a||{})))])}))]),1040,["class"]))}}),SA=ye(wA,[["__file","date-range.vue"]]);const vm=Ie(SA),Fm=Te({type:{type:pe(String),default:"default"},layout:{type:pe(String),default:"horizontal"}});var AA=me({name:"LlDescriptions",__name:"descriptions",props:Fm,setup(e){const t=e,o=ut(),n=Be("descriptions"),u=Je(()=>Gr({...Gr({...o},["layout"]),...t},["type"]));return(d,a)=>{const s=G("a-descriptions");return j(),ne("div",{class:I(v(n).b())},[t.type==="default"?(j(),re(s,Ve(ee({key:0},u.value)),{default:S(()=>[se(d.$slots,"default")]),_:3},16)):(j(),ne("div",{key:1,class:I([v(n).e("detail"),v(n).is(t.layout)])},[A(s,Ve(Xe(u.value)),{title:S(()=>[se(d.$slots,"title")]),extra:S(()=>[se(d.$slots,"extra")]),default:S(()=>[se(d.$slots,"default")]),_:3},16)],2))],2)}}}),xA=ye(AA,[["__file","descriptions.vue"]]);const Bm=Ie(xA),Cm=Te({label:{type:String,default:""},span:{type:Number,default:1}});var jA=me({name:"LlDescriptionsItem",__name:"descriptions-item",props:Cm,setup(e){const t=e,o=ut(),n=Be("descriptions-item"),u=Je(()=>({...Gr({...o},["label","span"]),...t}));return(d,a)=>{const s=G("a-descriptions-item");return j(),re(s,ee({class:v(n).b()},u.value),{label:S(()=>[se(d.$slots,"label")]),default:S(()=>[se(d.$slots,"default")]),_:3},16,["class"])}}}),TA=ye(jA,[["__file","descriptions-item.vue"]]);const Dm=Ie(TA),Em={destroyOnClose:!0,width:"560px",keyboard:!1,maskClosable:!1,mask:!0},vc=Te({open:{type:Boolean,default:!1},title:{type:String,default:"\u65B0\u589E"},loading:{type:Boolean,default:!1},confirmText:{type:String,default:"\u786E\u8BA4"},cancelText:{type:String,default:"\u53D6\u6D88"},showCancel:{type:Boolean,default:!0},showFooter:{type:Boolean,default:!0},useClose:{type:Boolean,default:!1},cancelConfirm:{type:Boolean,default:!1},cancelConfirmOptions:{type:Object,default:null}}),wm={cancel:()=>!0,confirm:()=>!0,close:()=>!0,"update:open":()=>!0},Sm=Te({open:{type:Boolean,default:!1},title:{type:String,default:"\u6E29\u99A8\u63D0\u793A"},message:{type:String,default:"\u4F60\u6709\u672A\u4FDD\u5B58\u7684\u66F4\u6539\uFF0C\u786E\u5B9A\u5173\u95ED\uFF1F"},confirmText:{type:String,default:"\u786E\u5B9A"},cancelText:{type:String,default:"\u53D6\u6D88"},icon:{type:pe(Object),default:()=>({})},loading:{type:Boolean,default:!1},onConfirm:Function,onCancel:Function});var IA=me({name:"LlSecondConfirmation",__name:"second-confirmation",props:Sm,setup(e){const t=Be("second-confirmation"),o=e,n=x8.defaultConfig.token.colorWarning;return(u,d)=>(j(),re(v(Jc),{open:o.open,loading:o.loading,title:o.title,"confirm-text":o.confirmText,"cancel-text":o.cancelText,width:500,"root-class-name":v(t).b(),class:I("confirm-modal"),onCancel:o.onCancel,onOk:o.onConfirm},{default:S(()=>[se(u.$slots,"default",{},()=>[H("div",{class:I(v(t).e("warpper"))},[H("div",{class:I(v(t).e("container"))},[A(v(Qn),Ve(Xe(o.icon||{iconName:"icon-warning",color:v(n),class:["mr-20px"],style:{"font-size":"30px"}})),null,16),se(u.$slots,"message",{},()=>[H("span",{class:I(v(t).e("text"))},ot(o.message),3)])],2),se(u.$slots,"extra")],2)])]),_:3},8,["open","loading","title","confirm-text","cancel-text","root-class-name","onCancel","onOk"]))}}),Am=ye(IA,[["__file","second-confirmation.vue"]]);const xm=e=>{const{title:t,message:o,confirmText:n,cancelText:u,icon:d=null}=e;return new Promise((a,s)=>{const l=v8(Am,{open:!0,title:t||"\u6E29\u99A8\u63D0\u793A",message:o||"\u4F60\u6709\u672A\u4FDD\u5B58\u7684\u66F4\u6539\uFF0C\u786E\u5B9A\u5173\u95ED\uFF1F",confirmText:n,cancelText:u,icon:d,onConfirm:()=>{a(!0),f()},onCancel:()=>{s(new Error),f()}}),f=()=>{l.unmount(),document.body.removeChild(p)},p=document.createElement("div");document.body.appendChild(p),l.mount(p)})},jm=Ie(Am);var OA=me({name:"LlDrawer",__name:"drawer",props:vc,emits:wm,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=Be("drawer"),a=le(),s=le(!1),l=le(`ll-darwer-${new Date().getTime()}`),f=Je(()=>({...Em,...Gr({...u},[...Object.keys(vc),"rootClassName"])})),p=()=>{if(o.useClose)n("close");else{g();return}n("update:open")},g=()=>{if(o.cancelConfirm){xm(o.cancelConfirmOptions||{title:"\u6E29\u99A8\u63D0\u793A",message:"\u4F60\u6709\u672A\u4FDD\u5B58\u7684\u66F4\u6539\uFF0C\u786E\u5B9A\u5173\u95ED\uFF1F"}).then(async()=>{n("cancel")});return}n("cancel")},k=()=>{n("confirm")},y=async()=>{await ri();const b=document.getElementsByClassName(l.value)[0];b&&setTimeout(()=>{s.value=b.scrollHeight>b.clientHeight},0)};return We(()=>o.open,b=>{b?(y(),window.addEventListener("resize",x3(y,500))):window.removeEventListener("resize",y)}),(b,D)=>{const E=G("ll-button");return j(),re(v(j8),ee(f.value,{title:o.title,open:o.open,"root-class-name":v(d).b(),onClose:p}),{title:S(()=>[se(b.$slots,"title")]),extra:S(()=>[se(b.$slots,"extra")]),default:S(()=>[H("div",{class:I(v(d).e("container"))},[H("div",{ref_key:"content",ref:a,style:Lr({marginBottom:o.showFooter?"72px":0}),class:I([v(d).e("content"),l.value])},[se(b.$slots,"default")],6),o.showFooter?(j(),ne("div",{key:0,class:I([v(d).e("footer"),s.value?v(d).is("has-scroll"):""])},[se(b.$slots,"footer",{},()=>[H("div",{class:I(v(d).e("footer-left"))},[se(b.$slots,"footer-left")],2),H("div",{class:I(v(d).e("footer-right"))},[se(b.$slots,"footer-right",{},()=>[b.showCancel?(j(),re(E,{key:0,class:I(v(d).m("cancel")),label:o.cancelText,onClick:g},null,8,["class","label"])):de("v-if",!0),A(E,{type:"primary",loading:o.loading,label:o.confirmText,onClick:k},null,8,["loading","label"])])],2)])],2)):de("v-if",!0)],2)]),_:3},16,["title","open","root-class-name"])}}}),RA=ye(OA,[["__file","drawer.vue"]]);const Tm=Ie(RA);var Lo={};Object.defineProperty(Lo,"__esModule",{value:!0});class Un extends Error{}class MA extends Un{constructor(t){super(`Invalid DateTime: ${t.toMessage()}`)}}class LA extends Un{constructor(t){super(`Invalid Interval: ${t.toMessage()}`)}}class $A extends Un{constructor(t){super(`Invalid Duration: ${t.toMessage()}`)}}class Ca extends Un{}class Im extends Un{constructor(t){super(`Invalid unit ${t}`)}}class wo extends Un{}class ln extends Un{constructor(){super("Zone is an abstract class")}}const ve="numeric",lr="short",$o="long",Uu={year:ve,month:ve,day:ve},Om={year:ve,month:lr,day:ve},NA={year:ve,month:lr,day:ve,weekday:lr},Rm={year:ve,month:$o,day:ve},Mm={year:ve,month:$o,day:ve,weekday:$o},Lm={hour:ve,minute:ve},$m={hour:ve,minute:ve,second:ve},Nm={hour:ve,minute:ve,second:ve,timeZoneName:lr},Hm={hour:ve,minute:ve,second:ve,timeZoneName:$o},Pm={hour:ve,minute:ve,hourCycle:"h23"},_m={hour:ve,minute:ve,second:ve,hourCycle:"h23"},Wm={hour:ve,minute:ve,second:ve,hourCycle:"h23",timeZoneName:lr},Vm={hour:ve,minute:ve,second:ve,hourCycle:"h23",timeZoneName:$o},Gm={year:ve,month:ve,day:ve,hour:ve,minute:ve},Um={year:ve,month:ve,day:ve,hour:ve,minute:ve,second:ve},zm={year:ve,month:lr,day:ve,hour:ve,minute:ve},Ym={year:ve,month:lr,day:ve,hour:ve,minute:ve,second:ve},HA={year:ve,month:lr,day:ve,weekday:lr,hour:ve,minute:ve},qm={year:ve,month:$o,day:ve,hour:ve,minute:ve,timeZoneName:lr},Zm={year:ve,month:$o,day:ve,hour:ve,minute:ve,second:ve,timeZoneName:lr},Km={year:ve,month:$o,day:ve,weekday:$o,hour:ve,minute:ve,timeZoneName:$o},Jm={year:ve,month:$o,day:ve,weekday:$o,hour:ve,minute:ve,second:ve,timeZoneName:$o};class Da{get type(){throw new ln}get name(){throw new ln}get ianaName(){return this.name}get isUniversal(){throw new ln}offsetName(t,o){throw new ln}formatOffset(t,o){throw new ln}offset(t){throw new ln}equals(t){throw new ln}get isValid(){throw new ln}}let Fc=null;class _i extends Da{static get instance(){return Fc===null&&(Fc=new _i),Fc}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(t,{format:o,locale:n}){return By(t,o,n)}formatOffset(t,o){return mi(this.offset(t),o)}offset(t){return-new Date(t).getTimezoneOffset()}equals(t){return t.type==="system"}get isValid(){return!0}}let zu={};function PA(e){return zu[e]||(zu[e]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),zu[e]}const _A={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function WA(e,t){const o=e.format(t).replace(/\u200E/g,""),n=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(o),[,u,d,a,s,l,f,p]=n;return[a,u,d,s,l,f,p]}function VA(e,t){const o=e.formatToParts(t),n=[];for(let u=0;u<o.length;u++){const{type:d,value:a}=o[u],s=_A[d];d==="era"?n[s]=a:qe(s)||(n[s]=parseInt(a,10))}return n}let Yu={};class wr extends Da{static create(t){return Yu[t]||(Yu[t]=new wr(t)),Yu[t]}static resetCache(){Yu={},zu={}}static isValidSpecifier(t){return this.isValidZone(t)}static isValidZone(t){if(!t)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:t}).format(),!0}catch{return!1}}constructor(t){super(),this.zoneName=t,this.valid=wr.isValidZone(t)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(t,{format:o,locale:n}){return By(t,o,n,this.name)}formatOffset(t,o){return mi(this.offset(t),o)}offset(t){const o=new Date(t);if(isNaN(o))return NaN;const n=PA(this.name);let[u,d,a,s,l,f,p]=n.formatToParts?VA(n,o):WA(n,o);s==="BC"&&(u=-Math.abs(u)+1);const k=Xu({year:u,month:d,day:a,hour:l===24?0:l,minute:f,second:p,millisecond:0});let y=+o;const b=y%1e3;return y-=b>=0?b:1e3+b,(k-y)/(60*1e3)}equals(t){return t.type==="iana"&&t.name===this.name}get isValid(){return this.valid}}let Xm={};function GA(e,t={}){const o=JSON.stringify([e,t]);let n=Xm[o];return n||(n=new Intl.ListFormat(e,t),Xm[o]=n),n}let Bc={};function Cc(e,t={}){const o=JSON.stringify([e,t]);let n=Bc[o];return n||(n=new Intl.DateTimeFormat(e,t),Bc[o]=n),n}let Dc={};function UA(e,t={}){const o=JSON.stringify([e,t]);let n=Dc[o];return n||(n=new Intl.NumberFormat(e,t),Dc[o]=n),n}let Ec={};function zA(e,t={}){const{base:o,...n}=t,u=JSON.stringify([e,n]);let d=Ec[u];return d||(d=new Intl.RelativeTimeFormat(e,t),Ec[u]=d),d}let gi=null;function YA(){return gi||(gi=new Intl.DateTimeFormat().resolvedOptions().locale,gi)}let Qm={};function qA(e){let t=Qm[e];if(!t){const o=new Intl.Locale(e);t="getWeekInfo"in o?o.getWeekInfo():o.weekInfo,Qm[e]=t}return t}function ZA(e){const t=e.indexOf("-x-");t!==-1&&(e=e.substring(0,t));const o=e.indexOf("-u-");if(o===-1)return[e];{let n,u;try{n=Cc(e).resolvedOptions(),u=e}catch{const l=e.substring(0,o);n=Cc(l).resolvedOptions(),u=l}const{numberingSystem:d,calendar:a}=n;return[u,d,a]}}function KA(e,t,o){return(o||t)&&(e.includes("-u-")||(e+="-u"),o&&(e+=`-ca-${o}`),t&&(e+=`-nu-${t}`)),e}function JA(e){const t=[];for(let o=1;o<=12;o++){const n=et.utc(2009,o,1);t.push(e(n))}return t}function XA(e){const t=[];for(let o=1;o<=7;o++){const n=et.utc(2016,11,13+o);t.push(e(n))}return t}function qu(e,t,o,n){const u=e.listingMode();return u==="error"?null:u==="en"?o(t):n(t)}function QA(e){return e.numberingSystem&&e.numberingSystem!=="latn"?!1:e.numberingSystem==="latn"||!e.locale||e.locale.startsWith("en")||new Intl.DateTimeFormat(e.intl).resolvedOptions().numberingSystem==="latn"}class ex{constructor(t,o,n){this.padTo=n.padTo||0,this.floor=n.floor||!1;const{padTo:u,floor:d,...a}=n;if(!o||Object.keys(a).length>0){const s={useGrouping:!1,...n};n.padTo>0&&(s.minimumIntegerDigits=n.padTo),this.inf=UA(t,s)}}format(t){if(this.inf){const o=this.floor?Math.floor(t):t;return this.inf.format(o)}else{const o=this.floor?Math.floor(t):Ic(t,3);return eo(o,this.padTo)}}}class tx{constructor(t,o,n){this.opts=n,this.originalZone=void 0;let u;if(this.opts.timeZone)this.dt=t;else if(t.zone.type==="fixed"){const a=-1*(t.offset/60),s=a>=0?`Etc/GMT+${a}`:`Etc/GMT${a}`;t.offset!==0&&wr.create(s).valid?(u=s,this.dt=t):(u="UTC",this.dt=t.offset===0?t:t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone)}else t.zone.type==="system"?this.dt=t:t.zone.type==="iana"?(this.dt=t,u=t.zone.name):(u="UTC",this.dt=t.setZone("UTC").plus({minutes:t.offset}),this.originalZone=t.zone);const d={...this.opts};d.timeZone=d.timeZone||u,this.dtf=Cc(o,d)}format(){return this.originalZone?this.formatToParts().map(({value:t})=>t).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const t=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?t.map(o=>{if(o.type==="timeZoneName"){const n=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...o,value:n}}else return o}):t}resolvedOptions(){return this.dtf.resolvedOptions()}}class ox{constructor(t,o,n){this.opts={style:"long",...n},!o&&by()&&(this.rtf=zA(t,n))}format(t,o){return this.rtf?this.rtf.format(t,o):Fx(o,t,this.opts.numeric,this.opts.style!=="long")}formatToParts(t,o){return this.rtf?this.rtf.formatToParts(t,o):[]}}const rx={firstDay:1,minimalDays:4,weekend:[6,7]};class St{static fromOpts(t){return St.create(t.locale,t.numberingSystem,t.outputCalendar,t.weekSettings,t.defaultToEN)}static create(t,o,n,u,d=!1){const a=t||Ut.defaultLocale,s=a||(d?"en-US":YA()),l=o||Ut.defaultNumberingSystem,f=n||Ut.defaultOutputCalendar,p=jc(u)||Ut.defaultWeekSettings;return new St(s,l,f,p,a)}static resetCache(){gi=null,Bc={},Dc={},Ec={}}static fromObject({locale:t,numberingSystem:o,outputCalendar:n,weekSettings:u}={}){return St.create(t,o,n,u)}constructor(t,o,n,u,d){const[a,s,l]=ZA(t);this.locale=a,this.numberingSystem=o||s||null,this.outputCalendar=n||l||null,this.weekSettings=u,this.intl=KA(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=d,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=QA(this)),this.fastNumbersCached}listingMode(){const t=this.isEnglish(),o=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return t&&o?"en":"intl"}clone(t){return!t||Object.getOwnPropertyNames(t).length===0?this:St.create(t.locale||this.specifiedLocale,t.numberingSystem||this.numberingSystem,t.outputCalendar||this.outputCalendar,jc(t.weekSettings)||this.weekSettings,t.defaultToEN||!1)}redefaultToEN(t={}){return this.clone({...t,defaultToEN:!0})}redefaultToSystem(t={}){return this.clone({...t,defaultToEN:!1})}months(t,o=!1){return qu(this,t,Ey,()=>{const n=o?{month:t,day:"numeric"}:{month:t},u=o?"format":"standalone";return this.monthsCache[u][t]||(this.monthsCache[u][t]=JA(d=>this.extract(d,n,"month"))),this.monthsCache[u][t]})}weekdays(t,o=!1){return qu(this,t,Ay,()=>{const n=o?{weekday:t,year:"numeric",month:"long",day:"numeric"}:{weekday:t},u=o?"format":"standalone";return this.weekdaysCache[u][t]||(this.weekdaysCache[u][t]=XA(d=>this.extract(d,n,"weekday"))),this.weekdaysCache[u][t]})}meridiems(){return qu(this,void 0,()=>xy,()=>{if(!this.meridiemCache){const t={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[et.utc(2016,11,13,9),et.utc(2016,11,13,19)].map(o=>this.extract(o,t,"dayperiod"))}return this.meridiemCache})}eras(t){return qu(this,t,jy,()=>{const o={era:t};return this.eraCache[t]||(this.eraCache[t]=[et.utc(-40,1,1),et.utc(2017,1,1)].map(n=>this.extract(n,o,"era"))),this.eraCache[t]})}extract(t,o,n){const u=this.dtFormatter(t,o),d=u.formatToParts(),a=d.find(s=>s.type.toLowerCase()===n);return a?a.value:null}numberFormatter(t={}){return new ex(this.intl,t.forceSimple||this.fastNumbers,t)}dtFormatter(t,o={}){return new tx(t,this.intl,o)}relFormatter(t={}){return new ox(this.intl,this.isEnglish(),t)}listFormatter(t={}){return GA(this.intl,t)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:hy()?qA(this.locale):rx}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(t){return this.locale===t.locale&&this.numberingSystem===t.numberingSystem&&this.outputCalendar===t.outputCalendar}}let wc=null;class mo extends Da{static get utcInstance(){return wc===null&&(wc=new mo(0)),wc}static instance(t){return t===0?mo.utcInstance:new mo(t)}static parseSpecifier(t){if(t){const o=t.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(o)return new mo(Qu(o[1],o[2]))}return null}constructor(t){super(),this.fixed=t}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${mi(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${mi(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(t,o){return mi(this.fixed,o)}get isUniversal(){return!0}offset(){return this.fixed}equals(t){return t.type==="fixed"&&t.fixed===this.fixed}get isValid(){return!0}}class ey extends Da{constructor(t){super(),this.zoneName=t}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function fn(e,t){if(qe(e)||e===null)return t;if(e instanceof Da)return e;if(ix(e)){const o=e.toLowerCase();return o==="default"?t:o==="local"||o==="system"?_i.instance:o==="utc"||o==="gmt"?mo.utcInstance:mo.parseSpecifier(o)||wr.create(e)}else return zn(e)?mo.instance(e):typeof e=="object"&&"offset"in e&&typeof e.offset=="function"?e:new ey(e)}let ty=()=>Date.now(),oy="system",ry=null,ny=null,ay=null,iy=60,uy,dy=null;class Ut{static get now(){return ty}static set now(t){ty=t}static set defaultZone(t){oy=t}static get defaultZone(){return fn(oy,_i.instance)}static get defaultLocale(){return ry}static set defaultLocale(t){ry=t}static get defaultNumberingSystem(){return ny}static set defaultNumberingSystem(t){ny=t}static get defaultOutputCalendar(){return ay}static set defaultOutputCalendar(t){ay=t}static get defaultWeekSettings(){return dy}static set defaultWeekSettings(t){dy=jc(t)}static get twoDigitCutoffYear(){return iy}static set twoDigitCutoffYear(t){iy=t%100}static get throwOnInvalid(){return uy}static set throwOnInvalid(t){uy=t}static resetCaches(){St.resetCache(),wr.resetCache()}}class fr{constructor(t,o){this.reason=t,this.explanation=o}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const sy=[0,31,59,90,120,151,181,212,243,273,304,334],cy=[0,31,60,91,121,152,182,213,244,274,305,335];function Xo(e,t){return new fr("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function Sc(e,t,o){const n=new Date(Date.UTC(e,t-1,o));e<100&&e>=0&&n.setUTCFullYear(n.getUTCFullYear()-1900);const u=n.getUTCDay();return u===0?7:u}function ly(e,t,o){return o+(pi(e)?cy:sy)[t-1]}function fy(e,t){const o=pi(e)?cy:sy,n=o.findIndex(d=>d<t),u=t-o[n];return{month:n+1,day:u}}function Ac(e,t){return(e-t+7)%7+1}function Zu(e,t=4,o=1){const{year:n,month:u,day:d}=e,a=ly(n,u,d),s=Ac(Sc(n,u,d),o);let l=Math.floor((a-s+14-t)/7),f;return l<1?(f=n-1,l=ki(f,t,o)):l>ki(n,t,o)?(f=n+1,l=1):f=n,{weekYear:f,weekNumber:l,weekday:s,...td(e)}}function gy(e,t=4,o=1){const{weekYear:n,weekNumber:u,weekday:d}=e,a=Ac(Sc(n,1,t),o),s=wa(n);let l=u*7+d-a-7+t,f;l<1?(f=n-1,l+=wa(f)):l>s?(f=n+1,l-=wa(n)):f=n;const{month:p,day:g}=fy(f,l);return{year:f,month:p,day:g,...td(e)}}function xc(e){const{year:t,month:o,day:n}=e,u=ly(t,o,n);return{year:t,ordinal:u,...td(e)}}function py(e){const{year:t,ordinal:o}=e,{month:n,day:u}=fy(t,o);return{year:t,month:n,day:u,...td(e)}}function ky(e,t){if(!qe(e.localWeekday)||!qe(e.localWeekNumber)||!qe(e.localWeekYear)){if(!qe(e.weekday)||!qe(e.weekNumber)||!qe(e.weekYear))throw new Ca("Cannot mix locale-based week fields with ISO-based week fields");return qe(e.localWeekday)||(e.weekday=e.localWeekday),qe(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),qe(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}else return{minDaysInFirstWeek:4,startOfWeek:1}}function nx(e,t=4,o=1){const n=Ku(e.weekYear),u=Qo(e.weekNumber,1,ki(e.weekYear,t,o)),d=Qo(e.weekday,1,7);return n?u?d?!1:Xo("weekday",e.weekday):Xo("week",e.weekNumber):Xo("weekYear",e.weekYear)}function ax(e){const t=Ku(e.year),o=Qo(e.ordinal,1,wa(e.year));return t?o?!1:Xo("ordinal",e.ordinal):Xo("year",e.year)}function my(e){const t=Ku(e.year),o=Qo(e.month,1,12),n=Qo(e.day,1,Ju(e.year,e.month));return t?o?n?!1:Xo("day",e.day):Xo("month",e.month):Xo("year",e.year)}function yy(e){const{hour:t,minute:o,second:n,millisecond:u}=e,d=Qo(t,0,23)||t===24&&o===0&&n===0&&u===0,a=Qo(o,0,59),s=Qo(n,0,59),l=Qo(u,0,999);return d?a?s?l?!1:Xo("millisecond",u):Xo("second",n):Xo("minute",o):Xo("hour",t)}function qe(e){return typeof e>"u"}function zn(e){return typeof e=="number"}function Ku(e){return typeof e=="number"&&e%1===0}function ix(e){return typeof e=="string"}function ux(e){return Object.prototype.toString.call(e)==="[object Date]"}function by(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function hy(){try{return typeof Intl<"u"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch{return!1}}function dx(e){return Array.isArray(e)?e:[e]}function vy(e,t,o){if(e.length!==0)return e.reduce((n,u)=>{const d=[t(u),u];return n&&o(n[0],d[0])===n[0]?n:d},null)[1]}function sx(e,t){return t.reduce((o,n)=>(o[n]=e[n],o),{})}function Ea(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function jc(e){if(e==null)return null;if(typeof e!="object")throw new wo("Week settings must be an object");if(!Qo(e.firstDay,1,7)||!Qo(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some(t=>!Qo(t,1,7)))throw new wo("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function Qo(e,t,o){return Ku(e)&&e>=t&&e<=o}function cx(e,t){return e-t*Math.floor(e/t)}function eo(e,t=2){const o=e<0;let n;return o?n="-"+(""+-e).padStart(t,"0"):n=(""+e).padStart(t,"0"),n}function gn(e){if(!(qe(e)||e===null||e===""))return parseInt(e,10)}function Yn(e){if(!(qe(e)||e===null||e===""))return parseFloat(e)}function Tc(e){if(!(qe(e)||e===null||e==="")){const t=parseFloat("0."+e)*1e3;return Math.floor(t)}}function Ic(e,t,o=!1){const n=10**t;return(o?Math.trunc:Math.round)(e*n)/n}function pi(e){return e%4===0&&(e%100!==0||e%400===0)}function wa(e){return pi(e)?366:365}function Ju(e,t){const o=cx(t-1,12)+1,n=e+(t-o)/12;return o===2?pi(n)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][o-1]}function Xu(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function Fy(e,t,o){return-Ac(Sc(e,1,t),o)+t-1}function ki(e,t=4,o=1){const n=Fy(e,t,o),u=Fy(e+1,t,o);return(wa(e)-n+u)/7}function Oc(e){return e>99?e:e>Ut.twoDigitCutoffYear?1900+e:2e3+e}function By(e,t,o,n=null){const u=new Date(e),d={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};n&&(d.timeZone=n);const a={timeZoneName:t,...d},s=new Intl.DateTimeFormat(o,a).formatToParts(u).find(l=>l.type.toLowerCase()==="timezonename");return s?s.value:null}function Qu(e,t){let o=parseInt(e,10);Number.isNaN(o)&&(o=0);const n=parseInt(t,10)||0,u=o<0||Object.is(o,-0)?-n:n;return o*60+u}function Cy(e){const t=Number(e);if(typeof e=="boolean"||e===""||Number.isNaN(t))throw new wo(`Invalid unit value ${e}`);return t}function ed(e,t){const o={};for(const n in e)if(Ea(e,n)){const u=e[n];if(u==null)continue;o[t(n)]=Cy(u)}return o}function mi(e,t){const o=Math.trunc(Math.abs(e/60)),n=Math.trunc(Math.abs(e%60)),u=e>=0?"+":"-";switch(t){case"short":return`${u}${eo(o,2)}:${eo(n,2)}`;case"narrow":return`${u}${o}${n>0?`:${n}`:""}`;case"techie":return`${u}${eo(o,2)}${eo(n,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function td(e){return sx(e,["hour","minute","second","millisecond"])}const lx=["January","February","March","April","May","June","July","August","September","October","November","December"],Dy=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],fx=["J","F","M","A","M","J","J","A","S","O","N","D"];function Ey(e){switch(e){case"narrow":return[...fx];case"short":return[...Dy];case"long":return[...lx];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const wy=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],Sy=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],gx=["M","T","W","T","F","S","S"];function Ay(e){switch(e){case"narrow":return[...gx];case"short":return[...Sy];case"long":return[...wy];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const xy=["AM","PM"],px=["Before Christ","Anno Domini"],kx=["BC","AD"],mx=["B","A"];function jy(e){switch(e){case"narrow":return[...mx];case"short":return[...kx];case"long":return[...px];default:return null}}function yx(e){return xy[e.hour<12?0:1]}function bx(e,t){return Ay(t)[e.weekday-1]}function hx(e,t){return Ey(t)[e.month-1]}function vx(e,t){return jy(t)[e.year<0?0:1]}function Fx(e,t,o="always",n=!1){const u={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},d=["hours","minutes","seconds"].indexOf(e)===-1;if(o==="auto"&&d){const g=e==="days";switch(t){case 1:return g?"tomorrow":`next ${u[e][0]}`;case-1:return g?"yesterday":`last ${u[e][0]}`;case 0:return g?"today":`this ${u[e][0]}`}}const a=Object.is(t,-0)||t<0,s=Math.abs(t),l=s===1,f=u[e],p=n?l?f[1]:f[2]||f[1]:l?u[e][0]:e;return a?`${s} ${p} ago`:`in ${s} ${p}`}function Ty(e,t){let o="";for(const n of e)n.literal?o+=n.val:o+=t(n.val);return o}const Bx={D:Uu,DD:Om,DDD:Rm,DDDD:Mm,t:Lm,tt:$m,ttt:Nm,tttt:Hm,T:Pm,TT:_m,TTT:Wm,TTTT:Vm,f:Gm,ff:zm,fff:qm,ffff:Km,F:Um,FF:Ym,FFF:Zm,FFFF:Jm};class yo{static create(t,o={}){return new yo(t,o)}static parseFormat(t){let o=null,n="",u=!1;const d=[];for(let a=0;a<t.length;a++){const s=t.charAt(a);s==="'"?(n.length>0&&d.push({literal:u||/^\s+$/.test(n),val:n}),o=null,n="",u=!u):u||s===o?n+=s:(n.length>0&&d.push({literal:/^\s+$/.test(n),val:n}),n=s,o=s)}return n.length>0&&d.push({literal:u||/^\s+$/.test(n),val:n}),d}static macroTokenToFormatOpts(t){return Bx[t]}constructor(t,o){this.opts=o,this.loc=t,this.systemLoc=null}formatWithSystemDefault(t,o){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(t,{...this.opts,...o}).format()}dtFormatter(t,o={}){return this.loc.dtFormatter(t,{...this.opts,...o})}formatDateTime(t,o){return this.dtFormatter(t,o).format()}formatDateTimeParts(t,o){return this.dtFormatter(t,o).formatToParts()}formatInterval(t,o){return this.dtFormatter(t.start,o).dtf.formatRange(t.start.toJSDate(),t.end.toJSDate())}resolvedOptions(t,o){return this.dtFormatter(t,o).resolvedOptions()}num(t,o=0){if(this.opts.forceSimple)return eo(t,o);const n={...this.opts};return o>0&&(n.padTo=o),this.loc.numberFormatter(n).format(t)}formatDateTimeFromString(t,o){const n=this.loc.listingMode()==="en",u=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",d=(y,b)=>this.loc.extract(t,y,b),a=y=>t.isOffsetFixed&&t.offset===0&&y.allowZ?"Z":t.isValid?t.zone.formatOffset(t.ts,y.format):"",s=()=>n?yx(t):d({hour:"numeric",hourCycle:"h12"},"dayperiod"),l=(y,b)=>n?hx(t,y):d(b?{month:y}:{month:y,day:"numeric"},"month"),f=(y,b)=>n?bx(t,y):d(b?{weekday:y}:{weekday:y,month:"long",day:"numeric"},"weekday"),p=y=>{const b=yo.macroTokenToFormatOpts(y);return b?this.formatWithSystemDefault(t,b):y},g=y=>n?vx(t,y):d({era:y},"era"),k=y=>{switch(y){case"S":return this.num(t.millisecond);case"u":case"SSS":return this.num(t.millisecond,3);case"s":return this.num(t.second);case"ss":return this.num(t.second,2);case"uu":return this.num(Math.floor(t.millisecond/10),2);case"uuu":return this.num(Math.floor(t.millisecond/100));case"m":return this.num(t.minute);case"mm":return this.num(t.minute,2);case"h":return this.num(t.hour%12===0?12:t.hour%12);case"hh":return this.num(t.hour%12===0?12:t.hour%12,2);case"H":return this.num(t.hour);case"HH":return this.num(t.hour,2);case"Z":return a({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return a({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return a({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return t.zone.offsetName(t.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return t.zone.offsetName(t.ts,{format:"long",locale:this.loc.locale});case"z":return t.zoneName;case"a":return s();case"d":return u?d({day:"numeric"},"day"):this.num(t.day);case"dd":return u?d({day:"2-digit"},"day"):this.num(t.day,2);case"c":return this.num(t.weekday);case"ccc":return f("short",!0);case"cccc":return f("long",!0);case"ccccc":return f("narrow",!0);case"E":return this.num(t.weekday);case"EEE":return f("short",!1);case"EEEE":return f("long",!1);case"EEEEE":return f("narrow",!1);case"L":return u?d({month:"numeric",day:"numeric"},"month"):this.num(t.month);case"LL":return u?d({month:"2-digit",day:"numeric"},"month"):this.num(t.month,2);case"LLL":return l("short",!0);case"LLLL":return l("long",!0);case"LLLLL":return l("narrow",!0);case"M":return u?d({month:"numeric"},"month"):this.num(t.month);case"MM":return u?d({month:"2-digit"},"month"):this.num(t.month,2);case"MMM":return l("short",!1);case"MMMM":return l("long",!1);case"MMMMM":return l("narrow",!1);case"y":return u?d({year:"numeric"},"year"):this.num(t.year);case"yy":return u?d({year:"2-digit"},"year"):this.num(t.year.toString().slice(-2),2);case"yyyy":return u?d({year:"numeric"},"year"):this.num(t.year,4);case"yyyyyy":return u?d({year:"numeric"},"year"):this.num(t.year,6);case"G":return g("short");case"GG":return g("long");case"GGGGG":return g("narrow");case"kk":return this.num(t.weekYear.toString().slice(-2),2);case"kkkk":return this.num(t.weekYear,4);case"W":return this.num(t.weekNumber);case"WW":return this.num(t.weekNumber,2);case"n":return this.num(t.localWeekNumber);case"nn":return this.num(t.localWeekNumber,2);case"ii":return this.num(t.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(t.localWeekYear,4);case"o":return this.num(t.ordinal);case"ooo":return this.num(t.ordinal,3);case"q":return this.num(t.quarter);case"qq":return this.num(t.quarter,2);case"X":return this.num(Math.floor(t.ts/1e3));case"x":return this.num(t.ts);default:return p(y)}};return Ty(yo.parseFormat(o),k)}formatDurationFromString(t,o){const n=l=>{switch(l[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},u=l=>f=>{const p=n(f);return p?this.num(l.get(p),f.length):f},d=yo.parseFormat(o),a=d.reduce((l,{literal:f,val:p})=>f?l:l.concat(p),[]),s=t.shiftTo(...a.map(n).filter(l=>l));return Ty(d,u(s))}}const Iy=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Sa(...e){const t=e.reduce((o,n)=>o+n.source,"");return RegExp(`^${t}$`)}function Aa(...e){return t=>e.reduce(([o,n,u],d)=>{const[a,s,l]=d(t,u);return[{...o,...a},s||n,l]},[{},null,1]).slice(0,2)}function xa(e,...t){if(e==null)return[null,null];for(const[o,n]of t){const u=o.exec(e);if(u)return n(u)}return[null,null]}function Oy(...e){return(t,o)=>{const n={};let u;for(u=0;u<e.length;u++)n[e[u]]=gn(t[o+u]);return[n,null,o+u]}}const Ry=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,Cx=`(?:${Ry.source}?(?:\\[(${Iy.source})\\])?)?`,Rc=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,My=RegExp(`${Rc.source}${Cx}`),Mc=RegExp(`(?:T${My.source})?`),Dx=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,Ex=/(\d{4})-?W(\d\d)(?:-?(\d))?/,wx=/(\d{4})-?(\d{3})/,Sx=Oy("weekYear","weekNumber","weekDay"),Ax=Oy("year","ordinal"),xx=/(\d{4})-(\d\d)-(\d\d)/,Ly=RegExp(`${Rc.source} ?(?:${Ry.source}|(${Iy.source}))?`),jx=RegExp(`(?: ${Ly.source})?`);function ja(e,t,o){const n=e[t];return qe(n)?o:gn(n)}function Tx(e,t){return[{year:ja(e,t),month:ja(e,t+1,1),day:ja(e,t+2,1)},null,t+3]}function Ta(e,t){return[{hours:ja(e,t,0),minutes:ja(e,t+1,0),seconds:ja(e,t+2,0),milliseconds:Tc(e[t+3])},null,t+4]}function yi(e,t){const o=!e[t]&&!e[t+1],n=Qu(e[t+1],e[t+2]),u=o?null:mo.instance(n);return[{},u,t+3]}function bi(e,t){const o=e[t]?wr.create(e[t]):null;return[{},o,t+1]}const Ix=RegExp(`^T?${Rc.source}$`),Ox=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function Rx(e){const[t,o,n,u,d,a,s,l,f]=e,p=t[0]==="-",g=l&&l[0]==="-",k=(y,b=!1)=>y!==void 0&&(b||y&&p)?-y:y;return[{years:k(Yn(o)),months:k(Yn(n)),weeks:k(Yn(u)),days:k(Yn(d)),hours:k(Yn(a)),minutes:k(Yn(s)),seconds:k(Yn(l),l==="-0"),milliseconds:k(Tc(f),g)}]}const Mx={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Lc(e,t,o,n,u,d,a){const s={year:t.length===2?Oc(gn(t)):gn(t),month:Dy.indexOf(o)+1,day:gn(n),hour:gn(u),minute:gn(d)};return a&&(s.second=gn(a)),e&&(s.weekday=e.length>3?wy.indexOf(e)+1:Sy.indexOf(e)+1),s}const Lx=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function $x(e){const[,t,o,n,u,d,a,s,l,f,p,g]=e,k=Lc(t,u,n,o,d,a,s);let y;return l?y=Mx[l]:f?y=0:y=Qu(p,g),[k,new mo(y)]}function Nx(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const Hx=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,Px=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,_x=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function $y(e){const[,t,o,n,u,d,a,s]=e;return[Lc(t,u,n,o,d,a,s),mo.utcInstance]}function Wx(e){const[,t,o,n,u,d,a,s]=e;return[Lc(t,s,o,n,u,d,a),mo.utcInstance]}const Vx=Sa(Dx,Mc),Gx=Sa(Ex,Mc),Ux=Sa(wx,Mc),zx=Sa(My),Ny=Aa(Tx,Ta,yi,bi),Yx=Aa(Sx,Ta,yi,bi),qx=Aa(Ax,Ta,yi,bi),Zx=Aa(Ta,yi,bi);function Kx(e){return xa(e,[Vx,Ny],[Gx,Yx],[Ux,qx],[zx,Zx])}function Jx(e){return xa(Nx(e),[Lx,$x])}function Xx(e){return xa(e,[Hx,$y],[Px,$y],[_x,Wx])}function Qx(e){return xa(e,[Ox,Rx])}const ej=Aa(Ta);function tj(e){return xa(e,[Ix,ej])}const oj=Sa(xx,jx),rj=Sa(Ly),nj=Aa(Ta,yi,bi);function aj(e){return xa(e,[oj,Ny],[rj,nj])}const Hy="Invalid Duration",Py={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},ij={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...Py},er=146097/400,Ia=146097/4800,uj={years:{quarters:4,months:12,weeks:er/7,days:er,hours:er*24,minutes:er*24*60,seconds:er*24*60*60,milliseconds:er*24*60*60*1e3},quarters:{months:3,weeks:er/28,days:er/4,hours:er*24/4,minutes:er*24*60/4,seconds:er*24*60*60/4,milliseconds:er*24*60*60*1e3/4},months:{weeks:Ia/7,days:Ia,hours:Ia*24,minutes:Ia*24*60,seconds:Ia*24*60*60,milliseconds:Ia*24*60*60*1e3},...Py},qn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],dj=qn.slice(0).reverse();function pn(e,t,o=!1){const n={values:o?t.values:{...e.values,...t.values||{}},loc:e.loc.clone(t.loc),conversionAccuracy:t.conversionAccuracy||e.conversionAccuracy,matrix:t.matrix||e.matrix};return new bt(n)}function _y(e,t){var o;let n=(o=t.milliseconds)!=null?o:0;for(const u of dj.slice(1))t[u]&&(n+=t[u]*e[u].milliseconds);return n}function Wy(e,t){const o=_y(e,t)<0?-1:1;qn.reduceRight((n,u)=>{if(qe(t[u]))return n;if(n){const d=t[n]*o,a=e[u][n],s=Math.floor(d/a);t[u]+=s*o,t[n]-=s*a*o}return u},null),qn.reduce((n,u)=>{if(qe(t[u]))return n;if(n){const d=t[n]%1;t[n]-=d,t[u]+=d*e[n][u]}return u},null)}function sj(e){const t={};for(const[o,n]of Object.entries(e))n!==0&&(t[o]=n);return t}class bt{constructor(t){const o=t.conversionAccuracy==="longterm"||!1;let n=o?uj:ij;t.matrix&&(n=t.matrix),this.values=t.values,this.loc=t.loc||St.create(),this.conversionAccuracy=o?"longterm":"casual",this.invalid=t.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(t,o){return bt.fromObject({milliseconds:t},o)}static fromObject(t,o={}){if(t==null||typeof t!="object")throw new wo(`Duration.fromObject: argument expected to be an object, got ${t===null?"null":typeof t}`);return new bt({values:ed(t,bt.normalizeUnit),loc:St.fromObject(o),conversionAccuracy:o.conversionAccuracy,matrix:o.matrix})}static fromDurationLike(t){if(zn(t))return bt.fromMillis(t);if(bt.isDuration(t))return t;if(typeof t=="object")return bt.fromObject(t);throw new wo(`Unknown duration argument ${t} of type ${typeof t}`)}static fromISO(t,o){const[n]=Qx(t);return n?bt.fromObject(n,o):bt.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static fromISOTime(t,o){const[n]=tj(t);return n?bt.fromObject(n,o):bt.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static invalid(t,o=null){if(!t)throw new wo("need to specify a reason the Duration is invalid");const n=t instanceof fr?t:new fr(t,o);if(Ut.throwOnInvalid)throw new $A(n);return new bt({invalid:n})}static normalizeUnit(t){const o={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[t&&t.toLowerCase()];if(!o)throw new Im(t);return o}static isDuration(t){return t&&t.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(t,o={}){const n={...o,floor:o.round!==!1&&o.floor!==!1};return this.isValid?yo.create(this.loc,n).formatDurationFromString(this,t):Hy}toHuman(t={}){if(!this.isValid)return Hy;const o=qn.map(n=>{const u=this.values[n];return qe(u)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...t,unit:n.slice(0,-1)}).format(u)}).filter(n=>n);return this.loc.listFormatter({type:"conjunction",style:t.listStyle||"narrow",...t}).format(o)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let t="P";return this.years!==0&&(t+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(t+=this.months+this.quarters*3+"M"),this.weeks!==0&&(t+=this.weeks+"W"),this.days!==0&&(t+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(t+="T"),this.hours!==0&&(t+=this.hours+"H"),this.minutes!==0&&(t+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(t+=Ic(this.seconds+this.milliseconds/1e3,3)+"S"),t==="P"&&(t+="T0S"),t}toISOTime(t={}){if(!this.isValid)return null;const o=this.toMillis();return o<0||o>=864e5?null:(t={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...t,includeOffset:!1},et.fromMillis(o,{zone:"UTC"}).toISOTime(t))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?_y(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(t){if(!this.isValid)return this;const o=bt.fromDurationLike(t),n={};for(const u of qn)(Ea(o.values,u)||Ea(this.values,u))&&(n[u]=o.get(u)+this.get(u));return pn(this,{values:n},!0)}minus(t){if(!this.isValid)return this;const o=bt.fromDurationLike(t);return this.plus(o.negate())}mapUnits(t){if(!this.isValid)return this;const o={};for(const n of Object.keys(this.values))o[n]=Cy(t(this.values[n],n));return pn(this,{values:o},!0)}get(t){return this[bt.normalizeUnit(t)]}set(t){if(!this.isValid)return this;const o={...this.values,...ed(t,bt.normalizeUnit)};return pn(this,{values:o})}reconfigure({locale:t,numberingSystem:o,conversionAccuracy:n,matrix:u}={}){const a={loc:this.loc.clone({locale:t,numberingSystem:o}),matrix:u,conversionAccuracy:n};return pn(this,a)}as(t){return this.isValid?this.shiftTo(t).get(t):NaN}normalize(){if(!this.isValid)return this;const t=this.toObject();return Wy(this.matrix,t),pn(this,{values:t},!0)}rescale(){if(!this.isValid)return this;const t=sj(this.normalize().shiftToAll().toObject());return pn(this,{values:t},!0)}shiftTo(...t){if(!this.isValid)return this;if(t.length===0)return this;t=t.map(a=>bt.normalizeUnit(a));const o={},n={},u=this.toObject();let d;for(const a of qn)if(t.indexOf(a)>=0){d=a;let s=0;for(const f in n)s+=this.matrix[f][a]*n[f],n[f]=0;zn(u[a])&&(s+=u[a]);const l=Math.trunc(s);o[a]=l,n[a]=(s*1e3-l*1e3)/1e3}else zn(u[a])&&(n[a]=u[a]);for(const a in n)n[a]!==0&&(o[d]+=a===d?n[a]:n[a]/this.matrix[d][a]);return Wy(this.matrix,o),pn(this,{values:o},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const t={};for(const o of Object.keys(this.values))t[o]=this.values[o]===0?0:-this.values[o];return pn(this,{values:t},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(t){if(!this.isValid||!t.isValid||!this.loc.equals(t.loc))return!1;function o(n,u){return n===void 0||n===0?u===void 0||u===0:n===u}for(const n of qn)if(!o(this.values[n],t.values[n]))return!1;return!0}}const Oa="Invalid Interval";function cj(e,t){return!e||!e.isValid?Vt.invalid("missing or invalid start"):!t||!t.isValid?Vt.invalid("missing or invalid end"):t<e?Vt.invalid("end before start",`The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`):null}class Vt{constructor(t){this.s=t.start,this.e=t.end,this.invalid=t.invalid||null,this.isLuxonInterval=!0}static invalid(t,o=null){if(!t)throw new wo("need to specify a reason the Interval is invalid");const n=t instanceof fr?t:new fr(t,o);if(Ut.throwOnInvalid)throw new LA(n);return new Vt({invalid:n})}static fromDateTimes(t,o){const n=Fi(t),u=Fi(o),d=cj(n,u);return d??new Vt({start:n,end:u})}static after(t,o){const n=bt.fromDurationLike(o),u=Fi(t);return Vt.fromDateTimes(u,u.plus(n))}static before(t,o){const n=bt.fromDurationLike(o),u=Fi(t);return Vt.fromDateTimes(u.minus(n),u)}static fromISO(t,o){const[n,u]=(t||"").split("/",2);if(n&&u){let d,a;try{d=et.fromISO(n,o),a=d.isValid}catch{a=!1}let s,l;try{s=et.fromISO(u,o),l=s.isValid}catch{l=!1}if(a&&l)return Vt.fromDateTimes(d,s);if(a){const f=bt.fromISO(u,o);if(f.isValid)return Vt.after(d,f)}else if(l){const f=bt.fromISO(n,o);if(f.isValid)return Vt.before(s,f)}}return Vt.invalid("unparsable",`the input "${t}" can't be parsed as ISO 8601`)}static isInterval(t){return t&&t.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(t="milliseconds"){return this.isValid?this.toDuration(t).get(t):NaN}count(t="milliseconds",o){if(!this.isValid)return NaN;const n=this.start.startOf(t,o);let u;return o!=null&&o.useLocaleWeeks?u=this.end.reconfigure({locale:n.locale}):u=this.end,u=u.startOf(t,o),Math.floor(u.diff(n,t).get(t))+(u.valueOf()!==this.end.valueOf())}hasSame(t){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,t):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(t){return this.isValid?this.s>t:!1}isBefore(t){return this.isValid?this.e<=t:!1}contains(t){return this.isValid?this.s<=t&&this.e>t:!1}set({start:t,end:o}={}){return this.isValid?Vt.fromDateTimes(t||this.s,o||this.e):this}splitAt(...t){if(!this.isValid)return[];const o=t.map(Fi).filter(a=>this.contains(a)).sort((a,s)=>a.toMillis()-s.toMillis()),n=[];let{s:u}=this,d=0;for(;u<this.e;){const a=o[d]||this.e,s=+a>+this.e?this.e:a;n.push(Vt.fromDateTimes(u,s)),u=s,d+=1}return n}splitBy(t){const o=bt.fromDurationLike(t);if(!this.isValid||!o.isValid||o.as("milliseconds")===0)return[];let{s:n}=this,u=1,d;const a=[];for(;n<this.e;){const s=this.start.plus(o.mapUnits(l=>l*u));d=+s>+this.e?this.e:s,a.push(Vt.fromDateTimes(n,d)),n=d,u+=1}return a}divideEqually(t){return this.isValid?this.splitBy(this.length()/t).slice(0,t):[]}overlaps(t){return this.e>t.s&&this.s<t.e}abutsStart(t){return this.isValid?+this.e==+t.s:!1}abutsEnd(t){return this.isValid?+t.e==+this.s:!1}engulfs(t){return this.isValid?this.s<=t.s&&this.e>=t.e:!1}equals(t){return!this.isValid||!t.isValid?!1:this.s.equals(t.s)&&this.e.equals(t.e)}intersection(t){if(!this.isValid)return this;const o=this.s>t.s?this.s:t.s,n=this.e<t.e?this.e:t.e;return o>=n?null:Vt.fromDateTimes(o,n)}union(t){if(!this.isValid)return this;const o=this.s<t.s?this.s:t.s,n=this.e>t.e?this.e:t.e;return Vt.fromDateTimes(o,n)}static merge(t){const[o,n]=t.sort((u,d)=>u.s-d.s).reduce(([u,d],a)=>d?d.overlaps(a)||d.abutsStart(a)?[u,d.union(a)]:[u.concat([d]),a]:[u,a],[[],null]);return n&&o.push(n),o}static xor(t){let o=null,n=0;const u=[],d=t.map(l=>[{time:l.s,type:"s"},{time:l.e,type:"e"}]),a=Array.prototype.concat(...d),s=a.sort((l,f)=>l.time-f.time);for(const l of s)n+=l.type==="s"?1:-1,n===1?o=l.time:(o&&+o!=+l.time&&u.push(Vt.fromDateTimes(o,l.time)),o=null);return Vt.merge(u)}difference(...t){return Vt.xor([this].concat(t)).map(o=>this.intersection(o)).filter(o=>o&&!o.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} \u2013 ${this.e.toISO()})`:Oa}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(t=Uu,o={}){return this.isValid?yo.create(this.s.loc.clone(o),t).formatInterval(this):Oa}toISO(t){return this.isValid?`${this.s.toISO(t)}/${this.e.toISO(t)}`:Oa}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Oa}toISOTime(t){return this.isValid?`${this.s.toISOTime(t)}/${this.e.toISOTime(t)}`:Oa}toFormat(t,{separator:o=" \u2013 "}={}){return this.isValid?`${this.s.toFormat(t)}${o}${this.e.toFormat(t)}`:Oa}toDuration(t,o){return this.isValid?this.e.diff(this.s,t,o):bt.invalid(this.invalidReason)}mapEndpoints(t){return Vt.fromDateTimes(t(this.s),t(this.e))}}class hi{static hasDST(t=Ut.defaultZone){const o=et.now().setZone(t).set({month:12});return!t.isUniversal&&o.offset!==o.set({month:6}).offset}static isValidIANAZone(t){return wr.isValidZone(t)}static normalizeZone(t){return fn(t,Ut.defaultZone)}static getStartOfWeek({locale:t=null,locObj:o=null}={}){return(o||St.create(t)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:t=null,locObj:o=null}={}){return(o||St.create(t)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:t=null,locObj:o=null}={}){return(o||St.create(t)).getWeekendDays().slice()}static months(t="long",{locale:o=null,numberingSystem:n=null,locObj:u=null,outputCalendar:d="gregory"}={}){return(u||St.create(o,n,d)).months(t)}static monthsFormat(t="long",{locale:o=null,numberingSystem:n=null,locObj:u=null,outputCalendar:d="gregory"}={}){return(u||St.create(o,n,d)).months(t,!0)}static weekdays(t="long",{locale:o=null,numberingSystem:n=null,locObj:u=null}={}){return(u||St.create(o,n,null)).weekdays(t)}static weekdaysFormat(t="long",{locale:o=null,numberingSystem:n=null,locObj:u=null}={}){return(u||St.create(o,n,null)).weekdays(t,!0)}static meridiems({locale:t=null}={}){return St.create(t).meridiems()}static eras(t="short",{locale:o=null}={}){return St.create(o,null,"gregory").eras(t)}static features(){return{relative:by(),localeWeek:hy()}}}function Vy(e,t){const o=u=>u.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),n=o(t)-o(e);return Math.floor(bt.fromMillis(n).as("days"))}function lj(e,t,o){const n=[["years",(l,f)=>f.year-l.year],["quarters",(l,f)=>f.quarter-l.quarter+(f.year-l.year)*4],["months",(l,f)=>f.month-l.month+(f.year-l.year)*12],["weeks",(l,f)=>{const p=Vy(l,f);return(p-p%7)/7}],["days",Vy]],u={},d=e;let a,s;for(const[l,f]of n)o.indexOf(l)>=0&&(a=l,u[l]=f(e,t),s=d.plus(u),s>t?(u[l]--,e=d.plus(u),e>t&&(s=e,u[l]--,e=d.plus(u))):e=s);return[e,u,s,a]}function fj(e,t,o,n){let[u,d,a,s]=lj(e,t,o);const l=t-u,f=o.filter(g=>["hours","minutes","seconds","milliseconds"].indexOf(g)>=0);f.length===0&&(a<t&&(a=u.plus({[s]:1})),a!==u&&(d[s]=(d[s]||0)+l/(a-u)));const p=bt.fromObject(d,n);return f.length>0?bt.fromMillis(l,n).shiftTo(...f).plus(p):p}const $c={arab:"[\u0660-\u0669]",arabext:"[\u06F0-\u06F9]",bali:"[\u1B50-\u1B59]",beng:"[\u09E6-\u09EF]",deva:"[\u0966-\u096F]",fullwide:"[\uFF10-\uFF19]",gujr:"[\u0AE6-\u0AEF]",hanidec:"[\u3007|\u4E00|\u4E8C|\u4E09|\u56DB|\u4E94|\u516D|\u4E03|\u516B|\u4E5D]",khmr:"[\u17E0-\u17E9]",knda:"[\u0CE6-\u0CEF]",laoo:"[\u0ED0-\u0ED9]",limb:"[\u1946-\u194F]",mlym:"[\u0D66-\u0D6F]",mong:"[\u1810-\u1819]",mymr:"[\u1040-\u1049]",orya:"[\u0B66-\u0B6F]",tamldec:"[\u0BE6-\u0BEF]",telu:"[\u0C66-\u0C6F]",thai:"[\u0E50-\u0E59]",tibt:"[\u0F20-\u0F29]",latn:"\\d"},Gy={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},gj=$c.hanidec.replace(/[\[|\]]/g,"").split("");function pj(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let o=0;o<e.length;o++){const n=e.charCodeAt(o);if(e[o].search($c.hanidec)!==-1)t+=gj.indexOf(e[o]);else for(const u in Gy){const[d,a]=Gy[u];n>=d&&n<=a&&(t+=n-d)}}return parseInt(t,10)}else return t}function gr({numberingSystem:e},t=""){return new RegExp(`${$c[e||"latn"]}${t}`)}const kj="missing Intl.DateTimeFormat.formatToParts support";function Ft(e,t=o=>o){return{regex:e,deser:([o])=>t(pj(o))}}const mj="\xA0",Uy=`[ ${mj}]`,zy=new RegExp(Uy,"g");function yj(e){return e.replace(/\./g,"\\.?").replace(zy,Uy)}function Yy(e){return e.replace(/\./g,"").replace(zy," ").toLowerCase()}function pr(e,t){return e===null?null:{regex:RegExp(e.map(yj).join("|")),deser:([o])=>e.findIndex(n=>Yy(o)===Yy(n))+t}}function qy(e,t){return{regex:e,deser:([,o,n])=>Qu(o,n),groups:t}}function od(e){return{regex:e,deser:([t])=>t}}function bj(e){return e.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function hj(e,t){const o=gr(t),n=gr(t,"{2}"),u=gr(t,"{3}"),d=gr(t,"{4}"),a=gr(t,"{6}"),s=gr(t,"{1,2}"),l=gr(t,"{1,3}"),f=gr(t,"{1,6}"),p=gr(t,"{1,9}"),g=gr(t,"{2,4}"),k=gr(t,"{4,6}"),y=E=>({regex:RegExp(bj(E.val)),deser:([w])=>w,literal:!0}),D=(E=>{if(e.literal)return y(E);switch(E.val){case"G":return pr(t.eras("short"),0);case"GG":return pr(t.eras("long"),0);case"y":return Ft(f);case"yy":return Ft(g,Oc);case"yyyy":return Ft(d);case"yyyyy":return Ft(k);case"yyyyyy":return Ft(a);case"M":return Ft(s);case"MM":return Ft(n);case"MMM":return pr(t.months("short",!0),1);case"MMMM":return pr(t.months("long",!0),1);case"L":return Ft(s);case"LL":return Ft(n);case"LLL":return pr(t.months("short",!1),1);case"LLLL":return pr(t.months("long",!1),1);case"d":return Ft(s);case"dd":return Ft(n);case"o":return Ft(l);case"ooo":return Ft(u);case"HH":return Ft(n);case"H":return Ft(s);case"hh":return Ft(n);case"h":return Ft(s);case"mm":return Ft(n);case"m":return Ft(s);case"q":return Ft(s);case"qq":return Ft(n);case"s":return Ft(s);case"ss":return Ft(n);case"S":return Ft(l);case"SSS":return Ft(u);case"u":return od(p);case"uu":return od(s);case"uuu":return Ft(o);case"a":return pr(t.meridiems(),0);case"kkkk":return Ft(d);case"kk":return Ft(g,Oc);case"W":return Ft(s);case"WW":return Ft(n);case"E":case"c":return Ft(o);case"EEE":return pr(t.weekdays("short",!1),1);case"EEEE":return pr(t.weekdays("long",!1),1);case"ccc":return pr(t.weekdays("short",!0),1);case"cccc":return pr(t.weekdays("long",!0),1);case"Z":case"ZZ":return qy(new RegExp(`([+-]${s.source})(?::(${n.source}))?`),2);case"ZZZ":return qy(new RegExp(`([+-]${s.source})(${n.source})?`),2);case"z":return od(/[a-z_+-/]{1,256}?/i);case" ":return od(/[^\S\n\r]/);default:return y(E)}})(e)||{invalidReason:kj};return D.token=e,D}const vj={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function Fj(e,t,o){const{type:n,value:u}=e;if(n==="literal"){const l=/^\s+$/.test(u);return{literal:!l,val:l?" ":u}}const d=t[n];let a=n;n==="hour"&&(t.hour12!=null?a=t.hour12?"hour12":"hour24":t.hourCycle!=null?t.hourCycle==="h11"||t.hourCycle==="h12"?a="hour12":a="hour24":a=o.hour12?"hour12":"hour24");let s=vj[a];if(typeof s=="object"&&(s=s[d]),s)return{literal:!1,val:s}}function Bj(e){return[`^${e.map(o=>o.regex).reduce((o,n)=>`${o}(${n.source})`,"")}$`,e]}function Cj(e,t,o){const n=e.match(t);if(n){const u={};let d=1;for(const a in o)if(Ea(o,a)){const s=o[a],l=s.groups?s.groups+1:1;!s.literal&&s.token&&(u[s.token.val[0]]=s.deser(n.slice(d,d+l))),d+=l}return[n,u]}else return[n,{}]}function Dj(e){const t=d=>{switch(d){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let o=null,n;return qe(e.z)||(o=wr.create(e.z)),qe(e.Z)||(o||(o=new mo(e.Z)),n=e.Z),qe(e.q)||(e.M=(e.q-1)*3+1),qe(e.h)||(e.h<12&&e.a===1?e.h+=12:e.h===12&&e.a===0&&(e.h=0)),e.G===0&&e.y&&(e.y=-e.y),qe(e.u)||(e.S=Tc(e.u)),[Object.keys(e).reduce((d,a)=>{const s=t(a);return s&&(d[s]=e[a]),d},{}),o,n]}let Nc=null;function Ej(){return Nc||(Nc=et.fromMillis(1555555555555)),Nc}function wj(e,t){if(e.literal)return e;const o=yo.macroTokenToFormatOpts(e.val),n=Jy(o,t);return n==null||n.includes(void 0)?e:n}function Zy(e,t){return Array.prototype.concat(...e.map(o=>wj(o,t)))}function Ky(e,t,o){const n=Zy(yo.parseFormat(o),e),u=n.map(a=>hj(a,e)),d=u.find(a=>a.invalidReason);if(d)return{input:t,tokens:n,invalidReason:d.invalidReason};{const[a,s]=Bj(u),l=RegExp(a,"i"),[f,p]=Cj(t,l,s),[g,k,y]=p?Dj(p):[null,null,void 0];if(Ea(p,"a")&&Ea(p,"H"))throw new Ca("Can't include meridiem when specifying 24-hour format");return{input:t,tokens:n,regex:l,rawMatches:f,matches:p,result:g,zone:k,specificOffset:y}}}function Sj(e,t,o){const{result:n,zone:u,specificOffset:d,invalidReason:a}=Ky(e,t,o);return[n,u,d,a]}function Jy(e,t){if(!e)return null;const n=yo.create(t,e).dtFormatter(Ej()),u=n.formatToParts(),d=n.resolvedOptions();return u.map(a=>Fj(a,e,d))}const Hc="Invalid DateTime",Xy=864e13;function rd(e){return new fr("unsupported zone",`the zone "${e.name}" is not supported`)}function Pc(e){return e.weekData===null&&(e.weekData=Zu(e.c)),e.weekData}function _c(e){return e.localWeekData===null&&(e.localWeekData=Zu(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function Zn(e,t){const o={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new et({...o,...t,old:o})}function Qy(e,t,o){let n=e-t*60*1e3;const u=o.offset(n);if(t===u)return[n,t];n-=(u-t)*60*1e3;const d=o.offset(n);return u===d?[n,u]:[e-Math.min(u,d)*60*1e3,Math.max(u,d)]}function nd(e,t){e+=t*60*1e3;const o=new Date(e);return{year:o.getUTCFullYear(),month:o.getUTCMonth()+1,day:o.getUTCDate(),hour:o.getUTCHours(),minute:o.getUTCMinutes(),second:o.getUTCSeconds(),millisecond:o.getUTCMilliseconds()}}function ad(e,t,o){return Qy(Xu(e),t,o)}function eb(e,t){const o=e.o,n=e.c.year+Math.trunc(t.years),u=e.c.month+Math.trunc(t.months)+Math.trunc(t.quarters)*3,d={...e.c,year:n,month:u,day:Math.min(e.c.day,Ju(n,u))+Math.trunc(t.days)+Math.trunc(t.weeks)*7},a=bt.fromObject({years:t.years-Math.trunc(t.years),quarters:t.quarters-Math.trunc(t.quarters),months:t.months-Math.trunc(t.months),weeks:t.weeks-Math.trunc(t.weeks),days:t.days-Math.trunc(t.days),hours:t.hours,minutes:t.minutes,seconds:t.seconds,milliseconds:t.milliseconds}).as("milliseconds"),s=Xu(d);let[l,f]=Qy(s,o,e.zone);return a!==0&&(l+=a,f=e.zone.offset(l)),{ts:l,o:f}}function vi(e,t,o,n,u,d){const{setZone:a,zone:s}=o;if(e&&Object.keys(e).length!==0||t){const l=t||s,f=et.fromObject(e,{...o,zone:l,specificOffset:d});return a?f:f.setZone(s)}else return et.invalid(new fr("unparsable",`the input "${u}" can't be parsed as ${n}`))}function id(e,t,o=!0){return e.isValid?yo.create(St.create("en-US"),{allowZ:o,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Wc(e,t){const o=e.c.year>9999||e.c.year<0;let n="";return o&&e.c.year>=0&&(n+="+"),n+=eo(e.c.year,o?6:4),t?(n+="-",n+=eo(e.c.month),n+="-",n+=eo(e.c.day)):(n+=eo(e.c.month),n+=eo(e.c.day)),n}function tb(e,t,o,n,u,d){let a=eo(e.c.hour);return t?(a+=":",a+=eo(e.c.minute),(e.c.millisecond!==0||e.c.second!==0||!o)&&(a+=":")):a+=eo(e.c.minute),(e.c.millisecond!==0||e.c.second!==0||!o)&&(a+=eo(e.c.second),(e.c.millisecond!==0||!n)&&(a+=".",a+=eo(e.c.millisecond,3))),u&&(e.isOffsetFixed&&e.offset===0&&!d?a+="Z":e.o<0?(a+="-",a+=eo(Math.trunc(-e.o/60)),a+=":",a+=eo(Math.trunc(-e.o%60))):(a+="+",a+=eo(Math.trunc(e.o/60)),a+=":",a+=eo(Math.trunc(e.o%60)))),d&&(a+="["+e.zone.ianaName+"]"),a}const ob={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Aj={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},xj={ordinal:1,hour:0,minute:0,second:0,millisecond:0},rb=["year","month","day","hour","minute","second","millisecond"],jj=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],Tj=["year","ordinal","hour","minute","second","millisecond"];function Ij(e){const t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new Im(e);return t}function nb(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return Ij(e)}}function ab(e,t){const o=fn(t.zone,Ut.defaultZone),n=St.fromObject(t),u=Ut.now();let d,a;if(qe(e.year))d=u;else{for(const f of rb)qe(e[f])&&(e[f]=ob[f]);const s=my(e)||yy(e);if(s)return et.invalid(s);const l=o.offset(u);[d,a]=ad(e,l,o)}return new et({ts:d,zone:o,loc:n,o:a})}function ib(e,t,o){const n=qe(o.round)?!0:o.round,u=(a,s)=>(a=Ic(a,n||o.calendary?0:2,!0),t.loc.clone(o).relFormatter(o).format(a,s)),d=a=>o.calendary?t.hasSame(e,a)?0:t.startOf(a).diff(e.startOf(a),a).get(a):t.diff(e,a).get(a);if(o.unit)return u(d(o.unit),o.unit);for(const a of o.units){const s=d(a);if(Math.abs(s)>=1)return u(s,a)}return u(e>t?-0:0,o.units[o.units.length-1])}function ub(e){let t={},o;return e.length>0&&typeof e[e.length-1]=="object"?(t=e[e.length-1],o=Array.from(e).slice(0,e.length-1)):o=Array.from(e),[t,o]}class et{constructor(t){const o=t.zone||Ut.defaultZone;let n=t.invalid||(Number.isNaN(t.ts)?new fr("invalid input"):null)||(o.isValid?null:rd(o));this.ts=qe(t.ts)?Ut.now():t.ts;let u=null,d=null;if(!n)if(t.old&&t.old.ts===this.ts&&t.old.zone.equals(o))[u,d]=[t.old.c,t.old.o];else{const s=o.offset(this.ts);u=nd(this.ts,s),n=Number.isNaN(u.year)?new fr("invalid input"):null,u=n?null:u,d=n?null:s}this._zone=o,this.loc=t.loc||St.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=u,this.o=d,this.isLuxonDateTime=!0}static now(){return new et({})}static local(){const[t,o]=ub(arguments),[n,u,d,a,s,l,f]=o;return ab({year:n,month:u,day:d,hour:a,minute:s,second:l,millisecond:f},t)}static utc(){const[t,o]=ub(arguments),[n,u,d,a,s,l,f]=o;return t.zone=mo.utcInstance,ab({year:n,month:u,day:d,hour:a,minute:s,second:l,millisecond:f},t)}static fromJSDate(t,o={}){const n=ux(t)?t.valueOf():NaN;if(Number.isNaN(n))return et.invalid("invalid input");const u=fn(o.zone,Ut.defaultZone);return u.isValid?new et({ts:n,zone:u,loc:St.fromObject(o)}):et.invalid(rd(u))}static fromMillis(t,o={}){if(zn(t))return t<-Xy||t>Xy?et.invalid("Timestamp out of range"):new et({ts:t,zone:fn(o.zone,Ut.defaultZone),loc:St.fromObject(o)});throw new wo(`fromMillis requires a numerical input, but received a ${typeof t} with value ${t}`)}static fromSeconds(t,o={}){if(zn(t))return new et({ts:t*1e3,zone:fn(o.zone,Ut.defaultZone),loc:St.fromObject(o)});throw new wo("fromSeconds requires a numerical input")}static fromObject(t,o={}){t=t||{};const n=fn(o.zone,Ut.defaultZone);if(!n.isValid)return et.invalid(rd(n));const u=St.fromObject(o),d=ed(t,nb),{minDaysInFirstWeek:a,startOfWeek:s}=ky(d,u),l=Ut.now(),f=qe(o.specificOffset)?n.offset(l):o.specificOffset,p=!qe(d.ordinal),g=!qe(d.year),k=!qe(d.month)||!qe(d.day),y=g||k,b=d.weekYear||d.weekNumber;if((y||p)&&b)throw new Ca("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(k&&p)throw new Ca("Can't mix ordinal dates with month/day");const D=b||d.weekday&&!y;let E,w,B=nd(l,f);D?(E=jj,w=Aj,B=Zu(B,a,s)):p?(E=Tj,w=xj,B=xc(B)):(E=rb,w=ob);let L=!1;for(const T of E){const W=d[T];qe(W)?L?d[T]=w[T]:d[T]=B[T]:L=!0}const R=D?nx(d,a,s):p?ax(d):my(d),U=R||yy(d);if(U)return et.invalid(U);const P=D?gy(d,a,s):p?py(d):d,[J,Z]=ad(P,f,n),O=new et({ts:J,zone:n,o:Z,loc:u});return d.weekday&&y&&t.weekday!==O.weekday?et.invalid("mismatched weekday",`you can't specify both a weekday of ${d.weekday} and a date of ${O.toISO()}`):O}static fromISO(t,o={}){const[n,u]=Kx(t);return vi(n,u,o,"ISO 8601",t)}static fromRFC2822(t,o={}){const[n,u]=Jx(t);return vi(n,u,o,"RFC 2822",t)}static fromHTTP(t,o={}){const[n,u]=Xx(t);return vi(n,u,o,"HTTP",o)}static fromFormat(t,o,n={}){if(qe(t)||qe(o))throw new wo("fromFormat requires an input string and a format");const{locale:u=null,numberingSystem:d=null}=n,a=St.fromOpts({locale:u,numberingSystem:d,defaultToEN:!0}),[s,l,f,p]=Sj(a,t,o);return p?et.invalid(p):vi(s,l,n,`format ${o}`,t,f)}static fromString(t,o,n={}){return et.fromFormat(t,o,n)}static fromSQL(t,o={}){const[n,u]=aj(t);return vi(n,u,o,"SQL",t)}static invalid(t,o=null){if(!t)throw new wo("need to specify a reason the DateTime is invalid");const n=t instanceof fr?t:new fr(t,o);if(Ut.throwOnInvalid)throw new MA(n);return new et({invalid:n})}static isDateTime(t){return t&&t.isLuxonDateTime||!1}static parseFormatForOpts(t,o={}){const n=Jy(t,St.fromObject(o));return n?n.map(u=>u?u.val:null).join(""):null}static expandFormat(t,o={}){return Zy(yo.parseFormat(t),St.fromObject(o)).map(u=>u.val).join("")}get(t){return this[t]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Pc(this).weekYear:NaN}get weekNumber(){return this.isValid?Pc(this).weekNumber:NaN}get weekday(){return this.isValid?Pc(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?_c(this).weekday:NaN}get localWeekNumber(){return this.isValid?_c(this).weekNumber:NaN}get localWeekYear(){return this.isValid?_c(this).weekYear:NaN}get ordinal(){return this.isValid?xc(this.c).ordinal:NaN}get monthShort(){return this.isValid?hi.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?hi.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?hi.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?hi.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const t=864e5,o=6e4,n=Xu(this.c),u=this.zone.offset(n-t),d=this.zone.offset(n+t),a=this.zone.offset(n-u*o),s=this.zone.offset(n-d*o);if(a===s)return[this];const l=n-a*o,f=n-s*o,p=nd(l,a),g=nd(f,s);return p.hour===g.hour&&p.minute===g.minute&&p.second===g.second&&p.millisecond===g.millisecond?[Zn(this,{ts:l}),Zn(this,{ts:f})]:[this]}get isInLeapYear(){return pi(this.year)}get daysInMonth(){return Ju(this.year,this.month)}get daysInYear(){return this.isValid?wa(this.year):NaN}get weeksInWeekYear(){return this.isValid?ki(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?ki(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(t={}){const{locale:o,numberingSystem:n,calendar:u}=yo.create(this.loc.clone(t),t).resolvedOptions(this);return{locale:o,numberingSystem:n,outputCalendar:u}}toUTC(t=0,o={}){return this.setZone(mo.instance(t),o)}toLocal(){return this.setZone(Ut.defaultZone)}setZone(t,{keepLocalTime:o=!1,keepCalendarTime:n=!1}={}){if(t=fn(t,Ut.defaultZone),t.equals(this.zone))return this;if(t.isValid){let u=this.ts;if(o||n){const d=t.offset(this.ts),a=this.toObject();[u]=ad(a,d,t)}return Zn(this,{ts:u,zone:t})}else return et.invalid(rd(t))}reconfigure({locale:t,numberingSystem:o,outputCalendar:n}={}){const u=this.loc.clone({locale:t,numberingSystem:o,outputCalendar:n});return Zn(this,{loc:u})}setLocale(t){return this.reconfigure({locale:t})}set(t){if(!this.isValid)return this;const o=ed(t,nb),{minDaysInFirstWeek:n,startOfWeek:u}=ky(o,this.loc),d=!qe(o.weekYear)||!qe(o.weekNumber)||!qe(o.weekday),a=!qe(o.ordinal),s=!qe(o.year),l=!qe(o.month)||!qe(o.day),f=s||l,p=o.weekYear||o.weekNumber;if((f||a)&&p)throw new Ca("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(l&&a)throw new Ca("Can't mix ordinal dates with month/day");let g;d?g=gy({...Zu(this.c,n,u),...o},n,u):qe(o.ordinal)?(g={...this.toObject(),...o},qe(o.day)&&(g.day=Math.min(Ju(g.year,g.month),g.day))):g=py({...xc(this.c),...o});const[k,y]=ad(g,this.o,this.zone);return Zn(this,{ts:k,o:y})}plus(t){if(!this.isValid)return this;const o=bt.fromDurationLike(t);return Zn(this,eb(this,o))}minus(t){if(!this.isValid)return this;const o=bt.fromDurationLike(t).negate();return Zn(this,eb(this,o))}startOf(t,{useLocaleWeeks:o=!1}={}){if(!this.isValid)return this;const n={},u=bt.normalizeUnit(t);switch(u){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0;break}if(u==="weeks")if(o){const d=this.loc.getStartOfWeek(),{weekday:a}=this;a<d&&(n.weekNumber=this.weekNumber-1),n.weekday=d}else n.weekday=1;if(u==="quarters"){const d=Math.ceil(this.month/3);n.month=(d-1)*3+1}return this.set(n)}endOf(t,o){return this.isValid?this.plus({[t]:1}).startOf(t,o).minus(1):this}toFormat(t,o={}){return this.isValid?yo.create(this.loc.redefaultToEN(o)).formatDateTimeFromString(this,t):Hc}toLocaleString(t=Uu,o={}){return this.isValid?yo.create(this.loc.clone(o),t).formatDateTime(this):Hc}toLocaleParts(t={}){return this.isValid?yo.create(this.loc.clone(t),t).formatDateTimeParts(this):[]}toISO({format:t="extended",suppressSeconds:o=!1,suppressMilliseconds:n=!1,includeOffset:u=!0,extendedZone:d=!1}={}){if(!this.isValid)return null;const a=t==="extended";let s=Wc(this,a);return s+="T",s+=tb(this,a,o,n,u,d),s}toISODate({format:t="extended"}={}){return this.isValid?Wc(this,t==="extended"):null}toISOWeekDate(){return id(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:t=!1,suppressSeconds:o=!1,includeOffset:n=!0,includePrefix:u=!1,extendedZone:d=!1,format:a="extended"}={}){return this.isValid?(u?"T":"")+tb(this,a==="extended",o,t,n,d):null}toRFC2822(){return id(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return id(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Wc(this,!0):null}toSQLTime({includeOffset:t=!0,includeZone:o=!1,includeOffsetSpace:n=!0}={}){let u="HH:mm:ss.SSS";return(o||t)&&(n&&(u+=" "),o?u+="z":t&&(u+="ZZ")),id(this,u,!0)}toSQL(t={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(t)}`:null}toString(){return this.isValid?this.toISO():Hc}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(t={}){if(!this.isValid)return{};const o={...this.c};return t.includeConfig&&(o.outputCalendar=this.outputCalendar,o.numberingSystem=this.loc.numberingSystem,o.locale=this.loc.locale),o}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(t,o="milliseconds",n={}){if(!this.isValid||!t.isValid)return bt.invalid("created by diffing an invalid DateTime");const u={locale:this.locale,numberingSystem:this.numberingSystem,...n},d=dx(o).map(bt.normalizeUnit),a=t.valueOf()>this.valueOf(),s=a?this:t,l=a?t:this,f=fj(s,l,d,u);return a?f.negate():f}diffNow(t="milliseconds",o={}){return this.diff(et.now(),t,o)}until(t){return this.isValid?Vt.fromDateTimes(this,t):this}hasSame(t,o,n){if(!this.isValid)return!1;const u=t.valueOf(),d=this.setZone(t.zone,{keepLocalTime:!0});return d.startOf(o,n)<=u&&u<=d.endOf(o,n)}equals(t){return this.isValid&&t.isValid&&this.valueOf()===t.valueOf()&&this.zone.equals(t.zone)&&this.loc.equals(t.loc)}toRelative(t={}){if(!this.isValid)return null;const o=t.base||et.fromObject({},{zone:this.zone}),n=t.padding?this<o?-t.padding:t.padding:0;let u=["years","months","days","hours","minutes","seconds"],d=t.unit;return Array.isArray(t.unit)&&(u=t.unit,d=void 0),ib(o,this.plus(n),{...t,numeric:"always",units:u,unit:d})}toRelativeCalendar(t={}){return this.isValid?ib(t.base||et.fromObject({},{zone:this.zone}),this,{...t,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...t){if(!t.every(et.isDateTime))throw new wo("min requires all arguments be DateTimes");return vy(t,o=>o.valueOf(),Math.min)}static max(...t){if(!t.every(et.isDateTime))throw new wo("max requires all arguments be DateTimes");return vy(t,o=>o.valueOf(),Math.max)}static fromFormatExplain(t,o,n={}){const{locale:u=null,numberingSystem:d=null}=n,a=St.fromOpts({locale:u,numberingSystem:d,defaultToEN:!0});return Ky(a,t,o)}static fromStringExplain(t,o,n={}){return et.fromFormatExplain(t,o,n)}static get DATE_SHORT(){return Uu}static get DATE_MED(){return Om}static get DATE_MED_WITH_WEEKDAY(){return NA}static get DATE_FULL(){return Rm}static get DATE_HUGE(){return Mm}static get TIME_SIMPLE(){return Lm}static get TIME_WITH_SECONDS(){return $m}static get TIME_WITH_SHORT_OFFSET(){return Nm}static get TIME_WITH_LONG_OFFSET(){return Hm}static get TIME_24_SIMPLE(){return Pm}static get TIME_24_WITH_SECONDS(){return _m}static get TIME_24_WITH_SHORT_OFFSET(){return Wm}static get TIME_24_WITH_LONG_OFFSET(){return Vm}static get DATETIME_SHORT(){return Gm}static get DATETIME_SHORT_WITH_SECONDS(){return Um}static get DATETIME_MED(){return zm}static get DATETIME_MED_WITH_SECONDS(){return Ym}static get DATETIME_MED_WITH_WEEKDAY(){return HA}static get DATETIME_FULL(){return qm}static get DATETIME_FULL_WITH_SECONDS(){return Zm}static get DATETIME_HUGE(){return Km}static get DATETIME_HUGE_WITH_SECONDS(){return Jm}}function Fi(e){if(et.isDateTime(e))return e;if(e&&e.valueOf&&zn(e.valueOf()))return et.fromJSDate(e);if(e&&typeof e=="object")return et.fromObject(e);throw new wo(`Unknown datetime argument: ${e}, of type ${typeof e}`)}const Oj="3.4.4";Lo.DateTime=et,Lo.Duration=bt,Lo.FixedOffsetZone=mo,Lo.IANAZone=wr,Lo.Info=hi,Lo.Interval=Vt,Lo.InvalidZone=ey,Lo.Settings=Ut,Lo.SystemZone=_i,Lo.VERSION=Oj,Lo.Zone=Da;var Kn=Lo;ze.prototype.addYear=function(){this._date=this._date.plus({years:1})},ze.prototype.addMonth=function(){this._date=this._date.plus({months:1}).startOf("month")},ze.prototype.addDay=function(){this._date=this._date.plus({days:1}).startOf("day")},ze.prototype.addHour=function(){var e=this._date;this._date=this._date.plus({hours:1}).startOf("hour"),this._date<=e&&(this._date=this._date.plus({hours:1}))},ze.prototype.addMinute=function(){var e=this._date;this._date=this._date.plus({minutes:1}).startOf("minute"),this._date<e&&(this._date=this._date.plus({hours:1}))},ze.prototype.addSecond=function(){var e=this._date;this._date=this._date.plus({seconds:1}).startOf("second"),this._date<e&&(this._date=this._date.plus({hours:1}))},ze.prototype.subtractYear=function(){this._date=this._date.minus({years:1})},ze.prototype.subtractMonth=function(){this._date=this._date.minus({months:1}).endOf("month").startOf("second")},ze.prototype.subtractDay=function(){this._date=this._date.minus({days:1}).endOf("day").startOf("second")},ze.prototype.subtractHour=function(){var e=this._date;this._date=this._date.minus({hours:1}).endOf("hour").startOf("second"),this._date>=e&&(this._date=this._date.minus({hours:1}))},ze.prototype.subtractMinute=function(){var e=this._date;this._date=this._date.minus({minutes:1}).endOf("minute").startOf("second"),this._date>e&&(this._date=this._date.minus({hours:1}))},ze.prototype.subtractSecond=function(){var e=this._date;this._date=this._date.minus({seconds:1}).startOf("second"),this._date>e&&(this._date=this._date.minus({hours:1}))},ze.prototype.getDate=function(){return this._date.day},ze.prototype.getFullYear=function(){return this._date.year},ze.prototype.getDay=function(){var e=this._date.weekday;return e==7?0:e},ze.prototype.getMonth=function(){return this._date.month-1},ze.prototype.getHours=function(){return this._date.hour},ze.prototype.getMinutes=function(){return this._date.minute},ze.prototype.getSeconds=function(){return this._date.second},ze.prototype.getMilliseconds=function(){return this._date.millisecond},ze.prototype.getTime=function(){return this._date.valueOf()},ze.prototype.getUTCDate=function(){return this._getUTC().day},ze.prototype.getUTCFullYear=function(){return this._getUTC().year},ze.prototype.getUTCDay=function(){var e=this._getUTC().weekday;return e==7?0:e},ze.prototype.getUTCMonth=function(){return this._getUTC().month-1},ze.prototype.getUTCHours=function(){return this._getUTC().hour},ze.prototype.getUTCMinutes=function(){return this._getUTC().minute},ze.prototype.getUTCSeconds=function(){return this._getUTC().second},ze.prototype.toISOString=function(){return this._date.toUTC().toISO()},ze.prototype.toJSON=function(){return this._date.toJSON()},ze.prototype.setDate=function(e){this._date=this._date.set({day:e})},ze.prototype.setFullYear=function(e){this._date=this._date.set({year:e})},ze.prototype.setDay=function(e){this._date=this._date.set({weekday:e})},ze.prototype.setMonth=function(e){this._date=this._date.set({month:e+1})},ze.prototype.setHours=function(e){this._date=this._date.set({hour:e})},ze.prototype.setMinutes=function(e){this._date=this._date.set({minute:e})},ze.prototype.setSeconds=function(e){this._date=this._date.set({second:e})},ze.prototype.setMilliseconds=function(e){this._date=this._date.set({millisecond:e})},ze.prototype._getUTC=function(){return this._date.toUTC()},ze.prototype.toString=function(){return this.toDate().toString()},ze.prototype.toDate=function(){return this._date.toJSDate()},ze.prototype.isLastDayOfMonth=function(){var e=this._date.plus({days:1}).startOf("day");return this._date.month!==e.month},ze.prototype.isLastWeekdayOfMonth=function(){var e=this._date.plus({days:7}).startOf("day");return this._date.month!==e.month};function ze(e,t){var o={zone:t};if(e?e instanceof ze?this._date=e._date:e instanceof Date?this._date=Kn.DateTime.fromJSDate(e,o):typeof e=="number"?this._date=Kn.DateTime.fromMillis(e,o):typeof e=="string"&&(this._date=Kn.DateTime.fromISO(e,o),this._date.isValid||(this._date=Kn.DateTime.fromRFC2822(e,o)),this._date.isValid||(this._date=Kn.DateTime.fromSQL(e,o)),this._date.isValid||(this._date=Kn.DateTime.fromFormat(e,"EEE, d MMM yyyy HH:mm:ss",o))):this._date=Kn.DateTime.local(),!this._date||!this._date.isValid)throw new Error("CronDate: unhandled timestamp: "+JSON.stringify(e));t&&t!==this._date.zoneName&&(this._date=this._date.setZone(t))}var Rj=ze;function Jn(e){return{start:e,count:1}}function db(e,t){e.end=t,e.step=t-e.start,e.count=2}function Vc(e,t,o){t&&(t.count===2?(e.push(Jn(t.start)),e.push(Jn(t.end))):e.push(t)),o&&e.push(o)}function Mj(e){for(var t=[],o=void 0,n=0;n<e.length;n++){var u=e[n];typeof u!="number"?(Vc(t,o,Jn(u)),o=void 0):o?o.count===1?db(o,u):o.step===u-o.end?(o.count++,o.end=u):o.count===2?(t.push(Jn(o.start)),o=Jn(o.end),db(o,u)):(Vc(t,o),o=Jn(u)):o=Jn(u)}return Vc(t,o),t}var Lj=Mj,$j=Lj;function Nj(e,t,o){var n=$j(e);if(n.length===1){var u=n[0],d=u.step;if(d===1&&u.start===t&&u.end===o)return"*";if(d!==1&&u.start===t&&u.end===o-d+1)return"*/"+d}for(var a=[],s=0,l=n.length;s<l;++s){var f=n[s];if(f.count===1){a.push(f.start);continue}var d=f.step;if(f.step===1){a.push(f.start+"-"+f.end);continue}var p=f.start==0?f.count-1:f.count;f.step*p>f.end?a=a.concat(Array.from({length:f.end-f.start+1}).map(function(k,y){var b=f.start+y;return(b-f.start)%f.step===0?b:null}).filter(function(k){return k!=null})):f.end===o-f.step+1?a.push(f.start+"/"+f.step):a.push(f.start+"-"+f.end+"/"+f.step)}return a.join(",")}var Hj=Nj,Xn=Rj,Pj=Hj,sb=1e4;function De(e,t){this._options=t,this._utc=t.utc||!1,this._tz=this._utc?"UTC":t.tz,this._currentDate=new Xn(t.currentDate,this._tz),this._startDate=t.startDate?new Xn(t.startDate,this._tz):null,this._endDate=t.endDate?new Xn(t.endDate,this._tz):null,this._isIterator=t.iterator||!1,this._hasIterated=!1,this._nthDayOfWeek=t.nthDayOfWeek||0,this.fields=De._freezeFields(e)}De.map=["second","minute","hour","dayOfMonth","month","dayOfWeek"],De.predefined={"@yearly":"0 0 1 1 *","@monthly":"0 0 1 * *","@weekly":"0 0 * * 0","@daily":"0 0 * * *","@hourly":"0 * * * *"},De.constraints=[{min:0,max:59,chars:[]},{min:0,max:59,chars:[]},{min:0,max:23,chars:[]},{min:1,max:31,chars:["L"]},{min:1,max:12,chars:[]},{min:0,max:7,chars:["L"]}],De.daysInMonth=[31,29,31,30,31,30,31,31,30,31,30,31],De.aliases={month:{jan:1,feb:2,mar:3,apr:4,may:5,jun:6,jul:7,aug:8,sep:9,oct:10,nov:11,dec:12},dayOfWeek:{sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6}},De.parseDefaults=["0","*","*","*","*","*"],De.standardValidCharacters=/^[,*\d/-]+$/,De.dayOfWeekValidCharacters=/^[?,*\dL#/-]+$/,De.dayOfMonthValidCharacters=/^[?,*\dL/-]+$/,De.validCharacters={second:De.standardValidCharacters,minute:De.standardValidCharacters,hour:De.standardValidCharacters,dayOfMonth:De.dayOfMonthValidCharacters,month:De.standardValidCharacters,dayOfWeek:De.dayOfWeekValidCharacters},De._isValidConstraintChar=function(t,o){return typeof o!="string"?!1:t.chars.some(function(n){return o.indexOf(n)>-1})},De._parseField=function(t,o,n){switch(t){case"month":case"dayOfWeek":var u=De.aliases[t];o=o.replace(/[a-z]{3}/gi,function(l){if(l=l.toLowerCase(),typeof u[l]<"u")return u[l];throw new Error('Validation error, cannot resolve alias "'+l+'"')});break}if(!De.validCharacters[t].test(o))throw new Error("Invalid characters, got value: "+o);o.indexOf("*")!==-1?o=o.replace(/\*/g,n.min+"-"+n.max):o.indexOf("?")!==-1&&(o=o.replace(/\?/g,n.min+"-"+n.max));function d(l){var f=[];function p(b){if(b instanceof Array)for(var D=0,E=b.length;D<E;D++){var w=b[D];if(De._isValidConstraintChar(n,w)){f.push(w);continue}if(typeof w!="number"||Number.isNaN(w)||w<n.min||w>n.max)throw new Error("Constraint error, got value "+w+" expected range "+n.min+"-"+n.max);f.push(w)}else{if(De._isValidConstraintChar(n,b)){f.push(b);return}var B=+b;if(Number.isNaN(B)||B<n.min||B>n.max)throw new Error("Constraint error, got value "+b+" expected range "+n.min+"-"+n.max);t==="dayOfWeek"&&(B=B%7),f.push(B)}}var g=l.split(",");if(!g.every(function(b){return b.length>0}))throw new Error("Invalid list value format");if(g.length>1)for(var k=0,y=g.length;k<y;k++)p(a(g[k]));else p(a(l));return f.sort(De._sortCompareFn),f}function a(l){var f=1,p=l.split("/");if(p.length>2)throw new Error("Invalid repeat: "+l);return p.length>1?(p[0]==+p[0]&&(p=[p[0]+"-"+n.max,p[1]]),s(p[0],p[p.length-1])):s(l,f)}function s(l,f){var p=[],g=l.split("-");if(g.length>1){if(g.length<2)return+l;if(!g[0].length){if(!g[1].length)throw new Error("Invalid range: "+l);return+l}var k=+g[0],y=+g[1];if(Number.isNaN(k)||Number.isNaN(y)||k<n.min||y>n.max)throw new Error("Constraint error, got range "+k+"-"+y+" expected range "+n.min+"-"+n.max);if(k>y)throw new Error("Invalid range: "+l);var b=+f;if(Number.isNaN(b)||b<=0)throw new Error("Constraint error, cannot repeat at every "+b+" time.");t==="dayOfWeek"&&y%7===0&&p.push(0);for(var D=k,E=y;D<=E;D++){var w=p.indexOf(D)!==-1;!w&&b>0&&b%f===0?(b=1,p.push(D)):b++}return p}return Number.isNaN(+l)?l:+l}return d(o)},De._sortCompareFn=function(e,t){var o=typeof e=="number",n=typeof t=="number";return o&&n?e-t:!o&&n?1:o&&!n?-1:e.localeCompare(t)},De._handleMaxDaysInMonth=function(e){if(e.month.length===1){var t=De.daysInMonth[e.month[0]-1];if(e.dayOfMonth[0]>t)throw new Error("Invalid explicit day of month definition");return e.dayOfMonth.filter(function(o){return o==="L"?!0:o<=t}).sort(De._sortCompareFn)}},De._freezeFields=function(e){for(var t=0,o=De.map.length;t<o;++t){var n=De.map[t],u=e[n];e[n]=Object.freeze(u)}return Object.freeze(e)},De.prototype._applyTimezoneShift=function(e,t,o){if(o==="Month"||o==="Day"){var n=e.getTime();e[t+o]();var u=e.getTime();n===u&&(e.getMinutes()===0&&e.getSeconds()===0?e.addHour():e.getMinutes()===59&&e.getSeconds()===59&&e.subtractHour())}else{var d=e.getHours();e[t+o]();var a=e.getHours(),s=a-d;s===2?this.fields.hour.length!==24&&(this._dstStart=a):s===0&&e.getMinutes()===0&&e.getSeconds()===0&&this.fields.hour.length!==24&&(this._dstEnd=a)}},De.prototype._findSchedule=function(t){function o(w,B){for(var L=0,R=B.length;L<R;L++)if(B[L]>=w)return B[L]===w;return B[0]===w}function n(w,B){if(B<6){if(w.getDate()<8&&B===1)return!0;var L=w.getDate()%7?1:0,R=w.getDate()-w.getDate()%7,U=Math.floor(R/7)+L;return U===B}return!1}function u(w){return w.length>0&&w.some(function(B){return typeof B=="string"&&B.indexOf("L")>=0})}t=t||!1;var d=t?"subtract":"add",a=new Xn(this._currentDate,this._tz),s=this._startDate,l=this._endDate,f=a.getTime(),p=0;function g(w){return w.some(function(B){if(!u([B]))return!1;var L=Number.parseInt(B[0])%7;if(Number.isNaN(L))throw new Error("Invalid last weekday of the month expression: "+B);return a.getDay()===L&&a.isLastWeekdayOfMonth()})}for(;p<sb;){if(p++,t){if(s&&a.getTime()-s.getTime()<0)throw new Error("Out of the timespan range")}else if(l&&l.getTime()-a.getTime()<0)throw new Error("Out of the timespan range");var k=o(a.getDate(),this.fields.dayOfMonth);u(this.fields.dayOfMonth)&&(k=k||a.isLastDayOfMonth());var y=o(a.getDay(),this.fields.dayOfWeek);u(this.fields.dayOfWeek)&&(y=y||g(this.fields.dayOfWeek));var b=this.fields.dayOfMonth.length>=De.daysInMonth[a.getMonth()],D=this.fields.dayOfWeek.length===De.constraints[5].max-De.constraints[5].min+1,E=a.getHours();if(!k&&(!y||D)){this._applyTimezoneShift(a,d,"Day");continue}if(!b&&D&&!k){this._applyTimezoneShift(a,d,"Day");continue}if(b&&!D&&!y){this._applyTimezoneShift(a,d,"Day");continue}if(this._nthDayOfWeek>0&&!n(a,this._nthDayOfWeek)){this._applyTimezoneShift(a,d,"Day");continue}if(!o(a.getMonth()+1,this.fields.month)){this._applyTimezoneShift(a,d,"Month");continue}if(o(E,this.fields.hour)){if(this._dstEnd===E&&!t){this._dstEnd=null,this._applyTimezoneShift(a,"add","Hour");continue}}else if(this._dstStart!==E){this._dstStart=null,this._applyTimezoneShift(a,d,"Hour");continue}else if(!o(E-1,this.fields.hour)){a[d+"Hour"]();continue}if(!o(a.getMinutes(),this.fields.minute)){this._applyTimezoneShift(a,d,"Minute");continue}if(!o(a.getSeconds(),this.fields.second)){this._applyTimezoneShift(a,d,"Second");continue}if(f===a.getTime()){d==="add"||a.getMilliseconds()===0?this._applyTimezoneShift(a,d,"Second"):a.setMilliseconds(0);continue}break}if(p>=sb)throw new Error("Invalid expression, loop limit exceeded");return this._currentDate=new Xn(a,this._tz),this._hasIterated=!0,a},De.prototype.next=function(){var t=this._findSchedule();return this._isIterator?{value:t,done:!this.hasNext()}:t},De.prototype.prev=function(){var t=this._findSchedule(!0);return this._isIterator?{value:t,done:!this.hasPrev()}:t},De.prototype.hasNext=function(){var e=this._currentDate,t=this._hasIterated;try{return this._findSchedule(),!0}catch{return!1}finally{this._currentDate=e,this._hasIterated=t}},De.prototype.hasPrev=function(){var e=this._currentDate,t=this._hasIterated;try{return this._findSchedule(!0),!0}catch{return!1}finally{this._currentDate=e,this._hasIterated=t}},De.prototype.iterate=function(t,o){var n=[];if(t>=0)for(var u=0,d=t;u<d;u++)try{var a=this.next();n.push(a),o&&o(a,u)}catch{break}else for(var u=0,d=t;u>d;u--)try{var a=this.prev();n.push(a),o&&o(a,u)}catch{break}return n},De.prototype.reset=function(t){this._currentDate=new Xn(t||this._options.currentDate)},De.prototype.stringify=function(t){for(var o=[],n=t?0:1,u=De.map.length;n<u;++n){var d=De.map[n],a=this.fields[d],s=De.constraints[n];d==="dayOfMonth"&&this.fields.month.length===1?s={min:1,max:De.daysInMonth[this.fields.month[0]-1]}:d==="dayOfWeek"&&(s={min:0,max:6},a=a[a.length-1]===7?a.slice(0,-1):a),o.push(Pj(a,s.min,s.max))}return o.join(" ")},De.parse=function(t,o){var n=this;typeof o=="function"&&(o={});function u(d,a){a||(a={}),typeof a.currentDate>"u"&&(a.currentDate=new Xn(void 0,n._tz)),De.predefined[d]&&(d=De.predefined[d]);var s=[],l=(d+"").trim().split(/\s+/);if(l.length>6)throw new Error("Invalid cron expression");for(var f=De.map.length-l.length,p=0,g=De.map.length;p<g;++p){var k=De.map[p],y=l[l.length>g?p:p-f];if(p<f||!y)s.push(De._parseField(k,De.parseDefaults[p],De.constraints[p]));else{var b=k==="dayOfWeek"?B(y):y;s.push(De._parseField(k,b,De.constraints[p]))}}for(var D={},p=0,g=De.map.length;p<g;p++){var E=De.map[p];D[E]=s[p]}var w=De._handleMaxDaysInMonth(D);return D.dayOfMonth=w||D.dayOfMonth,new De(D,a);function B(L){var R=L.split("#");if(R.length>1){var U=+R[R.length-1];if(/,/.test(L))throw new Error("Constraint error, invalid dayOfWeek `#` and `,` special characters are incompatible");if(/\//.test(L))throw new Error("Constraint error, invalid dayOfWeek `#` and `/` special characters are incompatible");if(/-/.test(L))throw new Error("Constraint error, invalid dayOfWeek `#` and `-` special characters are incompatible");if(R.length>2||Number.isNaN(U)||U<1||U>5)throw new Error("Constraint error, invalid dayOfWeek occurrence number (#)");return a.nthDayOfWeek=U,R[0]}return L}}return u(t,o)},De.fieldsToExpression=function(t,o){function n(k,y,b){if(!y)throw new Error("Validation error, Field "+k+" is missing");if(y.length===0)throw new Error("Validation error, Field "+k+" contains no values");for(var D=0,E=y.length;D<E;D++){var w=y[D];if(!De._isValidConstraintChar(b,w)&&(typeof w!="number"||Number.isNaN(w)||w<b.min||w>b.max))throw new Error("Constraint error, got value "+w+" expected range "+b.min+"-"+b.max)}}for(var u={},d=0,a=De.map.length;d<a;++d){var s=De.map[d],l=t[s];n(s,l,De.constraints[d]);for(var f=[],p=-1;++p<l.length;)f[p]=l[p];if(l=f.sort(De._sortCompareFn).filter(function(k,y,b){return!y||k!==b[y-1]}),l.length!==f.length)throw new Error("Validation error, Field "+s+" contains duplicate values");u[s]=l}var g=De._handleMaxDaysInMonth(u);return u.dayOfMonth=g||u.dayOfMonth,new De(u,o||{})};var _j=De,ud=_j;function kn(){}kn._parseEntry=function(t){var o=t.split(" ");if(o.length===6)return{interval:ud.parse(t)};if(o.length>6)return{interval:ud.parse(o.slice(0,6).join(" ")),command:o.slice(6,o.length)};throw new Error("Invalid entry: "+t)},kn.parseExpression=function(t,o){return ud.parse(t,o)},kn.fieldsToExpression=function(t,o){return ud.fieldsToExpression(t,o)},kn.parseString=function(t){for(var o=t.split(`
2
2
  `),n={variables:{},expressions:[],errors:{}},u=0,d=o.length;u<d;u++){var a=o[u],s=null,l=a.trim();if(l.length>0){if(l.match(/^#/))continue;if(s=l.match(/^(.*)=(.*)$/))n.variables[s[1]]=s[2];else{var f=null;try{f=kn._parseEntry("0 "+l),n.expressions.push(f.interval)}catch(p){n.errors[l]=p}}}}return n},kn.parseFile=function(t,o){z8.readFile(t,function(n,u){if(n){o(n);return}return o(null,kn.parseString(u.toString()))})};var Wj=kn,Vj=Vu(Wj);const Gc=Te({value:{type:String,default:""},disabled:{type:Boolean,default:!1},hideSecond:{type:Boolean,default:!1},hideYear:{type:Boolean,default:!1},remote:{type:Function},placeholder:{type:String,default:"Cron\u8868\u8FBE\u5F0F"},exeStartTime:{type:pe([Number,String,Object]),default:0}}),dd={change:e=>!!e,"update:value":e=>!!e},Gj="YYYY-MM-DD HH:mm:ss",Uj="YYYY-MM-DD";function Uc(e=void 0,t=Gj){return Ur(e).format(t)}function zj(e=void 0,t=Uj){return Ur(e).format(t)}const Yj=Ur;var Bi=(e=>(e.unset="UNSET",e.every="EVERY",e.range="RANGE",e.loop="LOOP",e.work="WORK",e.last="LAST",e.specify="SPECIFY",e))(Bi||{});function mn(e){const t=e?.defaultValue??"?";return Te({value:{type:String,default:t},disabled:{type:Boolean,default:!1},...e?.props})}function yn(){return dd}function bn(e,t,o){const{emit:n}=t,u=Be("easy-cron-config-list"),d=le(o?.defaultValue??"?"),a=le(o.defaultType??"EVERY"),s=le([]),l=Hr(o.valueRange),f=Hr(o.valueLoop),p=Hr(o.valueWeek||{}),g=le(o.valueWork),k=le(o.maxValue),y=le(o.minValue),b=Je(()=>{const J=[];switch(a.value){case"UNSET":J.push("?");break;case"EVERY":J.push("*");break;case"RANGE":J.push(`${l.start}-${l.end}`);break;case"LOOP":J.push(`${f.start}/${f.interval}`);break;case"WORK":J.push(`${g.value}W`);break;case"LAST":J.push("L");break;case"SPECIFY":s.value.length===0&&s.value.push(y.value),J.push(s.value.join(","));break;default:J.push(d.value);break}return J.length>0?J.join(""):d.value}),D=Je(()=>{const J=[];if(k.value!=null)for(let Z=y.value;Z<=k.value;Z++)J.push(Z);return J});We(()=>e.value,J=>{J!==b.value&&w(J)},{immediate:!0}),We(b,J=>E(J));function E(J){n("change",J),n("update:value",J)}function w(J){if(J!==b.value)try{if(!J||J===d.value)a.value="EVERY";else if(J.indexOf("?")>=0)a.value="UNSET";else if(J.indexOf("-")>=0){a.value="RANGE";const Z=J.split("-");Z.length>=2&&(l.start=parseInt(Z[0]),l.end=parseInt(Z[1]))}else if(J.indexOf("/")>=0){a.value="LOOP";const Z=J.split("/");Z.length>=2&&(f.start=J[0]==="*"?0:parseInt(Z[0]),f.interval=parseInt(Z[1]))}else if(J.indexOf("W")>=0){a.value="WORK";const Z=J.split("W");!Z[0]&&!isNaN(Z[0])&&(g.value=parseInt(Z[0]))}else J.indexOf("L")>=0?a.value="LAST":J.indexOf(",")>=0||!isNaN(J)?(a.value="SPECIFY",s.value=J.split(",").map(Z=>parseInt(Z))):a.value="EVERY"}catch{a.value="EVERY"}}const B=Je(()=>({class:["choice"],disabled:e.disabled||v(o.disabled)})),L=Je(()=>({class:["w100"],max:k.value,min:y.value,precision:0})),R=Je(()=>({disabled:a.value!=="RANGE"||e.disabled||v(o.disabled),...L.value})),U=Je(()=>({disabled:a.value!=="LOOP"||e.disabled||v(o.disabled),...L.value})),P=Je(()=>({disabled:a.value!=="SPECIFY"||e.disabled||v(o.disabled),class:["list-check-item"]}));return{type:a,bem:u,TypeEnum:Bi,defaultValue:d,valueRange:l,valueLoop:f,valueWeek:p,valueList:s,valueWork:g,maxValue:k,minValue:y,computeValue:b,specifyRange:D,updateValue:E,parseValue:w,beforeRadioAttrs:B,inputNumberAttrs:L,typeRangeAttrs:R,typeLoopAttrs:U,typeSpecifyAttrs:P}}var qj=me({name:"SecondUI",components:{InputNumber:nn,RadioGroup:an,Radio:un,CheckboxGroup:$n,Checkbox:Ln},props:mn({defaultValue:"*"}),emits:yn(),setup(e,t){return bn(e,t,{defaultValue:"*",minValue:0,maxValue:59,valueRange:{start:0,end:59},valueLoop:{start:0,interval:1}})}});const Zj=H("span",null,"\u4ECE",-1),Kj=H("span",null,"\u79D2 \u81F3",-1),Jj=H("span",null,"\u79D2",-1),Xj=H("span",null,"\u4ECE",-1),Qj=H("span",null,"\u79D2\u5F00\u59CB\uFF0C\u95F4\u9694",-1),eT=H("span",null,"\u79D2",-1);function tT(e,t,o,n,u,d){const a=G("Radio"),s=G("InputNumber"),l=G("Checkbox"),f=G("CheckboxGroup"),p=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(p,{value:e.type,"onUpdate:value":t[5]||(t[5]=g=>e.type=g)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.every},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6BCF\u79D2 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),Zj,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=g=>e.valueRange.start=g)},e.typeRangeAttrs),null,16,["value"]),Kj,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=g=>e.valueRange.end=g)},e.typeRangeAttrs),null,16,["value"]),Jj],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),Xj,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=g=>e.valueLoop.start=g)},e.typeLoopAttrs),null,16,["value"]),Qj,A(s,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=g=>e.valueLoop.interval=g)},e.typeLoopAttrs),null,16,["value"]),eT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.specify},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6307\u5B9A ")]),_:1},16,["value"]),H("div",{class:I(e.bem.e("list"))},[A(f,{value:e.valueList,"onUpdate:value":t[4]||(t[4]=g=>e.valueList=g)},{default:S(()=>[(j(!0),ne(He,null,Re(e.specifyRange,g=>(j(),re(l,ee({key:g,value:g,ref_for:!0},e.typeSpecifyAttrs),{default:S(()=>[Ce(ot(g),1)]),_:2},1040,["value"]))),128))]),_:1},8,["value"])],2)],2)]),_:1},8,["value"])],2)}var oT=ye(qj,[["render",tT],["__file","second-ui.vue"]]),rT=me({name:"MinuteUI",components:{InputNumber:nn,RadioGroup:an,Radio:un,CheckboxGroup:$n,Checkbox:Ln},props:mn({defaultValue:"*"}),emits:yn(),setup(e,t){return bn(e,t,{defaultValue:"*",minValue:0,maxValue:59,valueRange:{start:0,end:59},valueLoop:{start:0,interval:1}})}});const nT=H("span",null,"\u4ECE",-1),aT=H("span",null,"\u5206 \u81F3",-1),iT=H("span",null,"\u5206",-1),uT=H("span",null,"\u4ECE",-1),dT=H("span",null,"\u5206\u5F00\u59CB\uFF0C\u95F4\u9694",-1),sT=H("span",null,"\u5206",-1);function cT(e,t,o,n,u,d){const a=G("Radio"),s=G("InputNumber"),l=G("Checkbox"),f=G("CheckboxGroup"),p=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(p,{value:e.type,"onUpdate:value":t[5]||(t[5]=g=>e.type=g)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.every},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6BCF\u5206 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),nT,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=g=>e.valueRange.start=g)},e.typeRangeAttrs),null,16,["value"]),aT,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=g=>e.valueRange.end=g)},e.typeRangeAttrs),null,16,["value"]),iT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),uT,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=g=>e.valueLoop.start=g)},e.typeLoopAttrs),null,16,["value"]),dT,A(s,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=g=>e.valueLoop.interval=g)},e.typeLoopAttrs),null,16,["value"]),sT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.specify},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6307\u5B9A ")]),_:1},16,["value"]),H("div",{class:I(e.bem.e("list"))},[A(f,{value:e.valueList,"onUpdate:value":t[4]||(t[4]=g=>e.valueList=g)},{default:S(()=>[(j(!0),ne(He,null,Re(e.specifyRange,g=>(j(),re(l,ee({key:g,value:g,ref_for:!0},e.typeSpecifyAttrs),{default:S(()=>[Ce(ot(g),1)]),_:2},1040,["value"]))),128))]),_:1},8,["value"])],2)],2)]),_:1},8,["value"])],2)}var lT=ye(rT,[["render",cT],["__file","minute-ui.vue"]]),fT=me({name:"HourUI",components:{InputNumber:nn,RadioGroup:an,Radio:un,CheckboxGroup:$n,Checkbox:Ln},props:mn({defaultValue:"*"}),emits:yn(),setup(e,t){return bn(e,t,{defaultValue:"*",minValue:0,maxValue:23,valueRange:{start:0,end:23},valueLoop:{start:0,interval:1}})}});const gT=H("span",null,"\u4ECE",-1),pT=H("span",null,"\u65F6 \u81F3",-1),kT=H("span",null,"\u65F6",-1),mT=H("span",null,"\u4ECE",-1),yT=H("span",null,"\u65F6\u5F00\u59CB\uFF0C\u95F4\u9694",-1),bT=H("span",null,"\u65F6",-1);function hT(e,t,o,n,u,d){const a=G("Radio"),s=G("InputNumber"),l=G("Checkbox"),f=G("CheckboxGroup"),p=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(p,{value:e.type,"onUpdate:value":t[5]||(t[5]=g=>e.type=g)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.every},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6BCF\u65F6 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),gT,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=g=>e.valueRange.start=g)},e.typeRangeAttrs),null,16,["value"]),pT,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=g=>e.valueRange.end=g)},e.typeRangeAttrs),null,16,["value"]),kT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),mT,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=g=>e.valueLoop.start=g)},e.typeLoopAttrs),null,16,["value"]),yT,A(s,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=g=>e.valueLoop.interval=g)},e.typeLoopAttrs),null,16,["value"]),bT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.specify},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6307\u5B9A ")]),_:1},16,["value"]),H("div",{class:I(e.bem.e("list"))},[A(f,{value:e.valueList,"onUpdate:value":t[4]||(t[4]=g=>e.valueList=g)},{default:S(()=>[(j(!0),ne(He,null,Re(e.specifyRange,g=>(j(),re(l,ee({key:g,value:g,ref_for:!0},e.typeSpecifyAttrs),{default:S(()=>[Ce(ot(g),1)]),_:2},1040,["value"]))),128))]),_:1},8,["value"])],2)],2)]),_:1},8,["value"])],2)}var vT=ye(fT,[["render",hT],["__file","hour-ui.vue"]]),FT=me({name:"DayUI",components:{InputNumber:nn,RadioGroup:an,Radio:un,CheckboxGroup:$n,Checkbox:Ln},props:mn({defaultValue:"*",props:{week:{type:String,default:"?"}}}),emits:yn(),setup(e,t){const o=Je(()=>e.week&&e.week!=="?"||e.disabled),n=bn(e,t,{defaultValue:"*",valueWork:1,minValue:1,maxValue:31,valueRange:{start:1,end:31},valueLoop:{start:1,interval:1},disabled:o}),u=Je(()=>({disabled:n.type.value!==Bi.work||e.disabled||o.value,...n.inputNumberAttrs.value}));return We(()=>e.week,()=>{n.updateValue(o.value?"?":n.computeValue.value)}),{...n,typeWorkAttrs:u}}});const BT=H("span",null,"\u65E5\u548C\u5468\u53EA\u80FD\u8BBE\u7F6E\u5176\u4E2D\u4E4B\u4E00",-1),CT=H("span",null,"\u4ECE",-1),DT=H("span",null,"\u65E5 \u81F3",-1),ET=H("span",null,"\u65E5",-1),wT=H("span",null,"\u4ECE",-1),ST=H("span",null,"\u65E5\u5F00\u59CB\uFF0C\u95F4\u9694",-1),AT=H("span",null,"\u65E5",-1);function xT(e,t,o,n,u,d){const a=G("Radio"),s=G("InputNumber"),l=G("Checkbox"),f=G("CheckboxGroup"),p=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(p,{value:e.type,"onUpdate:value":t[5]||(t[5]=g=>e.type=g)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.unset},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u4E0D\u8BBE\u7F6E ")]),_:1},16,["value"]),BT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.every},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6BCF\u65E5 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),CT,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=g=>e.valueRange.start=g)},e.typeRangeAttrs),null,16,["value"]),DT,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=g=>e.valueRange.end=g)},e.typeRangeAttrs),null,16,["value"]),ET],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),wT,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=g=>e.valueLoop.start=g)},e.typeLoopAttrs),null,16,["value"]),ST,A(s,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=g=>e.valueLoop.interval=g)},e.typeLoopAttrs),null,16,["value"]),AT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.last},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6700\u540E\u4E00\u65E5 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.specify},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6307\u5B9A ")]),_:1},16,["value"]),H("div",{class:I(e.bem.e("list"))},[A(f,{value:e.valueList,"onUpdate:value":t[4]||(t[4]=g=>e.valueList=g)},{default:S(()=>[(j(!0),ne(He,null,Re(e.specifyRange,g=>(j(),re(l,ee({key:g,value:g,ref_for:!0},e.typeSpecifyAttrs),{default:S(()=>[Ce(ot(g),1)]),_:2},1040,["value"]))),128))]),_:1},8,["value"])],2)],2)]),_:1},8,["value"])],2)}var jT=ye(FT,[["render",xT],["__file","day-ui.vue"]]),TT=me({name:"MonthUI",components:{InputNumber:nn,RadioGroup:an,Radio:un,CheckboxGroup:$n,Checkbox:Ln},props:mn({defaultValue:"*"}),emits:yn(),setup(e,t){return bn(e,t,{defaultValue:"*",minValue:1,maxValue:12,valueRange:{start:1,end:12},valueLoop:{start:1,interval:1}})}});const IT=H("span",null,"\u4ECE",-1),OT=H("span",null,"\u6708 \u81F3",-1),RT=H("span",null,"\u6708",-1),MT=H("span",null,"\u4ECE",-1),LT=H("span",null,"\u6708\u5F00\u59CB\uFF0C\u95F4\u9694",-1),$T=H("span",null,"\u6708",-1);function NT(e,t,o,n,u,d){const a=G("Radio"),s=G("InputNumber"),l=G("Checkbox"),f=G("CheckboxGroup"),p=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(p,{value:e.type,"onUpdate:value":t[5]||(t[5]=g=>e.type=g)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.every},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6BCF\u6708 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),IT,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=g=>e.valueRange.start=g)},e.typeRangeAttrs),null,16,["value"]),OT,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=g=>e.valueRange.end=g)},e.typeRangeAttrs),null,16,["value"]),RT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),MT,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=g=>e.valueLoop.start=g)},e.typeLoopAttrs),null,16,["value"]),LT,A(s,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=g=>e.valueLoop.interval=g)},e.typeLoopAttrs),null,16,["value"]),$T],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.specify},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6307\u5B9A ")]),_:1},16,["value"]),H("div",{class:I([e.bem.e("list"),e.bem.is("month")])},[A(f,{value:e.valueList,"onUpdate:value":t[4]||(t[4]=g=>e.valueList=g)},{default:S(()=>[(j(!0),ne(He,null,Re(e.specifyRange,g=>(j(),re(l,ee({key:g,value:g,ref_for:!0},e.typeSpecifyAttrs),{default:S(()=>[Ce(ot(g),1)]),_:2},1040,["value"]))),128))]),_:1},8,["value"])],2)],2)]),_:1},8,["value"])],2)}var HT=ye(TT,[["render",NT],["__file","month-ui.vue"]]);const PT={1:"SUN",2:"MON",3:"TUE",4:"WED",5:"THU",6:"FRI",7:"SAT"},zc={1:"\u5468\u65E5",2:"\u5468\u4E00",3:"\u5468\u4E8C",4:"\u5468\u4E09",5:"\u5468\u56DB",6:"\u5468\u4E94",7:"\u5468\u516D"};var _T=me({name:"WeekUI",components:{InputNumber:nn,RadioGroup:an,Radio:un,CheckboxGroup:$n,Checkbox:Ln,ASelect:fp},props:mn({defaultValue:"?",props:{day:{type:String,default:"*"}}}),emits:yn(),setup(e,t){const o=Je(()=>e.day&&e.day!=="?"||e.disabled),n=bn(e,t,{defaultType:Bi.unset,defaultValue:"?",minValue:1,maxValue:7,valueRange:{start:1,end:7},valueLoop:{start:2,interval:1},disabled:o}),u=Je(()=>{const s=[];for(const l of Object.keys(zc)){const f=zc[l];s.push({value:Number.parseInt(l),label:f})}return s}),d=Je(()=>({class:["w100"],disabled:n.typeRangeAttrs.value.disabled})),a=Je(()=>({class:["w100"],disabled:n.typeLoopAttrs.value.disabled}));return We(()=>e.day,()=>{n.updateValue(o.value?"?":n.computeValue.value)}),{...n,weekOptions:u,typeLoopSelectAttrs:a,typeRangeSelectAttrs:d,WEEK_MAP_CN:zc,WEEK_MAP_EN:PT}}});const WT=H("span",null,"\u65E5\u548C\u5468\u53EA\u80FD\u8BBE\u7F6E\u5176\u4E2D\u4E4B\u4E00",-1),VT=H("span",null,"\u4ECE",-1),GT=H("span",null,"\u81F3",-1),UT=H("span",null,"\u4ECE",-1),zT=H("span",null,"\u5F00\u59CB\uFF0C\u95F4\u9694",-1),YT=H("span",null,"\u5929",-1);function qT(e,t,o,n,u,d){const a=G("Radio"),s=G("ASelect"),l=G("InputNumber"),f=G("Checkbox"),p=G("CheckboxGroup"),g=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(g,{value:e.type,"onUpdate:value":t[5]||(t[5]=k=>e.type=k)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.unset},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u4E0D\u8BBE\u7F6E ")]),_:1},16,["value"]),WT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),VT,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=k=>e.valueRange.start=k),options:e.weekOptions},e.typeRangeSelectAttrs),null,16,["value","options"]),GT,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=k=>e.valueRange.end=k),options:e.weekOptions},e.typeRangeSelectAttrs),null,16,["value","options"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),UT,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=k=>e.valueLoop.start=k),options:e.weekOptions},e.typeLoopSelectAttrs),null,16,["value","options"]),zT,A(l,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=k=>e.valueLoop.interval=k)},e.typeLoopAttrs),null,16,["value"]),YT],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.specify},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6307\u5B9A ")]),_:1},16,["value"]),H("div",{class:I([e.bem.e("list"),e.bem.is("cn")])},[A(p,{value:e.valueList,"onUpdate:value":t[4]||(t[4]=k=>e.valueList=k)},{default:S(()=>[(j(!0),ne(He,null,Re(e.weekOptions,k=>(j(),re(f,ee({key:k.value,value:k.value,ref_for:!0},e.typeSpecifyAttrs),{default:S(()=>[Ce(ot(k.label),1)]),_:2},1040,["value"]))),128))]),_:1},8,["value"])],2)],2)]),_:1},8,["value"])],2)}var ZT=ye(_T,[["render",qT],["__file","week-ui.vue"]]),KT=me({name:"YearUI",components:{InputNumber:nn,RadioGroup:an,Radio:un},props:mn({defaultValue:"*"}),emits:yn(),setup(e,t){const o=new Date().getFullYear();return bn(e,t,{defaultValue:"*",minValue:0,valueRange:{start:o,end:o+100},valueLoop:{start:o,interval:1}})}});const JT=H("span",null,"\u4ECE",-1),XT=H("span",null,"\u5E74 \u81F3",-1),QT=H("span",null,"\u5E74",-1),eI=H("span",null,"\u4ECE",-1),tI=H("span",null,"\u5E74\u5F00\u59CB\uFF0C\u95F4\u9694",-1),oI=H("span",null,"\u5E74",-1);function rI(e,t,o,n,u,d){const a=G("Radio"),s=G("InputNumber"),l=G("RadioGroup");return j(),ne("div",{class:I(e.bem.b())},[A(l,{value:e.type,"onUpdate:value":t[4]||(t[4]=f=>e.type=f)},{default:S(()=>[H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.every},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u6BCF\u5E74 ")]),_:1},16,["value"])],2),H("div",{class:I(e.bem.m("item"))},[A(a,ee({value:e.TypeEnum.range},e.beforeRadioAttrs),{default:S(()=>[Ce(" \u533A\u95F4 ")]),_:1},16,["value"]),JT,A(s,ee({value:e.valueRange.start,"onUpdate:value":t[0]||(t[0]=f=>e.valueRange.start=f),class:e.bem.e("w100")},e.typeRangeAttrs),null,16,["value","class"]),XT,A(s,ee({value:e.valueRange.end,"onUpdate:value":t[1]||(t[1]=f=>e.valueRange.end=f),class:e.bem.e("w100")},e.typeRangeAttrs),null,16,["value","class"]),QT],2),H("div",{class:I([e.bem.m("item"),e.bem.is("year")])},[A(a,ee({value:e.TypeEnum.loop},e.beforeRadioAttrs),{default:S(()=>[Ce("\u5FAA\u73AF")]),_:1},16,["value"]),eI,A(s,ee({value:e.valueLoop.start,"onUpdate:value":t[2]||(t[2]=f=>e.valueLoop.start=f),class:e.bem.e("w100")},e.typeLoopAttrs),null,16,["value","class"]),tI,A(s,ee({value:e.valueLoop.interval,"onUpdate:value":t[3]||(t[3]=f=>e.valueLoop.interval=f),class:e.bem.e("w100")},e.typeLoopAttrs),null,16,["value","class"]),oI],2)]),_:1},8,["value"])],2)}var nI=ye(KT,[["render",rI],["__file","year-ui.vue"]]);function cb(e){return typeof e=="function"?e():v(e)}typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const lb=()=>{};function aI(e,t){function o(...n){return new Promise((u,d)=>{Promise.resolve(e(()=>t.apply(this,n),{fn:t,thisArg:this,args:n})).then(u).catch(d)})}return o}function iI(e,t={}){let o,n,u=lb;const d=s=>{clearTimeout(s),u(),u=lb};return s=>{const l=cb(e),f=cb(t.maxWait);return o&&d(o),l<=0||f!==void 0&&f<=0?(n&&(d(n),n=null),Promise.resolve(s())):new Promise((p,g)=>{u=t.rejectOnCancel?g:p,f&&!n&&(n=setTimeout(()=>{o&&d(o),n=null,p(s())},f)),o=setTimeout(()=>{n&&d(n),n=null,p(s())},l)})}}function uI(e,t=200,o={}){return aI(iI(t,o),e)}const dI=H("div",{style:{"margin-bottom":"14px"}},"\u7ED3\u679C",-1),sI=H("div",{style:{"margin-bottom":"8px"}},"\u8FD1\u5341\u6B21\u6267\u884C\u65F6\u95F4\uFF08\u4E0D\u542B\u5E74\uFF09",-1);var cI=me({name:"EasyCronInner",__name:"easy-cron-inner",props:Gc,emits:dd,setup(e,{emit:t}){const o=Be("easy-cron-inner"),n=e,u=t,d=le(n.hideSecond?"minute":"second"),a=le("*"),s=le("*"),l=le("*"),f=le("*"),p=le("*"),g=le("?"),k=le("*"),y=Hr({second:"",minute:"",hour:"",day:"",month:"",week:"",year:"",cron:""}),b=le("\u6267\u884C\u9884\u89C8\uFF0C\u4F1A\u5FFD\u7565\u5E74\u4EFD\u53C2\u6570\u3002"),D=Je(()=>{const O=[];return n.hideSecond||O.push(a.value?a.value:"*"),O.push(s.value?s.value:"*"),O.push(l.value?l.value:"*"),O.push(f.value?f.value:"*"),O.push(p.value?p.value:"*"),O.push(g.value?g.value:"?"),!n.hideYear&&!n.hideSecond&&O.push(k.value?k.value:"*"),O.join(" ")}),E=Je(()=>{const O=D.value;if(n.hideYear||n.hideSecond)return O;const T=O.split(" ");return T.length>=6&&(T[5]=R(T[5])),T.slice(0,T.length-1).join(" ")}),w=uI(U,500);We(()=>n.value,O=>{O!==D.value&&L()},{immediate:!0}),We(D,O=>{w(),Z(O),B()}),B(),L(),U();function B(){y.second=a.value,y.minute=s.value,y.hour=l.value,y.day=f.value,y.month=p.value,y.week=g.value,y.year=k.value,y.cron=D.value,n.value||Z(y.cron)}function L(){if(!n.value)return;const O=n.value.split(" ").filter(W=>!!W);if(!O||O.length<=0)return;let T=0;n.hideSecond||(a.value=O[T++]),O.length>T&&(s.value=O[T++]),O.length>T&&(l.value=O[T++]),O.length>T&&(f.value=O[T++]),O.length>T&&(p.value=O[T++]),O.length>T&&(g.value=O[T++]),O.length>T&&(k.value=O[T]),B()}function R(O){const T=X=>X==="0"?"1":X==="1"?"0":(Number.parseInt(X)-1).toString(),W=/^([0-7])([-/])([0-7])$/,ge=/^([0-7])(,[0-7])+$/;return/^[0-7]$/.test(O)?T(O):W.test(O)?O.replace(W,(X,$,Q,V)=>Q==="/"?T($)+Q+V:T($)+Q+T(V)):ge.test(O)?O.split(",").map(X=>T(X)).join(","):O}function U(){if(n.remote){n.remote(D.value,+new Date,ge=>{b.value=ge});return}const O={currentDate:Uc(new Date)},T=Vj.parseExpression(E.value,O),W=[];for(let ge=1;ge<=10;ge++)W.push(Uc(new Date(T.next())));b.value=W.length>0?W.join(`
3
- `):"\u65E0\u6267\u884C\u65F6\u95F4"}function P(){a.value=y.second,s.value=y.minute,l.value=y.hour,f.value=y.day,p.value=y.month,g.value=y.week,k.value=y.year}function J(O){Z(O.target.value)}function Z(O){u("change",O),u("update:value",O)}return(O,T)=>{const W=G("ll-input"),ge=G("ll-tooltip"),X=G("ll-textarea");return j(),ne("div",{class:I(v(o).b())},[H("div",{class:I(v(o).e("content"))},[A(v(T8),{activeKey:d.value,"onUpdate:activeKey":T[7]||(T[7]=$=>d.value=$),class:I(v(o).m("cron-list")),size:"small",type:"card","tab-bar-gutter":0},{default:S(()=>[O.hideSecond?de("v-if",!0):(j(),re(v(Nn),{key:"second",tab:"\u79D2"},{default:S(()=>[A(oT,{value:a.value,"onUpdate:value":T[0]||(T[0]=$=>a.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1})),A(v(Nn),{key:"minute",tab:"\u5206"},{default:S(()=>[A(lT,{value:s.value,"onUpdate:value":T[1]||(T[1]=$=>s.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1}),A(v(Nn),{key:"hour",tab:"\u65F6"},{default:S(()=>[A(vT,{value:l.value,"onUpdate:value":T[2]||(T[2]=$=>l.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1}),A(v(Nn),{key:"day",tab:"\u65E5"},{default:S(()=>[A(jT,{value:f.value,"onUpdate:value":T[3]||(T[3]=$=>f.value=$),week:g.value,disabled:O.disabled},null,8,["value","week","disabled"])]),_:1}),A(v(Nn),{key:"month",tab:"\u6708"},{default:S(()=>[A(HT,{value:p.value,"onUpdate:value":T[4]||(T[4]=$=>p.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1}),A(v(Nn),{key:"week",tab:"\u5468"},{default:S(()=>[A(ZT,{value:g.value,"onUpdate:value":T[5]||(T[5]=$=>g.value=$),day:f.value,disabled:O.disabled},null,8,["value","day","disabled"])]),_:1}),!O.hideYear&&!O.hideSecond?(j(),re(v(Nn),{key:"year",tab:"\u5E74"},{default:S(()=>[A(nI,{value:k.value,"onUpdate:value":T[6]||(T[6]=$=>k.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1})):de("v-if",!0)]),_:1},8,["activeKey","class"]),dI,de(" \u6267\u884C\u65F6\u95F4\u9884\u89C8 "),H("div",{class:I(v(o).m("cron-result"))},[A(v(Tu),{gutter:8},{default:S(()=>[A(v(ai),{span:24},{default:S(()=>[A(v(Tu),{gutter:8},{default:S(()=>[A(v(ai),{span:24,class:I(v(o).m("time-list"))},{default:S(()=>[A(W,{value:y.second,"onUpdate:value":T[9]||(T[9]=$=>y.second=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[8]||(T[8]=$=>d.value="second")}," \u79D2 ",2)]),_:1},8,["value"]),A(W,{value:y.minute,"onUpdate:value":T[11]||(T[11]=$=>y.minute=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[10]||(T[10]=$=>d.value="minute")}," \u5206 ",2)]),_:1},8,["value"]),A(W,{value:y.hour,"onUpdate:value":T[13]||(T[13]=$=>y.hour=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[12]||(T[12]=$=>d.value="hour")}," \u65F6 ",2)]),_:1},8,["value"]),A(W,{value:y.day,"onUpdate:value":T[15]||(T[15]=$=>y.day=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[14]||(T[14]=$=>d.value="day")}," \u65E5 ",2)]),_:1},8,["value"]),A(W,{value:y.month,"onUpdate:value":T[17]||(T[17]=$=>y.month=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[16]||(T[16]=$=>d.value="month")}," \u6708 ",2)]),_:1},8,["value"]),A(W,{value:y.week,"onUpdate:value":T[19]||(T[19]=$=>y.week=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[18]||(T[18]=$=>d.value="week")}," \u5468 ",2)]),_:1},8,["value"]),A(W,{value:y.year,"onUpdate:value":T[21]||(T[21]=$=>y.year=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[20]||(T[20]=$=>d.value="year")}," \u5E74 ",2)]),_:1},8,["value"])]),_:1},8,["class"]),A(v(ai),{span:24,class:I(v(o).e("time-result-list"))},{default:S(()=>[A(W,{value:y.cron,"onUpdate:value":T[22]||(T[22]=$=>y.cron=$),onBlur:J},{addonBefore:S(()=>[A(ge,{tip:"Cron\u8868\u8FBE\u5F0F"},{default:S(()=>[Ce("Cron\u8868\u8FBE\u5F0F")]),_:1})]),_:1},8,["value"])]),_:1},8,["class"])]),_:1})]),_:1})]),_:1}),A(v(Tu),{style:{"margin-top":"20px",width:"830px"}},{default:S(()=>[A(v(ai),{span:24},{default:S(()=>[sI,A(X,{value:b.value,rows:3},null,8,["value"])]),_:1})]),_:1})],2)],2)],2)}}}),lI=ye(cI,[["__file","easy-cron-inner.vue"]]),fI=me({name:"LlEasyCronModal",__name:"easy-cron-modal",emits:["ok"],setup(e,{expose:t,emit:o}){const n=Be("easy-cron-modal"),u=o,d=ut(),a=le(!1);function s(){a.value=!0}function l(){a.value=!1}function f(){l(),u("ok")}return t({openModal:s}),(p,g)=>{const k=G("ll-modal");return j(),re(k,{open:a.value,"onUpdate:open":g[0]||(g[0]=y=>a.value=y),title:"Cron\u8868\u8FBE\u5F0F",width:1e3,class:I(v(n).b()),keyboard:!1,onOk:f,onCancel:l},{default:S(()=>[A(lI,Ve(Xe(v(d))),null,16)]),_:1},8,["open","class"])}}}),gI=ye(fI,[["__file","easy-cron-modal.vue"]]),pI=me({name:"LlEasyCron",__name:"easy-cron",props:Gc,emits:dd,setup(e,{emit:t}){const o=Be("easy-cron"),n=e,u=t,d=le(n.value),a=gp.useInjectFormItemContext(),s=le();We(()=>n.value,p=>{p!==d.value&&(d.value=p)});function l(){n.disabled||s.value?.openModal()}function f(){u("change",d.value),u("update:value",d.value),a.onFieldChange()}return(p,g)=>{const k=G("ll-icon");return j(),ne("div",{class:I(v(o).b())},[A(v(I8),{value:p.value,"onUpdate:value":g[0]||(g[0]=y=>p.value=y),placeholder:p.placeholder,readonly:"",onSearch:l},{enterButton:S(()=>[A(v(lp),null,{default:S(()=>[A(k,{"icon-name":"icon-select",style:{"font-size":"16px",display:"flex","align-items":"center"}})]),_:1})]),_:1},8,["value","placeholder"]),A(gI,{ref_key:"easyCronModalRef",ref:s,value:d.value,"onUpdate:value":g[1]||(g[1]=y=>d.value=y),"exe-start-time":p.exeStartTime,"hide-year":p.hideYear,remote:p.remote,"hide-second":p.hideSecond,onOk:f},null,8,["value","exe-start-time","hide-year","remote","hide-second"])],2)}}}),kI=ye(pI,[["__file","easy-cron.vue"]]);const fb=Ie(kI),gb="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAwIDEyMS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDAgMTIxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eTowLjg7ZmlsbDp1cmwoI1NWR0lEXzFfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KCS5zdDF7ZmlsbDp1cmwoI1NWR0lEXzJfKTt9Cgkuc3Qye29wYWNpdHk6MC42NzU7ZmlsbDp1cmwoI1NWR0lEXzNfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KCS5zdDN7ZmlsbDp1cmwoI1NWR0lEXzRfKTt9Cgkuc3Q0e2ZpbGw6dXJsKCNTVkdJRF81Xyk7fQoJLnN0NXtmaWxsOnVybCgjU1ZHSURfNl8pO30KPC9zdHlsZT4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODY2IC4zNjQpIj4KCQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTgxMC4zODgxIiB5MT0iLTI0LjczNDEiIHgyPSItODEwLjM4ODEiIHkyPSItMjYuMTM5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDExNi4xMzQ2IDAgMCA0OS41MjM2IDk0MjE1LjE2NDEgMTI4MS4zOTk5KSI+CgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RFREVERTtzdG9wLW9wYWNpdHk6MCIvPgoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNBOUE5QTk7c3RvcC1vcGFjaXR5OjAuMyIvPgoJPC9saW5lYXJHcmFkaWVudD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My4yLDIyLjljMi02LjQsMy45LTEwLjQsNS42LTExLjljNC44LTQuMywxMS41LTIsMTIuOS0xLjZjNSwxLjIsMy40LTYuNiw3LjYtOC4yYzIuOC0xLjEsNS4yLDAuMiw3LDMuOQoJCWMxLjYtMy40LDQuMS01LDcuNC00LjdjNSwwLjQsNi43LDE3LjMsMTMuNiwxMy42YzYuOC0zLjcsMTUuMi00LjUsMTguOCwwLjljMC44LDEuMiwxLjEtMC43LDYuMy02LjljNS4zLTYuMywxMC41LTksMjEuMy01LjQKCQljNC45LDEuNyw4LjksNi4yLDEyLjEsMTMuNWMwLDEwLjUsNy43LDE2LjcsMjMuMSwxOC42YzIzLjEsMi45LDUuMiwyNy43LTIzLjEsMzVDMTI3LjUsNzcsNjIuNCw4MC45LDI3LDYyLjUKCQlDMy41LDUwLjIsOC45LDM3LDQzLjIsMjIuOUw0My4yLDIyLjl6Ii8+CgkKCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii04MDIuNDU1NSIgeTE9IjI3LjUxNTMiIHgyPSItODAyLjQ1NTUiIHkyPSIyNS45OTIxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDU1Ljk3NCAwIDAgMTIuOTU2IDQ1MDE3Ljc0NjEgLTI0MS4wMzcxKSI+CgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MCIvPgoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM5NkExQzU7c3RvcC1vcGFjaXR5OjAuMzczIi8+Cgk8L2xpbmVhckdyYWRpZW50PgoJPGVsbGlwc2UgY2xhc3M9InN0MSIgY3g9IjEwMS4xIiBjeT0iMTA1LjYiIHJ4PSI0Mi42IiByeT0iOS45Ii8+CgkKCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzNfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii04MTEuMTE4OCIgeTE9IjguNjczMiIgeDI9Ii04MTEuMTE4OCIgeTI9IjYuODUwNCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMjguOTQ4OSAwIDAgMTcuNzc4NCAxMDQ2OTQuODIwMyAtMzMuMTI0KSI+CgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MCIvPgoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM5MTkxOTE7c3RvcC1vcGFjaXR5OjAuMTUiLz4KCTwvbGluZWFyR3JhZGllbnQ+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTczLjEsMTE3LjljLTMyLjEsOC0xNDEuNC0xLjItMTUzLjEtNS40Yy01LjctMi0xMC44LTUuOS0xNS4zLTExLjVjLTEuNS0xLjgtMS4yLTQuNiwwLjYtNgoJCUM2LjEsOTQuNCw3LDk0LDgsOTRoMTkxLjJDMjAzLjIsMTA0LjYsMTk0LjUsMTEyLjYsMTczLjEsMTE3Ljl6Ii8+Cgk8Zz4KCQkKCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF80XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItNzk4LjAyMDMiIHkxPSI1LjM2NDIiIHgyPSItNzk4LjAyMDMiIHkyPSI2LjA0ODciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNDMuMzk2IDAgMCAxOC4xOTYgMzQ3MzEuNjM2NyAtMzYuODI0NSkiPgoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNTM4OUY1Ii8+CgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM0MTZGREMiLz4KCQk8L2xpbmVhckdyYWRpZW50PgoJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xMzMuOCw3OS4ybC0xNC42LTE3Yy0wLjctMC44LTEuNy0xLjMtMi44LTEuM0g4NS4xYy0xLjEsMC0yLjEsMC41LTIuOCwxLjNsLTE0LjYsMTd2OS40aDY2LjEKCQkJQzEzMy44LDg4LjUsMTMzLjgsNzkuMiwxMzMuOCw3OS4yeiIvPgoJCQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzVfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii03OTUuMTk5NSIgeTE9IjE0LjQ0MSIgeDI9Ii03OTUuMTk5NSIgeTI9IjEyLjgzNjkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMzcuOTcyIDAgMCAxNS44MjcxIDMwMjk2LjA2NDUgLTEzMS41Nzc3KSI+CgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNEQ0U5RkYiLz4KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0I2Q0ZGRiIvPgoJCTwvbGluZWFyR3JhZGllbnQ+CgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTEyOS43LDg4LjlsLTEyLjgtMTQuOGMtMC42LTAuNy0xLjUtMS4xLTIuNS0xLjFIODcuMWMtMC45LDAtMS45LDAuNC0yLjUsMS4xTDcxLjgsODguOXY4LjJoNTcuOAoJCQlDMTI5LjcsOTcsMTI5LjcsODguOSwxMjkuNyw4OC45eiIvPgoJCQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii03OTguMDE5NiIgeTE9IjEyLjc1NDYiIHgyPSItNzk4LjAxOTYiIHkyPSIxNC4yNzc3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQzLjM5NyAwIDAgMTUuOTEyIDM0NzMyLjQ1NyAtMTIzLjcxMTkpIj4KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzdDQTVGNyIvPgoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzRENkZDIi8+CgkJPC9saW5lYXJHcmFkaWVudD4KCQk8cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMTMzLjgsOTkuM2MwLDEuMy0wLjYsMi41LTEuNSwzLjNsLTAuMiwwLjJjLTAuNywwLjYtMS42LDAuOS0yLjUsMC45SDcyYy0wLjUsMC0xLTAuMS0xLjUtMC4zbC0wLjItMC4xCgkJCWMtMS41LTAuNy0yLjUtMi4yLTIuNS0zLjl2LTIwaDE2YzEuOCwwLDMuMiwxLjUsMy4yLDMuMmwwLDBjMCwxLjgsMS40LDMuMiwzLjIsMy4yaDIxLjJjMS44LDAsMy4yLTEuNCwzLjItMy4yCgkJCWMwLTEuOCwxLjQtMy4yLDMuMi0zLjJoMTZMMTMzLjgsOTkuM3oiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K",pb=Te({width:{type:pe([Number,String]),default:"100%"},height:{type:pe([Number,String]),default:"100%"},imageWidth:{type:pe([Number,String]),default:"20%"}}),mI=["src"];var yI=me({name:"LlEmpty",__name:"empty",props:pb,setup(e){const t=e,o=Je(()=>({width:li(t.width),height:li(t.height)})),n=Je(()=>li(t.imageWidth)),u=Be("empty"),d=Be("empty-inner"),a=Be("empty-title");return(s,l)=>(j(),ne("div",{class:I(v(u).b()),style:Lr(o.value)},[se(s.$slots,"image",{},()=>[H("img",{style:Lr({width:n.value}),src:v(gb)},null,12,mI)]),H("div",{class:I(v(d).b())},[se(s.$slots,"title",{},()=>[H("p",{class:I(v(a).b())},"\u6682\u65E0\u6570\u636E\uFF0C\u8BF7\u5148\u53BB\u65B0\u589E\u5185\u5BB9",2)])],2)],6))}}),bI=ye(yI,[["__file","empty.vue"]]);const kb=Ie(bI),mb=Te({formColumns:{type:pe(Array),default:()=>[]},formOptions:{type:pe(Object),default:()=>({layout:"horizontal"})},formData:{type:pe(Object),default:()=>({})},rowOptions:{type:pe(Object),default:()=>({gutter:16})},loading:{type:Boolean,default:!1}}),yb=["radio","checkbox","switch"],bb=Te({item:{type:pe(Object),default:()=>({})},formData:{type:pe(Object),default:()=>({})}});var hI=me({__name:"form-component",props:bb,setup(e){const o=Hr(e.formData),n=u=>{const d={...u};return Gr(d,["label"])};return(u,d)=>v(yb).includes(u.item.type)?(j(),re(ni(`ll-${u.item.type}`),ee({key:0,checked:o[u.item.key],"onUpdate:checked":d[0]||(d[0]=a=>o[u.item.key]=a)},n(u.item),{onChange:u.item.change}),null,16,["checked","onChange"])):(j(),re(ni(`ll-${u.item.type}`),ee({key:1,value:o[u.item.key],"onUpdate:value":d[1]||(d[1]=a=>o[u.item.key]=a)},n(u.item),{onChange:u.item.change}),null,16,["value","onChange"]))}}),Yc=ye(hI,[["__file","form-component.vue"]]),vI=me({name:"LlForm",__name:"form",props:mb,setup(e,{expose:t}){const o=e,n=Be("form"),u=Hr(o.formData),d=le(),a=async()=>await d.value.validateFields(),s=async()=>await d.value.resetFields(),l=p=>{const g={...p};return Gr(g,["label"])},f=(p={})=>o.formOptions.layout==="horizontal"?p?.labelCol&&p.labelCol.span&&p.labelCol.span>=24?n.is("label-top"):n.is("label-left"):n.is("label-top");return t({validate:a,resetFields:s}),(p,g)=>{const k=G("ll-tooltip"),y=G("a-col"),b=G("a-row"),D=G("ll-form-item"),E=G("a-form"),w=G("a-spin");return j(),ne("div",{class:I(v(n).b())},[A(w,{spinning:o.loading},{default:S(()=>[A(E,ee({ref_key:"formRef",ref:d},o.formOptions,{model:o.formData}),{default:S(()=>[A(b,Ve(Xe(o.rowOptions)),{default:S(()=>[(j(!0),ne(He,null,Re(o.formColumns,(B,L)=>(j(),re(y,ee({key:L,ref_for:!0},B?.colOptions??{},{span:B?.spanCol??24}),{default:S(()=>[se(p.$slots,"formItem",{item:B,index:L},()=>[A(D,ee({name:B?.key??L,class:f(B),ref_for:!0},l(B)),{label:S(()=>[se(p.$slots,"label",{item:B,index:L},()=>[H("span",null,ot(B.label),1),B?.tip?(j(),ne("span",{key:0,class:I(v(n).e("tooltip-wrapper"))},[A(k,ee({style:{"margin-left":"8px"},"overlay-class-name":v(n).e("tooltip"),"arrow-point-at-center":!0,"max-width":B?.tipConfig?.maxWidth??406,placement:B?.tipConfig?.placement??"top",tip:B.tip,"font-size":"16px",ref_for:!0},B?.tipConfig),null,16,["overlay-class-name","max-width","placement","tip"])],2)):de("v-if",!0)])]),default:S(()=>[se(p.$slots,"content",{item:B,index:L},()=>[v(_u)(B.children)?(j(),re(Yc,{key:1,item:B,"form-data":u},null,8,["item","form-data"])):(j(),re(b,ee({key:0,gutter:5,ref_for:!0},B.rowOptions),{default:S(()=>[(j(!0),ne(He,null,Re(B.children,(R,U)=>(j(),re(y,ee({key:U,style:{display:"flex","align-items":"center"},ref_for:!0},B?.colOptions??{}),{default:S(()=>[se(p.$slots,"children",{item:R,index:L},()=>[A(Yc,{item:R,"form-data":u},null,8,["item","form-data"])])]),_:2},1040))),128))]),_:2},1040))])]),_:2},1040,["name","class"])])]),_:2},1040,["span"]))),128))]),_:3},16)]),_:3},16,["model"])]),_:3},8,["spinning"])],2)}}}),FI=ye(vI,[["__file","form.vue"]]);const BI=Ie(Yc),qc=Ie(FI);var CI=me({name:"LlFormItem",__name:"form-item",setup(e){const t=ut(),o=Be("form-item");return(n,u)=>(j(),re(v(O8),ee(v(t),{class:v(o).b()}),wt({_:2},[Re(Object.keys(n.$slots),d=>({name:d,fn:S(a=>[se(n.$slots,d,Ve(Xe(a||{})))])}))]),1040,["class"]))}}),DI=ye(CI,[["__file","form-item.vue"]]);const hb=Ie(DI),vb=Te({iconName:{type:String},color:{type:String},size:{type:pe([Number,String])}}),EI={"aria-hidden":"true"},wI=["xlink:href"];var SI=me({name:"LlIcon",__name:"icon",props:vb,setup(e){const t=e,o=Je(()=>`#${t.iconName}`),n=Je(()=>!t.size&&!t.color?{}:{...t.size?{"font-size":li(t.size)}:{},...t.color?{color:t.color}:{}}),u=Be("icon");return(d,a)=>(j(),ne("i",{class:I(v(u).b()),style:Lr(n.value)},[se(d.$slots,"default",{},()=>[(j(),ne("svg",EI,[H("use",{"xlink:href":o.value},null,8,wI)]))])],6))}}),AI=ye(SI,[["__file","icon.vue"]]);const Qn=Ie(AI),Zc=["default","primary"],Fb=Te({iconType:{type:String,values:Zc},isShowTooltip:{type:Boolean,default:!0},tooltipTitle:{type:String},isShowContainer:{type:Boolean,default:!0},disabled:{type:Boolean},iconName:{type:String},isShowTitle:{type:Boolean},data:{type:pe(void 0)},onClick:{type:Function}});var xI=me({name:"LlIconBase",__name:"icon-base",props:Fb,setup(e){const t=e,o=Je(()=>{const d=t.iconType==="default"||!t.iconType,a=d?n.m("default"):n.m("primary"),s=t.isShowContainer?"":n.m("exposed"),l=t.isShowTitle?n.m("has-text"):"",f=t.disabled?d?n.is("default-disable"):n.is("primary-disable"):"";return`${n.b()} ${a} ${s} ${l} ${f}`}),n=Be("icon-base"),u=d=>t.onClick&&t.onClick(d,t.data);return(d,a)=>{const s=G("ll-icon"),l=G("a-button"),f=G("ll-tooltip");return j(),ne(He,null,[de(" \u6709\u6587\u5B57\u63D0\u793A\u5F39\u7A97 "),d.isShowTooltip?(j(),re(f,{key:0,tip:d.tooltipTitle},{default:S(()=>[A(l,{type:"text",disabled:d.disabled,class:I(`${o.value}`),onClick:u},{default:S(()=>[d.iconName?(j(),re(s,{key:0,"icon-name":d.iconName},null,8,["icon-name"])):de("v-if",!0),d.isShowTitle?(j(),ne("span",{key:1,class:I(v(n).e("text"))},ot(d.tooltipTitle),3)):de("v-if",!0)]),_:1},8,["disabled","class"])]),_:1},8,["tip"])):(j(),ne(He,{key:1},[de(" \u6CA1\u6709\u6587\u5B57\u63D0\u793A\u5F39\u7A97 "),A(l,{type:"text",disabled:d.disabled,class:I(`${o.value}`),onClick:u},{default:S(()=>[d.iconName?(j(),re(s,{key:0,"icon-name":d.iconName},null,8,["icon-name"])):de("v-if",!0),d.isShowTitle?(j(),ne("span",{key:1,class:I(v(n).e("text"))},ot(d.tooltipTitle),3)):de("v-if",!0)]),_:1},8,["disabled","class"])],64))],2112)}}}),jI=ye(xI,[["__file","icon-base.vue"]]);const Ci=Ie(jI),Bb=Te({value:{type:String},iconList:{type:pe(Array),default:()=>[]}}),Cb=Te({value:{type:String},visible:{type:Boolean},data:{type:pe(Array),default:()=>[]}}),Db={"update:visible":()=>!0,changeIconValue:e=>e},Eb=Te({value:{type:String}}),wb={handleModalVisible:e=>!!e};var TI=me({name:"LlIconPickerSearch",__name:"search",props:Eb,emits:wb,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=()=>n("handleModalVisible",!0);return(a,s)=>{const l=G("ll-icon"),f=G("a-input"),p=G("a-button"),g=G("a-input-group");return j(),re(g,{compact:""},{default:S(()=>[A(f,ee({value:o.value,readonly:""},v(u),{style:{width:"calc(100% - 60px)"}}),{suffix:S(()=>[A(l,{"icon-name":"icon-"+a.value},null,8,["icon-name"])]),_:1},16,["value"]),se(a.$slots,"rightButton",{},()=>[A(p,{type:"primary",onClick:d},{default:S(()=>[Ce("\u56FE\u6807")]),_:1})])]),_:3})}}}),II=ye(TI,[["__file","search.vue"]]),OI=me({name:"LlIconPickerModal",__name:"modal",props:Cb,emits:Db,setup(e,{emit:t}){const o=e,n=t,u=le(""),d=le(""),a=le([]),s=Be("icon-picker-modal"),l=()=>{n("changeIconValue",d.value),n("update:visible")},f=()=>n("update:visible"),p=g=>d.value=g?.font_class;return We(()=>o.visible,g=>{g&&(u.value="")}),We(()=>o.value,g=>{g&&(d.value=g)}),We(()=>o.data,g=>{a.value=[...g]},{immediate:!0}),We(u,()=>{a.value=o.data.filter(g=>~g.font_class.indexOf(u.value))}),(g,k)=>{const y=G("ll-icon"),b=G("a-input"),D=G("a-button"),E=G("a-space"),w=G("ll-modal");return j(),re(w,{open:g.visible,title:"\u56FE\u6807\u9009\u62E9",class:"icon-picker-modal-wrapper",width:"776px",keyboard:!1,"mask-closable":!1,onOk:l,onCancel:f},{default:S(()=>[H("div",{class:I(v(s).b())},[H("div",{class:I(v(s).e("input-container"))},[A(b,{value:u.value,"onUpdate:value":k[0]||(k[0]=B=>u.value=B),class:I(v(s).e("input")),"allow-clear":"",placeholder:"\u641C\u7D22..."},{prefix:S(()=>[A(y,{"icon-name":"icon-search"})]),_:1},8,["value","class"])],2),H("div",{class:I(v(s).e("list"))},[A(E,{size:[16,16],wrap:"",class:I(v(s).e("space"))},{default:S(()=>[(j(!0),ne(He,null,Re(a.value,B=>(j(),re(D,{key:B.icon_id,type:d.value===B.font_class?"primary":"default",class:I(v(s).e("button")),onClick:L=>p(B)},{icon:S(()=>[A(y,{"icon-name":"icon-"+B.font_class,style:{"font-size":"28px"}},null,8,["icon-name"])]),_:2},1032,["type","class","onClick"]))),128))]),_:1},8,["class"])],2)],2)]),_:1},8,["open"])}}}),RI=ye(OI,[["__file","modal.vue"]]),MI=me({name:"LlIconPicker",__name:"icon-picker",props:Bb,setup(e){const t=e,o=ut(),n=le(""),u=le(!1),d=Be("icon-picker"),a=l=>u.value=l,s=l=>n.value=l;return We(()=>t.value,l=>{l&&(n.value=l)}),(l,f)=>(j(),ne("div",{class:I(v(d).b())},[de(" input\u7EC4\u5408 "),A(II,ee(v(o),{value:n.value,onHandleModalVisible:a}),null,16,["value"]),de(" icon\u5F39\u7A97 "),A(RI,{visible:u.value,"onUpdate:visible":f[0]||(f[0]=p=>u.value=p),value:n.value,data:l.iconList,onChangeIconValue:s},null,8,["visible","value","data"])],2))}}),LI=ye(MI,[["__file","icon-picker.vue"]]);const Sb=Ie(LI),Ab=Te({value:{type:pe(String)},prefixIcon:{type:String},suffixIcon:{type:String},showPassword:{type:Boolean}});var $I=me({name:"LlInput",__name:"input",props:Ab,setup(e){const t=Be("input"),o=e,n=le("");zs(()=>{o.value!==n.value&&(n.value=o.value)});const u=o.showPassword?pp.Password:pp,d=Je(()=>({...ut(),...o}));return(a,s)=>{const l=G("ll-icon");return j(),re(ni(v(u)),ee({class:v(t).b()},d.value),wt({_:2},[Re(Object.keys(a.$slots),f=>({name:f,fn:S(p=>[se(a.$slots,f,Ve(Xe(p||{})))])})),a.prefixIcon?{name:"prefix",fn:S(()=>[A(l,{"icon-name":a.prefixIcon,"class-name":"prefix-icon"},null,8,["icon-name"])]),key:"0"}:void 0,a.suffixIcon?{name:"suffix",fn:S(()=>[A(l,{"icon-name":a.suffixIcon,"class-name":"suffix-icon"},null,8,["icon-name"])]),key:"1"}:void 0]),1040,["class"])}}}),NI=ye($I,[["__file","input.vue"]]);const xb=Ie(NI),jb=Te({value:{type:pe([Number,String]),default:""},thousands:{type:Boolean,default:!1},isAmountChinese:{type:Boolean,default:!1},detailed:{type:Boolean,default:!1},integer:{type:pe(String),default:null}}),Tb={change:e=>!!e,"update:value":e=>!!e},HI={int8:{min:-128,max:127,precision:0},uint8:{min:0,max:255,precision:0},int16:{min:-32768,max:32767,precision:0},uint16:{min:0,max:65535,precision:0},int32:{min:-2147483648,max:2147483647,precision:0},uint32:{min:0,max:4294967295,precision:0},int64:{min:-9223372036854775808n,max:9223372036854775807n,precision:0},uint64:{min:0,max:18446744073709551615n,precision:0}},PI=["title"],_I={key:0},WI={key:1};var VI=me({name:"LlInputNumber",__name:"input-number",props:jb,emits:Tb,setup(e,{emit:t}){const o=e,n=t,u=Be("input-number"),d=ut(),a=le(""),s=Je(()=>{let k={};return o.integer&&(k=HI[o.integer]),k}),l=Je(()=>{const k={...d,...s.value};return o.thousands&&(k.formatter=y=>pc(y),k.parser=y=>y.replace(/\$\s?|(,*)/g,"")),k}),f=Je(()=>{let k="";return k=!o.isAmountChinese||gc(a.value)?"":R3(Number(a.value)),k});We(()=>o.value,k=>{p(k)},{immediate:!0});function p(k){a.value=gc(k)||isNaN(k)?null:k}function g(k){n("update:value",k),n("change",k)}return(k,y)=>(j(),ne("div",{class:I(v(u).b())},[k.detailed?de("v-if",!0):(j(),ne("div",{key:0,class:I(v(u).e("container"))},[A(v(nn),ee({value:a.value,"onUpdate:value":y[0]||(y[0]=b=>a.value=b)},l.value,{onChange:g}),wt({_:2},[Re(Object.keys(k.$slots),b=>({name:b,fn:S(D=>[se(k.$slots,b,Ve(Xe(D||{})))])})),l.value.unit?{name:"addonAfter",fn:S(()=>[H("div",{class:I(v(u).e("unit"))},ot(l.value.unit),3)]),key:"0"}:void 0]),1040,["value"])],2)),k.detailed?(j(),ne("p",{key:1,class:I(v(u).e("detailed")),title:k.thousands?v(pc)(a.value):a.value},[k.$attrs.addonBefore?(j(),ne("span",_I,ot(k.$attrs.addonBefore),1)):de("v-if",!0),Ce(" "+ot(k.thousands?v(pc)(a.value):a.value)+" ",1),k.$attrs.addonAfter?(j(),ne("span",WI,ot(k.$attrs.addonAfter),1)):de("v-if",!0)],10,PI)):de("v-if",!0),k.isAmountChinese&&f.value?(j(),ne("p",{key:2,class:I(v(u).e("amount-chinese-name"))},ot(f.value),3)):de("v-if",!0)],2))}}),GI=ye(VI,[["__file","input-number.vue"]]);const sd=Ie(GI),Ib=()=>({key:null,value:null}),Ob=Te({value:{type:pe(Array),default:()=>[{key:"",value:""}]},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},keyLabel:{type:String,default:""},valueLabel:{type:String,default:""},addText:{type:String,default:"\u6DFB\u52A0"},type:{type:pe(String),default:"doubt"},keyType:{type:pe(Object),default:()=>({type:"input",placeholder:"\u8BF7\u8F93\u5165key"})},keyTypes:{type:pe(Array),default:()=>[]},valueType:{type:pe(Object),default:()=>({type:"input",placeholder:"\u8BF7\u8F93\u5165key"})}}),Rb={change:e=>!!e,add:()=>!0,"update:value":e=>!!e},Mb=[{trigger:["blur","change"],message:"\u6B64\u5B57\u6BB5\u662F\u5FC5\u9700\u7684",validator:async(e,t)=>t?Promise.resolve():Promise.reject(new Error("\u6B64\u5B57\u6BB5\u662F\u5FC5\u9700\u7684"))}],Lb={layout:"horizontal",labelAlign:"left"},$b=[{key:"other",labelCol:{span:24}}],Nb=Te({value:{type:pe(Object),default:()=>({key:"",value:""})},keyValueTypeDict:{type:Object,default:()=>({})},showDelete:{type:Boolean,default:!0}}),Hb={delete:()=>!0,change:()=>!0,"update:value":e=>!!e};var UI=me({name:"LlKeyValueItem",__name:"key-value-item",props:Nb,emits:Hb,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=Be("key-value"),a=le(o.value),s=Je(()=>u["key-type"]||{type:"input",placeholder:"\u8BF7\u8F93\u5165",rule:Mb||[]}),l=Je(()=>{let g=u["value-type"]||{type:"input",placeholder:"\u8BF7\u8F93\u5165",rule:[]};return a.value.key&&!_u(o.keyValueTypeDict)&&(g=o.keyValueTypeDict[a.value.key]),g}),f=()=>{n("delete")},p=()=>{a.value.value=""};return We(a,g=>{n("update:value",g),n("change")},{deep:!0}),(g,k)=>{const y=G("ll-select"),b=G("ll-form-item"),D=G("ll-icon"),E=G("ll-button"),w=G("a-popconfirm"),B=G("ll-form");return j(),re(B,{ref:"form","form-columns":v($b),"form-data":o.value,"form-options":v(Lb)},{formItem:S(({item:L})=>[L.key==="other"?(j(),ne("div",{key:0,class:I(v(d).e("item"))},[v(u).type!=="single"?(j(),ne("div",{key:0,class:I(v(d).m("left"))},[A(b,{label:v(u)["key-label"],"label-col":{span:24},rules:s.value.role,name:"key"},{default:S(()=>[se(g.$slots,"key",{},()=>[v(_u)(v(u)["key-types"])?(j(),re(ni(`ll-${s.value.type}`),ee({key:1,value:a.value.value,"onUpdate:value":k[1]||(k[1]=R=>a.value.value=R),disabled:v(u).disabled},s.value,{style:{width:"100%"},onChange:p}),wt({_:2},[Re(Object.keys(g.$slots),R=>({name:R,fn:S(U=>[se(g.$slots,R,ee(U||{},{content:"key"}))])}))]),1040,["value","disabled"])):(j(),re(y,{key:0,value:a.value.key,"onUpdate:value":k[0]||(k[0]=R=>a.value.key=R),options:v(u)["key-types"],disabled:v(u).disabled,placeholder:"\u8BF7\u9009\u62E9","allow-clear":"",onChange:p},null,8,["value","options","disabled"]))])]),_:3},8,["label","rules"])],2)):de("v-if",!0),v(u).type!=="single"?(j(),ne("div",{key:1,class:I(v(d).m("separator")),style:Lr({"margin-top":v(u)["key-label"]||v(u)["value-label"]?"26px":"0px"})},[se(g.$slots,"separator",{},()=>[Ce("~")])],6)):de("v-if",!0),H("div",{class:I(v(d).m("right"))},[A(b,{label:v(u)["value-label"],"label-col":{span:24},rule:l.value.rule||{},name:"value"},{default:S(()=>[se(g.$slots,"value-warapper",Ve(Xe(l.value)),()=>[(j(),re(ni(`ll-${l.value.type}`),ee({value:a.value.value,"onUpdate:value":k[2]||(k[2]=R=>a.value.value=R),disabled:v(u).disabled,style:{width:"100%"}},l.value),wt({_:2},[Re(Object.keys(g.$slots),R=>({name:R,fn:S(U=>[se(g.$slots,R,ee(U||{},{content:"value"}))])}))]),1040,["value","disabled"]))])]),_:3},8,["label","rule"])],2),A(w,{title:"\u4F60\u786E\u5B9A\u8981\u79FB\u9664?","ok-text":"\u786E\u8BA4","cancel-text":"\u53D6\u6D88",placement:"topRight","overlay-class-name":v(d).m("popconfirm"),onConfirm:f},{default:S(()=>[o.showDelete?(j(),ne("div",{key:0,class:I(v(d).m("delete")),style:Lr({"margin-top":v(u)["key-label"]||v(u)["value-label"]?"26px":"0px"})},[A(E,{type:"text",disabled:v(u).disabled},{default:S(()=>[se(g.$slots,"delete-icon",{},()=>[A(D,{"icon-name":"icon-remove",class:"delete"})])]),_:3},8,["disabled"])],6)):de("v-if",!0)]),_:3},8,["overlay-class-name"])],2)):de("v-if",!0)]),_:3},8,["form-columns","form-data","form-options"])}}}),zI=ye(UI,[["__file","key-value-item.vue"]]),YI=me({name:"LlKeyValue",__name:"key-value",props:Ob,emits:Rb,setup(e,{emit:t}){const o=e,n=t,u=Be("key-value"),d=le(o.value&&o.value.length>0?o.value:[{key:null,value:null}]),a=le([]),s=Je(()=>{const g={};return o.keyTypes.map(k=>{g[k.value]=k.option}),g}),l=()=>{d.value.push(Ib()),n("add")},f=g=>{d.value.splice(g,1)},p=()=>{n("change",d.value),n("update:value",d.value)};return We(d,g=>{n("update:value",g)}),(g,k)=>{const y=G("ll-icon"),b=G("ll-button"),D=G("a-spin");return j(),ne("div",{class:I(v(u).b())},[A(D,{spinning:o.loading},{default:S(()=>[(j(!0),ne(He,null,Re(d.value,(E,w)=>(j(),re(zI,{key:w,ref_for:!0,ref:B=>a.value[w]=B,value:o.value[w],"key-label":o.keyLabel,"value-label":o.valueLabel,"key-value-type-dict":s.value,"show-delete":w>0,type:o.type,"key-type":o.keyType,"key-types":o.keyTypes,"value-type":o.valueType,disabled:o.disabled,onDelete:B=>f(w),onChange:p},wt({_:2},[Re(Object.keys(g.$slots),B=>({name:B,fn:S(L=>[se(g.$slots,B,ee({ref_for:!0},L||{},{index:w}))])}))]),1032,["value","key-label","value-label","key-value-type-dict","show-delete","type","key-type","key-types","value-type","disabled","onDelete"]))),128)),A(b,{class:I(v(u).e("add")),loading:g.loading,disabled:o.disabled,onClick:l},{default:S(()=>[H("div",{class:I(v(u).e("plus"))},[g.loading?de("v-if",!0):(j(),re(y,{key:0,"icon-name":"icon-add",class:I(v(u).e("icon-add"))},null,8,["class"])),Ce(" "+ot(o.addText),1)],2)]),_:1},8,["class","loading","disabled"])]),_:3},8,["spinning"])],2)}}}),qI=ye(YI,[["__file","key-value.vue"]]);const Pb=Ie(qI),Kc=Te({open:{type:Boolean,default:!1},title:{type:String,default:"\u63D0\u793A"},loading:{type:Boolean,default:!1},type:{type:pe(String),default:"operate"},class:{type:String,default:""},wrapClassName:{type:String,default:""},confirmText:{type:String,default:""},cancelText:{type:String,default:""},showCancel:{type:Boolean,default:!0},showFooter:{type:Boolean,default:!0}}),_b={cancel:()=>!0,ok:()=>!0,"update:open":()=>!0};var ZI=me({name:"LlModal",__name:"modal",props:Kc,emits:_b,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=Be("modal"),a=le(),s=le(!1),l=le(`ll-modal-${new Date().getTime()}`),f=Je(()=>{const y={...Gr({...u},[...Object.keys(Kc),"wrapClassName"])};return o.showFooter===!1&&(y.footer=null),y}),p=()=>{n("cancel"),n("update:open")},g=()=>{n("ok")},k=async()=>{await ri();const b=document.getElementsByClassName(l.value)[0].getElementsByClassName("ant-modal-body")[0];s.value=b.scrollHeight>b.clientHeight};return We(()=>o.open,y=>{y?(k(),window.addEventListener("resize",k)):window.removeEventListener("resize",k)}),(y,b)=>(j(),re(v(R8),ee(f.value,{ref_key:"modal",ref:a,open:o.open,title:o.title,"wrap-class-name":`${v(d).b()} ${o.wrapClassName}`,class:[o.class,l.value,s.value?v(d).is("has-scroll"):""],onCancel:p,onOk:g}),wt({default:S(()=>[H("div",{class:I([v(d).e("container"),v(d).is(o.type)])},[se(y.$slots,"default")],2)]),_:2},[o.showFooter?{name:"footer",fn:S(()=>[se(y.$slots,"footer",{},()=>[de(" \u786E\u8BA4\u6846 "),o.showCancel&&o.type!=="confirm"?(j(),re(v(fi),{key:0,label:o.cancelText?o.cancelText:"\u53D6\u6D88",onClick:p},null,8,["label"])):de("v-if",!0),A(v(fi),{type:"primary",loading:o.loading,label:o.confirmText?o.confirmText:o.type==="confirm"?"\u77E5\u9053\u4E86":"\u786E\u8BA4",onClick:g},null,8,["loading","label"])])]),key:"0"}:void 0]),1040,["open","title","wrap-class-name","class"]))}}),KI=ye(ZI,[["__file","modal.vue"]]);const Jc=Ie(KI),Wb=Te({value:{type:pe(Array),default:()=>[]},min:Number,max:Number,precision:{type:pe(Number)},disabled:{type:Boolean,default:!1},placeholder:{type:Array,default:()=>["\u6700\u5C0F\u503C","\u6700\u5927\u503C"]}}),Vb={change:e=>!!e,"update:value":e=>!!e};var JI=me({name:"LlNumberRange",__name:"number-range",props:Wb,emits:Vb,setup(e,{emit:t}){const o=e,n=t,u=Be("number-range"),d=le(null),a=le(null),s=()=>{const k=[d.value,a.value];n("change",k),n("update:value",k)},l=k=>{k||k.value===0?d.value=k:d.value=null,s()},f=k=>{k||k.value===0?a.value=k:d.value=null,s()},p=()=>{(d.value||d.value===0)&&a.value&&a.value<d.value&&(a.value=d.value),s()},g=()=>{(a.value||a.value===0)&&d.value&&d.value>a.value&&(d.value=a.value),s()};return We(()=>o.value,k=>{k&&k.length&&(k[0]||k[0]===0?d.value=k[0]:d.value=null,k[1]||k[1]===0?a.value=k[1]:a.value=null)}),(k,y)=>(j(),ne("div",{class:I(v(u).b())},[H("div",{class:I(v(u).m("input"))},[A(v(sd),{value:d.value,"onUpdate:value":y[0]||(y[0]=b=>d.value=b),placeholder:k.placeholder[0],precision:o.precision,min:o.min,max:o.max,disabled:o.disabled,controls:!1,bordered:!1,style:{width:"100%"},onChange:l,onBlur:g},null,8,["value","placeholder","precision","min","max","disabled"])],2),de(" \u5DE6\u8FB9InputNumber "),H("span",{class:I(v(u).m("separator"))},[se(k.$slots,"separator",{},()=>[Ce(" - ")])],2),de(" \u53F3\u8FB9InputNumber "),H("div",{class:I(v(u).m("input"))},[A(v(sd),{value:a.value,"onUpdate:value":y[1]||(y[1]=b=>a.value=b),placeholder:k.placeholder[1],precision:o.precision,min:o.min,max:o.max,disabled:o.disabled,controls:!1,bordered:!1,style:{width:"100%"},onChange:f,onBlur:p},null,8,["value","placeholder","precision","min","max","disabled"])],2)],2))}}),XI=ye(JI,[["__file","number-range.vue"]]);const Gb=Ie(XI),Ub=Te({dropdownOpen:{type:Boolean,default:!1},showDropdown:{type:Boolean,default:!1},list:{type:pe(Array)},disabled:{type:Boolean,default:!1},showIconLimit:{type:Number,default:3},data:{type:pe(void 0)},iconType:{type:String,values:Zc}}),zb={edit:(e,t)=>e||t,delete:(e,t)=>e||t,"update:dropdownOpen":e=>pk(e),"update:value":e=>pk(e)};var QI=me({name:"LlOperateIcon",__name:"operate-icon",props:Ub,emits:zb,setup(e,{emit:t}){const o=e,n=t,u=le([]),d=le([]),a=le(!1),s=le([{iconType:Je(()=>o.iconType||"primary"),isShowContainer:!1,iconName:"icon-edit",tooltipTitle:"\u7F16\u8F91",disabled:o.disabled,onClick:(k,y)=>{n("edit",k,y)}},{iconType:Je(()=>o.iconType||"primary"),isShowContainer:!1,iconName:"icon-delete",tooltipTitle:"\u5220\u9664",disabled:o.disabled,onClick:(k,y)=>{n("delete",k,y)}}]),l=Be("operate-icon"),f=Je(()=>{const k=o.showDropdown&&d.value.length;return`${l.b()} ${k?l.m("has-dropdown"):""}`}),p=k=>{k||(a.value=!1,n("update:dropdownOpen",!1))},g=()=>{a.value=!0,n("update:dropdownOpen",!0)};return We(()=>[o.list,o.showDropdown],k=>{const[y,b]=k,D=y||s.value;D.length>=o.showIconLimit&&b?(u.value=D.slice(0,o.showIconLimit-1),d.value=D.slice(o.showIconLimit-1).map(w=>({...w,isShowTitle:!0}))):u.value=D},{immediate:!0,deep:!0}),(k,y)=>{const b=G("a-menu-item"),D=G("a-menu"),E=G("a-dropdown");return j(),ne("div",{class:I(f.value)},[de(" \u663E\u793A\u7684icon "),(j(!0),ne(He,null,Re(u.value,w=>(j(),re(v(Ci),ee({ref_for:!0},w,{key:w.iconName,data:k.data}),null,16,["data"]))),128)),de(" \u4E0B\u62C9\u63D0\u793A\u7684icon "),k.showDropdown&&d.value.length?(j(),re(E,{key:0,"overlay-class-name":v(l).e("dropdown"),open:a.value,onOpenChange:p},{overlay:S(()=>[A(D,null,{default:S(()=>[se(k.$slots,"default",{},()=>[(j(!0),ne(He,null,Re(d.value,w=>(j(),re(b,{key:w.iconName},{default:S(()=>[A(v(Ci),ee({ref_for:!0},w,{data:k.data}),null,16,["data"])]),_:2},1024))),128))])]),_:3})]),default:S(()=>[H("div",{class:I(v(l).e("dropdown-container")),onMouseenter:g},[A(v(Ci),{"is-show-tooltip":!1,"is-show-container":u.value[0].isShowContainer,"icon-type":u.value[0].iconType,data:k.data,"icon-name":"icon-more"},null,8,["is-show-container","icon-type","data"])],34)]),_:3},8,["overlay-class-name","open"])):de("v-if",!0)],2)}}}),eO=ye(QI,[["__file","operate-icon.vue"]]);const Yb=Ie(eO),qb=Te({operateDropdownOpen:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},fieldNames:{type:pe(Object),default:()=>({children:"children",title:"title",key:"key"})},treeData:{type:pe(Array)},expandedKeys:{type:pe(Array)}}),Xc={expand:(e,t)=>e||t,select:(e,t)=>e||t},tO=typeof Xc;function tr(e,t){oO(e)&&(e="100%");var o=rO(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),o&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function oO(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function rO(e){return typeof e=="string"&&e.indexOf("%")!==-1}function nO(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function cd(e){return e<=1?"".concat(Number(e)*100,"%"):e}function Qc(e){return e.length===1?"0"+e:String(e)}function aO(e,t,o){return{r:tr(e,255)*255,g:tr(t,255)*255,b:tr(o,255)*255}}function el(e,t,o){return o<0&&(o+=1),o>1&&(o-=1),o<1/6?e+(t-e)*(6*o):o<1/2?t:o<2/3?e+(t-e)*(2/3-o)*6:e}function iO(e,t,o){var n,u,d;if(e=tr(e,360),t=tr(t,100),o=tr(o,100),t===0)u=o,d=o,n=o;else{var a=o<.5?o*(1+t):o+t-o*t,s=2*o-a;n=el(s,a,e+1/3),u=el(s,a,e),d=el(s,a,e-1/3)}return{r:n*255,g:u*255,b:d*255}}function uO(e,t,o){e=tr(e,255),t=tr(t,255),o=tr(o,255);var n=Math.max(e,t,o),u=Math.min(e,t,o),d=0,a=n,s=n-u,l=n===0?0:s/n;if(n===u)d=0;else{switch(n){case e:d=(t-o)/s+(t<o?6:0);break;case t:d=(o-e)/s+2;break;case o:d=(e-t)/s+4;break}d/=6}return{h:d,s:l,v:a}}function dO(e,t,o){e=tr(e,360)*6,t=tr(t,100),o=tr(o,100);var n=Math.floor(e),u=e-n,d=o*(1-t),a=o*(1-u*t),s=o*(1-(1-u)*t),l=n%6,f=[o,a,d,d,s,o][l],p=[s,o,o,a,d,d][l],g=[d,d,s,o,o,a][l];return{r:f*255,g:p*255,b:g*255}}function sO(e,t,o,n){var u=[Qc(Math.round(e).toString(16)),Qc(Math.round(t).toString(16)),Qc(Math.round(o).toString(16))];return n&&u[0].startsWith(u[0].charAt(1))&&u[1].startsWith(u[1].charAt(1))&&u[2].startsWith(u[2].charAt(1))?u[0].charAt(0)+u[1].charAt(0)+u[2].charAt(0):u.join("")}function Zb(e){return No(e)/255}function No(e){return parseInt(e,16)}var Kb={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function Di(e){var t={r:0,g:0,b:0},o=1,n=null,u=null,d=null,a=!1,s=!1;return typeof e=="string"&&(e=fO(e)),typeof e=="object"&&(zr(e.r)&&zr(e.g)&&zr(e.b)?(t=aO(e.r,e.g,e.b),a=!0,s=String(e.r).substr(-1)==="%"?"prgb":"rgb"):zr(e.h)&&zr(e.s)&&zr(e.v)?(n=cd(e.s),u=cd(e.v),t=dO(e.h,n,u),a=!0,s="hsv"):zr(e.h)&&zr(e.s)&&zr(e.l)&&(n=cd(e.s),d=cd(e.l),t=iO(e.h,n,d),a=!0,s="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(o=e.a)),o=nO(o),{ok:a,format:e.format||s,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:o}}var cO="[-\\+]?\\d+%?",lO="[-\\+]?\\d*\\.\\d+%?",hn="(?:".concat(lO,")|(?:").concat(cO,")"),tl="[\\s|\\(]+(".concat(hn,")[,|\\s]+(").concat(hn,")[,|\\s]+(").concat(hn,")\\s*\\)?"),ol="[\\s|\\(]+(".concat(hn,")[,|\\s]+(").concat(hn,")[,|\\s]+(").concat(hn,")[,|\\s]+(").concat(hn,")\\s*\\)?"),kr={CSS_UNIT:new RegExp(hn),rgb:new RegExp("rgb"+tl),rgba:new RegExp("rgba"+ol),hsl:new RegExp("hsl"+tl),hsla:new RegExp("hsla"+ol),hsv:new RegExp("hsv"+tl),hsva:new RegExp("hsva"+ol),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function fO(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(Kb[e])e=Kb[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var o=kr.rgb.exec(e);return o?{r:o[1],g:o[2],b:o[3]}:(o=kr.rgba.exec(e),o?{r:o[1],g:o[2],b:o[3],a:o[4]}:(o=kr.hsl.exec(e),o?{h:o[1],s:o[2],l:o[3]}:(o=kr.hsla.exec(e),o?{h:o[1],s:o[2],l:o[3],a:o[4]}:(o=kr.hsv.exec(e),o?{h:o[1],s:o[2],v:o[3]}:(o=kr.hsva.exec(e),o?{h:o[1],s:o[2],v:o[3],a:o[4]}:(o=kr.hex8.exec(e),o?{r:No(o[1]),g:No(o[2]),b:No(o[3]),a:Zb(o[4]),format:t?"name":"hex8"}:(o=kr.hex6.exec(e),o?{r:No(o[1]),g:No(o[2]),b:No(o[3]),format:t?"name":"hex"}:(o=kr.hex4.exec(e),o?{r:No(o[1]+o[1]),g:No(o[2]+o[2]),b:No(o[3]+o[3]),a:Zb(o[4]+o[4]),format:t?"name":"hex8"}:(o=kr.hex3.exec(e),o?{r:No(o[1]+o[1]),g:No(o[2]+o[2]),b:No(o[3]+o[3]),format:t?"name":"hex"}:!1)))))))))}function zr(e){return!!kr.CSS_UNIT.exec(String(e))}var ld=2,Jb=.16,gO=.05,pO=.05,kO=.15,Xb=5,Qb=4,mO=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function eh(e){var t=e.r,o=e.g,n=e.b,u=uO(t,o,n);return{h:u.h*360,s:u.s,v:u.v}}function fd(e){var t=e.r,o=e.g,n=e.b;return"#".concat(sO(t,o,n,!1))}function yO(e,t,o){var n=o/100,u={r:(t.r-e.r)*n+e.r,g:(t.g-e.g)*n+e.g,b:(t.b-e.b)*n+e.b};return u}function th(e,t,o){var n;return Math.round(e.h)>=60&&Math.round(e.h)<=240?n=o?Math.round(e.h)-ld*t:Math.round(e.h)+ld*t:n=o?Math.round(e.h)+ld*t:Math.round(e.h)-ld*t,n<0?n+=360:n>=360&&(n-=360),n}function oh(e,t,o){if(e.h===0&&e.s===0)return e.s;var n;return o?n=e.s-Jb*t:t===Qb?n=e.s+Jb:n=e.s+gO*t,n>1&&(n=1),o&&t===Xb&&n>.1&&(n=.1),n<.06&&(n=.06),Number(n.toFixed(2))}function rh(e,t,o){var n;return o?n=e.v+pO*t:n=e.v-kO*t,n>1&&(n=1),Number(n.toFixed(2))}function rl(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=[],n=Di(e),u=Xb;u>0;u-=1){var d=eh(n),a=fd(Di({h:th(d,u,!0),s:oh(d,u,!0),v:rh(d,u,!0)}));o.push(a)}o.push(fd(n));for(var s=1;s<=Qb;s+=1){var l=eh(n),f=fd(Di({h:th(l,s),s:oh(l,s),v:rh(l,s)}));o.push(f)}return t.theme==="dark"?mO.map(function(p){var g=p.index,k=p.opacity,y=fd(yO(Di(t.backgroundColor||"#141414"),Di(o[g]),k*100));return y}):o}var nl={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},gd={},al={};Object.keys(nl).forEach(function(e){gd[e]=rl(nl[e]),gd[e].primary=gd[e][5],al[e]=rl(nl[e],{theme:"dark",backgroundColor:"#141414"}),al[e].primary=al[e][5]});var bO=gd.blue,hO=Symbol("iconContext"),nh=function(){return dp(hO,{prefixCls:le("anticon"),rootClassName:le(""),csp:le()})};function il(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function vO(e,t){return e&&e.contains?e.contains(t):!1}var ah="data-vc-order",FO="vc-icon-key",ul=new Map;function ih(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.mark;return t?t.startsWith("data-")?t:"data-".concat(t):FO}function dl(e){if(e.attachTo)return e.attachTo;var t=document.querySelector("head");return t||document.body}function BO(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function uh(e){return Array.from((ul.get(e)||e).children).filter(function(t){return t.tagName==="STYLE"})}function dh(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!il())return null;var o=t.csp,n=t.prepend,u=document.createElement("style");u.setAttribute(ah,BO(n)),o&&o.nonce&&(u.nonce=o.nonce),u.innerHTML=e;var d=dl(t),a=d.firstChild;if(n){if(n==="queue"){var s=uh(d).filter(function(l){return["prepend","prependQueue"].includes(l.getAttribute(ah))});if(s.length)return d.insertBefore(u,s[s.length-1].nextSibling),u}d.insertBefore(u,a)}else d.appendChild(u);return u}function CO(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=dl(t);return uh(o).find(function(n){return n.getAttribute(ih(t))===e})}function DO(e,t){var o=ul.get(e);if(!o||!vO(document,o)){var n=dh("",t),u=n.parentNode;ul.set(e,u),e.removeChild(n)}}function EO(e,t){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=dl(o);DO(n,o);var u=CO(t,o);if(u)return o.csp&&o.csp.nonce&&u.nonce!==o.csp.nonce&&(u.nonce=o.csp.nonce),u.innerHTML!==e&&(u.innerHTML=e),u;var d=dh(e,o);return d.setAttribute(ih(o),t),d}function sh(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?Object(arguments[t]):{},n=Object.keys(o);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(o).filter(function(u){return Object.getOwnPropertyDescriptor(o,u).enumerable}))),n.forEach(function(u){wO(e,u,o[u])})}return e}function wO(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function gL(e,t){}function ch(e){return typeof e=="object"&&typeof e.name=="string"&&typeof e.theme=="string"&&(typeof e.icon=="object"||typeof e.icon=="function")}function sl(e,t,o){return o?sp(e.tag,sh({key:t},o,e.attrs),(e.children||[]).map(function(n,u){return sl(n,"".concat(t,"-").concat(e.tag,"-").concat(u))})):sp(e.tag,sh({key:t},e.attrs),(e.children||[]).map(function(n,u){return sl(n,"".concat(t,"-").concat(e.tag,"-").concat(u))}))}function lh(e){return rl(e)[0]}function fh(e){return e?Array.isArray(e)?e:[e]:[]}var SO=`
3
+ `):"\u65E0\u6267\u884C\u65F6\u95F4"}function P(){a.value=y.second,s.value=y.minute,l.value=y.hour,f.value=y.day,p.value=y.month,g.value=y.week,k.value=y.year}function J(O){Z(O.target.value)}function Z(O){u("change",O),u("update:value",O)}return(O,T)=>{const W=G("ll-input"),ge=G("ll-tooltip"),X=G("ll-textarea");return j(),ne("div",{class:I(v(o).b())},[H("div",{class:I(v(o).e("content"))},[A(v(T8),{activeKey:d.value,"onUpdate:activeKey":T[7]||(T[7]=$=>d.value=$),class:I(v(o).m("cron-list")),size:"small",type:"card","tab-bar-gutter":0},{default:S(()=>[O.hideSecond?de("v-if",!0):(j(),re(v(Nn),{key:"second",tab:"\u79D2"},{default:S(()=>[A(oT,{value:a.value,"onUpdate:value":T[0]||(T[0]=$=>a.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1})),A(v(Nn),{key:"minute",tab:"\u5206"},{default:S(()=>[A(lT,{value:s.value,"onUpdate:value":T[1]||(T[1]=$=>s.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1}),A(v(Nn),{key:"hour",tab:"\u65F6"},{default:S(()=>[A(vT,{value:l.value,"onUpdate:value":T[2]||(T[2]=$=>l.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1}),A(v(Nn),{key:"day",tab:"\u65E5"},{default:S(()=>[A(jT,{value:f.value,"onUpdate:value":T[3]||(T[3]=$=>f.value=$),week:g.value,disabled:O.disabled},null,8,["value","week","disabled"])]),_:1}),A(v(Nn),{key:"month",tab:"\u6708"},{default:S(()=>[A(HT,{value:p.value,"onUpdate:value":T[4]||(T[4]=$=>p.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1}),A(v(Nn),{key:"week",tab:"\u5468"},{default:S(()=>[A(ZT,{value:g.value,"onUpdate:value":T[5]||(T[5]=$=>g.value=$),day:f.value,disabled:O.disabled},null,8,["value","day","disabled"])]),_:1}),!O.hideYear&&!O.hideSecond?(j(),re(v(Nn),{key:"year",tab:"\u5E74"},{default:S(()=>[A(nI,{value:k.value,"onUpdate:value":T[6]||(T[6]=$=>k.value=$),disabled:O.disabled},null,8,["value","disabled"])]),_:1})):de("v-if",!0)]),_:1},8,["activeKey","class"]),dI,de(" \u6267\u884C\u65F6\u95F4\u9884\u89C8 "),H("div",{class:I(v(o).m("cron-result"))},[A(v(Tu),{gutter:8},{default:S(()=>[A(v(ai),{span:24},{default:S(()=>[A(v(Tu),{gutter:8},{default:S(()=>[A(v(ai),{span:24,class:I(v(o).m("time-list"))},{default:S(()=>[A(W,{value:y.second,"onUpdate:value":T[9]||(T[9]=$=>y.second=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[8]||(T[8]=$=>d.value="second")}," \u79D2 ",2)]),_:1},8,["value"]),A(W,{value:y.minute,"onUpdate:value":T[11]||(T[11]=$=>y.minute=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[10]||(T[10]=$=>d.value="minute")}," \u5206 ",2)]),_:1},8,["value"]),A(W,{value:y.hour,"onUpdate:value":T[13]||(T[13]=$=>y.hour=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[12]||(T[12]=$=>d.value="hour")}," \u65F6 ",2)]),_:1},8,["value"]),A(W,{value:y.day,"onUpdate:value":T[15]||(T[15]=$=>y.day=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[14]||(T[14]=$=>d.value="day")}," \u65E5 ",2)]),_:1},8,["value"]),A(W,{value:y.month,"onUpdate:value":T[17]||(T[17]=$=>y.month=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[16]||(T[16]=$=>d.value="month")}," \u6708 ",2)]),_:1},8,["value"]),A(W,{value:y.week,"onUpdate:value":T[19]||(T[19]=$=>y.week=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[18]||(T[18]=$=>d.value="week")}," \u5468 ",2)]),_:1},8,["value"]),A(W,{value:y.year,"onUpdate:value":T[21]||(T[21]=$=>y.year=$),onBlur:P},{addonBefore:S(()=>[H("span",{class:I(v(o).m("allow-click")),onClick:T[20]||(T[20]=$=>d.value="year")}," \u5E74 ",2)]),_:1},8,["value"])]),_:1},8,["class"]),A(v(ai),{span:24,class:I(v(o).e("time-result-list"))},{default:S(()=>[A(W,{value:y.cron,"onUpdate:value":T[22]||(T[22]=$=>y.cron=$),onBlur:J},{addonBefore:S(()=>[A(ge,{tip:"Cron\u8868\u8FBE\u5F0F"},{default:S(()=>[Ce("Cron\u8868\u8FBE\u5F0F")]),_:1})]),_:1},8,["value"])]),_:1},8,["class"])]),_:1})]),_:1})]),_:1}),A(v(Tu),{style:{"margin-top":"20px",width:"830px"}},{default:S(()=>[A(v(ai),{span:24},{default:S(()=>[sI,A(X,{value:b.value,rows:3},null,8,["value"])]),_:1})]),_:1})],2)],2)],2)}}}),lI=ye(cI,[["__file","easy-cron-inner.vue"]]),fI=me({name:"LlEasyCronModal",__name:"easy-cron-modal",emits:["ok"],setup(e,{expose:t,emit:o}){const n=Be("easy-cron-modal"),u=o,d=ut(),a=le(!1);function s(){a.value=!0}function l(){a.value=!1}function f(){l(),u("ok")}return t({openModal:s}),(p,g)=>{const k=G("ll-modal");return j(),re(k,{open:a.value,"onUpdate:open":g[0]||(g[0]=y=>a.value=y),title:"Cron\u8868\u8FBE\u5F0F",width:1e3,class:I(v(n).b()),keyboard:!1,onOk:f,onCancel:l},{default:S(()=>[A(lI,Ve(Xe(v(d))),null,16)]),_:1},8,["open","class"])}}}),gI=ye(fI,[["__file","easy-cron-modal.vue"]]),pI=me({name:"LlEasyCron",__name:"easy-cron",props:Gc,emits:dd,setup(e,{emit:t}){const o=Be("easy-cron"),n=e,u=t,d=le(n.value),a=gp.useInjectFormItemContext(),s=le();We(()=>n.value,p=>{p!==d.value&&(d.value=p)});function l(){n.disabled||s.value?.openModal()}function f(){u("change",d.value),u("update:value",d.value),a.onFieldChange()}return(p,g)=>{const k=G("ll-icon");return j(),ne("div",{class:I(v(o).b())},[A(v(I8),{value:p.value,"onUpdate:value":g[0]||(g[0]=y=>p.value=y),placeholder:p.placeholder,readonly:"",onSearch:l},{enterButton:S(()=>[A(v(lp),null,{default:S(()=>[A(k,{"icon-name":"icon-select",style:{"font-size":"16px",display:"flex","align-items":"center"}})]),_:1})]),_:1},8,["value","placeholder"]),A(gI,{ref_key:"easyCronModalRef",ref:s,value:d.value,"onUpdate:value":g[1]||(g[1]=y=>d.value=y),"exe-start-time":p.exeStartTime,"hide-year":p.hideYear,remote:p.remote,"hide-second":p.hideSecond,onOk:f},null,8,["value","exe-start-time","hide-year","remote","hide-second"])],2)}}}),kI=ye(pI,[["__file","easy-cron.vue"]]);const fb=Ie(kI),gb="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjAwIDEyMS43IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDAgMTIxLjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eTowLjg7ZmlsbDp1cmwoI1NWR0lEXzFfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KCS5zdDF7ZmlsbDp1cmwoI1NWR0lEXzJfKTt9Cgkuc3Qye29wYWNpdHk6MC42NzU7ZmlsbDp1cmwoI1NWR0lEXzNfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KCS5zdDN7ZmlsbDp1cmwoI1NWR0lEXzRfKTt9Cgkuc3Q0e2ZpbGw6dXJsKCNTVkdJRF81Xyk7fQoJLnN0NXtmaWxsOnVybCgjU1ZHSURfNl8pO30KPC9zdHlsZT4KPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuODY2IC4zNjQpIj4KCQoJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTgxMC4zODgxIiB5MT0iLTI0LjczNDEiIHgyPSItODEwLjM4ODEiIHkyPSItMjYuMTM5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDExNi4xMzQ2IDAgMCA0OS41MjM2IDk0MjE1LjE2NDEgMTI4MS4zOTk5KSI+CgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0RFREVERTtzdG9wLW9wYWNpdHk6MCIvPgoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNBOUE5QTk7c3RvcC1vcGFjaXR5OjAuMyIvPgoJPC9saW5lYXJHcmFkaWVudD4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My4yLDIyLjljMi02LjQsMy45LTEwLjQsNS42LTExLjljNC44LTQuMywxMS41LTIsMTIuOS0xLjZjNSwxLjIsMy40LTYuNiw3LjYtOC4yYzIuOC0xLjEsNS4yLDAuMiw3LDMuOQoJCWMxLjYtMy40LDQuMS01LDcuNC00LjdjNSwwLjQsNi43LDE3LjMsMTMuNiwxMy42YzYuOC0zLjcsMTUuMi00LjUsMTguOCwwLjljMC44LDEuMiwxLjEtMC43LDYuMy02LjljNS4zLTYuMywxMC41LTksMjEuMy01LjQKCQljNC45LDEuNyw4LjksNi4yLDEyLjEsMTMuNWMwLDEwLjUsNy43LDE2LjcsMjMuMSwxOC42YzIzLjEsMi45LDUuMiwyNy43LTIzLjEsMzVDMTI3LjUsNzcsNjIuNCw4MC45LDI3LDYyLjUKCQlDMy41LDUwLjIsOC45LDM3LDQzLjIsMjIuOUw0My4yLDIyLjl6Ii8+CgkKCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzJfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii04MDIuNDU1NSIgeTE9IjI3LjUxNTMiIHgyPSItODAyLjQ1NTUiIHkyPSIyNS45OTIxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDU1Ljk3NCAwIDAgMTIuOTU2IDQ1MDE3Ljc0NjEgLTI0MS4wMzcxKSI+CgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MCIvPgoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM5NkExQzU7c3RvcC1vcGFjaXR5OjAuMzczIi8+Cgk8L2xpbmVhckdyYWRpZW50PgoJPGVsbGlwc2UgY2xhc3M9InN0MSIgY3g9IjEwMS4xIiBjeT0iMTA1LjYiIHJ4PSI0Mi42IiByeT0iOS45Ii8+CgkKCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzNfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii04MTEuMTE4OCIgeTE9IjguNjczMiIgeDI9Ii04MTEuMTE4OCIgeTI9IjYuODUwNCIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxMjguOTQ4OSAwIDAgMTcuNzc4NCAxMDQ2OTQuODIwMyAtMzMuMTI0KSI+CgkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MCIvPgoJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM5MTkxOTE7c3RvcC1vcGFjaXR5OjAuMTUiLz4KCTwvbGluZWFyR3JhZGllbnQ+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTczLjEsMTE3LjljLTMyLjEsOC0xNDEuNC0xLjItMTUzLjEtNS40Yy01LjctMi0xMC44LTUuOS0xNS4zLTExLjVjLTEuNS0xLjgtMS4yLTQuNiwwLjYtNgoJCUM2LjEsOTQuNCw3LDk0LDgsOTRoMTkxLjJDMjAzLjIsMTA0LjYsMTk0LjUsMTEyLjYsMTczLjEsMTE3Ljl6Ii8+Cgk8Zz4KCQkKCQkJPGxpbmVhckdyYWRpZW50IGlkPSJTVkdJRF80XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSItNzk4LjAyMDMiIHkxPSI1LjM2NDIiIHgyPSItNzk4LjAyMDMiIHkyPSI2LjA0ODciIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoNDMuMzk2IDAgMCAxOC4xOTYgMzQ3MzEuNjM2NyAtMzYuODI0NSkiPgoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNTM4OUY1Ii8+CgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM0MTZGREMiLz4KCQk8L2xpbmVhckdyYWRpZW50PgoJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0xMzMuOCw3OS4ybC0xNC42LTE3Yy0wLjctMC44LTEuNy0xLjMtMi44LTEuM0g4NS4xYy0xLjEsMC0yLjEsMC41LTIuOCwxLjNsLTE0LjYsMTd2OS40aDY2LjEKCQkJQzEzMy44LDg4LjUsMTMzLjgsNzkuMiwxMzMuOCw3OS4yeiIvPgoJCQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzVfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii03OTUuMTk5NSIgeTE9IjE0LjQ0MSIgeDI9Ii03OTUuMTk5NSIgeTI9IjEyLjgzNjkiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMzcuOTcyIDAgMCAxNS44MjcxIDMwMjk2LjA2NDUgLTEzMS41Nzc3KSI+CgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNEQ0U5RkYiLz4KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0I2Q0ZGRiIvPgoJCTwvbGluZWFyR3JhZGllbnQ+CgkJPHBhdGggY2xhc3M9InN0NCIgZD0iTTEyOS43LDg4LjlsLTEyLjgtMTQuOGMtMC42LTAuNy0xLjUtMS4xLTIuNS0xLjFIODcuMWMtMC45LDAtMS45LDAuNC0yLjUsMS4xTDcxLjgsODguOXY4LjJoNTcuOAoJCQlDMTI5LjcsOTcsMTI5LjcsODguOSwxMjkuNyw4OC45eiIvPgoJCQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzZfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii03OTguMDE5NiIgeTE9IjEyLjc1NDYiIHgyPSItNzk4LjAxOTYiIHkyPSIxNC4yNzc3IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDQzLjM5NyAwIDAgMTUuOTEyIDM0NzMyLjQ1NyAtMTIzLjcxMTkpIj4KCQkJPHN0b3AgIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6IzdDQTVGNyIvPgoJCQk8c3RvcCAgb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojQzRENkZDIi8+CgkJPC9saW5lYXJHcmFkaWVudD4KCQk8cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMTMzLjgsOTkuM2MwLDEuMy0wLjYsMi41LTEuNSwzLjNsLTAuMiwwLjJjLTAuNywwLjYtMS42LDAuOS0yLjUsMC45SDcyYy0wLjUsMC0xLTAuMS0xLjUtMC4zbC0wLjItMC4xCgkJCWMtMS41LTAuNy0yLjUtMi4yLTIuNS0zLjl2LTIwaDE2YzEuOCwwLDMuMiwxLjUsMy4yLDMuMmwwLDBjMCwxLjgsMS40LDMuMiwzLjIsMy4yaDIxLjJjMS44LDAsMy4yLTEuNCwzLjItMy4yCgkJCWMwLTEuOCwxLjQtMy4yLDMuMi0zLjJoMTZMMTMzLjgsOTkuM3oiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K",pb=Te({width:{type:pe([Number,String]),default:"100%"},height:{type:pe([Number,String]),default:"100%"},imageWidth:{type:pe([Number,String]),default:"20%"}}),mI=["src"];var yI=me({name:"LlEmpty",__name:"empty",props:pb,setup(e){const t=e,o=Je(()=>({width:li(t.width),height:li(t.height)})),n=Je(()=>li(t.imageWidth)),u=Be("empty"),d=Be("empty-inner"),a=Be("empty-title");return(s,l)=>(j(),ne("div",{class:I(v(u).b()),style:Lr(o.value)},[se(s.$slots,"image",{},()=>[H("img",{style:Lr({width:n.value}),src:v(gb)},null,12,mI)]),H("div",{class:I(v(d).b())},[se(s.$slots,"title",{},()=>[H("p",{class:I(v(a).b())},"\u6682\u65E0\u6570\u636E\uFF0C\u8BF7\u5148\u53BB\u65B0\u589E\u5185\u5BB9",2)])],2)],6))}}),bI=ye(yI,[["__file","empty.vue"]]);const kb=Ie(bI),mb=Te({formColumns:{type:pe(Array),default:()=>[]},formOptions:{type:pe(Object),default:()=>({layout:"horizontal"})},formData:{type:pe(Object),default:()=>({})},rowOptions:{type:pe(Object),default:()=>({gutter:16})},loading:{type:Boolean,default:!1}}),yb=["radio","checkbox","switch"],bb=Te({item:{type:pe(Object),default:()=>({})},formData:{type:pe(Object),default:()=>({})}});var hI=me({__name:"form-component",props:bb,setup(e){const o=Hr(e.formData),n=u=>{const d={...u};return Gr(d,["label"])};return(u,d)=>v(yb).includes(u.item.type)?(j(),re(ni(`ll-${u.item.type}`),ee({key:0,checked:o[u.item.key],"onUpdate:checked":d[0]||(d[0]=a=>o[u.item.key]=a)},n(u.item),{onChange:u.item.change}),null,16,["checked","onChange"])):(j(),re(ni(`ll-${u.item.type}`),ee({key:1,value:o[u.item.key],"onUpdate:value":d[1]||(d[1]=a=>o[u.item.key]=a)},n(u.item),{onChange:u.item.change}),null,16,["value","onChange"]))}}),Yc=ye(hI,[["__file","form-component.vue"]]),vI=me({name:"LlForm",__name:"form",props:mb,setup(e,{expose:t}){const o=e,n=Be("form"),u=Hr(o.formData),d=le(),a=async()=>await d.value.validateFields(),s=async()=>await d.value.resetFields(),l=p=>{const g={...p};return Gr(g,["label"])},f=(p={})=>o.formOptions.layout==="horizontal"?p?.labelCol&&p.labelCol.span&&p.labelCol.span>=24?n.is("label-top"):n.is("label-left"):n.is("label-top");return t({validate:a,resetFields:s}),(p,g)=>{const k=G("ll-tooltip"),y=G("a-col"),b=G("a-row"),D=G("ll-form-item"),E=G("a-form"),w=G("a-spin");return j(),ne("div",{class:I(v(n).b())},[A(w,{spinning:o.loading},{default:S(()=>[A(E,ee({ref_key:"formRef",ref:d},o.formOptions,{model:o.formData}),{default:S(()=>[A(b,Ve(Xe(o.rowOptions)),{default:S(()=>[(j(!0),ne(He,null,Re(o.formColumns,(B,L)=>(j(),re(y,ee({key:L,ref_for:!0},B?.colOptions??{},{span:B?.spanCol??24}),{default:S(()=>[se(p.$slots,"formItem",{item:B,index:L},()=>[A(D,ee({name:B?.key??L,class:f(B),ref_for:!0},l(B)),{label:S(()=>[se(p.$slots,"label",{item:B,index:L},()=>[H("span",null,ot(B.label),1),B?.tip?(j(),ne("span",{key:0,class:I(v(n).e("tooltip-wrapper"))},[A(k,ee({style:{"margin-left":"8px"},"overlay-class-name":v(n).e("tooltip"),"arrow-point-at-center":!0,"max-width":B?.tipConfig?.maxWidth??406,placement:B?.tipConfig?.placement??"top",tip:B.tip,"font-size":"16px",ref_for:!0},B?.tipConfig),null,16,["overlay-class-name","max-width","placement","tip"])],2)):de("v-if",!0)])]),default:S(()=>[se(p.$slots,"content",{item:B,index:L},()=>[v(_u)(B.children)?(j(),re(Yc,{key:1,item:B,"form-data":u},null,8,["item","form-data"])):(j(),re(b,ee({key:0,gutter:5,ref_for:!0},B.rowOptions),{default:S(()=>[(j(!0),ne(He,null,Re(B.children,(R,U)=>(j(),re(y,ee({key:U,style:{display:"flex","align-items":"center"},ref_for:!0},B?.colOptions??{}),{default:S(()=>[se(p.$slots,"children",{item:R,index:L},()=>[A(Yc,{item:R,"form-data":u},null,8,["item","form-data"])])]),_:2},1040))),128))]),_:2},1040))])]),_:2},1040,["name","class"])])]),_:2},1040,["span"]))),128))]),_:3},16)]),_:3},16,["model"])]),_:3},8,["spinning"])],2)}}}),FI=ye(vI,[["__file","form.vue"]]);const BI=Ie(Yc),qc=Ie(FI);var CI=me({name:"LlFormItem",__name:"form-item",setup(e){const t=ut(),o=Be("form-item");return(n,u)=>(j(),re(v(O8),ee(v(t),{class:v(o).b()}),wt({_:2},[Re(Object.keys(n.$slots),d=>({name:d,fn:S(a=>[se(n.$slots,d,Ve(Xe(a||{})))])}))]),1040,["class"]))}}),DI=ye(CI,[["__file","form-item.vue"]]);const hb=Ie(DI),vb=Te({iconName:{type:String},color:{type:String},size:{type:pe([Number,String])}}),EI={"aria-hidden":"true"},wI=["xlink:href"];var SI=me({name:"LlIcon",__name:"icon",props:vb,setup(e){const t=e,o=Je(()=>`#${t.iconName}`),n=Je(()=>!t.size&&!t.color?{}:{...t.size?{"font-size":li(t.size)}:{},...t.color?{color:t.color}:{}}),u=Be("icon");return(d,a)=>(j(),ne("i",{class:I(v(u).b()),style:Lr(n.value)},[se(d.$slots,"default",{},()=>[(j(),ne("svg",EI,[H("use",{"xlink:href":o.value},null,8,wI)]))])],6))}}),AI=ye(SI,[["__file","icon.vue"]]);const Qn=Ie(AI),Zc=["default","primary"],Fb=Te({iconType:{type:String,values:Zc},isShowTooltip:{type:Boolean,default:!0},tooltipTitle:{type:String},isShowContainer:{type:Boolean,default:!0},disabled:{type:Boolean},iconName:{type:String},isShowTitle:{type:Boolean},data:{type:pe(void 0)},onClick:{type:Function}});var xI=me({name:"LlIconBase",__name:"icon-base",props:Fb,setup(e){const t=e,o=Je(()=>{const d=t.iconType==="default"||!t.iconType,a=d?n.m("default"):n.m("primary"),s=t.isShowContainer?"":n.m("exposed"),l=t.isShowTitle?n.m("has-text"):"",f=t.disabled?d?n.is("default-disable"):n.is("primary-disable"):"";return`${n.b()} ${a} ${s} ${l} ${f}`}),n=Be("icon-base"),u=d=>t.onClick&&t.onClick(d,t.data);return(d,a)=>{const s=G("ll-icon"),l=G("a-button"),f=G("ll-tooltip");return j(),ne(He,null,[de(" \u6709\u6587\u5B57\u63D0\u793A\u5F39\u7A97 "),d.isShowTooltip?(j(),re(f,{key:0,tip:d.tooltipTitle},{default:S(()=>[A(l,{type:"text",disabled:d.disabled,class:I(`${o.value}`),onClick:u},{default:S(()=>[d.iconName?(j(),re(s,{key:0,"icon-name":d.iconName},null,8,["icon-name"])):de("v-if",!0),d.isShowTitle?(j(),ne("span",{key:1,class:I(v(n).e("text"))},ot(d.tooltipTitle),3)):de("v-if",!0)]),_:1},8,["disabled","class"])]),_:1},8,["tip"])):(j(),ne(He,{key:1},[de(" \u6CA1\u6709\u6587\u5B57\u63D0\u793A\u5F39\u7A97 "),A(l,{type:"text",disabled:d.disabled,class:I(`${o.value}`),onClick:u},{default:S(()=>[d.iconName?(j(),re(s,{key:0,"icon-name":d.iconName},null,8,["icon-name"])):de("v-if",!0),d.isShowTitle?(j(),ne("span",{key:1,class:I(v(n).e("text"))},ot(d.tooltipTitle),3)):de("v-if",!0)]),_:1},8,["disabled","class"])],64))],2112)}}}),jI=ye(xI,[["__file","icon-base.vue"]]);const Ci=Ie(jI),Bb=Te({value:{type:String},iconList:{type:pe(Array),default:()=>[]}}),Cb=Te({value:{type:String},visible:{type:Boolean},data:{type:pe(Array),default:()=>[]}}),Db={"update:visible":()=>!0,changeIconValue:e=>e},Eb=Te({value:{type:String}}),wb={handleModalVisible:e=>!!e};var TI=me({name:"LlIconPickerSearch",__name:"search",props:Eb,emits:wb,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=()=>n("handleModalVisible",!0);return(a,s)=>{const l=G("ll-icon"),f=G("a-input"),p=G("a-button"),g=G("a-input-group");return j(),re(g,{compact:""},{default:S(()=>[A(f,ee({value:o.value,readonly:""},v(u),{style:{width:"calc(100% - 60px)"}}),{suffix:S(()=>[A(l,{"icon-name":"icon-"+a.value},null,8,["icon-name"])]),_:1},16,["value"]),se(a.$slots,"rightButton",{},()=>[A(p,{type:"primary",onClick:d},{default:S(()=>[Ce("\u56FE\u6807")]),_:1})])]),_:3})}}}),II=ye(TI,[["__file","search.vue"]]),OI=me({name:"LlIconPickerModal",__name:"modal",props:Cb,emits:Db,setup(e,{emit:t}){const o=e,n=t,u=le(""),d=le(""),a=le([]),s=Be("icon-picker-modal"),l=()=>{n("changeIconValue",d.value),n("update:visible")},f=()=>n("update:visible"),p=g=>d.value=g?.font_class;return We(()=>o.visible,g=>{g&&(u.value="")}),We(()=>o.value,g=>{g&&(d.value=g)}),We(()=>o.data,g=>{a.value=[...g]},{immediate:!0}),We(u,()=>{a.value=o.data.filter(g=>~g.font_class.indexOf(u.value))}),(g,k)=>{const y=G("ll-icon"),b=G("a-input"),D=G("a-button"),E=G("a-space"),w=G("ll-modal");return j(),re(w,{open:g.visible,title:"\u56FE\u6807\u9009\u62E9",class:"icon-picker-modal-wrapper",width:"776px",keyboard:!1,"mask-closable":!1,onOk:l,onCancel:f},{default:S(()=>[H("div",{class:I(v(s).b())},[H("div",{class:I(v(s).e("input-container"))},[A(b,{value:u.value,"onUpdate:value":k[0]||(k[0]=B=>u.value=B),class:I(v(s).e("input")),"allow-clear":"",placeholder:"\u641C\u7D22..."},{prefix:S(()=>[A(y,{"icon-name":"icon-search"})]),_:1},8,["value","class"])],2),H("div",{class:I(v(s).e("list"))},[A(E,{size:[16,16],wrap:"",class:I(v(s).e("space"))},{default:S(()=>[(j(!0),ne(He,null,Re(a.value,B=>(j(),re(D,{key:B.icon_id,type:d.value===B.font_class?"primary":"default",class:I(v(s).e("button")),onClick:L=>p(B)},{icon:S(()=>[A(y,{"icon-name":"icon-"+B.font_class,style:{"font-size":"28px"}},null,8,["icon-name"])]),_:2},1032,["type","class","onClick"]))),128))]),_:1},8,["class"])],2)],2)]),_:1},8,["open"])}}}),RI=ye(OI,[["__file","modal.vue"]]),MI=me({name:"LlIconPicker",__name:"icon-picker",props:Bb,setup(e){const t=e,o=ut(),n=le(""),u=le(!1),d=Be("icon-picker"),a=l=>u.value=l,s=l=>n.value=l;return We(()=>t.value,l=>{l&&(n.value=l)}),(l,f)=>(j(),ne("div",{class:I(v(d).b())},[de(" input\u7EC4\u5408 "),A(II,ee(v(o),{value:n.value,onHandleModalVisible:a}),null,16,["value"]),de(" icon\u5F39\u7A97 "),A(RI,{visible:u.value,"onUpdate:visible":f[0]||(f[0]=p=>u.value=p),value:n.value,data:l.iconList,onChangeIconValue:s},null,8,["visible","value","data"])],2))}}),LI=ye(MI,[["__file","icon-picker.vue"]]);const Sb=Ie(LI),Ab=Te({value:{type:pe(String)},prefixIcon:{type:String},suffixIcon:{type:String},showPassword:{type:Boolean}});var $I=me({name:"LlInput",__name:"input",props:Ab,setup(e){const t=Be("input"),o=e,n=le("");zs(()=>{o.value!==n.value&&(n.value=o.value)});const u=o.showPassword?pp.Password:pp,d=Je(()=>({...ut(),...o}));return(a,s)=>{const l=G("ll-icon");return j(),re(ni(v(u)),ee({class:v(t).b()},d.value),wt({_:2},[Re(Object.keys(a.$slots),f=>({name:f,fn:S(p=>[se(a.$slots,f,Ve(Xe(p||{})))])})),a.prefixIcon?{name:"prefix",fn:S(()=>[A(l,{"icon-name":a.prefixIcon,"class-name":"prefix-icon"},null,8,["icon-name"])]),key:"0"}:void 0,a.suffixIcon?{name:"suffix",fn:S(()=>[A(l,{"icon-name":a.suffixIcon,"class-name":"suffix-icon"},null,8,["icon-name"])]),key:"1"}:void 0]),1040,["class"])}}}),NI=ye($I,[["__file","input.vue"]]);const xb=Ie(NI),jb=Te({value:{type:pe([Number,String]),default:""},thousands:{type:Boolean,default:!1},isAmountChinese:{type:Boolean,default:!1},detailed:{type:Boolean,default:!1},integer:{type:pe(String),default:null}}),Tb={change:e=>!!e,"update:value":e=>!!e},HI={int8:{min:-128,max:127,precision:0},uint8:{min:0,max:255,precision:0},int16:{min:-32768,max:32767,precision:0},uint16:{min:0,max:65535,precision:0},int32:{min:-2147483648,max:2147483647,precision:0},uint32:{min:0,max:4294967295,precision:0},int64:{min:-9223372036854775808n,max:9223372036854775807n,precision:0},uint64:{min:0,max:18446744073709551615n,precision:0}},PI=["title"],_I={key:0},WI={key:1};var VI=me({name:"LlInputNumber",__name:"input-number",props:jb,emits:Tb,setup(e,{emit:t}){const o=e,n=t,u=Be("input-number"),d=ut(),a=le(""),s=Je(()=>{let k={};return o.integer&&(k=HI[o.integer]),k}),l=Je(()=>{const k={...d,...s.value};return o.thousands&&(k.formatter=y=>pc(y),k.parser=y=>y.replace(/\$\s?|(,*)/g,"")),k}),f=Je(()=>{let k="";return k=!o.isAmountChinese||gc(a.value)?"":R3(Number(a.value)),k});We(()=>o.value,k=>{p(k)},{immediate:!0});function p(k){a.value=gc(k)||isNaN(k)?null:k}function g(k){n("update:value",k),n("change",k)}return(k,y)=>(j(),ne("div",{class:I(v(u).b())},[k.detailed?de("v-if",!0):(j(),ne("div",{key:0,class:I(v(u).e("container"))},[A(v(nn),ee({value:a.value,"onUpdate:value":y[0]||(y[0]=b=>a.value=b)},l.value,{onChange:g}),wt({_:2},[Re(Object.keys(k.$slots),b=>({name:b,fn:S(D=>[se(k.$slots,b,Ve(Xe(D||{})))])})),l.value.unit?{name:"addonAfter",fn:S(()=>[H("div",{class:I(v(u).e("unit"))},ot(l.value.unit),3)]),key:"0"}:void 0]),1040,["value"])],2)),k.detailed?(j(),ne("p",{key:1,class:I(v(u).e("detailed")),title:k.thousands?v(pc)(a.value):a.value},[k.$attrs.addonBefore?(j(),ne("span",_I,ot(k.$attrs.addonBefore),1)):de("v-if",!0),Ce(" "+ot(k.thousands?v(pc)(a.value):a.value)+" ",1),k.$attrs.addonAfter?(j(),ne("span",WI,ot(k.$attrs.addonAfter),1)):de("v-if",!0)],10,PI)):de("v-if",!0),k.isAmountChinese&&f.value?(j(),ne("p",{key:2,class:I(v(u).e("amount-chinese-name"))},ot(f.value),3)):de("v-if",!0)],2))}}),GI=ye(VI,[["__file","input-number.vue"]]);const sd=Ie(GI),Ib=()=>({key:null,value:null}),Ob=Te({value:{type:pe(Array),default:()=>[{key:"",value:""}]},loading:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},keyLabel:{type:String,default:""},valueLabel:{type:String,default:""},addText:{type:String,default:"\u6DFB\u52A0"},keyValueType:{type:pe(String),default:"doubt"},keyType:{type:pe(Object),default:()=>({type:"input",placeholder:"\u8BF7\u8F93\u5165value"})},keyTypes:{type:pe(Array),default:()=>[]},valueType:{type:pe(Object),default:()=>({type:"input",placeholder:"\u8BF7\u8F93\u5165key"})}}),Rb={change:e=>!!e,add:()=>!0,"update:value":e=>!!e},Mb=[{trigger:["blur","change"],message:"\u6B64\u5B57\u6BB5\u662F\u5FC5\u9700\u7684",validator:async(e,t)=>t?Promise.resolve():Promise.reject(new Error("\u6B64\u5B57\u6BB5\u662F\u5FC5\u9700\u7684"))}],Lb={layout:"horizontal",labelAlign:"left"},$b=[{key:"other",labelCol:{span:24}}],Nb=Te({value:{type:pe(Object),default:()=>({key:"",value:""})},keyValueTypeDict:{type:Object,default:()=>({})},showDelete:{type:Boolean,default:!0}}),Hb={delete:()=>!0,change:()=>!0,"update:value":e=>!!e};var UI=me({name:"LlKeyValueItem",__name:"key-value-item",props:Nb,emits:Hb,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=Be("key-value"),a=le(o.value),s=Je(()=>u["key-type"]||{type:"input",placeholder:"\u8BF7\u8F93\u5165",rule:Mb||[]}),l=Je(()=>{let g=u["value-type"]||{type:"input",placeholder:"\u8BF7\u8F93\u5165",rule:[]};return a.value.key&&!_u(o.keyValueTypeDict)&&(g=o.keyValueTypeDict[a.value.key]),g}),f=()=>{n("delete")},p=()=>{a.value.value=""};return We(a,g=>{n("update:value",g),n("change")},{deep:!0}),(g,k)=>{const y=G("ll-select"),b=G("ll-form-item"),D=G("ll-icon"),E=G("ll-button"),w=G("a-popconfirm"),B=G("ll-form");return j(),re(B,{ref:"form","form-columns":v($b),"form-data":o.value,"form-options":v(Lb)},{formItem:S(({item:L})=>[L.key==="other"?(j(),ne("div",{key:0,class:I(v(d).e("item"))},[v(u)["key-value-type"]!=="single"?(j(),ne("div",{key:0,class:I(v(d).m("left"))},[A(b,{label:v(u)["key-label"],"label-col":{span:24},rules:s.value.role,name:"key"},{default:S(()=>[se(g.$slots,"key",{},()=>[v(_u)(v(u)["key-types"])?(j(),re(ni(`ll-${s.value.type}`),ee({key:1,value:a.value.key,"onUpdate:value":k[1]||(k[1]=R=>a.value.key=R),disabled:v(u).disabled},s.value,{style:{width:"100%"},onChange:p}),wt({_:2},[Re(Object.keys(g.$slots),R=>({name:R,fn:S(U=>[se(g.$slots,R,ee(U||{},{content:"key"}))])}))]),1040,["value","disabled"])):(j(),re(y,{key:0,value:a.value.key,"onUpdate:value":k[0]||(k[0]=R=>a.value.key=R),options:v(u)["key-types"],disabled:v(u).disabled,placeholder:"\u8BF7\u9009\u62E9","allow-clear":"",onChange:p},null,8,["value","options","disabled"]))])]),_:3},8,["label","rules"])],2)):de("v-if",!0),v(u)["key-value-type"]!=="single"?(j(),ne("div",{key:1,class:I(v(d).m("separator")),style:Lr({"margin-top":v(u)["key-label"]||v(u)["value-label"]?"26px":"0px"})},[se(g.$slots,"separator",{},()=>[Ce("~")])],6)):de("v-if",!0),H("div",{class:I(v(d).m("right"))},[A(b,{label:v(u)["value-label"],"label-col":{span:24},rule:l.value.rule||{},name:"value"},{default:S(()=>[se(g.$slots,"value-warapper",Ve(Xe(l.value)),()=>[(j(),re(ni(`ll-${l.value.type}`),ee({value:a.value.value,"onUpdate:value":k[2]||(k[2]=R=>a.value.value=R),disabled:v(u).disabled,style:{width:"100%"}},l.value),wt({_:2},[Re(Object.keys(g.$slots),R=>({name:R,fn:S(U=>[se(g.$slots,R,ee(U||{},{content:"value"}))])}))]),1040,["value","disabled"]))])]),_:3},8,["label","rule"])],2),A(w,{title:"\u4F60\u786E\u5B9A\u8981\u79FB\u9664?","ok-text":"\u786E\u8BA4","cancel-text":"\u53D6\u6D88",placement:"topRight","overlay-class-name":v(d).m("popconfirm"),onConfirm:f},{default:S(()=>[o.showDelete?(j(),ne("div",{key:0,class:I(v(d).m("delete")),style:Lr({"margin-top":v(u)["key-label"]||v(u)["value-label"]?"26px":"0px"})},[A(E,{type:"link",disabled:v(u).disabled},{default:S(()=>[se(g.$slots,"delete-icon",{},()=>[A(D,{"icon-name":"icon-remove",class:"delete"})])]),_:3},8,["disabled"])],6)):de("v-if",!0)]),_:3},8,["overlay-class-name"])],2)):de("v-if",!0)]),_:3},8,["form-columns","form-data","form-options"])}}}),zI=ye(UI,[["__file","key-value-item.vue"]]),YI=me({name:"LlKeyValue",__name:"key-value",props:Ob,emits:Rb,setup(e,{emit:t}){const o=e,n=t,u=Be("key-value"),d=le(o.value&&o.value.length>0?o.value:[{key:null,value:null}]),a=le([]),s=Je(()=>{const g={};return o.keyTypes.map(k=>{g[k.value]=k.option}),g}),l=()=>{d.value.push(Ib()),n("add")},f=g=>{d.value.splice(g,1)},p=()=>{n("change",d.value),n("update:value",d.value)};return We(()=>o.value,g=>{d.value=g&&g.length>0?g:[{key:null,value:null}]},{immediate:!0}),(g,k)=>{const y=G("ll-icon"),b=G("ll-button"),D=G("a-spin");return j(),ne("div",{class:I(v(u).b())},[A(D,{spinning:o.loading},{default:S(()=>[(j(!0),ne(He,null,Re(d.value,(E,w)=>(j(),re(zI,{key:w,ref_for:!0,ref:B=>a.value[w]=B,value:d.value[w],"onUpdate:value":B=>d.value[w]=B,"key-label":o.keyLabel,"value-label":o.valueLabel,"key-value-type-dict":s.value,"show-delete":w>0,"key-value-type":o.keyValueType,"key-type":o.keyType,"key-types":o.keyTypes,"value-type":o.valueType,disabled:o.disabled,onDelete:B=>f(w),onChange:p},wt({_:2},[Re(Object.keys(g.$slots),B=>({name:B,fn:S(L=>[se(g.$slots,B,ee({ref_for:!0},L||{},{index:w}))])}))]),1032,["value","onUpdate:value","key-label","value-label","key-value-type-dict","show-delete","key-value-type","key-type","key-types","value-type","disabled","onDelete"]))),128)),A(b,{class:I(v(u).e("add")),loading:g.loading,disabled:o.disabled,onClick:l},{default:S(()=>[H("div",{class:I(v(u).e("plus"))},[g.loading?de("v-if",!0):(j(),re(y,{key:0,"icon-name":"icon-add",class:I(v(u).e("icon-add"))},null,8,["class"])),Ce(" "+ot(o.addText),1)],2)]),_:1},8,["class","loading","disabled"])]),_:3},8,["spinning"])],2)}}}),qI=ye(YI,[["__file","key-value.vue"]]);const Pb=Ie(qI),Kc=Te({open:{type:Boolean,default:!1},title:{type:String,default:"\u63D0\u793A"},loading:{type:Boolean,default:!1},type:{type:pe(String),default:"operate"},class:{type:String,default:""},wrapClassName:{type:String,default:""},confirmText:{type:String,default:""},cancelText:{type:String,default:""},showCancel:{type:Boolean,default:!0},showFooter:{type:Boolean,default:!0}}),_b={cancel:()=>!0,ok:()=>!0,"update:open":()=>!0};var ZI=me({name:"LlModal",__name:"modal",props:Kc,emits:_b,setup(e,{emit:t}){const o=e,n=t,u=ut(),d=Be("modal"),a=le(),s=le(!1),l=le(`ll-modal-${new Date().getTime()}`),f=Je(()=>{const y={...Gr({...u},[...Object.keys(Kc),"wrapClassName"])};return o.showFooter===!1&&(y.footer=null),y}),p=()=>{n("cancel"),n("update:open")},g=()=>{n("ok")},k=async()=>{await ri();const b=document.getElementsByClassName(l.value)[0].getElementsByClassName("ant-modal-body")[0];s.value=b.scrollHeight>b.clientHeight};return We(()=>o.open,y=>{y?(k(),window.addEventListener("resize",k)):window.removeEventListener("resize",k)}),(y,b)=>(j(),re(v(R8),ee(f.value,{ref_key:"modal",ref:a,open:o.open,title:o.title,"wrap-class-name":`${v(d).b()} ${o.wrapClassName}`,class:[o.class,l.value,s.value?v(d).is("has-scroll"):""],onCancel:p,onOk:g}),wt({default:S(()=>[H("div",{class:I([v(d).e("container"),v(d).is(o.type)])},[se(y.$slots,"default")],2)]),_:2},[o.showFooter?{name:"footer",fn:S(()=>[se(y.$slots,"footer",{},()=>[de(" \u786E\u8BA4\u6846 "),o.showCancel&&o.type!=="confirm"?(j(),re(v(fi),{key:0,label:o.cancelText?o.cancelText:"\u53D6\u6D88",onClick:p},null,8,["label"])):de("v-if",!0),A(v(fi),{type:"primary",loading:o.loading,label:o.confirmText?o.confirmText:o.type==="confirm"?"\u77E5\u9053\u4E86":"\u786E\u8BA4",onClick:g},null,8,["loading","label"])])]),key:"0"}:void 0]),1040,["open","title","wrap-class-name","class"]))}}),KI=ye(ZI,[["__file","modal.vue"]]);const Jc=Ie(KI),Wb=Te({value:{type:pe(Array),default:()=>[]},min:Number,max:Number,precision:{type:pe(Number)},disabled:{type:Boolean,default:!1},placeholder:{type:Array,default:()=>["\u6700\u5C0F\u503C","\u6700\u5927\u503C"]}}),Vb={change:e=>!!e,"update:value":e=>!!e};var JI=me({name:"LlNumberRange",__name:"number-range",props:Wb,emits:Vb,setup(e,{emit:t}){const o=e,n=t,u=Be("number-range"),d=le(null),a=le(null),s=()=>{const k=[d.value,a.value];n("change",k),n("update:value",k)},l=k=>{k||k.value===0?d.value=k:d.value=null,s()},f=k=>{k||k.value===0?a.value=k:d.value=null,s()},p=()=>{(d.value||d.value===0)&&a.value&&a.value<d.value&&(a.value=d.value),s()},g=()=>{(a.value||a.value===0)&&d.value&&d.value>a.value&&(d.value=a.value),s()};return We(()=>o.value,k=>{k&&k.length&&(k[0]||k[0]===0?d.value=k[0]:d.value=null,k[1]||k[1]===0?a.value=k[1]:a.value=null)}),(k,y)=>(j(),ne("div",{class:I(v(u).b())},[H("div",{class:I(v(u).m("input"))},[A(v(sd),{value:d.value,"onUpdate:value":y[0]||(y[0]=b=>d.value=b),placeholder:k.placeholder[0],precision:o.precision,min:o.min,max:o.max,disabled:o.disabled,controls:!1,bordered:!1,style:{width:"100%"},onChange:l,onBlur:g},null,8,["value","placeholder","precision","min","max","disabled"])],2),de(" \u5DE6\u8FB9InputNumber "),H("span",{class:I(v(u).m("separator"))},[se(k.$slots,"separator",{},()=>[Ce(" - ")])],2),de(" \u53F3\u8FB9InputNumber "),H("div",{class:I(v(u).m("input"))},[A(v(sd),{value:a.value,"onUpdate:value":y[1]||(y[1]=b=>a.value=b),placeholder:k.placeholder[1],precision:o.precision,min:o.min,max:o.max,disabled:o.disabled,controls:!1,bordered:!1,style:{width:"100%"},onChange:f,onBlur:p},null,8,["value","placeholder","precision","min","max","disabled"])],2)],2))}}),XI=ye(JI,[["__file","number-range.vue"]]);const Gb=Ie(XI),Ub=Te({dropdownOpen:{type:Boolean,default:!1},showDropdown:{type:Boolean,default:!1},list:{type:pe(Array)},disabled:{type:Boolean,default:!1},showIconLimit:{type:Number,default:3},data:{type:pe(void 0)},iconType:{type:String,values:Zc}}),zb={edit:(e,t)=>e||t,delete:(e,t)=>e||t,"update:dropdownOpen":e=>pk(e),"update:value":e=>pk(e)};var QI=me({name:"LlOperateIcon",__name:"operate-icon",props:Ub,emits:zb,setup(e,{emit:t}){const o=e,n=t,u=le([]),d=le([]),a=le(!1),s=le([{iconType:Je(()=>o.iconType||"primary"),isShowContainer:!1,iconName:"icon-edit",tooltipTitle:"\u7F16\u8F91",disabled:o.disabled,onClick:(k,y)=>{n("edit",k,y)}},{iconType:Je(()=>o.iconType||"primary"),isShowContainer:!1,iconName:"icon-delete",tooltipTitle:"\u5220\u9664",disabled:o.disabled,onClick:(k,y)=>{n("delete",k,y)}}]),l=Be("operate-icon"),f=Je(()=>{const k=o.showDropdown&&d.value.length;return`${l.b()} ${k?l.m("has-dropdown"):""}`}),p=k=>{k||(a.value=!1,n("update:dropdownOpen",!1))},g=()=>{a.value=!0,n("update:dropdownOpen",!0)};return We(()=>[o.list,o.showDropdown],k=>{const[y,b]=k,D=y||s.value;D.length>=o.showIconLimit&&b?(u.value=D.slice(0,o.showIconLimit-1),d.value=D.slice(o.showIconLimit-1).map(w=>({...w,isShowTitle:!0}))):u.value=D},{immediate:!0,deep:!0}),(k,y)=>{const b=G("a-menu-item"),D=G("a-menu"),E=G("a-dropdown");return j(),ne("div",{class:I(f.value)},[de(" \u663E\u793A\u7684icon "),(j(!0),ne(He,null,Re(u.value,w=>(j(),re(v(Ci),ee({ref_for:!0},w,{key:w.iconName,data:k.data}),null,16,["data"]))),128)),de(" \u4E0B\u62C9\u63D0\u793A\u7684icon "),k.showDropdown&&d.value.length?(j(),re(E,{key:0,"overlay-class-name":v(l).e("dropdown"),open:a.value,onOpenChange:p},{overlay:S(()=>[A(D,null,{default:S(()=>[se(k.$slots,"default",{},()=>[(j(!0),ne(He,null,Re(d.value,w=>(j(),re(b,{key:w.iconName},{default:S(()=>[A(v(Ci),ee({ref_for:!0},w,{data:k.data}),null,16,["data"])]),_:2},1024))),128))])]),_:3})]),default:S(()=>[H("div",{class:I(v(l).e("dropdown-container")),onMouseenter:g},[A(v(Ci),{"is-show-tooltip":!1,"is-show-container":u.value[0].isShowContainer,"icon-type":u.value[0].iconType,data:k.data,"icon-name":"icon-more"},null,8,["is-show-container","icon-type","data"])],34)]),_:3},8,["overlay-class-name","open"])):de("v-if",!0)],2)}}}),eO=ye(QI,[["__file","operate-icon.vue"]]);const Yb=Ie(eO),qb=Te({operateDropdownOpen:{type:Boolean,default:!1},loading:{type:Boolean,default:!1},fieldNames:{type:pe(Object),default:()=>({children:"children",title:"title",key:"key"})},treeData:{type:pe(Array)},expandedKeys:{type:pe(Array)}}),Xc={expand:(e,t)=>e||t,select:(e,t)=>e||t},tO=typeof Xc;function tr(e,t){oO(e)&&(e="100%");var o=rO(e);return e=t===360?e:Math.min(t,Math.max(0,parseFloat(e))),o&&(e=parseInt(String(e*t),10)/100),Math.abs(e-t)<1e-6?1:(t===360?e=(e<0?e%t+t:e%t)/parseFloat(String(t)):e=e%t/parseFloat(String(t)),e)}function oO(e){return typeof e=="string"&&e.indexOf(".")!==-1&&parseFloat(e)===1}function rO(e){return typeof e=="string"&&e.indexOf("%")!==-1}function nO(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function cd(e){return e<=1?"".concat(Number(e)*100,"%"):e}function Qc(e){return e.length===1?"0"+e:String(e)}function aO(e,t,o){return{r:tr(e,255)*255,g:tr(t,255)*255,b:tr(o,255)*255}}function el(e,t,o){return o<0&&(o+=1),o>1&&(o-=1),o<1/6?e+(t-e)*(6*o):o<1/2?t:o<2/3?e+(t-e)*(2/3-o)*6:e}function iO(e,t,o){var n,u,d;if(e=tr(e,360),t=tr(t,100),o=tr(o,100),t===0)u=o,d=o,n=o;else{var a=o<.5?o*(1+t):o+t-o*t,s=2*o-a;n=el(s,a,e+1/3),u=el(s,a,e),d=el(s,a,e-1/3)}return{r:n*255,g:u*255,b:d*255}}function uO(e,t,o){e=tr(e,255),t=tr(t,255),o=tr(o,255);var n=Math.max(e,t,o),u=Math.min(e,t,o),d=0,a=n,s=n-u,l=n===0?0:s/n;if(n===u)d=0;else{switch(n){case e:d=(t-o)/s+(t<o?6:0);break;case t:d=(o-e)/s+2;break;case o:d=(e-t)/s+4;break}d/=6}return{h:d,s:l,v:a}}function dO(e,t,o){e=tr(e,360)*6,t=tr(t,100),o=tr(o,100);var n=Math.floor(e),u=e-n,d=o*(1-t),a=o*(1-u*t),s=o*(1-(1-u)*t),l=n%6,f=[o,a,d,d,s,o][l],p=[s,o,o,a,d,d][l],g=[d,d,s,o,o,a][l];return{r:f*255,g:p*255,b:g*255}}function sO(e,t,o,n){var u=[Qc(Math.round(e).toString(16)),Qc(Math.round(t).toString(16)),Qc(Math.round(o).toString(16))];return n&&u[0].startsWith(u[0].charAt(1))&&u[1].startsWith(u[1].charAt(1))&&u[2].startsWith(u[2].charAt(1))?u[0].charAt(0)+u[1].charAt(0)+u[2].charAt(0):u.join("")}function Zb(e){return No(e)/255}function No(e){return parseInt(e,16)}var Kb={aliceblue:"#f0f8ff",antiquewhite:"#faebd7",aqua:"#00ffff",aquamarine:"#7fffd4",azure:"#f0ffff",beige:"#f5f5dc",bisque:"#ffe4c4",black:"#000000",blanchedalmond:"#ffebcd",blue:"#0000ff",blueviolet:"#8a2be2",brown:"#a52a2a",burlywood:"#deb887",cadetblue:"#5f9ea0",chartreuse:"#7fff00",chocolate:"#d2691e",coral:"#ff7f50",cornflowerblue:"#6495ed",cornsilk:"#fff8dc",crimson:"#dc143c",cyan:"#00ffff",darkblue:"#00008b",darkcyan:"#008b8b",darkgoldenrod:"#b8860b",darkgray:"#a9a9a9",darkgreen:"#006400",darkgrey:"#a9a9a9",darkkhaki:"#bdb76b",darkmagenta:"#8b008b",darkolivegreen:"#556b2f",darkorange:"#ff8c00",darkorchid:"#9932cc",darkred:"#8b0000",darksalmon:"#e9967a",darkseagreen:"#8fbc8f",darkslateblue:"#483d8b",darkslategray:"#2f4f4f",darkslategrey:"#2f4f4f",darkturquoise:"#00ced1",darkviolet:"#9400d3",deeppink:"#ff1493",deepskyblue:"#00bfff",dimgray:"#696969",dimgrey:"#696969",dodgerblue:"#1e90ff",firebrick:"#b22222",floralwhite:"#fffaf0",forestgreen:"#228b22",fuchsia:"#ff00ff",gainsboro:"#dcdcdc",ghostwhite:"#f8f8ff",goldenrod:"#daa520",gold:"#ffd700",gray:"#808080",green:"#008000",greenyellow:"#adff2f",grey:"#808080",honeydew:"#f0fff0",hotpink:"#ff69b4",indianred:"#cd5c5c",indigo:"#4b0082",ivory:"#fffff0",khaki:"#f0e68c",lavenderblush:"#fff0f5",lavender:"#e6e6fa",lawngreen:"#7cfc00",lemonchiffon:"#fffacd",lightblue:"#add8e6",lightcoral:"#f08080",lightcyan:"#e0ffff",lightgoldenrodyellow:"#fafad2",lightgray:"#d3d3d3",lightgreen:"#90ee90",lightgrey:"#d3d3d3",lightpink:"#ffb6c1",lightsalmon:"#ffa07a",lightseagreen:"#20b2aa",lightskyblue:"#87cefa",lightslategray:"#778899",lightslategrey:"#778899",lightsteelblue:"#b0c4de",lightyellow:"#ffffe0",lime:"#00ff00",limegreen:"#32cd32",linen:"#faf0e6",magenta:"#ff00ff",maroon:"#800000",mediumaquamarine:"#66cdaa",mediumblue:"#0000cd",mediumorchid:"#ba55d3",mediumpurple:"#9370db",mediumseagreen:"#3cb371",mediumslateblue:"#7b68ee",mediumspringgreen:"#00fa9a",mediumturquoise:"#48d1cc",mediumvioletred:"#c71585",midnightblue:"#191970",mintcream:"#f5fffa",mistyrose:"#ffe4e1",moccasin:"#ffe4b5",navajowhite:"#ffdead",navy:"#000080",oldlace:"#fdf5e6",olive:"#808000",olivedrab:"#6b8e23",orange:"#ffa500",orangered:"#ff4500",orchid:"#da70d6",palegoldenrod:"#eee8aa",palegreen:"#98fb98",paleturquoise:"#afeeee",palevioletred:"#db7093",papayawhip:"#ffefd5",peachpuff:"#ffdab9",peru:"#cd853f",pink:"#ffc0cb",plum:"#dda0dd",powderblue:"#b0e0e6",purple:"#800080",rebeccapurple:"#663399",red:"#ff0000",rosybrown:"#bc8f8f",royalblue:"#4169e1",saddlebrown:"#8b4513",salmon:"#fa8072",sandybrown:"#f4a460",seagreen:"#2e8b57",seashell:"#fff5ee",sienna:"#a0522d",silver:"#c0c0c0",skyblue:"#87ceeb",slateblue:"#6a5acd",slategray:"#708090",slategrey:"#708090",snow:"#fffafa",springgreen:"#00ff7f",steelblue:"#4682b4",tan:"#d2b48c",teal:"#008080",thistle:"#d8bfd8",tomato:"#ff6347",turquoise:"#40e0d0",violet:"#ee82ee",wheat:"#f5deb3",white:"#ffffff",whitesmoke:"#f5f5f5",yellow:"#ffff00",yellowgreen:"#9acd32"};function Di(e){var t={r:0,g:0,b:0},o=1,n=null,u=null,d=null,a=!1,s=!1;return typeof e=="string"&&(e=fO(e)),typeof e=="object"&&(zr(e.r)&&zr(e.g)&&zr(e.b)?(t=aO(e.r,e.g,e.b),a=!0,s=String(e.r).substr(-1)==="%"?"prgb":"rgb"):zr(e.h)&&zr(e.s)&&zr(e.v)?(n=cd(e.s),u=cd(e.v),t=dO(e.h,n,u),a=!0,s="hsv"):zr(e.h)&&zr(e.s)&&zr(e.l)&&(n=cd(e.s),d=cd(e.l),t=iO(e.h,n,d),a=!0,s="hsl"),Object.prototype.hasOwnProperty.call(e,"a")&&(o=e.a)),o=nO(o),{ok:a,format:e.format||s,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:o}}var cO="[-\\+]?\\d+%?",lO="[-\\+]?\\d*\\.\\d+%?",hn="(?:".concat(lO,")|(?:").concat(cO,")"),tl="[\\s|\\(]+(".concat(hn,")[,|\\s]+(").concat(hn,")[,|\\s]+(").concat(hn,")\\s*\\)?"),ol="[\\s|\\(]+(".concat(hn,")[,|\\s]+(").concat(hn,")[,|\\s]+(").concat(hn,")[,|\\s]+(").concat(hn,")\\s*\\)?"),kr={CSS_UNIT:new RegExp(hn),rgb:new RegExp("rgb"+tl),rgba:new RegExp("rgba"+ol),hsl:new RegExp("hsl"+tl),hsla:new RegExp("hsla"+ol),hsv:new RegExp("hsv"+tl),hsva:new RegExp("hsva"+ol),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/};function fO(e){if(e=e.trim().toLowerCase(),e.length===0)return!1;var t=!1;if(Kb[e])e=Kb[e],t=!0;else if(e==="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var o=kr.rgb.exec(e);return o?{r:o[1],g:o[2],b:o[3]}:(o=kr.rgba.exec(e),o?{r:o[1],g:o[2],b:o[3],a:o[4]}:(o=kr.hsl.exec(e),o?{h:o[1],s:o[2],l:o[3]}:(o=kr.hsla.exec(e),o?{h:o[1],s:o[2],l:o[3],a:o[4]}:(o=kr.hsv.exec(e),o?{h:o[1],s:o[2],v:o[3]}:(o=kr.hsva.exec(e),o?{h:o[1],s:o[2],v:o[3],a:o[4]}:(o=kr.hex8.exec(e),o?{r:No(o[1]),g:No(o[2]),b:No(o[3]),a:Zb(o[4]),format:t?"name":"hex8"}:(o=kr.hex6.exec(e),o?{r:No(o[1]),g:No(o[2]),b:No(o[3]),format:t?"name":"hex"}:(o=kr.hex4.exec(e),o?{r:No(o[1]+o[1]),g:No(o[2]+o[2]),b:No(o[3]+o[3]),a:Zb(o[4]+o[4]),format:t?"name":"hex8"}:(o=kr.hex3.exec(e),o?{r:No(o[1]+o[1]),g:No(o[2]+o[2]),b:No(o[3]+o[3]),format:t?"name":"hex"}:!1)))))))))}function zr(e){return!!kr.CSS_UNIT.exec(String(e))}var ld=2,Jb=.16,gO=.05,pO=.05,kO=.15,Xb=5,Qb=4,mO=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function eh(e){var t=e.r,o=e.g,n=e.b,u=uO(t,o,n);return{h:u.h*360,s:u.s,v:u.v}}function fd(e){var t=e.r,o=e.g,n=e.b;return"#".concat(sO(t,o,n,!1))}function yO(e,t,o){var n=o/100,u={r:(t.r-e.r)*n+e.r,g:(t.g-e.g)*n+e.g,b:(t.b-e.b)*n+e.b};return u}function th(e,t,o){var n;return Math.round(e.h)>=60&&Math.round(e.h)<=240?n=o?Math.round(e.h)-ld*t:Math.round(e.h)+ld*t:n=o?Math.round(e.h)+ld*t:Math.round(e.h)-ld*t,n<0?n+=360:n>=360&&(n-=360),n}function oh(e,t,o){if(e.h===0&&e.s===0)return e.s;var n;return o?n=e.s-Jb*t:t===Qb?n=e.s+Jb:n=e.s+gO*t,n>1&&(n=1),o&&t===Xb&&n>.1&&(n=.1),n<.06&&(n=.06),Number(n.toFixed(2))}function rh(e,t,o){var n;return o?n=e.v+pO*t:n=e.v-kO*t,n>1&&(n=1),Number(n.toFixed(2))}function rl(e){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=[],n=Di(e),u=Xb;u>0;u-=1){var d=eh(n),a=fd(Di({h:th(d,u,!0),s:oh(d,u,!0),v:rh(d,u,!0)}));o.push(a)}o.push(fd(n));for(var s=1;s<=Qb;s+=1){var l=eh(n),f=fd(Di({h:th(l,s),s:oh(l,s),v:rh(l,s)}));o.push(f)}return t.theme==="dark"?mO.map(function(p){var g=p.index,k=p.opacity,y=fd(yO(Di(t.backgroundColor||"#141414"),Di(o[g]),k*100));return y}):o}var nl={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},gd={},al={};Object.keys(nl).forEach(function(e){gd[e]=rl(nl[e]),gd[e].primary=gd[e][5],al[e]=rl(nl[e],{theme:"dark",backgroundColor:"#141414"}),al[e].primary=al[e][5]});var bO=gd.blue,hO=Symbol("iconContext"),nh=function(){return dp(hO,{prefixCls:le("anticon"),rootClassName:le(""),csp:le()})};function il(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}function vO(e,t){return e&&e.contains?e.contains(t):!1}var ah="data-vc-order",FO="vc-icon-key",ul=new Map;function ih(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.mark;return t?t.startsWith("data-")?t:"data-".concat(t):FO}function dl(e){if(e.attachTo)return e.attachTo;var t=document.querySelector("head");return t||document.body}function BO(e){return e==="queue"?"prependQueue":e?"prepend":"append"}function uh(e){return Array.from((ul.get(e)||e).children).filter(function(t){return t.tagName==="STYLE"})}function dh(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(!il())return null;var o=t.csp,n=t.prepend,u=document.createElement("style");u.setAttribute(ah,BO(n)),o&&o.nonce&&(u.nonce=o.nonce),u.innerHTML=e;var d=dl(t),a=d.firstChild;if(n){if(n==="queue"){var s=uh(d).filter(function(l){return["prepend","prependQueue"].includes(l.getAttribute(ah))});if(s.length)return d.insertBefore(u,s[s.length-1].nextSibling),u}d.insertBefore(u,a)}else d.appendChild(u);return u}function CO(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},o=dl(t);return uh(o).find(function(n){return n.getAttribute(ih(t))===e})}function DO(e,t){var o=ul.get(e);if(!o||!vO(document,o)){var n=dh("",t),u=n.parentNode;ul.set(e,u),e.removeChild(n)}}function EO(e,t){var o=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=dl(o);DO(n,o);var u=CO(t,o);if(u)return o.csp&&o.csp.nonce&&u.nonce!==o.csp.nonce&&(u.nonce=o.csp.nonce),u.innerHTML!==e&&(u.innerHTML=e),u;var d=dh(e,o);return d.setAttribute(ih(o),t),d}function sh(e){for(var t=1;t<arguments.length;t++){var o=arguments[t]!=null?Object(arguments[t]):{},n=Object.keys(o);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(o).filter(function(u){return Object.getOwnPropertyDescriptor(o,u).enumerable}))),n.forEach(function(u){wO(e,u,o[u])})}return e}function wO(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e}function gL(e,t){}function ch(e){return typeof e=="object"&&typeof e.name=="string"&&typeof e.theme=="string"&&(typeof e.icon=="object"||typeof e.icon=="function")}function sl(e,t,o){return o?sp(e.tag,sh({key:t},o,e.attrs),(e.children||[]).map(function(n,u){return sl(n,"".concat(t,"-").concat(e.tag,"-").concat(u))})):sp(e.tag,sh({key:t},e.attrs),(e.children||[]).map(function(n,u){return sl(n,"".concat(t,"-").concat(e.tag,"-").concat(u))}))}function lh(e){return rl(e)[0]}function fh(e){return e?Array.isArray(e)?e:[e]:[]}var SO=`
4
4
  .anticon {
5
5
  display: inline-block;
6
6
  color: inherit;