groove-dev 0.27.136 → 0.27.138

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 (488) hide show
  1. package/node_modules/@groove-dev/cli/package.json +1 -1
  2. package/node_modules/@groove-dev/daemon/package.json +1 -1
  3. package/node_modules/@groove-dev/daemon/src/adaptive.js +26 -16
  4. package/node_modules/@groove-dev/daemon/src/journalist.js +62 -24
  5. package/node_modules/@groove-dev/daemon/src/model-lab.js +6 -5
  6. package/node_modules/@groove-dev/daemon/src/rotator.js +48 -21
  7. package/{packages/gui/dist/assets/codemirror-DRQdprYi.js → node_modules/@groove-dev/gui/dist/assets/codemirror-BYKpdS2W.js} +1 -1
  8. package/{packages/gui/dist/assets/index-BrZHF7pK.js → node_modules/@groove-dev/gui/dist/assets/index-DcNgRadn.js} +1764 -1764
  9. package/node_modules/@groove-dev/gui/dist/assets/index-EY6WfKWH.css +1 -0
  10. package/node_modules/@groove-dev/gui/dist/index.html +3 -3
  11. package/node_modules/@groove-dev/gui/package.json +2 -1
  12. package/node_modules/@groove-dev/gui/src/components/editor/code-editor.jsx +81 -63
  13. package/node_modules/@groove-dev/gui/src/components/editor/editor-status-bar.jsx +66 -0
  14. package/node_modules/@groove-dev/gui/src/components/lab/system-prompt-editor.jsx +21 -24
  15. package/node_modules/@groove-dev/gui/src/stores/groove.js +5 -0
  16. package/node_modules/@uiw/codemirror-theme-abcdef/README.md +152 -0
  17. package/node_modules/@uiw/codemirror-theme-abcdef/cjs/index.d.ts +5 -0
  18. package/node_modules/@uiw/codemirror-theme-abcdef/cjs/index.js +95 -0
  19. package/node_modules/@uiw/codemirror-theme-abcdef/cjs/package.json +1 -0
  20. package/node_modules/@uiw/codemirror-theme-abcdef/esm/index.d.ts +5 -0
  21. package/node_modules/@uiw/codemirror-theme-abcdef/esm/index.js +84 -0
  22. package/node_modules/@uiw/codemirror-theme-abcdef/esm/package.json +1 -0
  23. package/node_modules/@uiw/codemirror-theme-abcdef/package.json +50 -0
  24. package/node_modules/@uiw/codemirror-theme-abcdef/src/index.ts +52 -0
  25. package/node_modules/@uiw/codemirror-theme-abyss/README.md +150 -0
  26. package/node_modules/@uiw/codemirror-theme-abyss/cjs/color.d.ts +25 -0
  27. package/node_modules/@uiw/codemirror-theme-abyss/cjs/color.js +31 -0
  28. package/node_modules/@uiw/codemirror-theme-abyss/cjs/index.d.ts +5 -0
  29. package/node_modules/@uiw/codemirror-theme-abyss/cjs/index.js +103 -0
  30. package/node_modules/@uiw/codemirror-theme-abyss/cjs/package.json +1 -0
  31. package/node_modules/@uiw/codemirror-theme-abyss/esm/color.d.ts +25 -0
  32. package/node_modules/@uiw/codemirror-theme-abyss/esm/color.js +25 -0
  33. package/node_modules/@uiw/codemirror-theme-abyss/esm/index.d.ts +5 -0
  34. package/node_modules/@uiw/codemirror-theme-abyss/esm/index.js +93 -0
  35. package/node_modules/@uiw/codemirror-theme-abyss/esm/package.json +1 -0
  36. package/node_modules/@uiw/codemirror-theme-abyss/package.json +45 -0
  37. package/node_modules/@uiw/codemirror-theme-abyss/src/color.ts +25 -0
  38. package/node_modules/@uiw/codemirror-theme-abyss/src/index.ts +52 -0
  39. package/node_modules/@uiw/codemirror-theme-androidstudio/README.md +153 -0
  40. package/node_modules/@uiw/codemirror-theme-androidstudio/cjs/index.d.ts +5 -0
  41. package/node_modules/@uiw/codemirror-theme-androidstudio/cjs/index.js +66 -0
  42. package/node_modules/@uiw/codemirror-theme-androidstudio/cjs/package.json +1 -0
  43. package/node_modules/@uiw/codemirror-theme-androidstudio/esm/index.d.ts +5 -0
  44. package/node_modules/@uiw/codemirror-theme-androidstudio/esm/index.js +55 -0
  45. package/node_modules/@uiw/codemirror-theme-androidstudio/esm/package.json +1 -0
  46. package/node_modules/@uiw/codemirror-theme-androidstudio/package.json +50 -0
  47. package/node_modules/@uiw/codemirror-theme-androidstudio/src/index.ts +40 -0
  48. package/node_modules/@uiw/codemirror-theme-andromeda/README.md +149 -0
  49. package/node_modules/@uiw/codemirror-theme-andromeda/cjs/color.d.ts +26 -0
  50. package/node_modules/@uiw/codemirror-theme-andromeda/cjs/color.js +32 -0
  51. package/node_modules/@uiw/codemirror-theme-andromeda/cjs/index.d.ts +5 -0
  52. package/node_modules/@uiw/codemirror-theme-andromeda/cjs/index.js +106 -0
  53. package/node_modules/@uiw/codemirror-theme-andromeda/cjs/package.json +1 -0
  54. package/node_modules/@uiw/codemirror-theme-andromeda/esm/color.d.ts +26 -0
  55. package/node_modules/@uiw/codemirror-theme-andromeda/esm/color.js +26 -0
  56. package/node_modules/@uiw/codemirror-theme-andromeda/esm/index.d.ts +5 -0
  57. package/node_modules/@uiw/codemirror-theme-andromeda/esm/index.js +96 -0
  58. package/node_modules/@uiw/codemirror-theme-andromeda/esm/package.json +1 -0
  59. package/node_modules/@uiw/codemirror-theme-andromeda/package.json +45 -0
  60. package/node_modules/@uiw/codemirror-theme-andromeda/src/color.ts +26 -0
  61. package/node_modules/@uiw/codemirror-theme-andromeda/src/index.ts +56 -0
  62. package/node_modules/@uiw/codemirror-theme-atomone/README.md +151 -0
  63. package/node_modules/@uiw/codemirror-theme-atomone/cjs/index.d.ts +5 -0
  64. package/node_modules/@uiw/codemirror-theme-atomone/cjs/index.js +69 -0
  65. package/node_modules/@uiw/codemirror-theme-atomone/cjs/package.json +1 -0
  66. package/node_modules/@uiw/codemirror-theme-atomone/esm/index.d.ts +5 -0
  67. package/node_modules/@uiw/codemirror-theme-atomone/esm/index.js +58 -0
  68. package/node_modules/@uiw/codemirror-theme-atomone/esm/package.json +1 -0
  69. package/node_modules/@uiw/codemirror-theme-atomone/package.json +50 -0
  70. package/node_modules/@uiw/codemirror-theme-atomone/src/index.ts +48 -0
  71. package/node_modules/@uiw/codemirror-theme-aura/README.md +151 -0
  72. package/node_modules/@uiw/codemirror-theme-aura/cjs/index.d.ts +5 -0
  73. package/node_modules/@uiw/codemirror-theme-aura/cjs/index.js +99 -0
  74. package/node_modules/@uiw/codemirror-theme-aura/cjs/package.json +1 -0
  75. package/node_modules/@uiw/codemirror-theme-aura/esm/index.d.ts +5 -0
  76. package/node_modules/@uiw/codemirror-theme-aura/esm/index.js +89 -0
  77. package/node_modules/@uiw/codemirror-theme-aura/esm/package.json +1 -0
  78. package/node_modules/@uiw/codemirror-theme-aura/package.json +50 -0
  79. package/node_modules/@uiw/codemirror-theme-aura/src/index.ts +51 -0
  80. package/node_modules/@uiw/codemirror-theme-basic/README.md +159 -0
  81. package/node_modules/@uiw/codemirror-theme-basic/cjs/dark.d.ts +5 -0
  82. package/node_modules/@uiw/codemirror-theme-basic/cjs/dark.js +156 -0
  83. package/node_modules/@uiw/codemirror-theme-basic/cjs/index.d.ts +2 -0
  84. package/node_modules/@uiw/codemirror-theme-basic/cjs/index.js +27 -0
  85. package/node_modules/@uiw/codemirror-theme-basic/cjs/light.d.ts +5 -0
  86. package/node_modules/@uiw/codemirror-theme-basic/cjs/light.js +153 -0
  87. package/node_modules/@uiw/codemirror-theme-basic/cjs/package.json +1 -0
  88. package/node_modules/@uiw/codemirror-theme-basic/dark.d.ts +6 -0
  89. package/node_modules/@uiw/codemirror-theme-basic/esm/dark.d.ts +5 -0
  90. package/node_modules/@uiw/codemirror-theme-basic/esm/dark.js +146 -0
  91. package/node_modules/@uiw/codemirror-theme-basic/esm/index.d.ts +2 -0
  92. package/node_modules/@uiw/codemirror-theme-basic/esm/index.js +2 -0
  93. package/node_modules/@uiw/codemirror-theme-basic/esm/light.d.ts +5 -0
  94. package/node_modules/@uiw/codemirror-theme-basic/esm/light.js +143 -0
  95. package/node_modules/@uiw/codemirror-theme-basic/esm/package.json +1 -0
  96. package/node_modules/@uiw/codemirror-theme-basic/light.d.ts +6 -0
  97. package/node_modules/@uiw/codemirror-theme-basic/package.json +63 -0
  98. package/node_modules/@uiw/codemirror-theme-basic/src/dark.ts +76 -0
  99. package/node_modules/@uiw/codemirror-theme-basic/src/index.ts +2 -0
  100. package/node_modules/@uiw/codemirror-theme-basic/src/light.ts +81 -0
  101. package/node_modules/@uiw/codemirror-theme-bbedit/README.md +151 -0
  102. package/node_modules/@uiw/codemirror-theme-bbedit/cjs/index.d.ts +5 -0
  103. package/node_modules/@uiw/codemirror-theme-bbedit/cjs/index.js +77 -0
  104. package/node_modules/@uiw/codemirror-theme-bbedit/cjs/package.json +1 -0
  105. package/node_modules/@uiw/codemirror-theme-bbedit/esm/index.d.ts +5 -0
  106. package/node_modules/@uiw/codemirror-theme-bbedit/esm/index.js +67 -0
  107. package/node_modules/@uiw/codemirror-theme-bbedit/esm/package.json +1 -0
  108. package/node_modules/@uiw/codemirror-theme-bbedit/package.json +50 -0
  109. package/node_modules/@uiw/codemirror-theme-bbedit/src/index.ts +44 -0
  110. package/node_modules/@uiw/codemirror-theme-bespin/README.md +151 -0
  111. package/node_modules/@uiw/codemirror-theme-bespin/cjs/index.d.ts +5 -0
  112. package/node_modules/@uiw/codemirror-theme-bespin/cjs/index.js +72 -0
  113. package/node_modules/@uiw/codemirror-theme-bespin/cjs/package.json +1 -0
  114. package/node_modules/@uiw/codemirror-theme-bespin/esm/index.d.ts +5 -0
  115. package/node_modules/@uiw/codemirror-theme-bespin/esm/index.js +61 -0
  116. package/node_modules/@uiw/codemirror-theme-bespin/esm/package.json +1 -0
  117. package/node_modules/@uiw/codemirror-theme-bespin/package.json +50 -0
  118. package/node_modules/@uiw/codemirror-theme-bespin/src/index.ts +46 -0
  119. package/node_modules/@uiw/codemirror-theme-console/README.md +160 -0
  120. package/node_modules/@uiw/codemirror-theme-console/cjs/dark.d.ts +4 -0
  121. package/node_modules/@uiw/codemirror-theme-console/cjs/dark.js +36 -0
  122. package/node_modules/@uiw/codemirror-theme-console/cjs/index.d.ts +2 -0
  123. package/node_modules/@uiw/codemirror-theme-console/cjs/index.js +27 -0
  124. package/node_modules/@uiw/codemirror-theme-console/cjs/light.d.ts +4 -0
  125. package/node_modules/@uiw/codemirror-theme-console/cjs/light.js +36 -0
  126. package/node_modules/@uiw/codemirror-theme-console/cjs/package.json +1 -0
  127. package/node_modules/@uiw/codemirror-theme-console/dark.d.ts +6 -0
  128. package/node_modules/@uiw/codemirror-theme-console/esm/dark.d.ts +4 -0
  129. package/node_modules/@uiw/codemirror-theme-console/esm/dark.js +26 -0
  130. package/node_modules/@uiw/codemirror-theme-console/esm/index.d.ts +2 -0
  131. package/node_modules/@uiw/codemirror-theme-console/esm/index.js +2 -0
  132. package/node_modules/@uiw/codemirror-theme-console/esm/light.d.ts +4 -0
  133. package/node_modules/@uiw/codemirror-theme-console/esm/light.js +26 -0
  134. package/node_modules/@uiw/codemirror-theme-console/esm/package.json +1 -0
  135. package/node_modules/@uiw/codemirror-theme-console/light.d.ts +6 -0
  136. package/node_modules/@uiw/codemirror-theme-console/package.json +62 -0
  137. package/node_modules/@uiw/codemirror-theme-console/src/dark.ts +27 -0
  138. package/node_modules/@uiw/codemirror-theme-console/src/index.ts +2 -0
  139. package/node_modules/@uiw/codemirror-theme-console/src/light.ts +27 -0
  140. package/node_modules/@uiw/codemirror-theme-copilot/README.md +149 -0
  141. package/node_modules/@uiw/codemirror-theme-copilot/cjs/color.d.ts +25 -0
  142. package/node_modules/@uiw/codemirror-theme-copilot/cjs/color.js +31 -0
  143. package/node_modules/@uiw/codemirror-theme-copilot/cjs/index.d.ts +5 -0
  144. package/node_modules/@uiw/codemirror-theme-copilot/cjs/index.js +106 -0
  145. package/node_modules/@uiw/codemirror-theme-copilot/cjs/package.json +1 -0
  146. package/node_modules/@uiw/codemirror-theme-copilot/esm/color.d.ts +25 -0
  147. package/node_modules/@uiw/codemirror-theme-copilot/esm/color.js +25 -0
  148. package/node_modules/@uiw/codemirror-theme-copilot/esm/index.d.ts +5 -0
  149. package/node_modules/@uiw/codemirror-theme-copilot/esm/index.js +96 -0
  150. package/node_modules/@uiw/codemirror-theme-copilot/esm/package.json +1 -0
  151. package/node_modules/@uiw/codemirror-theme-copilot/package.json +45 -0
  152. package/node_modules/@uiw/codemirror-theme-copilot/src/color.ts +25 -0
  153. package/node_modules/@uiw/codemirror-theme-copilot/src/index.ts +56 -0
  154. package/node_modules/@uiw/codemirror-theme-darcula/README.md +151 -0
  155. package/node_modules/@uiw/codemirror-theme-darcula/cjs/index.d.ts +5 -0
  156. package/node_modules/@uiw/codemirror-theme-darcula/cjs/index.js +72 -0
  157. package/node_modules/@uiw/codemirror-theme-darcula/cjs/package.json +1 -0
  158. package/node_modules/@uiw/codemirror-theme-darcula/esm/index.d.ts +5 -0
  159. package/node_modules/@uiw/codemirror-theme-darcula/esm/index.js +61 -0
  160. package/node_modules/@uiw/codemirror-theme-darcula/esm/package.json +1 -0
  161. package/node_modules/@uiw/codemirror-theme-darcula/package.json +50 -0
  162. package/node_modules/@uiw/codemirror-theme-darcula/src/index.ts +46 -0
  163. package/node_modules/@uiw/codemirror-theme-dracula/README.md +151 -0
  164. package/node_modules/@uiw/codemirror-theme-dracula/cjs/index.d.ts +5 -0
  165. package/node_modules/@uiw/codemirror-theme-dracula/cjs/index.js +69 -0
  166. package/node_modules/@uiw/codemirror-theme-dracula/cjs/package.json +1 -0
  167. package/node_modules/@uiw/codemirror-theme-dracula/esm/index.d.ts +5 -0
  168. package/node_modules/@uiw/codemirror-theme-dracula/esm/index.js +58 -0
  169. package/node_modules/@uiw/codemirror-theme-dracula/esm/package.json +1 -0
  170. package/node_modules/@uiw/codemirror-theme-dracula/package.json +50 -0
  171. package/node_modules/@uiw/codemirror-theme-dracula/src/index.ts +48 -0
  172. package/node_modules/@uiw/codemirror-theme-duotone/README.md +156 -0
  173. package/node_modules/@uiw/codemirror-theme-duotone/cjs/index.d.ts +9 -0
  174. package/node_modules/@uiw/codemirror-theme-duotone/cjs/index.js +115 -0
  175. package/node_modules/@uiw/codemirror-theme-duotone/cjs/package.json +1 -0
  176. package/node_modules/@uiw/codemirror-theme-duotone/esm/index.d.ts +9 -0
  177. package/node_modules/@uiw/codemirror-theme-duotone/esm/index.js +102 -0
  178. package/node_modules/@uiw/codemirror-theme-duotone/esm/package.json +1 -0
  179. package/node_modules/@uiw/codemirror-theme-duotone/package.json +50 -0
  180. package/node_modules/@uiw/codemirror-theme-duotone/src/index.ts +79 -0
  181. package/node_modules/@uiw/codemirror-theme-eclipse/README.md +145 -0
  182. package/node_modules/@uiw/codemirror-theme-eclipse/cjs/index.d.ts +5 -0
  183. package/node_modules/@uiw/codemirror-theme-eclipse/cjs/index.js +78 -0
  184. package/node_modules/@uiw/codemirror-theme-eclipse/cjs/package.json +1 -0
  185. package/node_modules/@uiw/codemirror-theme-eclipse/esm/index.d.ts +5 -0
  186. package/node_modules/@uiw/codemirror-theme-eclipse/esm/index.js +68 -0
  187. package/node_modules/@uiw/codemirror-theme-eclipse/esm/package.json +1 -0
  188. package/node_modules/@uiw/codemirror-theme-eclipse/package.json +50 -0
  189. package/node_modules/@uiw/codemirror-theme-eclipse/src/index.ts +44 -0
  190. package/node_modules/@uiw/codemirror-theme-github/README.md +154 -0
  191. package/node_modules/@uiw/codemirror-theme-github/cjs/index.d.ts +9 -0
  192. package/node_modules/@uiw/codemirror-theme-github/cjs/index.js +156 -0
  193. package/node_modules/@uiw/codemirror-theme-github/cjs/package.json +1 -0
  194. package/node_modules/@uiw/codemirror-theme-github/esm/index.d.ts +9 -0
  195. package/node_modules/@uiw/codemirror-theme-github/esm/index.js +143 -0
  196. package/node_modules/@uiw/codemirror-theme-github/esm/package.json +1 -0
  197. package/node_modules/@uiw/codemirror-theme-github/package.json +50 -0
  198. package/node_modules/@uiw/codemirror-theme-github/src/index.ts +86 -0
  199. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/README.md +153 -0
  200. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/cjs/index.d.ts +8 -0
  201. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/cjs/index.js +296 -0
  202. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/cjs/package.json +1 -0
  203. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/index.d.ts +8 -0
  204. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/index.js +283 -0
  205. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/package.json +1 -0
  206. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/package.json +50 -0
  207. package/node_modules/@uiw/codemirror-theme-gruvbox-dark/src/index.ts +203 -0
  208. package/node_modules/@uiw/codemirror-theme-kimbie/README.md +149 -0
  209. package/node_modules/@uiw/codemirror-theme-kimbie/cjs/color.d.ts +25 -0
  210. package/node_modules/@uiw/codemirror-theme-kimbie/cjs/color.js +31 -0
  211. package/node_modules/@uiw/codemirror-theme-kimbie/cjs/index.d.ts +5 -0
  212. package/node_modules/@uiw/codemirror-theme-kimbie/cjs/index.js +103 -0
  213. package/node_modules/@uiw/codemirror-theme-kimbie/cjs/package.json +1 -0
  214. package/node_modules/@uiw/codemirror-theme-kimbie/esm/color.d.ts +25 -0
  215. package/node_modules/@uiw/codemirror-theme-kimbie/esm/color.js +25 -0
  216. package/node_modules/@uiw/codemirror-theme-kimbie/esm/index.d.ts +5 -0
  217. package/node_modules/@uiw/codemirror-theme-kimbie/esm/index.js +93 -0
  218. package/node_modules/@uiw/codemirror-theme-kimbie/esm/package.json +1 -0
  219. package/node_modules/@uiw/codemirror-theme-kimbie/package.json +45 -0
  220. package/node_modules/@uiw/codemirror-theme-kimbie/src/color.ts +25 -0
  221. package/node_modules/@uiw/codemirror-theme-kimbie/src/index.ts +52 -0
  222. package/node_modules/@uiw/codemirror-theme-material/README.md +161 -0
  223. package/node_modules/@uiw/codemirror-theme-material/cjs/index.d.ts +12 -0
  224. package/node_modules/@uiw/codemirror-theme-material/cjs/index.js +247 -0
  225. package/node_modules/@uiw/codemirror-theme-material/cjs/package.json +1 -0
  226. package/node_modules/@uiw/codemirror-theme-material/esm/index.d.ts +12 -0
  227. package/node_modules/@uiw/codemirror-theme-material/esm/index.js +235 -0
  228. package/node_modules/@uiw/codemirror-theme-material/esm/package.json +1 -0
  229. package/node_modules/@uiw/codemirror-theme-material/package.json +50 -0
  230. package/node_modules/@uiw/codemirror-theme-material/src/index.ts +129 -0
  231. package/node_modules/@uiw/codemirror-theme-monokai/README.md +149 -0
  232. package/node_modules/@uiw/codemirror-theme-monokai/cjs/color.d.ts +25 -0
  233. package/node_modules/@uiw/codemirror-theme-monokai/cjs/color.js +31 -0
  234. package/node_modules/@uiw/codemirror-theme-monokai/cjs/index.d.ts +5 -0
  235. package/node_modules/@uiw/codemirror-theme-monokai/cjs/index.js +103 -0
  236. package/node_modules/@uiw/codemirror-theme-monokai/cjs/package.json +1 -0
  237. package/node_modules/@uiw/codemirror-theme-monokai/esm/color.d.ts +25 -0
  238. package/node_modules/@uiw/codemirror-theme-monokai/esm/color.js +25 -0
  239. package/node_modules/@uiw/codemirror-theme-monokai/esm/index.d.ts +5 -0
  240. package/node_modules/@uiw/codemirror-theme-monokai/esm/index.js +93 -0
  241. package/node_modules/@uiw/codemirror-theme-monokai/esm/package.json +1 -0
  242. package/node_modules/@uiw/codemirror-theme-monokai/package.json +45 -0
  243. package/node_modules/@uiw/codemirror-theme-monokai/src/color.ts +25 -0
  244. package/node_modules/@uiw/codemirror-theme-monokai/src/index.ts +52 -0
  245. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/README.md +151 -0
  246. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/color.d.ts +25 -0
  247. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/color.js +31 -0
  248. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/index.d.ts +5 -0
  249. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/index.js +103 -0
  250. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/package.json +1 -0
  251. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/color.d.ts +25 -0
  252. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/color.js +25 -0
  253. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/index.d.ts +5 -0
  254. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/index.js +93 -0
  255. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/package.json +1 -0
  256. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/package.json +46 -0
  257. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/src/color.ts +25 -0
  258. package/node_modules/@uiw/codemirror-theme-monokai-dimmed/src/index.ts +52 -0
  259. package/node_modules/@uiw/codemirror-theme-noctis-lilac/README.md +149 -0
  260. package/node_modules/@uiw/codemirror-theme-noctis-lilac/cjs/index.d.ts +5 -0
  261. package/node_modules/@uiw/codemirror-theme-noctis-lilac/cjs/index.js +83 -0
  262. package/node_modules/@uiw/codemirror-theme-noctis-lilac/cjs/package.json +1 -0
  263. package/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/index.d.ts +5 -0
  264. package/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/index.js +73 -0
  265. package/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/package.json +1 -0
  266. package/node_modules/@uiw/codemirror-theme-noctis-lilac/package.json +50 -0
  267. package/node_modules/@uiw/codemirror-theme-noctis-lilac/src/index.ts +49 -0
  268. package/node_modules/@uiw/codemirror-theme-nord/README.md +149 -0
  269. package/node_modules/@uiw/codemirror-theme-nord/cjs/index.d.ts +5 -0
  270. package/node_modules/@uiw/codemirror-theme-nord/cjs/index.js +159 -0
  271. package/node_modules/@uiw/codemirror-theme-nord/cjs/package.json +1 -0
  272. package/node_modules/@uiw/codemirror-theme-nord/esm/index.d.ts +5 -0
  273. package/node_modules/@uiw/codemirror-theme-nord/esm/index.js +149 -0
  274. package/node_modules/@uiw/codemirror-theme-nord/esm/package.json +1 -0
  275. package/node_modules/@uiw/codemirror-theme-nord/package.json +50 -0
  276. package/node_modules/@uiw/codemirror-theme-nord/src/index.ts +77 -0
  277. package/node_modules/@uiw/codemirror-theme-okaidia/README.md +147 -0
  278. package/node_modules/@uiw/codemirror-theme-okaidia/cjs/index.d.ts +5 -0
  279. package/node_modules/@uiw/codemirror-theme-okaidia/cjs/index.js +69 -0
  280. package/node_modules/@uiw/codemirror-theme-okaidia/cjs/package.json +1 -0
  281. package/node_modules/@uiw/codemirror-theme-okaidia/esm/index.d.ts +5 -0
  282. package/node_modules/@uiw/codemirror-theme-okaidia/esm/index.js +59 -0
  283. package/node_modules/@uiw/codemirror-theme-okaidia/esm/package.json +1 -0
  284. package/node_modules/@uiw/codemirror-theme-okaidia/package.json +50 -0
  285. package/node_modules/@uiw/codemirror-theme-okaidia/src/index.ts +41 -0
  286. package/node_modules/@uiw/codemirror-theme-quietlight/README.md +149 -0
  287. package/node_modules/@uiw/codemirror-theme-quietlight/cjs/color.d.ts +25 -0
  288. package/node_modules/@uiw/codemirror-theme-quietlight/cjs/color.js +31 -0
  289. package/node_modules/@uiw/codemirror-theme-quietlight/cjs/index.d.ts +5 -0
  290. package/node_modules/@uiw/codemirror-theme-quietlight/cjs/index.js +104 -0
  291. package/node_modules/@uiw/codemirror-theme-quietlight/cjs/package.json +1 -0
  292. package/node_modules/@uiw/codemirror-theme-quietlight/esm/color.d.ts +25 -0
  293. package/node_modules/@uiw/codemirror-theme-quietlight/esm/color.js +25 -0
  294. package/node_modules/@uiw/codemirror-theme-quietlight/esm/index.d.ts +5 -0
  295. package/node_modules/@uiw/codemirror-theme-quietlight/esm/index.js +94 -0
  296. package/node_modules/@uiw/codemirror-theme-quietlight/esm/package.json +1 -0
  297. package/node_modules/@uiw/codemirror-theme-quietlight/package.json +45 -0
  298. package/node_modules/@uiw/codemirror-theme-quietlight/src/color.ts +25 -0
  299. package/node_modules/@uiw/codemirror-theme-quietlight/src/index.ts +53 -0
  300. package/node_modules/@uiw/codemirror-theme-red/README.md +149 -0
  301. package/node_modules/@uiw/codemirror-theme-red/cjs/color.d.ts +25 -0
  302. package/node_modules/@uiw/codemirror-theme-red/cjs/color.js +31 -0
  303. package/node_modules/@uiw/codemirror-theme-red/cjs/index.d.ts +5 -0
  304. package/node_modules/@uiw/codemirror-theme-red/cjs/index.js +103 -0
  305. package/node_modules/@uiw/codemirror-theme-red/cjs/package.json +1 -0
  306. package/node_modules/@uiw/codemirror-theme-red/esm/color.d.ts +25 -0
  307. package/node_modules/@uiw/codemirror-theme-red/esm/color.js +25 -0
  308. package/node_modules/@uiw/codemirror-theme-red/esm/index.d.ts +5 -0
  309. package/node_modules/@uiw/codemirror-theme-red/esm/index.js +93 -0
  310. package/node_modules/@uiw/codemirror-theme-red/esm/package.json +1 -0
  311. package/node_modules/@uiw/codemirror-theme-red/package.json +45 -0
  312. package/node_modules/@uiw/codemirror-theme-red/src/color.ts +25 -0
  313. package/node_modules/@uiw/codemirror-theme-red/src/index.ts +52 -0
  314. package/node_modules/@uiw/codemirror-theme-solarized/README.md +160 -0
  315. package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark-color.d.ts +26 -0
  316. package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark-color.js +32 -0
  317. package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark.d.ts +5 -0
  318. package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark.js +104 -0
  319. package/node_modules/@uiw/codemirror-theme-solarized/cjs/index.d.ts +2 -0
  320. package/node_modules/@uiw/codemirror-theme-solarized/cjs/index.js +27 -0
  321. package/node_modules/@uiw/codemirror-theme-solarized/cjs/light-color.d.ts +26 -0
  322. package/node_modules/@uiw/codemirror-theme-solarized/cjs/light-color.js +32 -0
  323. package/node_modules/@uiw/codemirror-theme-solarized/cjs/light.d.ts +5 -0
  324. package/node_modules/@uiw/codemirror-theme-solarized/cjs/light.js +104 -0
  325. package/node_modules/@uiw/codemirror-theme-solarized/cjs/package.json +1 -0
  326. package/node_modules/@uiw/codemirror-theme-solarized/dark.d.ts +6 -0
  327. package/node_modules/@uiw/codemirror-theme-solarized/esm/dark-color.d.ts +26 -0
  328. package/node_modules/@uiw/codemirror-theme-solarized/esm/dark-color.js +26 -0
  329. package/node_modules/@uiw/codemirror-theme-solarized/esm/dark.d.ts +5 -0
  330. package/node_modules/@uiw/codemirror-theme-solarized/esm/dark.js +94 -0
  331. package/node_modules/@uiw/codemirror-theme-solarized/esm/index.d.ts +2 -0
  332. package/node_modules/@uiw/codemirror-theme-solarized/esm/index.js +2 -0
  333. package/node_modules/@uiw/codemirror-theme-solarized/esm/light-color.d.ts +26 -0
  334. package/node_modules/@uiw/codemirror-theme-solarized/esm/light-color.js +26 -0
  335. package/node_modules/@uiw/codemirror-theme-solarized/esm/light.d.ts +5 -0
  336. package/node_modules/@uiw/codemirror-theme-solarized/esm/light.js +94 -0
  337. package/node_modules/@uiw/codemirror-theme-solarized/esm/package.json +1 -0
  338. package/node_modules/@uiw/codemirror-theme-solarized/light.d.ts +6 -0
  339. package/node_modules/@uiw/codemirror-theme-solarized/package.json +63 -0
  340. package/node_modules/@uiw/codemirror-theme-solarized/src/dark-color.ts +26 -0
  341. package/node_modules/@uiw/codemirror-theme-solarized/src/dark.ts +53 -0
  342. package/node_modules/@uiw/codemirror-theme-solarized/src/index.ts +2 -0
  343. package/node_modules/@uiw/codemirror-theme-solarized/src/light-color.ts +26 -0
  344. package/node_modules/@uiw/codemirror-theme-solarized/src/light.ts +53 -0
  345. package/node_modules/@uiw/codemirror-theme-sublime/README.md +147 -0
  346. package/node_modules/@uiw/codemirror-theme-sublime/cjs/index.d.ts +5 -0
  347. package/node_modules/@uiw/codemirror-theme-sublime/cjs/index.js +73 -0
  348. package/node_modules/@uiw/codemirror-theme-sublime/cjs/package.json +1 -0
  349. package/node_modules/@uiw/codemirror-theme-sublime/esm/index.d.ts +5 -0
  350. package/node_modules/@uiw/codemirror-theme-sublime/esm/index.js +62 -0
  351. package/node_modules/@uiw/codemirror-theme-sublime/esm/package.json +1 -0
  352. package/node_modules/@uiw/codemirror-theme-sublime/package.json +50 -0
  353. package/node_modules/@uiw/codemirror-theme-sublime/src/index.ts +42 -0
  354. package/node_modules/@uiw/codemirror-theme-tokyo-night/README.md +151 -0
  355. package/node_modules/@uiw/codemirror-theme-tokyo-night/cjs/index.d.ts +5 -0
  356. package/node_modules/@uiw/codemirror-theme-tokyo-night/cjs/index.js +99 -0
  357. package/node_modules/@uiw/codemirror-theme-tokyo-night/cjs/package.json +1 -0
  358. package/node_modules/@uiw/codemirror-theme-tokyo-night/esm/index.d.ts +5 -0
  359. package/node_modules/@uiw/codemirror-theme-tokyo-night/esm/index.js +89 -0
  360. package/node_modules/@uiw/codemirror-theme-tokyo-night/esm/package.json +1 -0
  361. package/node_modules/@uiw/codemirror-theme-tokyo-night/package.json +50 -0
  362. package/node_modules/@uiw/codemirror-theme-tokyo-night/src/index.ts +51 -0
  363. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/README.md +153 -0
  364. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/cjs/index.d.ts +5 -0
  365. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/cjs/index.js +100 -0
  366. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/cjs/package.json +1 -0
  367. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/index.d.ts +5 -0
  368. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/index.js +90 -0
  369. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/package.json +1 -0
  370. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/package.json +51 -0
  371. package/node_modules/@uiw/codemirror-theme-tokyo-night-day/src/index.ts +51 -0
  372. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/README.md +153 -0
  373. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/cjs/index.d.ts +5 -0
  374. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/cjs/index.js +100 -0
  375. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/cjs/package.json +1 -0
  376. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/index.d.ts +5 -0
  377. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/index.js +90 -0
  378. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/package.json +1 -0
  379. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/package.json +51 -0
  380. package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/src/index.ts +51 -0
  381. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/README.md +151 -0
  382. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/color.d.ts +25 -0
  383. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/color.js +31 -0
  384. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/index.d.ts +5 -0
  385. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/index.js +103 -0
  386. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/package.json +1 -0
  387. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/color.d.ts +25 -0
  388. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/color.js +25 -0
  389. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/index.d.ts +5 -0
  390. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/index.js +93 -0
  391. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/package.json +1 -0
  392. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/package.json +45 -0
  393. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/src/color.ts +25 -0
  394. package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/src/index.ts +52 -0
  395. package/node_modules/@uiw/codemirror-theme-vscode/README.md +161 -0
  396. package/node_modules/@uiw/codemirror-theme-vscode/cjs/dark.d.ts +5 -0
  397. package/node_modules/@uiw/codemirror-theme-vscode/cjs/dark.js +98 -0
  398. package/node_modules/@uiw/codemirror-theme-vscode/cjs/index.d.ts +2 -0
  399. package/node_modules/@uiw/codemirror-theme-vscode/cjs/index.js +27 -0
  400. package/node_modules/@uiw/codemirror-theme-vscode/cjs/light.d.ts +5 -0
  401. package/node_modules/@uiw/codemirror-theme-vscode/cjs/light.js +98 -0
  402. package/node_modules/@uiw/codemirror-theme-vscode/cjs/package.json +1 -0
  403. package/node_modules/@uiw/codemirror-theme-vscode/esm/dark.d.ts +5 -0
  404. package/node_modules/@uiw/codemirror-theme-vscode/esm/dark.js +85 -0
  405. package/node_modules/@uiw/codemirror-theme-vscode/esm/index.d.ts +2 -0
  406. package/node_modules/@uiw/codemirror-theme-vscode/esm/index.js +2 -0
  407. package/node_modules/@uiw/codemirror-theme-vscode/esm/light.d.ts +5 -0
  408. package/node_modules/@uiw/codemirror-theme-vscode/esm/light.js +85 -0
  409. package/node_modules/@uiw/codemirror-theme-vscode/esm/package.json +1 -0
  410. package/node_modules/@uiw/codemirror-theme-vscode/package.json +44 -0
  411. package/node_modules/@uiw/codemirror-theme-vscode/src/dark.ts +82 -0
  412. package/node_modules/@uiw/codemirror-theme-vscode/src/index.ts +2 -0
  413. package/node_modules/@uiw/codemirror-theme-vscode/src/light.ts +82 -0
  414. package/node_modules/@uiw/codemirror-theme-white/README.md +160 -0
  415. package/node_modules/@uiw/codemirror-theme-white/cjs/dark-color.d.ts +26 -0
  416. package/node_modules/@uiw/codemirror-theme-white/cjs/dark-color.js +32 -0
  417. package/node_modules/@uiw/codemirror-theme-white/cjs/dark.d.ts +5 -0
  418. package/node_modules/@uiw/codemirror-theme-white/cjs/dark.js +110 -0
  419. package/node_modules/@uiw/codemirror-theme-white/cjs/index.d.ts +2 -0
  420. package/node_modules/@uiw/codemirror-theme-white/cjs/index.js +27 -0
  421. package/node_modules/@uiw/codemirror-theme-white/cjs/light-color.d.ts +26 -0
  422. package/node_modules/@uiw/codemirror-theme-white/cjs/light-color.js +32 -0
  423. package/node_modules/@uiw/codemirror-theme-white/cjs/light.d.ts +5 -0
  424. package/node_modules/@uiw/codemirror-theme-white/cjs/light.js +110 -0
  425. package/node_modules/@uiw/codemirror-theme-white/cjs/package.json +1 -0
  426. package/node_modules/@uiw/codemirror-theme-white/esm/dark-color.d.ts +26 -0
  427. package/node_modules/@uiw/codemirror-theme-white/esm/dark-color.js +26 -0
  428. package/node_modules/@uiw/codemirror-theme-white/esm/dark.d.ts +5 -0
  429. package/node_modules/@uiw/codemirror-theme-white/esm/dark.js +100 -0
  430. package/node_modules/@uiw/codemirror-theme-white/esm/index.d.ts +2 -0
  431. package/node_modules/@uiw/codemirror-theme-white/esm/index.js +2 -0
  432. package/node_modules/@uiw/codemirror-theme-white/esm/light-color.d.ts +26 -0
  433. package/node_modules/@uiw/codemirror-theme-white/esm/light-color.js +26 -0
  434. package/node_modules/@uiw/codemirror-theme-white/esm/light.d.ts +5 -0
  435. package/node_modules/@uiw/codemirror-theme-white/esm/light.js +100 -0
  436. package/node_modules/@uiw/codemirror-theme-white/esm/package.json +1 -0
  437. package/node_modules/@uiw/codemirror-theme-white/package.json +56 -0
  438. package/node_modules/@uiw/codemirror-theme-white/src/dark-color.ts +26 -0
  439. package/node_modules/@uiw/codemirror-theme-white/src/dark.ts +57 -0
  440. package/node_modules/@uiw/codemirror-theme-white/src/index.ts +2 -0
  441. package/node_modules/@uiw/codemirror-theme-white/src/light-color.ts +26 -0
  442. package/node_modules/@uiw/codemirror-theme-white/src/light.ts +57 -0
  443. package/node_modules/@uiw/codemirror-theme-xcode/README.md +154 -0
  444. package/node_modules/@uiw/codemirror-theme-xcode/cjs/index.d.ts +9 -0
  445. package/node_modules/@uiw/codemirror-theme-xcode/cjs/index.js +119 -0
  446. package/node_modules/@uiw/codemirror-theme-xcode/cjs/package.json +1 -0
  447. package/node_modules/@uiw/codemirror-theme-xcode/esm/index.d.ts +9 -0
  448. package/node_modules/@uiw/codemirror-theme-xcode/esm/index.js +104 -0
  449. package/node_modules/@uiw/codemirror-theme-xcode/esm/package.json +1 -0
  450. package/node_modules/@uiw/codemirror-theme-xcode/package.json +44 -0
  451. package/node_modules/@uiw/codemirror-theme-xcode/src/index.ts +75 -0
  452. package/node_modules/@uiw/codemirror-themes/README.md +391 -0
  453. package/node_modules/@uiw/codemirror-themes/cjs/index.d.ts +46 -0
  454. package/node_modules/@uiw/codemirror-themes/cjs/index.js +84 -0
  455. package/node_modules/@uiw/codemirror-themes/cjs/package.json +1 -0
  456. package/node_modules/@uiw/codemirror-themes/esm/index.d.ts +46 -0
  457. package/node_modules/@uiw/codemirror-themes/esm/index.js +78 -0
  458. package/node_modules/@uiw/codemirror-themes/esm/package.json +1 -0
  459. package/node_modules/@uiw/codemirror-themes/package.json +56 -0
  460. package/node_modules/@uiw/codemirror-themes/src/index.tsx +128 -0
  461. package/node_modules/@uiw/codemirror-themes-all/README.md +406 -0
  462. package/node_modules/@uiw/codemirror-themes-all/cjs/index.d.ts +35 -0
  463. package/node_modules/@uiw/codemirror-themes-all/cjs/index.js +390 -0
  464. package/node_modules/@uiw/codemirror-themes-all/cjs/package.json +1 -0
  465. package/node_modules/@uiw/codemirror-themes-all/esm/index.d.ts +35 -0
  466. package/node_modules/@uiw/codemirror-themes-all/esm/index.js +35 -0
  467. package/node_modules/@uiw/codemirror-themes-all/esm/package.json +1 -0
  468. package/node_modules/@uiw/codemirror-themes-all/package.json +86 -0
  469. package/node_modules/@uiw/codemirror-themes-all/src/index.ts +35 -0
  470. package/package.json +1 -1
  471. package/packages/cli/package.json +1 -1
  472. package/packages/daemon/package.json +1 -1
  473. package/packages/daemon/src/adaptive.js +26 -16
  474. package/packages/daemon/src/journalist.js +62 -24
  475. package/packages/daemon/src/model-lab.js +6 -5
  476. package/packages/daemon/src/rotator.js +48 -21
  477. package/{node_modules/@groove-dev/gui/dist/assets/codemirror-DRQdprYi.js → packages/gui/dist/assets/codemirror-BYKpdS2W.js} +1 -1
  478. package/{node_modules/@groove-dev/gui/dist/assets/index-BrZHF7pK.js → packages/gui/dist/assets/index-DcNgRadn.js} +1764 -1764
  479. package/packages/gui/dist/assets/index-EY6WfKWH.css +1 -0
  480. package/packages/gui/dist/index.html +3 -3
  481. package/packages/gui/package.json +2 -1
  482. package/packages/gui/src/components/editor/code-editor.jsx +81 -63
  483. package/packages/gui/src/components/editor/editor-status-bar.jsx +66 -0
  484. package/packages/gui/src/components/lab/system-prompt-editor.jsx +21 -24
  485. package/packages/gui/src/stores/groove.js +5 -0
  486. package/model-workspace/LAB-ASSISTANT-BUILD-PLAN.md +0 -341
  487. package/node_modules/@groove-dev/gui/dist/assets/index-DIfiwdKl.css +0 -1
  488. package/packages/gui/dist/assets/index-DIfiwdKl.css +0 -1
