@pubinfo-pr/core 0.200.1 → 0.203.2

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 (391) hide show
  1. package/dist/{AppSetting-kJRPnkd7.js → AppSetting-B7mE7iHt.js} +40 -40
  2. package/dist/{HButton-CErp0mmx.js → HButton-Dt6qGhhR.js} +7 -7
  3. package/dist/{HCheckList-DfyQDWlj.js → HCheckList-DAkb0SBD.js} +15 -15
  4. package/dist/{HDivider-D0jqQd5V.js → HDivider-Ds5MMqtm.js} +3 -3
  5. package/dist/{HInput-SGtQfOg-.js → HInput-BrsX9848.js} +10 -10
  6. package/dist/{HSlideover-CW2mo_MH.js → HSlideover-CXBJxuQo.js} +120 -120
  7. package/dist/{HToggle-DTYX36Nv.js → HToggle-DEwBoDsw.js} +7 -7
  8. package/dist/{HTooltip-BUu2jovy.js → HTooltip-DjAU-Evn.js} +6 -6
  9. package/dist/{HeaderFullMenu-BJISBxyT.js → HeaderFullMenu-l2890Bzo.js} +93 -92
  10. package/dist/HeaderThinMenu-5K6HXiQk.js +438 -0
  11. package/dist/PreferencesContent-CWHTBvHQ.js +701 -0
  12. package/dist/SettingBreadcrumb-p3hD9w-9.js +45 -0
  13. package/dist/SettingCopyright-BgWvocrJ.js +45 -0
  14. package/dist/{SettingEnableTransition-DyIuTVwf.js → SettingEnableTransition-Cf57pLUk.js} +17 -17
  15. package/dist/SettingHome-tNMtRHoT.js +31 -0
  16. package/dist/SettingMenu-Du4Xhle1.js +111 -0
  17. package/dist/{SettingMode-BzU3i7wu.js → SettingMode-DGWqKJHt.js} +12 -12
  18. package/dist/SettingNavSearch-C_8VmQmD.js +31 -0
  19. package/dist/SettingOther-B9iOz69R.js +48 -0
  20. package/dist/SettingPage-C0TfmEKp.js +22 -0
  21. package/dist/{SettingTabbar-C4LeLY8p.js → SettingTabbar-C7ZQrcN4.js} +57 -57
  22. package/dist/{SettingThemes-Cw6RPVzb.js → SettingThemes-022eXO9f.js} +42 -42
  23. package/dist/SettingToolbar-Bh9aXNpl.js +50 -0
  24. package/dist/SettingTopbar-DjB1Izhm.js +49 -0
  25. package/dist/{SettingWidthMode-nLOBk0va.js → SettingWidthMode-D7sRlBUK.js} +12 -12
  26. package/dist/auth-B65CJEOe.js +4242 -0
  27. package/dist/{change-organization-C0ycAOrg.js → change-organization-sU8aNfhI.js} +37 -37
  28. package/dist/{change-password-BG-GzMjk.js → change-password-Dxzhg43p.js} +72 -72
  29. package/dist/chunk-CD4vhpVs.js +18 -0
  30. package/dist/{components-D3h4bynm.js → components-emseuaQx.js} +1821 -8301
  31. package/dist/core/request.d.ts +1 -1
  32. package/dist/core-4H5JBsa5.js +4885 -0
  33. package/dist/dist-7OjQvlya.js +468 -0
  34. package/dist/engine-oniguruma-uxNZ2DGJ.js +243 -0
  35. package/dist/features/api/modules/auth/renzhengfuwu.d.ts +14 -0
  36. package/dist/features/settings/index.d.ts +90 -1
  37. package/dist/{form-B8DLqjcv.js → form-C3VHofnN.js} +923 -443
  38. package/dist/index.js +3723 -3688
  39. package/dist/{json-CS4uwq6s.js → json-CC4oV-bd.js} +1 -1
  40. package/dist/{modal-DI1pivlf.js → modal-Bl5xHbxa.js} +15512 -15808
  41. package/dist/{not-found-DefRS5UT.js → not-found-DbHOY5cU.js} +18 -18
  42. package/dist/{not-permission-DlVznUAr.js → not-permission-DwERxb_u.js} +18 -18
  43. package/dist/overlayscrollbars-vue-mGyICRMi.js +1460 -0
  44. package/dist/{profile-D_LjvR1Z.js → profile-Dq66-Gsl.js} +3322 -3258
  45. package/dist/{question-line-DlOx1JLj.js → question-line-D7ecIumZ.js} +2 -2
  46. package/dist/{reload-BSumZEfh.js → reload-CbuQgTlC.js} +4 -4
  47. package/dist/{right-DreQ_F11.js → right-DYiPS7dU.js} +6 -6
  48. package/dist/style.css +1 -1
  49. package/dist/{tree-select-_dclwCh-.js → tree-select-B8cTcGLa.js} +2575 -2256
  50. package/dist/utils/shikiHighlighter.d.ts +24 -0
  51. package/dist/watchDiff-CPZFtaOC.js +655 -0
  52. package/package.json +41 -41
  53. package/src/built-in/layout-component/composables/useLayoutVisible.ts +1 -1
  54. package/src/built-in/system-info/components/SystemInfo.vue +68 -66
  55. package/src/built-in/system-info/index.ts +4 -4
  56. package/src/core/ctx.ts +2 -2
  57. package/src/core/request.ts +1 -1
  58. package/src/features/api/modules/auth/renzhengfuwu.ts +36 -0
  59. package/src/features/api/modules/auth/typings.d.ts +19 -1
  60. package/src/features/components/PartyLogin/steps/One.vue +7 -20
  61. package/src/features/components/PubinfoApp/index.vue +1 -0
  62. package/src/utils/shikiHighlighter.ts +80 -0
  63. package/types/auto-imports.d.ts +63 -63
  64. package/types/components.d.ts +45 -1
  65. package/dist/HeaderFullMenu-b76YdzzL.js +0 -6
  66. package/dist/HeaderThinMenu-Axg_TXct.js +0 -6
  67. package/dist/HeaderThinMenu-D-aQYGqU.js +0 -437
  68. package/dist/PreferencesContent-CsiWBBO1.js +0 -695
  69. package/dist/SettingBreadcrumb-eKruZu6b.js +0 -45
  70. package/dist/SettingCopyright-BRJsDUkG.js +0 -45
  71. package/dist/SettingHome-B83g4XZP.js +0 -31
  72. package/dist/SettingMenu-DWVM_tI_.js +0 -111
  73. package/dist/SettingNavSearch-B4K-SZAx.js +0 -31
  74. package/dist/SettingOther-ErTVvHY4.js +0 -48
  75. package/dist/SettingPage-BuvXTZ-r.js +0 -22
  76. package/dist/SettingToolbar-TWm_5emz.js +0 -50
  77. package/dist/SettingTopbar-C4TN5uEY.js +0 -49
  78. package/dist/abap-DnRAvVWC.js +0 -2
  79. package/dist/actionscript-3-msZW2Nd7.js +0 -2
  80. package/dist/ada-BnC7joNr.js +0 -2
  81. package/dist/andromeeda-DAi7Zn3O.js +0 -2
  82. package/dist/angular-html-CfzavAnw.js +0 -14
  83. package/dist/angular-html-CrOacC1u.js +0 -2
  84. package/dist/angular-ts-DiJs407Z.js +0 -16
  85. package/dist/apache-B-Z8vYaQ.js +0 -2
  86. package/dist/apex-C2Noo1FU.js +0 -2
  87. package/dist/apl-BFsbNrB2.js +0 -14
  88. package/dist/applescript-BpRgPLPz.js +0 -2
  89. package/dist/ara-DTx016Ok.js +0 -2
  90. package/dist/asciidoc-wKjKdiA4.js +0 -2
  91. package/dist/asm-xZOYl9w2.js +0 -2
  92. package/dist/astro-D9e5nYiV.js +0 -16
  93. package/dist/aurora-x-CDpb0rTE.js +0 -2
  94. package/dist/auth-CMohCBnq.js +0 -3967
  95. package/dist/awk-3BwACbwn.js +0 -2
  96. package/dist/ayu-dark-CPnKMvWU.js +0 -2
  97. package/dist/ballerina-VA7wU8Y0.js +0 -2
  98. package/dist/bat-sVhn2XCB.js +0 -2
  99. package/dist/beancount-CNgVKIDY.js +0 -2
  100. package/dist/berry-BlI-PUTt.js +0 -2
  101. package/dist/bibtex-B6IEpmWb.js +0 -2
  102. package/dist/bicep-kktY_vpK.js +0 -2
  103. package/dist/blade-B1141JsO.js +0 -18
  104. package/dist/bsl-BbNmGm08.js +0 -3
  105. package/dist/c-4zsKFSTE.js +0 -2
  106. package/dist/c-Cvq0wHxz.js +0 -2
  107. package/dist/cadence-CeV8achK.js +0 -2
  108. package/dist/cairo-BeL3hNNR.js +0 -3
  109. package/dist/catppuccin-frappe-CYjXTpLB.js +0 -2
  110. package/dist/catppuccin-latte-BP-uZ0dx.js +0 -2
  111. package/dist/catppuccin-macchiato-CgDoT_aE.js +0 -2
  112. package/dist/catppuccin-mocha-Bk_D7dln.js +0 -2
  113. package/dist/clarity-DBEE78gB.js +0 -2
  114. package/dist/clojure-BFXloc7Q.js +0 -2
  115. package/dist/cmake-C6J-XxwT.js +0 -2
  116. package/dist/cobol-DYWOBmba.js +0 -8
  117. package/dist/codeowners-2QIwUD68.js +0 -2
  118. package/dist/codeql-fYQZB3Eu.js +0 -2
  119. package/dist/coffee-uoAXafwu.js +0 -3
  120. package/dist/common-lisp-mqEFEz2m.js +0 -2
  121. package/dist/coq-DVFDtWom.js +0 -2
  122. package/dist/cpp-BO2dorzg.js +0 -2
  123. package/dist/cpp-Ba8vDVQv.js +0 -16
  124. package/dist/crystal-CdH-hSfI.js +0 -16
  125. package/dist/csharp-D4GwS--m.js +0 -2
  126. package/dist/css-BPH6wT__.js +0 -2
  127. package/dist/css-Dn_LUKRl.js +0 -2
  128. package/dist/csv-DGhU9OPh.js +0 -2
  129. package/dist/cue-BjeLxBDB.js +0 -2
  130. package/dist/cypher-Axek-jiX.js +0 -2
  131. package/dist/d-CvSb7lgK.js +0 -2
  132. package/dist/dark-plus-BROoqxNE.js +0 -2
  133. package/dist/dart-D3lY8Y-J.js +0 -2
  134. package/dist/dax-8_Wvr0d1.js +0 -2
  135. package/dist/desktop-CGQdBGkk.js +0 -2
  136. package/dist/diff-IbIUICCs.js +0 -2
  137. package/dist/dist-CJQj4sgz.js +0 -468
  138. package/dist/docker-DYs0e5yp.js +0 -2
  139. package/dist/dotenv-DP5FfelN.js +0 -2
  140. package/dist/dracula-CO5RND2y.js +0 -2
  141. package/dist/dracula-soft-CcubPGL5.js +0 -2
  142. package/dist/dream-maker-Cguvgdbe.js +0 -2
  143. package/dist/edge-Dnua-W20.js +0 -10
  144. package/dist/elixir-DFKWSPCw.js +0 -3
  145. package/dist/elm-VFC9t5c8.js +0 -3
  146. package/dist/emacs-lisp-CFhrNsBY.js +0 -2
  147. package/dist/erb-CCXgwK_j.js +0 -8
  148. package/dist/erlang-C99AW0pa.js +0 -3
  149. package/dist/everforest-dark-BzkBm4oV.js +0 -2
  150. package/dist/everforest-light-6t-pc3xg.js +0 -2
  151. package/dist/fennel-DLzv2kEg.js +0 -2
  152. package/dist/fish-CrpcBLGY.js +0 -2
  153. package/dist/fluent-Cgb80GZA.js +0 -2
  154. package/dist/fortran-fixed-form-m2e4NVmq.js +0 -3
  155. package/dist/fortran-free-form-5KVyf4H-.js +0 -2
  156. package/dist/fsharp-D2zphAKM.js +0 -3
  157. package/dist/gdresource-C7deQN19.js +0 -8
  158. package/dist/gdscript-C1VWrs5m.js +0 -2
  159. package/dist/gdshader-BIY53tWi.js +0 -2
  160. package/dist/genie-9IFfnqUU.js +0 -2
  161. package/dist/gherkin-1iObs2O9.js +0 -2
  162. package/dist/git-commit-fODQp1jL.js +0 -3
  163. package/dist/git-rebase-B9JMbwIM.js +0 -3
  164. package/dist/github-dark-CrDaVcf5.js +0 -2
  165. package/dist/github-dark-default-D7ew6oyG.js +0 -2
  166. package/dist/github-dark-dimmed-C9HFgab3.js +0 -2
  167. package/dist/github-dark-high-contrast-wgTYZXF2.js +0 -2
  168. package/dist/github-light-clYQ578w.js +0 -2
  169. package/dist/github-light-default-BD-qeOgc.js +0 -2
  170. package/dist/github-light-high-contrast-CUWPjA6F.js +0 -2
  171. package/dist/gleam-D1sL72nZ.js +0 -2
  172. package/dist/glimmer-js-mnfoipP4.js +0 -12
  173. package/dist/glimmer-ts-Vwc7x5el.js +0 -12
  174. package/dist/glsl-BM79ANxo.js +0 -2
  175. package/dist/glsl-bVDu2tRl.js +0 -3
  176. package/dist/gnuplot-C7nG8NBx.js +0 -2
  177. package/dist/go-CDMGBx9R.js +0 -2
  178. package/dist/graphql-Blhn4Ti0.js +0 -12
  179. package/dist/graphql-miYQqS2P.js +0 -2
  180. package/dist/groovy-DpAdtwL_.js +0 -2
  181. package/dist/gruvbox-dark-hard-DGsx2GxU.js +0 -2
  182. package/dist/gruvbox-dark-medium-DAKSw6I6.js +0 -2
  183. package/dist/gruvbox-dark-soft-CeX40AvH.js +0 -2
  184. package/dist/gruvbox-light-hard-CF1Tu1iA.js +0 -2
  185. package/dist/gruvbox-light-medium-xsCjHpPw.js +0 -2
  186. package/dist/gruvbox-light-soft-7coHTuzG.js +0 -2
  187. package/dist/hack-7C5x4T-_.js +0 -8
  188. package/dist/haml-DfQvtItk.js +0 -2
  189. package/dist/haml-Dv6tzh7n.js +0 -8
  190. package/dist/handlebars-CROXrCh9.js +0 -12
  191. package/dist/haskell-BCU_ENra.js +0 -2
  192. package/dist/haxe-CI2Cw40C.js +0 -2
  193. package/dist/hcl-DZT6kL4Z.js +0 -2
  194. package/dist/hjson-DjX8ZGxP.js +0 -2
  195. package/dist/hlsl-DrbHkFUr.js +0 -2
  196. package/dist/houston-B7By0kh6.js +0 -2
  197. package/dist/html-CHDLnu8B.js +0 -2
  198. package/dist/html-D_hMHeE_.js +0 -8
  199. package/dist/html-derivative-CopqrXDk.js +0 -3
  200. package/dist/html-derivative-D3CEVNhY.js +0 -2
  201. package/dist/http-DtxVMOhn.js +0 -12
  202. package/dist/hurl-DEd-LLt-.js +0 -10
  203. package/dist/hxml-DpEoYyNf.js +0 -3
  204. package/dist/hy-DeNSN3Xl.js +0 -2
  205. package/dist/imba-C8QCbIT1.js +0 -2
  206. package/dist/ini-5K44R-c9.js +0 -2
  207. package/dist/java-C20Uda2J.js +0 -2
  208. package/dist/java-DzXBQdoj.js +0 -2
  209. package/dist/javascript-BJbJ2Vkc.js +0 -2
  210. package/dist/javascript-Dycm8Hyd.js +0 -2
  211. package/dist/jinja-BP27dfdV.js +0 -3
  212. package/dist/jison-CXOe1N5D.js +0 -3
  213. package/dist/json-osxk1FMH.js +0 -2
  214. package/dist/json5-XoFX4Xcw.js +0 -2
  215. package/dist/jsonc-K40Y1Q0-.js +0 -2
  216. package/dist/jsonl-Bna9B-tR.js +0 -2
  217. package/dist/jsonnet-1lw9dY-D.js +0 -2
  218. package/dist/jssm-CYUnZBcY.js +0 -2
  219. package/dist/jsx-BPBOa2CL.js +0 -2
  220. package/dist/jsx-DyXpcK38.js +0 -2
  221. package/dist/julia-BIymapM-.js +0 -14
  222. package/dist/kanagawa-dragon-Xfwgxn9c.js +0 -2
  223. package/dist/kanagawa-lotus-BRUptwxp.js +0 -2
  224. package/dist/kanagawa-wave-DW-acwZd.js +0 -2
  225. package/dist/kdl-CfclADGt.js +0 -2
  226. package/dist/kotlin-FNhFixyq.js +0 -2
  227. package/dist/kusto-CF-Y9S4v.js +0 -2
  228. package/dist/laserwave-hOG3RlVG.js +0 -2
  229. package/dist/latex-CDB4AtOy.js +0 -3
  230. package/dist/lean-CUXEMhPT.js +0 -2
  231. package/dist/less-BFxpJcv2.js +0 -2
  232. package/dist/light-plus-DVh8P_vS.js +0 -2
  233. package/dist/liquid-DOAu7AIJ.js +0 -12
  234. package/dist/llvm-yB1CCqBM.js +0 -2
  235. package/dist/log-BG-t_tD8.js +0 -2
  236. package/dist/logo-CGZiAo8G.js +0 -2
  237. package/dist/lua-C7jagqEX.js +0 -2
  238. package/dist/lua-DwvoJpOg.js +0 -3
  239. package/dist/luau-CvL4lods.js +0 -2
  240. package/dist/make-C3tgDf9_.js +0 -2
  241. package/dist/markdown-Dyup0Au6.js +0 -2
  242. package/dist/marko-CU9xlJim.js +0 -12
  243. package/dist/material-theme-DmFtxJmp.js +0 -2
  244. package/dist/material-theme-darker-CUOM9kCp.js +0 -2
  245. package/dist/material-theme-lighter-BTz57UB3.js +0 -2
  246. package/dist/material-theme-ocean-ByxaTGeQ.js +0 -2
  247. package/dist/material-theme-palenight-BcnRkkgS.js +0 -2
  248. package/dist/matlab-Cp-Q2k26.js +0 -2
  249. package/dist/mdc-CgyezY4I.js +0 -10
  250. package/dist/mdx-BGY1YXYE.js +0 -2
  251. package/dist/mermaid-4us6aNUf.js +0 -2
  252. package/dist/min-dark-DNbI5SbO.js +0 -2
  253. package/dist/min-light-F4BhMi3a.js +0 -2
  254. package/dist/mipsasm-DsVvDD7N.js +0 -2
  255. package/dist/mojo-DsbeQpTC.js +0 -2
  256. package/dist/monokai-CCPJIqmO.js +0 -2
  257. package/dist/move-CsY6oaMr.js +0 -2
  258. package/dist/narrat-Dt9pplE3.js +0 -2
  259. package/dist/nextflow-_yz6btMz.js +0 -2
  260. package/dist/nginx-D0SaaB1T.js +0 -3
  261. package/dist/night-owl-BF0oLCh4.js +0 -2
  262. package/dist/nim-ClZRjmAG.js +0 -18
  263. package/dist/nix-C30pu-XF.js +0 -2
  264. package/dist/nord-CivpZPbe.js +0 -2
  265. package/dist/nushell-CN3bvvul.js +0 -2
  266. package/dist/objective-c-BU41w6gi.js +0 -2
  267. package/dist/objective-cpp-DRi_u4XF.js +0 -2
  268. package/dist/ocaml-BQUPg4Vc.js +0 -2
  269. package/dist/one-dark-pro-B90Mr6az.js +0 -2
  270. package/dist/one-light-Czi-k9Qd.js +0 -2
  271. package/dist/openscad-DzhxhWzS.js +0 -2
  272. package/dist/overlayscrollbars-vue-BJtv0PXr.js +0 -1436
  273. package/dist/pascal-fr-zfvY8.js +0 -2
  274. package/dist/perl-BONdgqEk.js +0 -14
  275. package/dist/php-CkldpTwd.js +0 -16
  276. package/dist/pick-CiRODtTM.js +0 -10
  277. package/dist/pkl-DiBgHWzw.js +0 -2
  278. package/dist/plastic-DgEVLLEf.js +0 -2
  279. package/dist/plsql-B0Y5lzLA.js +0 -2
  280. package/dist/po-DH_2lVVI.js +0 -2
  281. package/dist/poimandres-DVw_WEOw.js +0 -2
  282. package/dist/polar-B5UJqW2X.js +0 -2
  283. package/dist/postcss-DcHaF3o6.js +0 -2
  284. package/dist/powerquery-782B9lMX.js +0 -2
  285. package/dist/powershell-C430fpLb.js +0 -2
  286. package/dist/prisma-CvweD45H.js +0 -2
  287. package/dist/prolog-D4wVZtB7.js +0 -2
  288. package/dist/proto-DdvYvbZd.js +0 -2
  289. package/dist/pug-BNgUsZNy.js +0 -10
  290. package/dist/puppet-CClzKUH9.js +0 -2
  291. package/dist/purescript-DHIg5VOR.js +0 -2
  292. package/dist/python-DvhvKlZZ.js +0 -2
  293. package/dist/qml-nEcL49P6.js +0 -3
  294. package/dist/qmldir-BtOqlgPr.js +0 -2
  295. package/dist/qss-ClrV3_Z9.js +0 -2
  296. package/dist/r-C-usIf8k.js +0 -2
  297. package/dist/r-C16XYL7B.js +0 -2
  298. package/dist/racket-od71tNNk.js +0 -2
  299. package/dist/raku-BafRw-D9.js +0 -2
  300. package/dist/razor-DFLmUw5J.js +0 -8
  301. package/dist/red-CxfwiYss.js +0 -2
  302. package/dist/reg-CEJ4u76_.js +0 -2
  303. package/dist/regexp-DHmQlrOr.js +0 -2
  304. package/dist/regexp-DhnhP6Rg.js +0 -2
  305. package/dist/rel-CqP7ei8l.js +0 -2
  306. package/dist/riscv-MDRl54Sr.js +0 -2
  307. package/dist/rose-pine-C-YvPx8i.js +0 -2
  308. package/dist/rose-pine-dawn-YFmwt8a2.js +0 -2
  309. package/dist/rose-pine-moon-CEkPllOl.js +0 -2
  310. package/dist/rosmsg-CjPdTMH_.js +0 -2
  311. package/dist/rst-FjQhBJbo.js +0 -20
  312. package/dist/ruby-6_kFSgYU.js +0 -28
  313. package/dist/rust-BmA7pwJq.js +0 -2
  314. package/dist/sas-DWFkkZhV.js +0 -3
  315. package/dist/sass-WBoQIb5a.js +0 -2
  316. package/dist/scala-oj3UWPYE.js +0 -2
  317. package/dist/scheme-D8elN4XP.js +0 -2
  318. package/dist/scss-C3rOBIpO.js +0 -2
  319. package/dist/scss-DCW_iwzw.js +0 -3
  320. package/dist/sdbl-1Jil1ibL.js +0 -2
  321. package/dist/shaderlab-BiTZe6wd.js +0 -3
  322. package/dist/shellscript-BgfUoURL.js +0 -2
  323. package/dist/shellscript-VazcVHVa.js +0 -2
  324. package/dist/shellsession-E9-fFzrt.js +0 -3
  325. package/dist/slack-dark-CrvBI2ER.js +0 -2
  326. package/dist/slack-ochin-DHGUEcgG.js +0 -2
  327. package/dist/smalltalk-CqpX258U.js +0 -2
  328. package/dist/snazzy-light-Ds9WHe42.js +0 -2
  329. package/dist/solarized-dark-D_uyE4Am.js +0 -2
  330. package/dist/solarized-light-CiPKp-CD.js +0 -2
  331. package/dist/solidity-DkHnQa-Q.js +0 -2
  332. package/dist/soy-zulPRiR4.js +0 -3
  333. package/dist/sparql-_ExiBwId.js +0 -3
  334. package/dist/splunk-C1WI5q-z.js +0 -2
  335. package/dist/sql-Dx3aMqR5.js +0 -2
  336. package/dist/sql-uECzuuDw.js +0 -2
  337. package/dist/ssh-config-DCNkoN49.js +0 -2
  338. package/dist/stata-CEvt7T3u.js +0 -3
  339. package/dist/stylus-DjIFnVIy.js +0 -2
  340. package/dist/svelte-BTXiw8b_.js +0 -12
  341. package/dist/swift-DbLRdXGw.js +0 -2
  342. package/dist/synthwave-84-BUvQUrA0.js +0 -2
  343. package/dist/system-verilog-DwRrDuUC.js +0 -2
  344. package/dist/systemd-Bgl646hW.js +0 -2
  345. package/dist/talonscript-CsY1u3F7.js +0 -2
  346. package/dist/tasl-DdqzqPD0.js +0 -2
  347. package/dist/tcl-BfhAB2cJ.js +0 -2
  348. package/dist/templ-BWRLQt5A.js +0 -10
  349. package/dist/terraform-pGAQ0zW7.js +0 -2
  350. package/dist/tex-xdbq3CaT.js +0 -3
  351. package/dist/tokyo-night-vc5Diq8Q.js +0 -2
  352. package/dist/toml-Cyhj-OXr.js +0 -2
  353. package/dist/ts-tags-grq0tiUL.js +0 -36
  354. package/dist/tsv-C9bNKEMa.js +0 -2
  355. package/dist/tsx-BhOqGk0p.js +0 -2
  356. package/dist/tsx-CMQ1mQIE.js +0 -2
  357. package/dist/turtle-Bx6SVsq9.js +0 -2
  358. package/dist/twig-UeNhiIh3.js +0 -16
  359. package/dist/typescript-BKcsjt75.js +0 -2
  360. package/dist/typescript-C_OcD2I9.js +0 -2
  361. package/dist/typespec-otBjN2Qt.js +0 -2
  362. package/dist/typst-QU-aNfPn.js +0 -2
  363. package/dist/v-BhDBjJzl.js +0 -2
  364. package/dist/vala-47dwwaWY.js +0 -2
  365. package/dist/vb-BnhjgUfT.js +0 -2
  366. package/dist/verilog-BqCzecFd.js +0 -2
  367. package/dist/vesper-OMhtc8Do.js +0 -2
  368. package/dist/vhdl-CPlO9C1x.js +0 -2
  369. package/dist/viml-CVoyjbl3.js +0 -2
  370. package/dist/vitesse-black-V_wQwmut.js +0 -2
  371. package/dist/vue-DVWuOfxq.js +0 -20
  372. package/dist/vue-html-Cppv63Ia.js +0 -8
  373. package/dist/vue-vine-BKFt49hu.js +0 -18
  374. package/dist/vyper-Dr9ZK7Tc.js +0 -2
  375. package/dist/wasm-Hzjjdewx.js +0 -2
  376. package/dist/watchDiff-D0Gf0T5E.js +0 -397
  377. package/dist/wenyan-MudmExHN.js +0 -2
  378. package/dist/wgsl-Bl50NE6j.js +0 -2
  379. package/dist/wikitext-1zhw1Fse.js +0 -2
  380. package/dist/wit-viBDayJa.js +0 -2
  381. package/dist/wolfram-CgYjQJoa.js +0 -2
  382. package/dist/xml-Bi7r6gAu.js +0 -3
  383. package/dist/xml-DcJlpw85.js +0 -2
  384. package/dist/xsl-CK5YakcJ.js +0 -3
  385. package/dist/yaml-BOJKoODW.js +0 -2
  386. package/dist/yaml-CD-Vt5Sq.js +0 -2
  387. package/dist/zenscript-BnwCdyI6.js +0 -2
  388. package/dist/zig-Bjv5g2TX.js +0 -2
  389. /package/dist/{vitesse-dark-CqDMGtk5.js → vitesse-dark-CxkWMfh6.js} +0 -0
  390. /package/dist/{vitesse-light-2jYwTSYp.js → vitesse-light-DY25e6F3.js} +0 -0
  391. /package/dist/{wasm-k6ZKCtGX.js → wasm-DAU6f5s5.js} +0 -0