@@ -0,0 +1,153 @@
1
+ <div markdown="1">
2
+ <sup>Using <a href="https://wangchujiang.com/#/app" target="_blank">my app</a> is also a way to <a href="https://wangchujiang.com/#/sponsor" target="_blank">support</a> me:</sup>
3
+ <br>
4
+ <a target="_blank" href="https://apps.apple.com/app/6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" width="52" src="https://wangchujiang.com/appicon/scap.png"></a>
5
+ <a target="_blank" href="https://apps.apple.com/app/6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" width="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
6
+ <a target="_blank" href="https://apps.apple.com/app/Deskmark/6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" width="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
7
+ <a target="_blank" href="https://apps.apple.com/app/Keyzer/6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" width="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
8
+ <a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" width="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
9
+ <a target="_blank" href="https://apps.apple.com/app/VidCrop/6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" width="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
10
+ <a target="_blank" href="https://apps.apple.com/app/Vidwall/6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" width="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
11
+ <a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" width="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
12
+ <a target="_blank" href="https://apps.apple.com/app/6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" width="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
13
+ <a target="_blank" href="https://apps.apple.com/app/6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" width="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
14
+ <a target="_blank" href="https://apps.apple.com/app/6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" width="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
15
+ <a target="_blank" href="https://apps.apple.com/app/6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" width="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
16
+ <a target="_blank" href="https://apps.apple.com/app/6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" width="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
17
+ <a target="_blank" href="https://apps.apple.com/app/6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" width="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
18
+ <a target="_blank" href="https://apps.apple.com/app/6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" width="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
19
+ <a target="_blank" href="https://apps.apple.com/app/6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" width="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
20
+ <a target="_blank" href="https://apps.apple.com/app/6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" width="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
21
+ <a target="_blank" href="https://apps.apple.com/app/6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" width="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
22
+ <a target="_blank" href="https://apps.apple.com/app/6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" width="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
23
+ <a target="_blank" href="https://apps.apple.com/app/6670696072" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" width="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
24
+ <a target="_blank" href="https://apps.apple.com/app/6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" width="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
25
+ <a target="_blank" href="https://apps.apple.com/app/6503953628" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" width="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
26
+ <a target="_blank" href="https://apps.apple.com/app/6471227008" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" width="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
27
+ <a target="_blank" href="https://apps.apple.com/app/6479819388" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" width="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
28
+ <a target="_blank" href="https://apps.apple.com/app/6479194014" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" width="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
29
+ <a target="_blank" href="https://apps.apple.com/app/6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" width="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
30
+ <a target="_blank" href="https://apps.apple.com/app/6478511402" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" width="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
31
+ <a target="_blank" href="https://apps.apple.com/app/6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" width="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
32
+ <a target="_blank" href="https://apps.apple.com/app/6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" width="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
33
+ <a target="_blank" href="https://apps.apple.com/app/6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" width="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
34
+ <a target="_blank" href="https://apps.apple.com/app/6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" width="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
35
+ <a target="_blank" href="https://apps.apple.com/app/6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" width="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
36
+ <br><br>
37
+ </div>
38
+ <hr>
39
+
40
+ <!--rehype:ignore:start-->
41
+
42
+ # TokyoNightStorm Theme
43
+
44
+ <!--rehype:ignore:end-->
45
+
46
+ [![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
47
+ [![npm version](https://img.shields.io/npm/v/@uiw/codemirror-theme-tokyo-night-storm.svg)](https://www.npmjs.com/package/@uiw/codemirror-theme-tokyo-night-storm)
48
+
49
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-storm">
50
+ <img width="436" alt="codemirror-theme-tokyo-night-storm" src="https://user-images.githubusercontent.com/1680273/206180525-c0e18a13-50ce-4d61-bd21-1bf25e81c3c0.png">
51
+ </a>
52
+
53
+ ## Install
54
+
55
+ ```bash
56
+ npm install @uiw/codemirror-theme-tokyo-night-storm --save
57
+ ```
58
+
59
+ ```js
60
+ import { EditorState } from '@codemirror/state';
61
+ import { javascript } from '@codemirror/lang-javascript';
62
+ import { tokyoNightStorm } from '@uiw/codemirror-theme-tokyo-night-storm';
63
+
64
+ const state = EditorState.create({
65
+ doc: 'my source code',
66
+ extensions: [tokyoNightStorm, javascript({ jsx: true })],
67
+ });
68
+ ```
69
+
70
+ Using in React:
71
+
72
+ ```jsx
73
+ import { tags as t } from '@lezer/highlight';
74
+ import { tokyoNightStorm, tokyoNightStormInit } from '@uiw/codemirror-theme-tokyo-night-storm';
75
+
76
+ <CodeMirror theme={tokyoNightStorm} />
77
+ <CodeMirror
78
+ theme={tokyoNightStormInit({
79
+ settings: {
80
+ caret: '#c6c6c6',
81
+ fontFamily: 'monospace',
82
+ },
83
+ styles: [
84
+ { tag: t.comment, color: '#6272a4' },
85
+ ]
86
+ })}
87
+ />
88
+ ```
89
+
90
+ ## API
91
+
92
+ ```tsx
93
+ import { CreateThemeOptions } from '@uiw/codemirror-themes';
94
+ export declare const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'];
95
+ export declare const tokyoNightStormInit: (
96
+ options?: Partial<CreateThemeOptions>,
97
+ ) => import('@codemirror/state').Extension;
98
+ export declare const tokyoNightStorm: import('@codemirror/state').Extension;
99
+ ```
100
+
101
+ ## Usage
102
+
103
+ ```jsx
104
+ import CodeMirror from '@uiw/react-codemirror';
105
+ import { tokyoNightStorm } from '@uiw/codemirror-theme-tokyo-night-storm';
106
+ import { javascript } from '@codemirror/lang-javascript';
107
+
108
+ function App() {
109
+ return (
110
+ <CodeMirror
111
+ value="console.log('hello world!');"
112
+ height="200px"
113
+ theme={tokyoNightStorm}
114
+ extensions={[javascript({ jsx: true })]}
115
+ onChange={(value, viewUpdate) => {
116
+ console.log('value:', value);
117
+ }}
118
+ />
119
+ );
120
+ }
121
+ export default App;
122
+ ```
123
+
124
+ ```js
125
+ import { EditorView } from '@codemirror/view';
126
+ import { EditorState } from '@codemirror/state';
127
+ import { javascript } from '@codemirror/lang-javascript';
128
+ import { tokyoNightStorm } from '@uiw/codemirror-theme-tokyo-night-storm';
129
+
130
+ const state = EditorState.create({
131
+ doc: 'my source code',
132
+ extensions: [tokyoNightStorm, javascript({ jsx: true })],
133
+ });
134
+
135
+ const view = new EditorView({
136
+ parent: document.querySelector('#editor'),
137
+ state,
138
+ });
139
+ ```
140
+
141
+ ## Contributors
142
+
143
+ As always, thanks to our amazing contributors!
144
+
145
+ <a href="https://github.com/uiwjs/react-codemirror/graphs/contributors">
146
+ <img src="https://uiwjs.github.io/react-codemirror/CONTRIBUTORS.svg" />
147
+ </a>
148
+
149
+ Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
150
+
151
+ ## License
152
+
153
+ Licensed under the MIT License.
@@ -0,0 +1,5 @@
1
+ import { type CreateThemeOptions } from '@uiw/codemirror-themes';
2
+ export declare const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'];
3
+ export declare const tokyoNightStormStyle: CreateThemeOptions['styles'];
4
+ export declare const tokyoNightStormInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
5
+ export declare const tokyoNightStorm: import("@codemirror/state").Extension;
@@ -0,0 +1,100 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.tokyoNightStormStyle = exports.tokyoNightStormInit = exports.tokyoNightStorm = exports.defaultSettingsTokyoNightStorm = void 0;
8
+ var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
9
+ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
10
+ var _highlight = require("@lezer/highlight");
11
+ var _codemirrorThemes = require("@uiw/codemirror-themes");
12
+ var defaultSettingsTokyoNightStorm = exports.defaultSettingsTokyoNightStorm = {
13
+ background: '#24283b',
14
+ foreground: '#7982a9',
15
+ caret: '#c0caf5',
16
+ selection: '#6f7bb630',
17
+ selectionMatch: '#343b5f',
18
+ gutterBackground: '#24283b',
19
+ gutterForeground: '#7982a9',
20
+ gutterBorder: 'transparent',
21
+ lineHighlight: '#292e427a'
22
+ };
23
+ var tokyoNightStormStyle = exports.tokyoNightStormStyle = [{
24
+ tag: _highlight.tags.keyword,
25
+ color: '#bb9af7'
26
+ }, {
27
+ tag: [_highlight.tags.name, _highlight.tags.deleted, _highlight.tags.character, _highlight.tags.macroName],
28
+ color: '#c0caf5'
29
+ }, {
30
+ tag: [_highlight.tags.propertyName],
31
+ color: '#7aa2f7'
32
+ }, {
33
+ tag: [_highlight.tags.processingInstruction, _highlight.tags.string, _highlight.tags.inserted, _highlight.tags.special(_highlight.tags.string)],
34
+ color: '#9ece6a'
35
+ }, {
36
+ tag: [_highlight.tags["function"](_highlight.tags.variableName), _highlight.tags.labelName],
37
+ color: '#7aa2f7'
38
+ }, {
39
+ tag: [_highlight.tags.color, _highlight.tags.constant(_highlight.tags.name), _highlight.tags.standard(_highlight.tags.name)],
40
+ color: '#bb9af7'
41
+ }, {
42
+ tag: [_highlight.tags.definition(_highlight.tags.name), _highlight.tags.separator],
43
+ color: '#c0caf5'
44
+ }, {
45
+ tag: [_highlight.tags.className],
46
+ color: '#c0caf5'
47
+ }, {
48
+ tag: [_highlight.tags.number, _highlight.tags.changed, _highlight.tags.annotation, _highlight.tags.modifier, _highlight.tags.self, _highlight.tags.namespace],
49
+ color: '#ff9e64'
50
+ }, {
51
+ tag: [_highlight.tags.typeName],
52
+ color: '#2ac3de',
53
+ fontStyle: '#2ac3de'
54
+ }, {
55
+ tag: [_highlight.tags.operator, _highlight.tags.operatorKeyword],
56
+ color: '#bb9af7'
57
+ }, {
58
+ tag: [_highlight.tags.url, _highlight.tags.escape, _highlight.tags.regexp, _highlight.tags.link],
59
+ color: '#b4f9f8'
60
+ }, {
61
+ tag: [_highlight.tags.meta, _highlight.tags.comment],
62
+ color: '#565f89'
63
+ }, {
64
+ tag: _highlight.tags.strong,
65
+ fontWeight: 'bold'
66
+ }, {
67
+ tag: _highlight.tags.emphasis,
68
+ fontStyle: 'italic'
69
+ }, {
70
+ tag: _highlight.tags.link,
71
+ textDecoration: 'underline'
72
+ }, {
73
+ tag: _highlight.tags.heading,
74
+ fontWeight: 'bold',
75
+ color: '#89ddff'
76
+ }, {
77
+ tag: [_highlight.tags.atom, _highlight.tags.bool, _highlight.tags.special(_highlight.tags.variableName)],
78
+ color: '#c0caf5'
79
+ }, {
80
+ tag: _highlight.tags.invalid,
81
+ color: '#ff5370'
82
+ }, {
83
+ tag: _highlight.tags.strikethrough,
84
+ textDecoration: 'line-through'
85
+ }];
86
+ var tokyoNightStormInit = exports.tokyoNightStormInit = function tokyoNightStormInit(options) {
87
+ var _ref = options || {},
88
+ _ref$theme = _ref.theme,
89
+ theme = _ref$theme === void 0 ? 'dark' : _ref$theme,
90
+ _ref$settings = _ref.settings,
91
+ settings = _ref$settings === void 0 ? {} : _ref$settings,
92
+ _ref$styles = _ref.styles,
93
+ styles = _ref$styles === void 0 ? [] : _ref$styles;
94
+ return (0, _codemirrorThemes.createTheme)({
95
+ theme: theme,
96
+ settings: (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, defaultSettingsTokyoNightStorm), settings),
97
+ styles: [].concat(tokyoNightStormStyle, (0, _toConsumableArray2["default"])(styles))
98
+ });
99
+ };
100
+ var tokyoNightStorm = exports.tokyoNightStorm = tokyoNightStormInit();
@@ -0,0 +1,5 @@
1
+ import { type CreateThemeOptions } from '@uiw/codemirror-themes';
2
+ export declare const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'];
3
+ export declare const tokyoNightStormStyle: CreateThemeOptions['styles'];
4
+ export declare const tokyoNightStormInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
5
+ export declare const tokyoNightStorm: import("@codemirror/state").Extension;
@@ -0,0 +1,90 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ import { tags as t } from '@lezer/highlight';
3
+ import { createTheme } from '@uiw/codemirror-themes';
4
+ export var defaultSettingsTokyoNightStorm = {
5
+ background: '#24283b',
6
+ foreground: '#7982a9',
7
+ caret: '#c0caf5',
8
+ selection: '#6f7bb630',
9
+ selectionMatch: '#343b5f',
10
+ gutterBackground: '#24283b',
11
+ gutterForeground: '#7982a9',
12
+ gutterBorder: 'transparent',
13
+ lineHighlight: '#292e427a'
14
+ };
15
+ export var tokyoNightStormStyle = [{
16
+ tag: t.keyword,
17
+ color: '#bb9af7'
18
+ }, {
19
+ tag: [t.name, t.deleted, t.character, t.macroName],
20
+ color: '#c0caf5'
21
+ }, {
22
+ tag: [t.propertyName],
23
+ color: '#7aa2f7'
24
+ }, {
25
+ tag: [t.processingInstruction, t.string, t.inserted, t.special(t.string)],
26
+ color: '#9ece6a'
27
+ }, {
28
+ tag: [t.function(t.variableName), t.labelName],
29
+ color: '#7aa2f7'
30
+ }, {
31
+ tag: [t.color, t.constant(t.name), t.standard(t.name)],
32
+ color: '#bb9af7'
33
+ }, {
34
+ tag: [t.definition(t.name), t.separator],
35
+ color: '#c0caf5'
36
+ }, {
37
+ tag: [t.className],
38
+ color: '#c0caf5'
39
+ }, {
40
+ tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace],
41
+ color: '#ff9e64'
42
+ }, {
43
+ tag: [t.typeName],
44
+ color: '#2ac3de',
45
+ fontStyle: '#2ac3de'
46
+ }, {
47
+ tag: [t.operator, t.operatorKeyword],
48
+ color: '#bb9af7'
49
+ }, {
50
+ tag: [t.url, t.escape, t.regexp, t.link],
51
+ color: '#b4f9f8'
52
+ }, {
53
+ tag: [t.meta, t.comment],
54
+ color: '#565f89'
55
+ }, {
56
+ tag: t.strong,
57
+ fontWeight: 'bold'
58
+ }, {
59
+ tag: t.emphasis,
60
+ fontStyle: 'italic'
61
+ }, {
62
+ tag: t.link,
63
+ textDecoration: 'underline'
64
+ }, {
65
+ tag: t.heading,
66
+ fontWeight: 'bold',
67
+ color: '#89ddff'
68
+ }, {
69
+ tag: [t.atom, t.bool, t.special(t.variableName)],
70
+ color: '#c0caf5'
71
+ }, {
72
+ tag: t.invalid,
73
+ color: '#ff5370'
74
+ }, {
75
+ tag: t.strikethrough,
76
+ textDecoration: 'line-through'
77
+ }];
78
+ export var tokyoNightStormInit = options => {
79
+ var {
80
+ theme = 'dark',
81
+ settings = {},
82
+ styles = []
83
+ } = options || {};
84
+ return createTheme({
85
+ theme: theme,
86
+ settings: _extends({}, defaultSettingsTokyoNightStorm, settings),
87
+ styles: [...tokyoNightStormStyle, ...styles]
88
+ });
89
+ };
90
+ export var tokyoNightStorm = tokyoNightStormInit();
@@ -0,0 +1,51 @@
1
+ {
2
+ "name": "@uiw/codemirror-theme-tokyo-night-storm",
3
+ "version": "4.25.9",
4
+ "description": "Theme tokyo-night-storm for CodeMirror.",
5
+ "homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/tokyo-night-storm",
6
+ "funding": "https://jaywcjlove.github.io/#/sponsor",
7
+ "author": "kenny wong <wowohoo@qq.com>",
8
+ "license": "MIT",
9
+ "main": "./cjs/index.js",
10
+ "module": "./esm/index.js",
11
+ "exports": {
12
+ ".": {
13
+ "require": "./cjs/index.js",
14
+ "import": "./esm/index.js"
15
+ },
16
+ "./*": "./*"
17
+ },
18
+ "scripts": {
19
+ "watch": "tsbb watch src/*.ts --use-babel",
20
+ "build": "tsbb build src/*.ts --use-babel && npm run setmodule",
21
+ "setmodule": "echo '{\"type\":\"module\"}' > esm/package.json && echo '{\"type\":\"commonjs\"}' > cjs/package.json"
22
+ },
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://github.com/uiwjs/react-codemirror.git"
26
+ },
27
+ "files": [
28
+ "src",
29
+ "esm",
30
+ "cjs"
31
+ ],
32
+ "dependencies": {
33
+ "@uiw/codemirror-themes": "4.25.9"
34
+ },
35
+ "keywords": [
36
+ "codemirror",
37
+ "codemirror6",
38
+ "theme",
39
+ "tokyo-night",
40
+ "tokyo-night-storm",
41
+ "syntax",
42
+ "ide",
43
+ "code"
44
+ ],
45
+ "jest": {
46
+ "coverageReporters": [
47
+ "lcov",
48
+ "json-summary"
49
+ ]
50
+ }
51
+ }
@@ -0,0 +1,51 @@
1
+ import { tags as t } from '@lezer/highlight';
2
+ import { createTheme, type CreateThemeOptions } from '@uiw/codemirror-themes';
3
+
4
+ export const defaultSettingsTokyoNightStorm: CreateThemeOptions['settings'] = {
5
+ background: '#24283b',
6
+ foreground: '#7982a9',
7
+ caret: '#c0caf5',
8
+ selection: '#6f7bb630',
9
+ selectionMatch: '#343b5f',
10
+ gutterBackground: '#24283b',
11
+ gutterForeground: '#7982a9',
12
+ gutterBorder: 'transparent',
13
+ lineHighlight: '#292e427a',
14
+ };
15
+
16
+ export const tokyoNightStormStyle: CreateThemeOptions['styles'] = [
17
+ { tag: t.keyword, color: '#bb9af7' },
18
+ { tag: [t.name, t.deleted, t.character, t.macroName], color: '#c0caf5' },
19
+ { tag: [t.propertyName], color: '#7aa2f7' },
20
+ { tag: [t.processingInstruction, t.string, t.inserted, t.special(t.string)], color: '#9ece6a' },
21
+ { tag: [t.function(t.variableName), t.labelName], color: '#7aa2f7' },
22
+ { tag: [t.color, t.constant(t.name), t.standard(t.name)], color: '#bb9af7' },
23
+ { tag: [t.definition(t.name), t.separator], color: '#c0caf5' },
24
+ { tag: [t.className], color: '#c0caf5' },
25
+ { tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace], color: '#ff9e64' },
26
+ { tag: [t.typeName], color: '#2ac3de', fontStyle: '#2ac3de' },
27
+ { tag: [t.operator, t.operatorKeyword], color: '#bb9af7' },
28
+ { tag: [t.url, t.escape, t.regexp, t.link], color: '#b4f9f8' },
29
+ { tag: [t.meta, t.comment], color: '#565f89' },
30
+ { tag: t.strong, fontWeight: 'bold' },
31
+ { tag: t.emphasis, fontStyle: 'italic' },
32
+ { tag: t.link, textDecoration: 'underline' },
33
+ { tag: t.heading, fontWeight: 'bold', color: '#89ddff' },
34
+ { tag: [t.atom, t.bool, t.special(t.variableName)], color: '#c0caf5' },
35
+ { tag: t.invalid, color: '#ff5370' },
36
+ { tag: t.strikethrough, textDecoration: 'line-through' },
37
+ ];
38
+
39
+ export const tokyoNightStormInit = (options?: Partial<CreateThemeOptions>) => {
40
+ const { theme = 'dark', settings = {}, styles = [] } = options || {};
41
+ return createTheme({
42
+ theme: theme,
43
+ settings: {
44
+ ...defaultSettingsTokyoNightStorm,
45
+ ...settings,
46
+ },
47
+ styles: [...tokyoNightStormStyle, ...styles],
48
+ });
49
+ };
50
+
51
+ export const tokyoNightStorm = tokyoNightStormInit();
@@ -0,0 +1,151 @@
1
+ <div markdown="1">
2
+ <sup>Using <a href="https://wangchujiang.com/#/app" target="_blank">my app</a> is also a way to <a href="https://wangchujiang.com/#/sponsor" target="_blank">support</a> me:</sup>
3
+ <br>
4
+ <a target="_blank" href="https://apps.apple.com/app/6758053530" title="Scap: Screenshot & Markup Edit for macOS"><img alt="Scap: Screenshot & Markup Edit" height="52" width="52" src="https://wangchujiang.com/appicon/scap.png"></a>
5
+ <a target="_blank" href="https://apps.apple.com/app/6757317079" title="Screen Test for macOS"><img alt="Screen Test" height="52" width="52" src="https://wangchujiang.com/appicon/screen-test.png"></a>
6
+ <a target="_blank" href="https://apps.apple.com/app/Deskmark/6755948110" title="Deskmark for macOS"><img alt="Deskmark" height="52" width="52" src="https://wangchujiang.com/appicon/deskmark.png"></a>
7
+ <a target="_blank" href="https://apps.apple.com/app/Keyzer/6500434773" title="Keyzer for macOS"><img alt="Keyzer" height="52" width="52" src="https://wangchujiang.com/appicon/keyzer.png"></a>
8
+ <a target="_blank" href="https://github.com/jaywcjlove/vidwall-hub" title="Vidwall Hub for macOS"><img alt="Vidwall Hub" height="52" width="52" src="https://wangchujiang.com/appicon/vidwall-hub.png"></a>
9
+ <a target="_blank" href="https://apps.apple.com/app/VidCrop/6752624705" title="VidCrop for macOS"><img alt="VidCrop" height="52" width="52" src="https://wangchujiang.com/appicon/vidcrop.png"></a>
10
+ <a target="_blank" href="https://apps.apple.com/app/Vidwall/6747587746" title="Vidwall for macOS"><img alt="Vidwall" height="52" width="52" src="https://wangchujiang.com/appicon/vidwall.png"></a>
11
+ <a target="_blank" href="https://wangchujiang.com/mousio-hint/" title="Mousio Hint for macOS"><img alt="Mousio Hint" height="52" width="52" src="https://wangchujiang.com/appicon/mousio-hint.png"></a>
12
+ <a target="_blank" href="https://apps.apple.com/app/6746747327" title="Mousio for macOS"><img alt="Mousio" height="52" width="52" src="https://wangchujiang.com/appicon/mousio.png"></a>
13
+ <a target="_blank" href="https://apps.apple.com/app/6745227444" title="Musicer for macOS"><img alt="Musicer" height="52" width="52" src="https://wangchujiang.com/appicon/musicer.png"></a>
14
+ <a target="_blank" href="https://apps.apple.com/app/6743841447" title="Audioer for macOS"><img alt="Audioer" height="52" width="52" src="https://wangchujiang.com/appicon/audioer.png"></a>
15
+ <a target="_blank" href="https://apps.apple.com/app/6744690194" title="FileSentinel for macOS"><img alt="FileSentinel" height="52" width="52" src="https://wangchujiang.com/appicon/file-sentinel.png"></a>
16
+ <a target="_blank" href="https://apps.apple.com/app/6743495172" title="FocusCursor for macOS"><img alt="FocusCursor" height="52" width="52" src="https://wangchujiang.com/appicon/focus-cursor.png"></a>
17
+ <a target="_blank" href="https://apps.apple.com/app/6742680573" title="Videoer for macOS"><img alt="Videoer" height="52" width="52" src="https://wangchujiang.com/appicon/videoer.png"></a>
18
+ <a target="_blank" href="https://apps.apple.com/app/6740425504" title="KeyClicker for macOS"><img alt="KeyClicker" height="52" width="52" src="https://wangchujiang.com/appicon/key-clicker.png"></a>
19
+ <a target="_blank" href="https://apps.apple.com/app/6739052447" title="DayBar for macOS"><img alt="DayBar" height="52" width="52" src="https://wangchujiang.com/appicon/daybar.png"></a>
20
+ <a target="_blank" href="https://apps.apple.com/app/6739444407" title="Iconed for macOS"><img alt="Iconed" height="52" width="52" src="https://wangchujiang.com/appicon/iconed.png"></a>
21
+ <a target="_blank" href="https://apps.apple.com/app/6737160756" title="Menuist for macOS"><img alt="Menuist" height="52" width="52" src="https://wangchujiang.com/appicon/rightmenu-master.png"></a>
22
+ <a target="_blank" href="https://apps.apple.com/app/6723903021" title="Paste Quick for macOS"><img alt="Quick RSS" height="52" width="52" src="https://wangchujiang.com/appicon/paste-quick.png"></a>
23
+ <a target="_blank" href="https://apps.apple.com/app/6670696072" title="Quick RSS for macOS/iOS"><img alt="Quick RSS" height="52" width="52" src="https://wangchujiang.com/appicon/quick-rss.png"></a>
24
+ <a target="_blank" href="https://apps.apple.com/app/6670167443" title="Web Serve for macOS"><img alt="Web Serve" height="52" width="52" src="https://wangchujiang.com/appicon/web-serve.png"></a>
25
+ <a target="_blank" href="https://apps.apple.com/app/6503953628" title="Copybook Generator for macOS/iOS"><img alt="Copybook Generator" height="52" width="52" src="https://wangchujiang.com/appicon/copybook-generator.png"></a>
26
+ <a target="_blank" href="https://apps.apple.com/app/6471227008" title="DevTutor for macOS/iOS"><img alt="DevTutor for SwiftUI" height="52" width="52" src="https://wangchujiang.com/appicon/devtutor.png"></a>
27
+ <a target="_blank" href="https://apps.apple.com/app/6479819388" title="RegexMate for macOS/iOS"><img alt="RegexMate" height="52" width="52" src="https://wangchujiang.com/appicon/regex-mate.png"></a>
28
+ <a target="_blank" href="https://apps.apple.com/app/6479194014" title="Time Passage for macOS/iOS"><img alt="Time Passage" height="52" width="52" src="https://wangchujiang.com/appicon/time-passage.png"></a>
29
+ <a target="_blank" href="https://apps.apple.com/app/6478772538" title="IconizeFolder for macOS"><img alt="Iconize Folder" height="52" width="52" src="https://wangchujiang.com/appicon/iconize-folder.png"></a>
30
+ <a target="_blank" href="https://apps.apple.com/app/6478511402" title="Textsound Saver for macOS/iOS"><img alt="Textsound Saver" height="52" width="52" src="https://wangchujiang.com/appicon/textsound-saver.png"></a>
31
+ <a target="_blank" href="https://apps.apple.com/app/6476924627" title="Create Custom Symbols for macOS"><img alt="Create Custom Symbols" height="52" width="52" src="https://wangchujiang.com/appicon/create-custom-symbols.png"></a>
32
+ <a target="_blank" href="https://apps.apple.com/app/6476452351" title="DevHub for macOS"><img alt="DevHub" height="52" width="52" src="https://wangchujiang.com/appicon/devhub.png"></a>
33
+ <a target="_blank" href="https://apps.apple.com/app/6476400184" title="Resume Revise for macOS"><img alt="Resume Revise" height="52" width="52" src="https://wangchujiang.com/appicon/resume-revise.png"></a>
34
+ <a target="_blank" href="https://apps.apple.com/app/6472593276" title="Palette Genius for macOS"><img alt="Palette Genius" height="52" width="52" src="https://wangchujiang.com/appicon/palette-genius.png"></a>
35
+ <a target="_blank" href="https://apps.apple.com/app/6470879005" title="Symbol Scribe for macOS"><img alt="Symbol Scribe" height="52" width="52" src="https://wangchujiang.com/appicon/symbol-scribe.png"></a>
36
+ <br><br>
37
+ </div>
38
+ <hr>
39
+
40
+ <!--rehype:ignore:start-->
41
+
42
+ # TomorrowNightBlue Theme
43
+
44
+ <!--rehype:ignore:end-->
45
+
46
+ [![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor)
47
+ [![npm version](https://img.shields.io/npm/v/@uiw/codemirror-theme-tomorrow-night-blue.svg)](https://www.npmjs.com/package/@uiw/codemirror-theme-tomorrow-night-blue)
48
+
49
+ TomorrowNightBlue theme for cm6, generated from [vscode themes](https://github.com/microsoft/vscode/blob/main/extensions/theme-tomorrow-night-blue/themes/tomorrow-night-blue-color-theme.json).
50
+
51
+ <a href="https://uiwjs.github.io/react-codemirror/#/theme/data/tomorrow-night-blue">
52
+ <img width="436" alt="codemirror-theme-tomorrow-night-blue" src="https://github.com/uiwjs/react-codemirror/assets/1680273/dcc31c7a-70d7-4c4d-bf9f-a7e8212030d8">
53
+ </a>
54
+
55
+ ## Install
56
+
57
+ ```bash
58
+ npm install @uiw/codemirror-theme-tomorrow-night-blue --save
59
+ ```
60
+
61
+ ```js
62
+ import { EditorState } from '@codemirror/state';
63
+ import { javascript } from '@codemirror/lang-javascript';
64
+ import { tomorrowNightBlue } from '@uiw/codemirror-theme-tomorrow-night-blue';
65
+
66
+ const state = EditorState.create({
67
+ doc: 'my source code',
68
+ extensions: [tomorrowNightBlue, javascript({ jsx: true })],
69
+ });
70
+ ```
71
+
72
+ Using in React:
73
+
74
+ ```jsx
75
+ import { tomorrowNightBlue, tomorrowNightBlueInit } from '@uiw/codemirror-theme-tomorrow-night-blue';
76
+
77
+ <CodeMirror theme={tomorrowNightBlue} />
78
+ <CodeMirror
79
+ theme={tomorrowNightBlueInit({
80
+ settings: {
81
+ caret: '#c6c6c6',
82
+ fontFamily: 'monospace',
83
+ }
84
+ })}
85
+ />
86
+ ```
87
+
88
+ ## API
89
+
90
+ ```tsx
91
+ import { CreateThemeOptions } from '@uiw/codemirror-themes';
92
+ export declare const defaultSettingsTomorrowNightBlue: CreateThemeOptions['settings'];
93
+ export declare const tomorrowNightBlueInit: (
94
+ options?: Partial<CreateThemeOptions>,
95
+ ) => import('@codemirror/state').Extension;
96
+ export declare const tomorrowNightBlue: import('@codemirror/state').Extension;
97
+ ```
98
+
99
+ ## Usage
100
+
101
+ ```jsx
102
+ import CodeMirror from '@uiw/react-codemirror';
103
+ import { tomorrowNightBlue } from '@uiw/codemirror-theme-tomorrow-night-blue';
104
+ import { javascript } from '@codemirror/lang-javascript';
105
+
106
+ function App() {
107
+ return (
108
+ <CodeMirror
109
+ value="console.log('hello world!');"
110
+ height="200px"
111
+ theme={tomorrowNightBlue}
112
+ extensions={[javascript({ jsx: true })]}
113
+ onChange={(value, viewUpdate) => {
114
+ console.log('value:', value);
115
+ }}
116
+ />
117
+ );
118
+ }
119
+ export default App;
120
+ ```
121
+
122
+ ```js
123
+ import { EditorView } from '@codemirror/view';
124
+ import { EditorState } from '@codemirror/state';
125
+ import { javascript } from '@codemirror/lang-javascript';
126
+ import { tomorrowNightBlue } from '@uiw/codemirror-theme-tomorrow-night-blue';
127
+
128
+ const state = EditorState.create({
129
+ doc: 'my source code',
130
+ extensions: [tomorrowNightBlue, javascript({ jsx: true })],
131
+ });
132
+
133
+ const view = new EditorView({
134
+ parent: document.querySelector('#editor'),
135
+ state,
136
+ });
137
+ ```
138
+
139
+ ## Contributors
140
+
141
+ As always, thanks to our amazing contributors!
142
+
143
+ <a href="https://github.com/uiwjs/react-codemirror/graphs/contributors">
144
+ <img src="https://uiwjs.github.io/react-codemirror/CONTRIBUTORS.svg" />
145
+ </a>
146
+
147
+ Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
148
+
149
+ ## License
150
+
151
+ Licensed under the MIT License.