@@ -1,468 +0,0 @@
1
- import { Fragment, TransitionGroup, computed, customRef, defineComponent, getCurrentInstance, getCurrentScope, h, hasInjectionContext, inject, isRef, markRaw, nextTick, onBeforeMount, onBeforeUnmount, onBeforeUpdate, onMounted, onScopeDispose, onUnmounted, onUpdated, provide, reactive, readonly, ref, shallowReadonly, shallowRef, toRaw, toRef, toRefs, toValue, unref, watch, watchEffect } from "vue";
2
- function tryOnScopeDispose(s, I) {
3
- return getCurrentScope() ? (onScopeDispose(s, I), !0) : !1;
4
- }
5
- var localProvidedStateMap = /* @__PURE__ */ new WeakMap(), injectLocal = (...s) => {
6
- let I = s[0], L = getCurrentInstance()?.proxy ?? getCurrentScope();
7
- if (L == null && !hasInjectionContext()) throw Error("injectLocal must be called in setup");
8
- return L && localProvidedStateMap.has(L) && I in localProvidedStateMap.get(L) ? localProvidedStateMap.get(L)[I] : inject(...s);
9
- }, isClient = typeof window < "u" && typeof document < "u";
10
- typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope;
11
- var notNullish = (s) => s != null, toString = Object.prototype.toString, isObject = (s) => toString.call(s) === "[object Object]", noop = () => {};
12
- function toRef$1(...s) {
13
- if (s.length !== 1) return toRef(...s);
14
- let I = s[0];
15
- return typeof I == "function" ? readonly(customRef(() => ({
16
- get: I,
17
- set: noop
18
- }))) : ref(I);
19
- }
20
- function createSingletonPromise(s) {
21
- let I;
22
- function L() {
23
- return I ||= s(), I;
24
- }
25
- return L.reset = async () => {
26
- let s = I;
27
- I = void 0, s && await s;
28
- }, L;
29
- }
30
- function pxValue(s) {
31
- return s.endsWith("rem") ? Number.parseFloat(s) * 16 : Number.parseFloat(s);
32
- }
33
- function toArray(s) {
34
- return Array.isArray(s) ? s : [s];
35
- }
36
- function getLifeCycleTarget(s) {
37
- return s || getCurrentInstance();
38
- }
39
- function tryOnMounted(s, I = !0, L) {
40
- getLifeCycleTarget(L) ? onMounted(s, L) : I ? s() : nextTick(s);
41
- }
42
- function useTimeoutFn(s, I, L = {}) {
43
- let { immediate: R = !0, immediateCallback: z = !1 } = L, B = shallowRef(!1), V;
44
- function H() {
45
- V &&= (clearTimeout(V), void 0);
46
- }
47
- function U() {
48
- B.value = !1, H();
49
- }
50
- function W(...L) {
51
- z && s(), H(), B.value = !0, V = setTimeout(() => {
52
- B.value = !1, V = void 0, s(...L);
53
- }, toValue(I));
54
- }
55
- return R && (B.value = !0, isClient && W()), tryOnScopeDispose(U), {
56
- isPending: shallowReadonly(B),
57
- start: W,
58
- stop: U
59
- };
60
- }
61
- function useToggle(s = !1, I = {}) {
62
- let { truthyValue: L = !0, falsyValue: R = !1 } = I, z = isRef(s), B = shallowRef(s);
63
- function V(s) {
64
- if (arguments.length) return B.value = s, B.value;
65
- {
66
- let s = toValue(L);
67
- return B.value = B.value === s ? toValue(R) : s, B.value;
68
- }
69
- }
70
- return z ? V : [B, V];
71
- }
72
- function watchImmediate(s, I, L) {
73
- return watch(s, I, {
74
- ...L,
75
- immediate: !0
76
- });
77
- }
78
- function computedAsync(s, I, R) {
79
- let z;
80
- z = isRef(R) ? { evaluating: R } : R || {};
81
- let { lazy: B = !1, flush: V = "sync", evaluating: H = void 0, shallow: U = !0, onError: W = globalThis.reportError ?? noop } = z, K = shallowRef(!B), q = U ? shallowRef(I) : ref(I), J = 0;
82
- return watchEffect(async (I) => {
83
- if (!K.value) return;
84
- J++;
85
- let L = J, R = !1;
86
- H && Promise.resolve().then(() => {
87
- H.value = !0;
88
- });
89
- try {
90
- let z = await s((s) => {
91
- I(() => {
92
- H && (H.value = !1), R || s();
93
- });
94
- });
95
- L === J && (q.value = z);
96
- } catch (s) {
97
- W(s);
98
- } finally {
99
- H && L === J && (H.value = !1), R = !0;
100
- }
101
- }, { flush: V }), B ? computed(() => (K.value = !0, q.value)) : q;
102
- }
103
- var defaultWindow = isClient ? window : void 0, defaultDocument = isClient ? window.document : void 0, defaultNavigator = isClient ? window.navigator : void 0;
104
- isClient && window.location;
105
- function unrefElement(s) {
106
- let I = toValue(s);
107
- return I?.$el ?? I;
108
- }
109
- function useEventListener(...s) {
110
- let I = (s, I, L, R) => (s.addEventListener(I, L, R), () => s.removeEventListener(I, L, R)), R = computed(() => {
111
- let I = toArray(toValue(s[0])).filter((s) => s != null);
112
- return I.every((s) => typeof s != "string") ? I : void 0;
113
- });
114
- return watchImmediate(() => [
115
- R.value?.map((s) => unrefElement(s)) ?? [defaultWindow].filter((s) => s != null),
116
- toArray(toValue(R.value ? s[1] : s[0])),
117
- toArray(unref(R.value ? s[2] : s[1])),
118
- toValue(R.value ? s[3] : s[2])
119
- ], ([s, L, R, z], B, V) => {
120
- if (!s?.length || !L?.length || !R?.length) return;
121
- let H = isObject(z) ? { ...z } : z, U = s.flatMap((s) => L.flatMap((L) => R.map((R) => I(s, L, R, H))));
122
- V(() => {
123
- U.forEach((s) => s());
124
- });
125
- }, { flush: "post" });
126
- }
127
- function useMounted() {
128
- let s = shallowRef(!1), I = getCurrentInstance();
129
- return I && onMounted(() => {
130
- s.value = !0;
131
- }, I), s;
132
- }
133
- /* @__NO_SIDE_EFFECTS__ */
134
- function useSupported(s) {
135
- let I = useMounted();
136
- return computed(() => (I.value, !!s()));
137
- }
138
- function useMutationObserver(s, I, R = {}) {
139
- let { window: z = defaultWindow, ...B } = R, V, H = /* @__PURE__ */ useSupported(() => z && "MutationObserver" in z), U = () => {
140
- V &&= (V.disconnect(), void 0);
141
- }, W = watch(computed(() => {
142
- let I = toArray(toValue(s)).map(unrefElement).filter(notNullish);
143
- return new Set(I);
144
- }), (s) => {
145
- U(), H.value && s.size && (V = new MutationObserver(I), s.forEach((s) => V.observe(s, B)));
146
- }, {
147
- immediate: !0,
148
- flush: "post"
149
- }), G = () => V?.takeRecords(), K = () => {
150
- W(), U();
151
- };
152
- return tryOnScopeDispose(K), {
153
- isSupported: H,
154
- stop: K,
155
- takeRecords: G
156
- };
157
- }
158
- var ssrWidthSymbol = Symbol("vueuse-ssr-width");
159
- /* @__NO_SIDE_EFFECTS__ */
160
- function useSSRWidth() {
161
- let s = hasInjectionContext() ? injectLocal(ssrWidthSymbol, null) : null;
162
- return typeof s == "number" ? s : void 0;
163
- }
164
- function useMediaQuery(s, I = {}) {
165
- let { window: R = defaultWindow, ssrWidth: z = /* @__PURE__ */ useSSRWidth() } = I, B = /* @__PURE__ */ useSupported(() => R && "matchMedia" in R && typeof R.matchMedia == "function"), V = shallowRef(typeof z == "number"), H = shallowRef(), U = shallowRef(!1);
166
- return watchEffect(() => {
167
- if (V.value) {
168
- V.value = !B.value, U.value = toValue(s).split(",").some((s) => {
169
- let I = s.includes("not all"), L = s.match(/\(\s*min-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), R = s.match(/\(\s*max-width:\s*(-?\d+(?:\.\d*)?[a-z]+\s*)\)/), B = !!(L || R);
170
- return L && B && (B = z >= pxValue(L[1])), R && B && (B = z <= pxValue(R[1])), I ? !B : B;
171
- });
172
- return;
173
- }
174
- B.value && (H.value = R.matchMedia(toValue(s)), U.value = H.value.matches);
175
- }), useEventListener(H, "change", (s) => {
176
- U.value = s.matches;
177
- }, { passive: !0 }), computed(() => U.value);
178
- }
179
- function usePermission(s, I = {}) {
180
- let { controls: L = !1, navigator: R = defaultNavigator } = I, z = /* @__PURE__ */ useSupported(() => R && "permissions" in R), B = shallowRef(), V = typeof s == "string" ? { name: s } : s, H = shallowRef(), U = () => {
181
- H.value = B.value?.state ?? "prompt";
182
- };
183
- useEventListener(B, "change", U, { passive: !0 });
184
- let W = createSingletonPromise(async () => {
185
- if (z.value) {
186
- if (!B.value) try {
187
- B.value = await R.permissions.query(V);
188
- } catch {
189
- B.value = void 0;
190
- } finally {
191
- U();
192
- }
193
- if (L) return toRaw(B.value);
194
- }
195
- });
196
- return W(), L ? {
197
- state: H,
198
- isSupported: z,
199
- query: W
200
- } : H;
201
- }
202
- function useClipboard(s = {}) {
203
- let { navigator: I = defaultNavigator, read: R = !1, source: z, copiedDuring: B = 1500, legacy: V = !1 } = s, H = /* @__PURE__ */ useSupported(() => I && "clipboard" in I), U = usePermission("clipboard-read"), W = usePermission("clipboard-write"), G = computed(() => H.value || V), K = shallowRef(""), q = shallowRef(!1), J = useTimeoutFn(() => q.value = !1, B, { immediate: !1 });
204
- async function Y() {
205
- let s = !(H.value && $(U.value));
206
- if (!s) try {
207
- K.value = await I.clipboard.readText();
208
- } catch {
209
- s = !0;
210
- }
211
- s && (K.value = Q());
212
- }
213
- G.value && R && useEventListener(["copy", "cut"], Y, { passive: !0 });
214
- async function X(s = toValue(z)) {
215
- if (G.value && s != null) {
216
- let L = !(H.value && $(W.value));
217
- if (!L) try {
218
- await I.clipboard.writeText(s);
219
- } catch {
220
- L = !0;
221
- }
222
- L && Z(s), K.value = s, q.value = !0, J.start();
223
- }
224
- }
225
- function Z(s) {
226
- let I = document.createElement("textarea");
227
- I.value = s, I.style.position = "absolute", I.style.opacity = "0", I.setAttribute("readonly", ""), document.body.appendChild(I), I.select(), document.execCommand("copy"), I.remove();
228
- }
229
- function Q() {
230
- var s, I;
231
- return ((s = document) == null || (I = s.getSelection) == null || (I = I.call(s)) == null ? void 0 : I.toString()) ?? "";
232
- }
233
- function $(s) {
234
- return s === "granted" || s === "prompt";
235
- }
236
- return {
237
- isSupported: G,
238
- text: readonly(K),
239
- copied: readonly(q),
240
- copy: X
241
- };
242
- }
243
- function usePreferredDark(s) {
244
- return useMediaQuery("(prefers-color-scheme: dark)", s);
245
- }
246
- function useCssVar(s, I, R = {}) {
247
- let { window: z = defaultWindow, initialValue: B, observe: V = !1 } = R, H = shallowRef(B), U = computed(() => {
248
- var s;
249
- return unrefElement(I) || (z == null || (s = z.document) == null ? void 0 : s.documentElement);
250
- });
251
- function W() {
252
- let I = toValue(s), L = toValue(U);
253
- L && z && I && (H.value = z.getComputedStyle(L).getPropertyValue(I)?.trim() || H.value || B);
254
- }
255
- return V && useMutationObserver(U, W, {
256
- attributeFilter: ["style", "class"],
257
- window: z
258
- }), watch([U, () => toValue(s)], (s, I) => {
259
- I[0] && I[1] && I[0].style.removeProperty(I[1]), W();
260
- }, { immediate: !0 }), watch([H, U], ([I, L]) => {
261
- let R = toValue(s);
262
- L?.style && R && (I == null ? L.style.removeProperty(R) : L.style.setProperty(R, I));
263
- }, { immediate: !0 }), H;
264
- }
265
- function useResizeObserver(s, I, R = {}) {
266
- let { window: z = defaultWindow, ...B } = R, V, H = /* @__PURE__ */ useSupported(() => z && "ResizeObserver" in z), U = () => {
267
- V &&= (V.disconnect(), void 0);
268
- }, W = watch(computed(() => {
269
- let I = toValue(s);
270
- return Array.isArray(I) ? I.map((s) => unrefElement(s)) : [unrefElement(I)];
271
- }), (s) => {
272
- if (U(), H.value && z) {
273
- V = new ResizeObserver(I);
274
- for (let I of s) I && V.observe(I, B);
275
- }
276
- }, {
277
- immediate: !0,
278
- flush: "post"
279
- }), G = () => {
280
- U(), W();
281
- };
282
- return tryOnScopeDispose(G), {
283
- isSupported: H,
284
- stop: G
285
- };
286
- }
287
- function useElementSize(s, I = {
288
- width: 0,
289
- height: 0
290
- }, R = {}) {
291
- let { window: z = defaultWindow, box: B = "content-box" } = R, V = computed(() => {
292
- var I;
293
- return (I = unrefElement(s)) == null || (I = I.namespaceURI) == null ? void 0 : I.includes("svg");
294
- }), H = shallowRef(I.width), U = shallowRef(I.height), { stop: W } = useResizeObserver(s, ([I]) => {
295
- let L = B === "border-box" ? I.borderBoxSize : B === "content-box" ? I.contentBoxSize : I.devicePixelContentBoxSize;
296
- if (z && V.value) {
297
- let I = unrefElement(s);
298
- if (I) {
299
- let s = I.getBoundingClientRect();
300
- H.value = s.width, U.value = s.height;
301
- }
302
- } else if (L) {
303
- let s = toArray(L);
304
- H.value = s.reduce((s, { inlineSize: I }) => s + I, 0), U.value = s.reduce((s, { blockSize: I }) => s + I, 0);
305
- } else H.value = I.contentRect.width, U.value = I.contentRect.height;
306
- }, R);
307
- tryOnMounted(() => {
308
- let L = unrefElement(s);
309
- L && (H.value = "offsetWidth" in L ? L.offsetWidth : I.width, U.value = "offsetHeight" in L ? L.offsetHeight : I.height);
310
- });
311
- let G = watch(() => unrefElement(s), (s) => {
312
- H.value = s ? I.width : 0, U.value = s ? I.height : 0;
313
- });
314
- function K() {
315
- W(), G();
316
- }
317
- return {
318
- width: H,
319
- height: U,
320
- stop: K
321
- };
322
- }
323
- var eventHandlers = [
324
- "fullscreenchange",
325
- "webkitfullscreenchange",
326
- "webkitendfullscreen",
327
- "mozfullscreenchange",
328
- "MSFullscreenChange"
329
- ];
330
- function useFullscreen(s, I = {}) {
331
- let { document: R = defaultDocument, autoExit: z = !1 } = I, B = computed(() => unrefElement(s) ?? R?.documentElement), V = shallowRef(!1), H = computed(() => [
332
- "requestFullscreen",
333
- "webkitRequestFullscreen",
334
- "webkitEnterFullscreen",
335
- "webkitEnterFullScreen",
336
- "webkitRequestFullScreen",
337
- "mozRequestFullScreen",
338
- "msRequestFullscreen"
339
- ].find((s) => R && s in R || B.value && s in B.value)), U = computed(() => [
340
- "exitFullscreen",
341
- "webkitExitFullscreen",
342
- "webkitExitFullScreen",
343
- "webkitCancelFullScreen",
344
- "mozCancelFullScreen",
345
- "msExitFullscreen"
346
- ].find((s) => R && s in R || B.value && s in B.value)), W = computed(() => [
347
- "fullScreen",
348
- "webkitIsFullScreen",
349
- "webkitDisplayingFullscreen",
350
- "mozFullScreen",
351
- "msFullscreenElement"
352
- ].find((s) => R && s in R || B.value && s in B.value)), G = [
353
- "fullscreenElement",
354
- "webkitFullscreenElement",
355
- "mozFullScreenElement",
356
- "msFullscreenElement"
357
- ].find((s) => R && s in R), K = /* @__PURE__ */ useSupported(() => B.value && R && H.value !== void 0 && U.value !== void 0 && W.value !== void 0), q = () => G ? R?.[G] === B.value : !1, J = () => {
358
- if (W.value) {
359
- if (R && R[W.value] != null) return R[W.value];
360
- {
361
- let s = B.value;
362
- if (s?.[W.value] != null) return !!s[W.value];
363
- }
364
- }
365
- return !1;
366
- };
367
- async function Y() {
368
- if (!(!K.value || !V.value)) {
369
- if (U.value) if (R?.[U.value] != null) await R[U.value]();
370
- else {
371
- let s = B.value;
372
- s?.[U.value] != null && await s[U.value]();
373
- }
374
- V.value = !1;
375
- }
376
- }
377
- async function X() {
378
- if (!K.value || V.value) return;
379
- J() && await Y();
380
- let s = B.value;
381
- H.value && s?.[H.value] != null && (await s[H.value](), V.value = !0);
382
- }
383
- async function Z() {
384
- await (V.value ? Y() : X());
385
- }
386
- let Q = () => {
387
- let s = J();
388
- (!s || s && q()) && (V.value = s);
389
- }, $ = {
390
- capture: !1,
391
- passive: !0
392
- };
393
- return useEventListener(R, eventHandlers, Q, $), useEventListener(() => unrefElement(B), eventHandlers, Q, $), tryOnMounted(Q, !1), z && tryOnScopeDispose(Y), {
394
- isSupported: K,
395
- isFullscreen: V,
396
- enter: X,
397
- exit: Y,
398
- toggle: Z
399
- };
400
- }
401
- var DefaultMagicKeysAliasMap = {
402
- ctrl: "control",
403
- command: "meta",
404
- cmd: "meta",
405
- option: "alt",
406
- up: "arrowup",
407
- down: "arrowdown",
408
- left: "arrowleft",
409
- right: "arrowright"
410
- };
411
- function useMagicKeys(s = {}) {
412
- let { reactive: I = !1, target: R = defaultWindow, aliasMap: z = DefaultMagicKeysAliasMap, passive: B = !0, onEventFired: V = noop } = s, H = reactive(/* @__PURE__ */ new Set()), U = {
413
- toJSON() {
414
- return {};
415
- },
416
- current: H
417
- }, W = I ? reactive(U) : U, G = /* @__PURE__ */ new Set(), K = new Map([
418
- ["Meta", G],
419
- ["Shift", /* @__PURE__ */ new Set()],
420
- ["Alt", /* @__PURE__ */ new Set()]
421
- ]), q = /* @__PURE__ */ new Set();
422
- function J(s, L) {
423
- s in W && (I ? W[s] = L : W[s].value = L);
424
- }
425
- function Y() {
426
- H.clear();
427
- for (let s of q) J(s, !1);
428
- }
429
- function X(s, I, L) {
430
- if (!(!s || typeof I.getModifierState != "function")) {
431
- for (let [s, R] of K) if (I.getModifierState(s)) {
432
- L.forEach((s) => R.add(s));
433
- break;
434
- }
435
- }
436
- }
437
- function Z(s, I) {
438
- if (s) return;
439
- let L = `${I[0].toUpperCase()}${I.slice(1)}`, R = K.get(L);
440
- if (!["shift", "alt"].includes(I) || !R) return;
441
- let z = Array.from(R), B = z.indexOf(I);
442
- z.forEach((s, I) => {
443
- I >= B && (H.delete(s), J(s, !1));
444
- }), R.clear();
445
- }
446
- function Q(s, I) {
447
- let L = s.key?.toLowerCase(), R = [s.code?.toLowerCase(), L].filter(Boolean);
448
- if (L !== "") {
449
- L && (I ? H.add(L) : H.delete(L));
450
- for (let s of R) q.add(s), J(s, I);
451
- X(I, s, [...H, ...R]), Z(I, L), L === "meta" && !I && (G.forEach((s) => {
452
- H.delete(s), J(s, !1);
453
- }), G.clear());
454
- }
455
- }
456
- useEventListener(R, "keydown", (s) => (Q(s, !0), V(s)), { passive: B }), useEventListener(R, "keyup", (s) => (Q(s, !1), V(s)), { passive: B }), useEventListener("blur", Y, { passive: B }), useEventListener("focus", Y, { passive: B });
457
- let $ = new Proxy(W, { get(s, R, B) {
458
- if (typeof R != "string") return Reflect.get(s, R, B);
459
- if (R = R.toLowerCase(), R in z && (R = z[R]), !(R in W)) if (/[+_-]/.test(R)) {
460
- let s = R.split(/[+_-]/g).map((s) => s.trim());
461
- W[R] = computed(() => s.map((s) => toValue($[s])).every(Boolean));
462
- } else W[R] = shallowRef(!1);
463
- let V = Reflect.get(s, R, B);
464
- return I ? toValue(V) : V;
465
- } });
466
- return $;
467
- }
468
- export { useFullscreen as a, isClient as c, useTimeoutFn as d, useToggle as f, useElementSize as i, toRef$1 as l, useClipboard as n, useMagicKeys as o, useCssVar as r, usePreferredDark as s, computedAsync as t, tryOnScopeDispose as u };
@@ -1,2 +0,0 @@
1
- var docker_default = [Object.freeze(JSON.parse("{\"displayName\":\"Dockerfile\",\"name\":\"docker\",\"patterns\":[{\"captures\":{\"1\":{\"name\":\"keyword.other.special-method.dockerfile\"},\"2\":{\"name\":\"keyword.other.special-method.dockerfile\"}},\"match\":\"^\\\\s*\\\\b(?i:(FROM))\\\\b.*?\\\\b(?i:(AS))\\\\b\"},{\"captures\":{\"1\":{\"name\":\"keyword.control.dockerfile\"},\"2\":{\"name\":\"keyword.other.special-method.dockerfile\"}},\"match\":\"^\\\\s*(?i:(ONBUILD)\\\\s+)?(?i:(ADD|ARG|CMD|COPY|ENTRYPOINT|ENV|EXPOSE|FROM|HEALTHCHECK|LABEL|MAINTAINER|RUN|SHELL|STOPSIGNAL|USER|VOLUME|WORKDIR))\\\\s\"},{\"captures\":{\"1\":{\"name\":\"keyword.operator.dockerfile\"},\"2\":{\"name\":\"keyword.other.special-method.dockerfile\"}},\"match\":\"^\\\\s*(?i:(ONBUILD)\\\\s+)?(?i:(CMD|ENTRYPOINT))\\\\s\"},{\"include\":\"#string-character-escape\"},{\"begin\":\"\\\"\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.dockerfile\"}},\"end\":\"\\\"\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.dockerfile\"}},\"name\":\"string.quoted.double.dockerfile\",\"patterns\":[{\"include\":\"#string-character-escape\"}]},{\"begin\":\"'\",\"beginCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.begin.dockerfile\"}},\"end\":\"'\",\"endCaptures\":{\"1\":{\"name\":\"punctuation.definition.string.end.dockerfile\"}},\"name\":\"string.quoted.single.dockerfile\",\"patterns\":[{\"include\":\"#string-character-escape\"}]},{\"captures\":{\"1\":{\"name\":\"punctuation.whitespace.comment.leading.dockerfile\"},\"2\":{\"name\":\"comment.line.number-sign.dockerfile\"},\"3\":{\"name\":\"punctuation.definition.comment.dockerfile\"}},\"match\":\"^(\\\\s*)((#).*$\\\\n?)\"}],\"repository\":{\"string-character-escape\":{\"match\":\"\\\\\\\\.\",\"name\":\"constant.character.escaped.dockerfile\"}},\"scopeName\":\"source.dockerfile\",\"aliases\":[\"dockerfile\"]}"))];
2
- export { docker_default as default };
@@ -1,2 +0,0 @@
1
- var dotenv_default = [Object.freeze(JSON.parse("{\"displayName\":\"dotEnv\",\"name\":\"dotenv\",\"patterns\":[{\"captures\":{\"1\":{\"patterns\":[{\"include\":\"#line-comment\"}]}},\"match\":\"^\\\\s?(#.*)$\\\\n\"},{\"captures\":{\"1\":{\"patterns\":[{\"include\":\"#key\"}]},\"2\":{\"name\":\"keyword.operator.assignment.dotenv\"},\"3\":{\"name\":\"property.value.dotenv\",\"patterns\":[{\"include\":\"#line-comment\"},{\"include\":\"#double-quoted-string\"},{\"include\":\"#single-quoted-string\"},{\"include\":\"#interpolation\"}]}},\"match\":\"^\\\\s?(.*?)\\\\s?(=)(.*)$\"}],\"repository\":{\"double-quoted-string\":{\"captures\":{\"1\":{\"patterns\":[{\"include\":\"#interpolation\"},{\"include\":\"#escape-characters\"}]}},\"match\":\"\\\"(.*)\\\"\",\"name\":\"string.quoted.double.dotenv\"},\"escape-characters\":{\"match\":\"\\\\\\\\(?:[\\\"'\\\\\\\\bfnrt]|u[0-9A-F]{4})\",\"name\":\"constant.character.escape.dotenv\"},\"interpolation\":{\"captures\":{\"1\":{\"name\":\"keyword.interpolation.begin.dotenv\"},\"2\":{\"name\":\"variable.interpolation.dotenv\"},\"3\":{\"name\":\"keyword.interpolation.end.dotenv\"}},\"match\":\"(\\\\$\\\\{)(.*)(})\"},\"key\":{\"captures\":{\"1\":{\"name\":\"keyword.key.export.dotenv\"},\"2\":{\"name\":\"variable.key.dotenv\",\"patterns\":[{\"include\":\"#variable\"}]}},\"match\":\"(export\\\\s)?(.*)\"},\"line-comment\":{\"match\":\"#.*$\",\"name\":\"comment.line.dotenv\"},\"single-quoted-string\":{\"match\":\"'(.*)'\",\"name\":\"string.quoted.single.dotenv\"},\"variable\":{\"match\":\"[A-Z_a-z]+[0-9A-Z_a-z]*\"}},\"scopeName\":\"source.dotenv\"}"))];
2
- export { dotenv_default as default };
@@ -1,2 +0,0 @@
1
- var dracula_default = Object.freeze(JSON.parse("{\"colors\":{\"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\":\"#21222C80\",\"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\",\"inlineChat.regionHighlight\":\"#343746\",\"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\"},\"displayName\":\"Dracula Theme\",\"name\":\"dracula\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"header\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"invalid\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#FF5555\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"entity.name.filename\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"markup.error\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"markup.heading\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\",\"beginning.punctuation.definition.quote.markdown\",\"punctuation.definition.link.restructuredtext\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"markup.inline.raw\",\"markup.raw.restructuredtext\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"markup.underline.link\",\"markup.underline.link.image\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"meta.link.reference.def.restructuredtext\",\"punctuation.definition.directive.restructuredtext\",\"string.other.link.description\",\"string.other.link.title\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.directive.restructuredtext\",\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"meta.separator.markdown\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"fenced_code.block.language\",\"markup.raw.inner.restructuredtext\",\"markup.fenced_code.block.markdown punctuation.definition.markdown\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"punctuation.definition.constant.restructuredtext\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"markup.heading.markdown punctuation.definition.string.begin\",\"markup.heading.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"meta.paragraph.markdown punctuation.definition.string.begin\",\"meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin\",\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"entity.name.type.class\",\"entity.name.class\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"keyword.expressions-and-types.swift\",\"keyword.other.this\",\"variable.language\",\"variable.language punctuation.definition.variable.php\",\"variable.other.readwrite.instance.ruby\",\"variable.parameter.function.language.special\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"unused.comment\",\"wildcard.comment\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"comment keyword.codetag.notation\",\"comment.block.documentation keyword\",\"comment.block.documentation storage.type.class\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"comment.block.documentation entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"comment.block.documentation entity.name.type punctuation.definition.bracket\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"comment.block.documentation variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"constant\",\"variable.other.constant\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"constant.character.escape\",\"constant.character.string.escape\",\"constant.regexp\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.other.attribute-name.parent-selector\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#50FA7B\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.object\",\"meta.function-call.php\",\"meta.function-call.static\",\"meta.method-call.java meta.method\",\"meta.method.groovy\",\"support.function.any-method.lua\",\"keyword.operator.function.infix\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"entity.name.variable.parameter\",\"meta.at-rule.function variable\",\"meta.at-rule.mixin variable\",\"meta.function.arguments variable.other.php\",\"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql\",\"variable.parameter\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.decorator variable.other.readwrite\",\"meta.decorator variable.other.property\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#50FA7B\"}},{\"scope\":[\"meta.decorator variable.other.object\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"keyword\",\"punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"keyword.control.new\",\"keyword.operator.new\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"meta.selector\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"support\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"support.function.magic\",\"support.variable\",\"variable.other.predefined\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"support.function\",\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"regular\"}},{\"scope\":[\"constant.other.symbol.hashkey punctuation.definition.constant.ruby\",\"entity.other.attribute-name.placeholder punctuation\",\"entity.other.attribute-name.pseudo-class punctuation\",\"entity.other.attribute-name.pseudo-element punctuation\",\"meta.group.double.toml\",\"meta.group.toml\",\"meta.object-binding-pattern-variable punctuation.destructuring\",\"punctuation.colon.graphql\",\"punctuation.definition.block.scalar.folded.yaml\",\"punctuation.definition.block.scalar.literal.yaml\",\"punctuation.definition.block.sequence.item.yaml\",\"punctuation.definition.entity.other.inherited-class\",\"punctuation.function.swift\",\"punctuation.separator.dictionary.key-value\",\"punctuation.separator.hash\",\"punctuation.separator.inheritance\",\"punctuation.separator.key-value\",\"punctuation.separator.key-value.mapping.yaml\",\"punctuation.separator.namespace\",\"punctuation.separator.pointer-access\",\"punctuation.separator.slice\",\"string.unquoted.heredoc punctuation.definition.string\",\"support.other.chomping-indicator.yaml\",\"punctuation.separator.annotation\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"keyword.operator.other.powershell\",\"keyword.other.statement-separator.powershell\",\"meta.brace.round\",\"meta.function-call punctuation\",\"punctuation.definition.arguments.begin\",\"punctuation.definition.arguments.end\",\"punctuation.definition.entity.begin\",\"punctuation.definition.entity.end\",\"punctuation.definition.tag.cs\",\"punctuation.definition.type.begin\",\"punctuation.definition.type.end\",\"punctuation.section.scope.begin\",\"punctuation.section.scope.end\",\"punctuation.terminator.expression.php\",\"storage.type.generic.java\",\"string.template meta.brace\",\"string.template punctuation.accessor\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.string-contents.quoted.double punctuation.definition.variable\",\"punctuation.definition.interpolation.begin\",\"punctuation.definition.interpolation.end\",\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.coffee\",\"punctuation.section.embedded.end\",\"punctuation.section.embedded.end source.php\",\"punctuation.section.embedded.end source.ruby\",\"punctuation.definition.variable.makefile\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.function.target.makefile\",\"entity.name.section.toml\",\"entity.name.tag.yaml\",\"variable.other.key.toml\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"constant.other.date\",\"constant.other.timestamp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"italic underline\",\"foreground\":\"#50FA7B\"}},{\"scope\":[\"storage\",\"meta.implementation storage.type.objc\",\"meta.interface-or-protocol storage.type.objc\",\"source.groovy storage.type.def\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#FF79C6\"}},{\"scope\":[\"entity.name.type\",\"keyword.primitive-datatypes.swift\",\"keyword.type.cs\",\"meta.protocol-list.objc\",\"meta.return-type.objc\",\"source.go storage.type\",\"source.groovy storage.type\",\"source.java storage.type\",\"source.powershell entity.other.attribute-name\",\"storage.class.std.rust\",\"storage.type.attribute.swift\",\"storage.type.c\",\"storage.type.core.rust\",\"storage.type.cs\",\"storage.type.groovy\",\"storage.type.objc\",\"storage.type.php\",\"storage.type.haskell\",\"storage.type.ocaml\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"entity.name.type.type-parameter\",\"meta.indexer.mappedtype.declaration entity.name.type\",\"meta.type.parameters entity.name.type\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"storage.modifier\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"string.regexp\",\"constant.other.character-class.set.regexp\",\"constant.character.escape.backslash.regexp\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"punctuation.definition.group.capture.regexp\"],\"settings\":{\"foreground\":\"#FF79C6\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"punctuation.definition.character-class.regexp\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"punctuation.definition.group.regexp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"punctuation.definition.group.assertion.regexp\",\"keyword.operator.negation.regexp\"],\"settings\":{\"foreground\":\"#FF5555\"}},{\"scope\":[\"meta.assertion.look-ahead.regexp\"],\"settings\":{\"foreground\":\"#50FA7B\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#E9F284\"}},{\"scope\":[\"punctuation.support.type.property-name.begin\",\"punctuation.support.type.property-name.end\"],\"settings\":{\"foreground\":\"#8BE9FE\"}},{\"scope\":[\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"variable\",\"constant.other.key.perl\",\"support.variable.property\",\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.constant.tsx\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.import variable.other.readwrite\",\"meta.variable.assignment.destructured.object.coffee variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.import variable.other.readwrite.alias\",\"meta.export variable.other.readwrite.alias\",\"meta.variable.assignment.destructured.object.coffee variable variable\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.selectionset.graphql variable\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"meta.selectionset.graphql meta.arguments variable\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"entity.name.fragment.graphql\",\"variable.fragment.graphql\"],\"settings\":{\"foreground\":\"#8BE9FD\"}},{\"scope\":[\"constant.other.symbol.hashkey.ruby\",\"keyword.operator.dereference.java\",\"keyword.operator.navigation.groovy\",\"meta.scope.for-loop.shell punctuation.definition.string.begin\",\"meta.scope.for-loop.shell punctuation.definition.string.end\",\"meta.scope.for-loop.shell string\",\"storage.modifier.import\",\"punctuation.section.embedded.begin.tsx\",\"punctuation.section.embedded.end.tsx\",\"punctuation.section.embedded.begin.jsx\",\"punctuation.section.embedded.end.jsx\",\"punctuation.separator.list.comma.css\",\"constant.language.empty-list.haskell\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"source.shell variable.other\"],\"settings\":{\"foreground\":\"#BD93F9\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#BD93F9\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"meta.attribute-selector.scss\"],\"settings\":{\"foreground\":\"#F1FA8C\"}},{\"scope\":[\"punctuation.definition.attribute-selector.end.bracket.square.scss\",\"punctuation.definition.attribute-selector.begin.bracket.square.scss\"],\"settings\":{\"foreground\":\"#F8F8F2\"}},{\"scope\":[\"meta.preprocessor.haskell\"],\"settings\":{\"foreground\":\"#6272A4\"}},{\"scope\":[\"log.error\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FF5555\"}},{\"scope\":[\"log.warning\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#F1FA8C\"}}],\"type\":\"dark\"}"));
2
- export { dracula_default as default };
@@ -1,2 +0,0 @@
1
- var dracula_soft_default = Object.freeze(JSON.parse("{\"colors\":{\"activityBar.activeBackground\":\"#BD93F910\",\"activityBar.activeBorder\":\"#FF79C680\",\"activityBar.background\":\"#343746\",\"activityBar.foreground\":\"#f6f6f4\",\"activityBar.inactiveForeground\":\"#7b7f8b\",\"activityBarBadge.background\":\"#f286c4\",\"activityBarBadge.foreground\":\"#f6f6f4\",\"badge.background\":\"#44475A\",\"badge.foreground\":\"#f6f6f4\",\"breadcrumb.activeSelectionForeground\":\"#f6f6f4\",\"breadcrumb.background\":\"#282A36\",\"breadcrumb.focusForeground\":\"#f6f6f4\",\"breadcrumb.foreground\":\"#7b7f8b\",\"breadcrumbPicker.background\":\"#191A21\",\"button.background\":\"#44475A\",\"button.foreground\":\"#f6f6f4\",\"button.secondaryBackground\":\"#282A36\",\"button.secondaryForeground\":\"#f6f6f4\",\"button.secondaryHoverBackground\":\"#343746\",\"debugToolBar.background\":\"#262626\",\"diffEditor.insertedTextBackground\":\"#50FA7B20\",\"diffEditor.removedTextBackground\":\"#FF555550\",\"dropdown.background\":\"#343746\",\"dropdown.border\":\"#191A21\",\"dropdown.foreground\":\"#f6f6f4\",\"editor.background\":\"#282A36\",\"editor.findMatchBackground\":\"#FFB86C80\",\"editor.findMatchHighlightBackground\":\"#FFFFFF40\",\"editor.findRangeHighlightBackground\":\"#44475A75\",\"editor.foldBackground\":\"#21222C80\",\"editor.foreground\":\"#f6f6f4\",\"editor.hoverHighlightBackground\":\"#8BE9FD50\",\"editor.lineHighlightBorder\":\"#44475A\",\"editor.rangeHighlightBackground\":\"#BD93F915\",\"editor.selectionBackground\":\"#44475A\",\"editor.selectionHighlightBackground\":\"#424450\",\"editor.snippetFinalTabstopHighlightBackground\":\"#282A36\",\"editor.snippetFinalTabstopHighlightBorder\":\"#62e884\",\"editor.snippetTabstopHighlightBackground\":\"#282A36\",\"editor.snippetTabstopHighlightBorder\":\"#7b7f8b\",\"editor.wordHighlightBackground\":\"#8BE9FD50\",\"editor.wordHighlightStrongBackground\":\"#50FA7B50\",\"editorBracketHighlight.foreground1\":\"#f6f6f4\",\"editorBracketHighlight.foreground2\":\"#f286c4\",\"editorBracketHighlight.foreground3\":\"#97e1f1\",\"editorBracketHighlight.foreground4\":\"#62e884\",\"editorBracketHighlight.foreground5\":\"#bf9eee\",\"editorBracketHighlight.foreground6\":\"#FFB86C\",\"editorBracketHighlight.unexpectedBracket.foreground\":\"#ee6666\",\"editorCodeLens.foreground\":\"#7b7f8b\",\"editorError.foreground\":\"#ee6666\",\"editorGroup.border\":\"#bf9eee\",\"editorGroup.dropBackground\":\"#44475A70\",\"editorGroupHeader.tabsBackground\":\"#191A21\",\"editorGutter.addedBackground\":\"#50FA7B80\",\"editorGutter.deletedBackground\":\"#FF555580\",\"editorGutter.modifiedBackground\":\"#8BE9FD80\",\"editorHoverWidget.background\":\"#282A36\",\"editorHoverWidget.border\":\"#7b7f8b\",\"editorIndentGuide.activeBackground\":\"#FFFFFF45\",\"editorIndentGuide.background\":\"#FFFFFF1A\",\"editorLineNumber.foreground\":\"#7b7f8b\",\"editorLink.activeForeground\":\"#97e1f1\",\"editorMarkerNavigation.background\":\"#262626\",\"editorOverviewRuler.addedForeground\":\"#50FA7B80\",\"editorOverviewRuler.border\":\"#191A21\",\"editorOverviewRuler.currentContentForeground\":\"#62e884\",\"editorOverviewRuler.deletedForeground\":\"#FF555580\",\"editorOverviewRuler.errorForeground\":\"#FF555580\",\"editorOverviewRuler.incomingContentForeground\":\"#bf9eee\",\"editorOverviewRuler.infoForeground\":\"#8BE9FD80\",\"editorOverviewRuler.modifiedForeground\":\"#8BE9FD80\",\"editorOverviewRuler.selectionHighlightForeground\":\"#FFB86C\",\"editorOverviewRuler.warningForeground\":\"#FFB86C80\",\"editorOverviewRuler.wordHighlightForeground\":\"#97e1f1\",\"editorOverviewRuler.wordHighlightStrongForeground\":\"#62e884\",\"editorRuler.foreground\":\"#FFFFFF1A\",\"editorSuggestWidget.background\":\"#262626\",\"editorSuggestWidget.foreground\":\"#f6f6f4\",\"editorSuggestWidget.selectedBackground\":\"#44475A\",\"editorWarning.foreground\":\"#97e1f1\",\"editorWhitespace.foreground\":\"#FFFFFF1A\",\"editorWidget.background\":\"#262626\",\"errorForeground\":\"#ee6666\",\"extensionButton.prominentBackground\":\"#50FA7B90\",\"extensionButton.prominentForeground\":\"#f6f6f4\",\"extensionButton.prominentHoverBackground\":\"#50FA7B60\",\"focusBorder\":\"#7b7f8b\",\"foreground\":\"#f6f6f4\",\"gitDecoration.conflictingResourceForeground\":\"#FFB86C\",\"gitDecoration.deletedResourceForeground\":\"#ee6666\",\"gitDecoration.ignoredResourceForeground\":\"#7b7f8b\",\"gitDecoration.modifiedResourceForeground\":\"#97e1f1\",\"gitDecoration.untrackedResourceForeground\":\"#62e884\",\"inlineChat.regionHighlight\":\"#343746\",\"input.background\":\"#282A36\",\"input.border\":\"#191A21\",\"input.foreground\":\"#f6f6f4\",\"input.placeholderForeground\":\"#7b7f8b\",\"inputOption.activeBorder\":\"#bf9eee\",\"inputValidation.errorBorder\":\"#ee6666\",\"inputValidation.infoBorder\":\"#f286c4\",\"inputValidation.warningBorder\":\"#FFB86C\",\"list.activeSelectionBackground\":\"#44475A\",\"list.activeSelectionForeground\":\"#f6f6f4\",\"list.dropBackground\":\"#44475A\",\"list.errorForeground\":\"#ee6666\",\"list.focusBackground\":\"#44475A75\",\"list.highlightForeground\":\"#97e1f1\",\"list.hoverBackground\":\"#44475A75\",\"list.inactiveSelectionBackground\":\"#44475A75\",\"list.warningForeground\":\"#FFB86C\",\"listFilterWidget.background\":\"#343746\",\"listFilterWidget.noMatchesOutline\":\"#ee6666\",\"listFilterWidget.outline\":\"#424450\",\"merge.currentHeaderBackground\":\"#50FA7B90\",\"merge.incomingHeaderBackground\":\"#BD93F990\",\"panel.background\":\"#282A36\",\"panel.border\":\"#bf9eee\",\"panelTitle.activeBorder\":\"#f286c4\",\"panelTitle.activeForeground\":\"#f6f6f4\",\"panelTitle.inactiveForeground\":\"#7b7f8b\",\"peekView.border\":\"#44475A\",\"peekViewEditor.background\":\"#282A36\",\"peekViewEditor.matchHighlightBackground\":\"#F1FA8C80\",\"peekViewResult.background\":\"#262626\",\"peekViewResult.fileForeground\":\"#f6f6f4\",\"peekViewResult.lineForeground\":\"#f6f6f4\",\"peekViewResult.matchHighlightBackground\":\"#F1FA8C80\",\"peekViewResult.selectionBackground\":\"#44475A\",\"peekViewResult.selectionForeground\":\"#f6f6f4\",\"peekViewTitle.background\":\"#191A21\",\"peekViewTitleDescription.foreground\":\"#7b7f8b\",\"peekViewTitleLabel.foreground\":\"#f6f6f4\",\"pickerGroup.border\":\"#bf9eee\",\"pickerGroup.foreground\":\"#97e1f1\",\"progressBar.background\":\"#f286c4\",\"selection.background\":\"#bf9eee\",\"settings.checkboxBackground\":\"#262626\",\"settings.checkboxBorder\":\"#191A21\",\"settings.checkboxForeground\":\"#f6f6f4\",\"settings.dropdownBackground\":\"#262626\",\"settings.dropdownBorder\":\"#191A21\",\"settings.dropdownForeground\":\"#f6f6f4\",\"settings.headerForeground\":\"#f6f6f4\",\"settings.modifiedItemIndicator\":\"#FFB86C\",\"settings.numberInputBackground\":\"#262626\",\"settings.numberInputBorder\":\"#191A21\",\"settings.numberInputForeground\":\"#f6f6f4\",\"settings.textInputBackground\":\"#262626\",\"settings.textInputBorder\":\"#191A21\",\"settings.textInputForeground\":\"#f6f6f4\",\"sideBar.background\":\"#262626\",\"sideBarSectionHeader.background\":\"#282A36\",\"sideBarSectionHeader.border\":\"#191A21\",\"sideBarTitle.foreground\":\"#f6f6f4\",\"statusBar.background\":\"#191A21\",\"statusBar.debuggingBackground\":\"#ee6666\",\"statusBar.debuggingForeground\":\"#191A21\",\"statusBar.foreground\":\"#f6f6f4\",\"statusBar.noFolderBackground\":\"#191A21\",\"statusBar.noFolderForeground\":\"#f6f6f4\",\"statusBarItem.prominentBackground\":\"#ee6666\",\"statusBarItem.prominentHoverBackground\":\"#FFB86C\",\"statusBarItem.remoteBackground\":\"#bf9eee\",\"statusBarItem.remoteForeground\":\"#282A36\",\"tab.activeBackground\":\"#282A36\",\"tab.activeBorderTop\":\"#FF79C680\",\"tab.activeForeground\":\"#f6f6f4\",\"tab.border\":\"#191A21\",\"tab.inactiveBackground\":\"#262626\",\"tab.inactiveForeground\":\"#7b7f8b\",\"terminal.ansiBlack\":\"#262626\",\"terminal.ansiBlue\":\"#bf9eee\",\"terminal.ansiBrightBlack\":\"#7b7f8b\",\"terminal.ansiBrightBlue\":\"#d6b4f7\",\"terminal.ansiBrightCyan\":\"#adf6f6\",\"terminal.ansiBrightGreen\":\"#78f09a\",\"terminal.ansiBrightMagenta\":\"#f49dda\",\"terminal.ansiBrightRed\":\"#f07c7c\",\"terminal.ansiBrightWhite\":\"#ffffff\",\"terminal.ansiBrightYellow\":\"#f6f6ae\",\"terminal.ansiCyan\":\"#97e1f1\",\"terminal.ansiGreen\":\"#62e884\",\"terminal.ansiMagenta\":\"#f286c4\",\"terminal.ansiRed\":\"#ee6666\",\"terminal.ansiWhite\":\"#f6f6f4\",\"terminal.ansiYellow\":\"#e7ee98\",\"terminal.background\":\"#282A36\",\"terminal.foreground\":\"#f6f6f4\",\"titleBar.activeBackground\":\"#262626\",\"titleBar.activeForeground\":\"#f6f6f4\",\"titleBar.inactiveBackground\":\"#191A21\",\"titleBar.inactiveForeground\":\"#7b7f8b\",\"walkThrough.embeddedEditorBackground\":\"#262626\"},\"displayName\":\"Dracula Theme Soft\",\"name\":\"dracula-soft\",\"semanticHighlighting\":true,\"tokenColors\":[{\"scope\":[\"emphasis\"],\"settings\":{\"fontStyle\":\"italic\"}},{\"scope\":[\"strong\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"header\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"meta.diff\",\"meta.diff.header\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"markup.inserted\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"markup.deleted\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"markup.changed\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"invalid\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#ee6666\"}},{\"scope\":[\"invalid.deprecated\"],\"settings\":{\"fontStyle\":\"underline italic\",\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"entity.name.filename\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"markup.error\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"markup.underline\"],\"settings\":{\"fontStyle\":\"underline\"}},{\"scope\":[\"markup.bold\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"markup.heading\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"markup.italic\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e7ee98\"}},{\"scope\":[\"beginning.punctuation.definition.list.markdown\",\"beginning.punctuation.definition.quote.markdown\",\"punctuation.definition.link.restructuredtext\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"markup.inline.raw\",\"markup.raw.restructuredtext\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"markup.underline.link\",\"markup.underline.link.image\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"meta.link.reference.def.restructuredtext\",\"punctuation.definition.directive.restructuredtext\",\"string.other.link.description\",\"string.other.link.title\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.directive.restructuredtext\",\"markup.quote\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#e7ee98\"}},{\"scope\":[\"meta.separator.markdown\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"fenced_code.block.language\",\"markup.raw.inner.restructuredtext\",\"markup.fenced_code.block.markdown punctuation.definition.markdown\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"punctuation.definition.constant.restructuredtext\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"markup.heading.markdown punctuation.definition.string.begin\",\"markup.heading.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"meta.paragraph.markdown punctuation.definition.string.begin\",\"meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.begin\",\"markup.quote.markdown meta.paragraph.markdown punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"entity.name.type.class\",\"entity.name.class\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"keyword.expressions-and-types.swift\",\"keyword.other.this\",\"variable.language\",\"variable.language punctuation.definition.variable.php\",\"variable.other.readwrite.instance.ruby\",\"variable.parameter.function.language.special\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"entity.other.inherited-class\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"comment\",\"punctuation.definition.comment\",\"unused.comment\",\"wildcard.comment\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"comment keyword.codetag.notation\",\"comment.block.documentation keyword\",\"comment.block.documentation storage.type.class\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"comment.block.documentation entity.name.type\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"comment.block.documentation entity.name.type punctuation.definition.bracket\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"comment.block.documentation variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"constant\",\"variable.other.constant\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"constant.character.escape\",\"constant.character.string.escape\",\"constant.regexp\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.tag\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.other.attribute-name.parent-selector\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.other.attribute-name\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#62e884\"}},{\"scope\":[\"entity.name.function\",\"meta.function-call.object\",\"meta.function-call.php\",\"meta.function-call.static\",\"meta.method-call.java meta.method\",\"meta.method.groovy\",\"support.function.any-method.lua\",\"keyword.operator.function.infix\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"entity.name.variable.parameter\",\"meta.at-rule.function variable\",\"meta.at-rule.mixin variable\",\"meta.function.arguments variable.other.php\",\"meta.selectionset.graphql meta.arguments.graphql variable.arguments.graphql\",\"variable.parameter\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.decorator variable.other.readwrite\",\"meta.decorator variable.other.property\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#62e884\"}},{\"scope\":[\"meta.decorator variable.other.object\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"keyword\",\"punctuation.definition.keyword\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"keyword.control.new\",\"keyword.operator.new\"],\"settings\":{\"fontStyle\":\"bold\"}},{\"scope\":[\"meta.selector\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"support\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"support.function.magic\",\"support.variable\",\"variable.other.predefined\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"support.function\",\"support.type.property-name\"],\"settings\":{\"fontStyle\":\"regular\"}},{\"scope\":[\"constant.other.symbol.hashkey punctuation.definition.constant.ruby\",\"entity.other.attribute-name.placeholder punctuation\",\"entity.other.attribute-name.pseudo-class punctuation\",\"entity.other.attribute-name.pseudo-element punctuation\",\"meta.group.double.toml\",\"meta.group.toml\",\"meta.object-binding-pattern-variable punctuation.destructuring\",\"punctuation.colon.graphql\",\"punctuation.definition.block.scalar.folded.yaml\",\"punctuation.definition.block.scalar.literal.yaml\",\"punctuation.definition.block.sequence.item.yaml\",\"punctuation.definition.entity.other.inherited-class\",\"punctuation.function.swift\",\"punctuation.separator.dictionary.key-value\",\"punctuation.separator.hash\",\"punctuation.separator.inheritance\",\"punctuation.separator.key-value\",\"punctuation.separator.key-value.mapping.yaml\",\"punctuation.separator.namespace\",\"punctuation.separator.pointer-access\",\"punctuation.separator.slice\",\"string.unquoted.heredoc punctuation.definition.string\",\"support.other.chomping-indicator.yaml\",\"punctuation.separator.annotation\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"keyword.operator.other.powershell\",\"keyword.other.statement-separator.powershell\",\"meta.brace.round\",\"meta.function-call punctuation\",\"punctuation.definition.arguments.begin\",\"punctuation.definition.arguments.end\",\"punctuation.definition.entity.begin\",\"punctuation.definition.entity.end\",\"punctuation.definition.tag.cs\",\"punctuation.definition.type.begin\",\"punctuation.definition.type.end\",\"punctuation.section.scope.begin\",\"punctuation.section.scope.end\",\"punctuation.terminator.expression.php\",\"storage.type.generic.java\",\"string.template meta.brace\",\"string.template punctuation.accessor\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.string-contents.quoted.double punctuation.definition.variable\",\"punctuation.definition.interpolation.begin\",\"punctuation.definition.interpolation.end\",\"punctuation.definition.template-expression.begin\",\"punctuation.definition.template-expression.end\",\"punctuation.section.embedded.begin\",\"punctuation.section.embedded.coffee\",\"punctuation.section.embedded.end\",\"punctuation.section.embedded.end source.php\",\"punctuation.section.embedded.end source.ruby\",\"punctuation.definition.variable.makefile\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.function.target.makefile\",\"entity.name.section.toml\",\"entity.name.tag.yaml\",\"variable.other.key.toml\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"constant.other.date\",\"constant.other.timestamp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"variable.other.alias.yaml\"],\"settings\":{\"fontStyle\":\"italic underline\",\"foreground\":\"#62e884\"}},{\"scope\":[\"storage\",\"meta.implementation storage.type.objc\",\"meta.interface-or-protocol storage.type.objc\",\"source.groovy storage.type.def\"],\"settings\":{\"fontStyle\":\"regular\",\"foreground\":\"#f286c4\"}},{\"scope\":[\"entity.name.type\",\"keyword.primitive-datatypes.swift\",\"keyword.type.cs\",\"meta.protocol-list.objc\",\"meta.return-type.objc\",\"source.go storage.type\",\"source.groovy storage.type\",\"source.java storage.type\",\"source.powershell entity.other.attribute-name\",\"storage.class.std.rust\",\"storage.type.attribute.swift\",\"storage.type.c\",\"storage.type.core.rust\",\"storage.type.cs\",\"storage.type.groovy\",\"storage.type.objc\",\"storage.type.php\",\"storage.type.haskell\",\"storage.type.ocaml\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#97e1f1\"}},{\"scope\":[\"entity.name.type.type-parameter\",\"meta.indexer.mappedtype.declaration entity.name.type\",\"meta.type.parameters entity.name.type\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"storage.modifier\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"string.regexp\",\"constant.other.character-class.set.regexp\",\"constant.character.escape.backslash.regexp\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"punctuation.definition.group.capture.regexp\"],\"settings\":{\"foreground\":\"#f286c4\"}},{\"scope\":[\"string.regexp punctuation.definition.string.begin\",\"string.regexp punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"punctuation.definition.character-class.regexp\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"punctuation.definition.group.regexp\"],\"settings\":{\"foreground\":\"#FFB86C\"}},{\"scope\":[\"punctuation.definition.group.assertion.regexp\",\"keyword.operator.negation.regexp\"],\"settings\":{\"foreground\":\"#ee6666\"}},{\"scope\":[\"meta.assertion.look-ahead.regexp\"],\"settings\":{\"foreground\":\"#62e884\"}},{\"scope\":[\"string\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"punctuation.definition.string.begin\",\"punctuation.definition.string.end\"],\"settings\":{\"foreground\":\"#dee492\"}},{\"scope\":[\"punctuation.support.type.property-name.begin\",\"punctuation.support.type.property-name.end\"],\"settings\":{\"foreground\":\"#97e2f2\"}},{\"scope\":[\"string.quoted.docstring.multi\",\"string.quoted.docstring.multi.python punctuation.definition.string.begin\",\"string.quoted.docstring.multi.python punctuation.definition.string.end\",\"string.quoted.docstring.multi.python constant.character.escape\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"variable\",\"constant.other.key.perl\",\"support.variable.property\",\"variable.other.constant.js\",\"variable.other.constant.ts\",\"variable.other.constant.tsx\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.import variable.other.readwrite\",\"meta.variable.assignment.destructured.object.coffee variable\"],\"settings\":{\"fontStyle\":\"italic\",\"foreground\":\"#FFB86C\"}},{\"scope\":[\"meta.import variable.other.readwrite.alias\",\"meta.export variable.other.readwrite.alias\",\"meta.variable.assignment.destructured.object.coffee variable variable\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.selectionset.graphql variable\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"meta.selectionset.graphql meta.arguments variable\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"entity.name.fragment.graphql\",\"variable.fragment.graphql\"],\"settings\":{\"foreground\":\"#97e1f1\"}},{\"scope\":[\"constant.other.symbol.hashkey.ruby\",\"keyword.operator.dereference.java\",\"keyword.operator.navigation.groovy\",\"meta.scope.for-loop.shell punctuation.definition.string.begin\",\"meta.scope.for-loop.shell punctuation.definition.string.end\",\"meta.scope.for-loop.shell string\",\"storage.modifier.import\",\"punctuation.section.embedded.begin.tsx\",\"punctuation.section.embedded.end.tsx\",\"punctuation.section.embedded.begin.jsx\",\"punctuation.section.embedded.end.jsx\",\"punctuation.separator.list.comma.css\",\"constant.language.empty-list.haskell\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"source.shell variable.other\"],\"settings\":{\"foreground\":\"#bf9eee\"}},{\"scope\":[\"support.constant\"],\"settings\":{\"fontStyle\":\"normal\",\"foreground\":\"#bf9eee\"}},{\"scope\":[\"meta.scope.prerequisites.makefile\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"meta.attribute-selector.scss\"],\"settings\":{\"foreground\":\"#e7ee98\"}},{\"scope\":[\"punctuation.definition.attribute-selector.end.bracket.square.scss\",\"punctuation.definition.attribute-selector.begin.bracket.square.scss\"],\"settings\":{\"foreground\":\"#f6f6f4\"}},{\"scope\":[\"meta.preprocessor.haskell\"],\"settings\":{\"foreground\":\"#7b7f8b\"}},{\"scope\":[\"log.error\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#ee6666\"}},{\"scope\":[\"log.warning\"],\"settings\":{\"fontStyle\":\"bold\",\"foreground\":\"#e7ee98\"}}],\"type\":\"dark\"}"));
2
- export { dracula_soft_default as default };