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.
- package/node_modules/@groove-dev/cli/package.json +1 -1
- package/node_modules/@groove-dev/daemon/package.json +1 -1
- package/node_modules/@groove-dev/daemon/src/adaptive.js +26 -16
- package/node_modules/@groove-dev/daemon/src/journalist.js +62 -24
- package/node_modules/@groove-dev/daemon/src/model-lab.js +6 -5
- package/node_modules/@groove-dev/daemon/src/rotator.js +48 -21
- package/{packages/gui/dist/assets/codemirror-DRQdprYi.js → node_modules/@groove-dev/gui/dist/assets/codemirror-BYKpdS2W.js} +1 -1
- package/{packages/gui/dist/assets/index-BrZHF7pK.js → node_modules/@groove-dev/gui/dist/assets/index-DcNgRadn.js} +1764 -1764
- package/node_modules/@groove-dev/gui/dist/assets/index-EY6WfKWH.css +1 -0
- package/node_modules/@groove-dev/gui/dist/index.html +3 -3
- package/node_modules/@groove-dev/gui/package.json +2 -1
- package/node_modules/@groove-dev/gui/src/components/editor/code-editor.jsx +81 -63
- package/node_modules/@groove-dev/gui/src/components/editor/editor-status-bar.jsx +66 -0
- package/node_modules/@groove-dev/gui/src/components/lab/system-prompt-editor.jsx +21 -24
- package/node_modules/@groove-dev/gui/src/stores/groove.js +5 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/README.md +152 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/cjs/index.js +95 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/esm/index.js +84 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-abcdef/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-abyss/README.md +150 -0
- package/node_modules/@uiw/codemirror-theme-abyss/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-abyss/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-abyss/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-abyss/cjs/index.js +103 -0
- package/node_modules/@uiw/codemirror-theme-abyss/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-abyss/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-abyss/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-abyss/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-abyss/esm/index.js +93 -0
- package/node_modules/@uiw/codemirror-theme-abyss/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-abyss/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-abyss/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-abyss/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/README.md +153 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/cjs/index.js +66 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/esm/index.js +55 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-androidstudio/src/index.ts +40 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/cjs/color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/cjs/color.js +32 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/cjs/index.js +106 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/esm/color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/esm/color.js +26 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/esm/index.js +96 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/src/color.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-andromeda/src/index.ts +56 -0
- package/node_modules/@uiw/codemirror-theme-atomone/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-atomone/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-atomone/cjs/index.js +69 -0
- package/node_modules/@uiw/codemirror-theme-atomone/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-atomone/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-atomone/esm/index.js +58 -0
- package/node_modules/@uiw/codemirror-theme-atomone/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-atomone/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-atomone/src/index.ts +48 -0
- package/node_modules/@uiw/codemirror-theme-aura/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-aura/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-aura/cjs/index.js +99 -0
- package/node_modules/@uiw/codemirror-theme-aura/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-aura/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-aura/esm/index.js +89 -0
- package/node_modules/@uiw/codemirror-theme-aura/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-aura/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-aura/src/index.ts +51 -0
- package/node_modules/@uiw/codemirror-theme-basic/README.md +159 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/dark.js +156 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/index.js +27 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/light.js +153 -0
- package/node_modules/@uiw/codemirror-theme-basic/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-basic/dark.d.ts +6 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/dark.js +146 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/index.js +2 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/light.js +143 -0
- package/node_modules/@uiw/codemirror-theme-basic/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-basic/light.d.ts +6 -0
- package/node_modules/@uiw/codemirror-theme-basic/package.json +63 -0
- package/node_modules/@uiw/codemirror-theme-basic/src/dark.ts +76 -0
- package/node_modules/@uiw/codemirror-theme-basic/src/index.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-basic/src/light.ts +81 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/cjs/index.js +77 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/esm/index.js +67 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-bbedit/src/index.ts +44 -0
- package/node_modules/@uiw/codemirror-theme-bespin/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-bespin/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-bespin/cjs/index.js +72 -0
- package/node_modules/@uiw/codemirror-theme-bespin/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-bespin/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-bespin/esm/index.js +61 -0
- package/node_modules/@uiw/codemirror-theme-bespin/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-bespin/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-bespin/src/index.ts +46 -0
- package/node_modules/@uiw/codemirror-theme-console/README.md +160 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/dark.d.ts +4 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/dark.js +36 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/index.js +27 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/light.d.ts +4 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/light.js +36 -0
- package/node_modules/@uiw/codemirror-theme-console/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-console/dark.d.ts +6 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/dark.d.ts +4 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/dark.js +26 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/index.js +2 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/light.d.ts +4 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/light.js +26 -0
- package/node_modules/@uiw/codemirror-theme-console/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-console/light.d.ts +6 -0
- package/node_modules/@uiw/codemirror-theme-console/package.json +62 -0
- package/node_modules/@uiw/codemirror-theme-console/src/dark.ts +27 -0
- package/node_modules/@uiw/codemirror-theme-console/src/index.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-console/src/light.ts +27 -0
- package/node_modules/@uiw/codemirror-theme-copilot/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-copilot/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-copilot/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-copilot/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-copilot/cjs/index.js +106 -0
- package/node_modules/@uiw/codemirror-theme-copilot/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-copilot/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-copilot/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-copilot/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-copilot/esm/index.js +96 -0
- package/node_modules/@uiw/codemirror-theme-copilot/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-copilot/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-copilot/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-copilot/src/index.ts +56 -0
- package/node_modules/@uiw/codemirror-theme-darcula/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-darcula/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-darcula/cjs/index.js +72 -0
- package/node_modules/@uiw/codemirror-theme-darcula/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-darcula/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-darcula/esm/index.js +61 -0
- package/node_modules/@uiw/codemirror-theme-darcula/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-darcula/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-darcula/src/index.ts +46 -0
- package/node_modules/@uiw/codemirror-theme-dracula/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-dracula/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-dracula/cjs/index.js +69 -0
- package/node_modules/@uiw/codemirror-theme-dracula/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-dracula/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-dracula/esm/index.js +58 -0
- package/node_modules/@uiw/codemirror-theme-dracula/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-dracula/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-dracula/src/index.ts +48 -0
- package/node_modules/@uiw/codemirror-theme-duotone/README.md +156 -0
- package/node_modules/@uiw/codemirror-theme-duotone/cjs/index.d.ts +9 -0
- package/node_modules/@uiw/codemirror-theme-duotone/cjs/index.js +115 -0
- package/node_modules/@uiw/codemirror-theme-duotone/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-duotone/esm/index.d.ts +9 -0
- package/node_modules/@uiw/codemirror-theme-duotone/esm/index.js +102 -0
- package/node_modules/@uiw/codemirror-theme-duotone/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-duotone/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-duotone/src/index.ts +79 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/README.md +145 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/cjs/index.js +78 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/esm/index.js +68 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-eclipse/src/index.ts +44 -0
- package/node_modules/@uiw/codemirror-theme-github/README.md +154 -0
- package/node_modules/@uiw/codemirror-theme-github/cjs/index.d.ts +9 -0
- package/node_modules/@uiw/codemirror-theme-github/cjs/index.js +156 -0
- package/node_modules/@uiw/codemirror-theme-github/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-github/esm/index.d.ts +9 -0
- package/node_modules/@uiw/codemirror-theme-github/esm/index.js +143 -0
- package/node_modules/@uiw/codemirror-theme-github/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-github/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-github/src/index.ts +86 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/README.md +153 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/cjs/index.d.ts +8 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/cjs/index.js +296 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/index.d.ts +8 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/index.js +283 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-gruvbox-dark/src/index.ts +203 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/cjs/index.js +103 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/esm/index.js +93 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-kimbie/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-material/README.md +161 -0
- package/node_modules/@uiw/codemirror-theme-material/cjs/index.d.ts +12 -0
- package/node_modules/@uiw/codemirror-theme-material/cjs/index.js +247 -0
- package/node_modules/@uiw/codemirror-theme-material/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-material/esm/index.d.ts +12 -0
- package/node_modules/@uiw/codemirror-theme-material/esm/index.js +235 -0
- package/node_modules/@uiw/codemirror-theme-material/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-material/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-material/src/index.ts +129 -0
- package/node_modules/@uiw/codemirror-theme-monokai/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-monokai/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-monokai/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-monokai/cjs/index.js +103 -0
- package/node_modules/@uiw/codemirror-theme-monokai/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-monokai/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-monokai/esm/index.js +93 -0
- package/node_modules/@uiw/codemirror-theme-monokai/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-monokai/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-monokai/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/index.js +103 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/index.js +93 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/package.json +46 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-monokai-dimmed/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/cjs/index.js +83 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/index.js +73 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-noctis-lilac/src/index.ts +49 -0
- package/node_modules/@uiw/codemirror-theme-nord/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-nord/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-nord/cjs/index.js +159 -0
- package/node_modules/@uiw/codemirror-theme-nord/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-nord/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-nord/esm/index.js +149 -0
- package/node_modules/@uiw/codemirror-theme-nord/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-nord/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-nord/src/index.ts +77 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/README.md +147 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/cjs/index.js +69 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/esm/index.js +59 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-okaidia/src/index.ts +41 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/cjs/index.js +104 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/esm/index.js +94 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-quietlight/src/index.ts +53 -0
- package/node_modules/@uiw/codemirror-theme-red/README.md +149 -0
- package/node_modules/@uiw/codemirror-theme-red/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-red/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-red/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-red/cjs/index.js +103 -0
- package/node_modules/@uiw/codemirror-theme-red/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-red/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-red/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-red/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-red/esm/index.js +93 -0
- package/node_modules/@uiw/codemirror-theme-red/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-red/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-red/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-red/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-solarized/README.md +160 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark-color.js +32 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/dark.js +104 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/index.js +27 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/light-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/light-color.js +32 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/light.js +104 -0
- package/node_modules/@uiw/codemirror-theme-solarized/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-solarized/dark.d.ts +6 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/dark-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/dark-color.js +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/dark.js +94 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/index.js +2 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/light-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/light-color.js +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/light.js +94 -0
- package/node_modules/@uiw/codemirror-theme-solarized/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-solarized/light.d.ts +6 -0
- package/node_modules/@uiw/codemirror-theme-solarized/package.json +63 -0
- package/node_modules/@uiw/codemirror-theme-solarized/src/dark-color.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/src/dark.ts +53 -0
- package/node_modules/@uiw/codemirror-theme-solarized/src/index.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-solarized/src/light-color.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-solarized/src/light.ts +53 -0
- package/node_modules/@uiw/codemirror-theme-sublime/README.md +147 -0
- package/node_modules/@uiw/codemirror-theme-sublime/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-sublime/cjs/index.js +73 -0
- package/node_modules/@uiw/codemirror-theme-sublime/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-sublime/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-sublime/esm/index.js +62 -0
- package/node_modules/@uiw/codemirror-theme-sublime/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-sublime/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-sublime/src/index.ts +42 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/cjs/index.js +99 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/esm/index.js +89 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/package.json +50 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night/src/index.ts +51 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/README.md +153 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/cjs/index.js +100 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/index.js +90 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/package.json +51 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-day/src/index.ts +51 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/README.md +153 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/cjs/index.js +100 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/index.js +90 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/package.json +51 -0
- package/node_modules/@uiw/codemirror-theme-tokyo-night-storm/src/index.ts +51 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/README.md +151 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/color.js +31 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/index.js +103 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/color.d.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/color.js +25 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/index.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/index.js +93 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/package.json +45 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/src/color.ts +25 -0
- package/node_modules/@uiw/codemirror-theme-tomorrow-night-blue/src/index.ts +52 -0
- package/node_modules/@uiw/codemirror-theme-vscode/README.md +161 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/dark.js +98 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/index.js +27 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/light.js +98 -0
- package/node_modules/@uiw/codemirror-theme-vscode/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/dark.js +85 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/index.js +2 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/light.js +85 -0
- package/node_modules/@uiw/codemirror-theme-vscode/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-vscode/package.json +44 -0
- package/node_modules/@uiw/codemirror-theme-vscode/src/dark.ts +82 -0
- package/node_modules/@uiw/codemirror-theme-vscode/src/index.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-vscode/src/light.ts +82 -0
- package/node_modules/@uiw/codemirror-theme-white/README.md +160 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/dark-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/dark-color.js +32 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/dark.js +110 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/index.js +27 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/light-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/light-color.js +32 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/light.js +110 -0
- package/node_modules/@uiw/codemirror-theme-white/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/dark-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/dark-color.js +26 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/dark.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/dark.js +100 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/index.d.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/index.js +2 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/light-color.d.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/light-color.js +26 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/light.d.ts +5 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/light.js +100 -0
- package/node_modules/@uiw/codemirror-theme-white/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-white/package.json +56 -0
- package/node_modules/@uiw/codemirror-theme-white/src/dark-color.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-white/src/dark.ts +57 -0
- package/node_modules/@uiw/codemirror-theme-white/src/index.ts +2 -0
- package/node_modules/@uiw/codemirror-theme-white/src/light-color.ts +26 -0
- package/node_modules/@uiw/codemirror-theme-white/src/light.ts +57 -0
- package/node_modules/@uiw/codemirror-theme-xcode/README.md +154 -0
- package/node_modules/@uiw/codemirror-theme-xcode/cjs/index.d.ts +9 -0
- package/node_modules/@uiw/codemirror-theme-xcode/cjs/index.js +119 -0
- package/node_modules/@uiw/codemirror-theme-xcode/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-xcode/esm/index.d.ts +9 -0
- package/node_modules/@uiw/codemirror-theme-xcode/esm/index.js +104 -0
- package/node_modules/@uiw/codemirror-theme-xcode/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-theme-xcode/package.json +44 -0
- package/node_modules/@uiw/codemirror-theme-xcode/src/index.ts +75 -0
- package/node_modules/@uiw/codemirror-themes/README.md +391 -0
- package/node_modules/@uiw/codemirror-themes/cjs/index.d.ts +46 -0
- package/node_modules/@uiw/codemirror-themes/cjs/index.js +84 -0
- package/node_modules/@uiw/codemirror-themes/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-themes/esm/index.d.ts +46 -0
- package/node_modules/@uiw/codemirror-themes/esm/index.js +78 -0
- package/node_modules/@uiw/codemirror-themes/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-themes/package.json +56 -0
- package/node_modules/@uiw/codemirror-themes/src/index.tsx +128 -0
- package/node_modules/@uiw/codemirror-themes-all/README.md +406 -0
- package/node_modules/@uiw/codemirror-themes-all/cjs/index.d.ts +35 -0
- package/node_modules/@uiw/codemirror-themes-all/cjs/index.js +390 -0
- package/node_modules/@uiw/codemirror-themes-all/cjs/package.json +1 -0
- package/node_modules/@uiw/codemirror-themes-all/esm/index.d.ts +35 -0
- package/node_modules/@uiw/codemirror-themes-all/esm/index.js +35 -0
- package/node_modules/@uiw/codemirror-themes-all/esm/package.json +1 -0
- package/node_modules/@uiw/codemirror-themes-all/package.json +86 -0
- package/node_modules/@uiw/codemirror-themes-all/src/index.ts +35 -0
- package/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/daemon/package.json +1 -1
- package/packages/daemon/src/adaptive.js +26 -16
- package/packages/daemon/src/journalist.js +62 -24
- package/packages/daemon/src/model-lab.js +6 -5
- package/packages/daemon/src/rotator.js +48 -21
- package/{node_modules/@groove-dev/gui/dist/assets/codemirror-DRQdprYi.js → packages/gui/dist/assets/codemirror-BYKpdS2W.js} +1 -1
- package/{node_modules/@groove-dev/gui/dist/assets/index-BrZHF7pK.js → packages/gui/dist/assets/index-DcNgRadn.js} +1764 -1764
- package/packages/gui/dist/assets/index-EY6WfKWH.css +1 -0
- package/packages/gui/dist/index.html +3 -3
- package/packages/gui/package.json +2 -1
- package/packages/gui/src/components/editor/code-editor.jsx +81 -63
- package/packages/gui/src/components/editor/editor-status-bar.jsx +66 -0
- package/packages/gui/src/components/lab/system-prompt-editor.jsx +21 -24
- package/packages/gui/src/stores/groove.js +5 -0
- package/model-workspace/LAB-ASSISTANT-BUILD-PLAN.md +0 -341
- package/node_modules/@groove-dev/gui/dist/assets/index-DIfiwdKl.css +0 -1
- package/packages/gui/dist/assets/index-DIfiwdKl.css +0 -1
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.gruvboxLightInit = exports.gruvboxLight = exports.gruvboxDarkStyle = exports.gruvboxDarkInit = exports.gruvboxDark = exports.defaultSettingsGruvboxLight = exports.defaultSettingsGruvboxDark = 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
|
+
/**
|
|
13
|
+
* @name gruvbox-dark
|
|
14
|
+
* @author morhetz
|
|
15
|
+
* Name: Gruvbox
|
|
16
|
+
* From github.com/codemirror/codemirror5/blob/master/theme/gruvbox-dark.css
|
|
17
|
+
*/
|
|
18
|
+
|
|
19
|
+
var defaultSettingsGruvboxDark = exports.defaultSettingsGruvboxDark = {
|
|
20
|
+
background: '#282828',
|
|
21
|
+
foreground: '#ebdbb2',
|
|
22
|
+
caret: '#ebdbb2',
|
|
23
|
+
selection: '#b99d555c',
|
|
24
|
+
selectionMatch: '#b99d555c',
|
|
25
|
+
lineHighlight: '#baa1602b',
|
|
26
|
+
gutterBackground: '#282828',
|
|
27
|
+
gutterForeground: '#7c6f64'
|
|
28
|
+
};
|
|
29
|
+
var gruvboxDarkStyle = exports.gruvboxDarkStyle = [{
|
|
30
|
+
tag: _highlight.tags.keyword,
|
|
31
|
+
color: '#fb4934'
|
|
32
|
+
}, {
|
|
33
|
+
tag: [_highlight.tags.name, _highlight.tags.deleted, _highlight.tags.character, _highlight.tags.propertyName, _highlight.tags.macroName],
|
|
34
|
+
color: '#8ec07c'
|
|
35
|
+
}, {
|
|
36
|
+
tag: [_highlight.tags.variableName],
|
|
37
|
+
color: '#83a598'
|
|
38
|
+
}, {
|
|
39
|
+
tag: [_highlight.tags["function"](_highlight.tags.variableName)],
|
|
40
|
+
color: '#b8bb26',
|
|
41
|
+
fontStyle: 'bold'
|
|
42
|
+
}, {
|
|
43
|
+
tag: [_highlight.tags.labelName],
|
|
44
|
+
color: '#ebdbb2'
|
|
45
|
+
}, {
|
|
46
|
+
tag: [_highlight.tags.color, _highlight.tags.constant(_highlight.tags.name), _highlight.tags.standard(_highlight.tags.name)],
|
|
47
|
+
color: '#d3869b'
|
|
48
|
+
}, {
|
|
49
|
+
tag: [_highlight.tags.definition(_highlight.tags.name), _highlight.tags.separator],
|
|
50
|
+
color: '#ebdbb2'
|
|
51
|
+
}, {
|
|
52
|
+
tag: [_highlight.tags.brace],
|
|
53
|
+
color: '#ebdbb2'
|
|
54
|
+
}, {
|
|
55
|
+
tag: [_highlight.tags.annotation],
|
|
56
|
+
color: '#fb4934d'
|
|
57
|
+
}, {
|
|
58
|
+
tag: [_highlight.tags.number, _highlight.tags.changed, _highlight.tags.annotation, _highlight.tags.modifier, _highlight.tags.self, _highlight.tags.namespace],
|
|
59
|
+
color: '#d3869b'
|
|
60
|
+
}, {
|
|
61
|
+
tag: [_highlight.tags.typeName, _highlight.tags.className],
|
|
62
|
+
color: '#fabd2f'
|
|
63
|
+
}, {
|
|
64
|
+
tag: [_highlight.tags.operator, _highlight.tags.operatorKeyword],
|
|
65
|
+
color: '#fb4934'
|
|
66
|
+
}, {
|
|
67
|
+
tag: [_highlight.tags.tagName],
|
|
68
|
+
color: '#8ec07c',
|
|
69
|
+
fontStyle: 'bold'
|
|
70
|
+
}, {
|
|
71
|
+
tag: [_highlight.tags.squareBracket],
|
|
72
|
+
color: '#fe8019'
|
|
73
|
+
}, {
|
|
74
|
+
tag: [_highlight.tags.angleBracket],
|
|
75
|
+
color: '#83a598'
|
|
76
|
+
}, {
|
|
77
|
+
tag: [_highlight.tags.attributeName],
|
|
78
|
+
color: '#8ec07c'
|
|
79
|
+
}, {
|
|
80
|
+
tag: [_highlight.tags.regexp],
|
|
81
|
+
color: '#8ec07c'
|
|
82
|
+
}, {
|
|
83
|
+
tag: [_highlight.tags.quote],
|
|
84
|
+
color: '#928374'
|
|
85
|
+
}, {
|
|
86
|
+
tag: [_highlight.tags.string],
|
|
87
|
+
color: '#ebdbb2'
|
|
88
|
+
}, {
|
|
89
|
+
tag: _highlight.tags.link,
|
|
90
|
+
color: '#a89984',
|
|
91
|
+
textDecoration: 'underline',
|
|
92
|
+
textUnderlinePosition: 'under'
|
|
93
|
+
}, {
|
|
94
|
+
tag: [_highlight.tags.url, _highlight.tags.escape, _highlight.tags.special(_highlight.tags.string)],
|
|
95
|
+
color: '#d3869b'
|
|
96
|
+
}, {
|
|
97
|
+
tag: [_highlight.tags.meta],
|
|
98
|
+
color: '#fabd2f'
|
|
99
|
+
}, {
|
|
100
|
+
tag: [_highlight.tags.comment],
|
|
101
|
+
color: '#928374',
|
|
102
|
+
fontStyle: 'italic'
|
|
103
|
+
}, {
|
|
104
|
+
tag: _highlight.tags.strong,
|
|
105
|
+
fontWeight: 'bold',
|
|
106
|
+
color: '#fe8019'
|
|
107
|
+
}, {
|
|
108
|
+
tag: _highlight.tags.emphasis,
|
|
109
|
+
fontStyle: 'italic',
|
|
110
|
+
color: '#b8bb26'
|
|
111
|
+
}, {
|
|
112
|
+
tag: _highlight.tags.strikethrough,
|
|
113
|
+
textDecoration: 'line-through'
|
|
114
|
+
}, {
|
|
115
|
+
tag: _highlight.tags.heading,
|
|
116
|
+
fontWeight: 'bold',
|
|
117
|
+
color: '#b8bb26'
|
|
118
|
+
}, {
|
|
119
|
+
tag: [_highlight.tags.heading1, _highlight.tags.heading2],
|
|
120
|
+
fontWeight: 'bold',
|
|
121
|
+
color: '#b8bb26'
|
|
122
|
+
}, {
|
|
123
|
+
tag: [_highlight.tags.heading3, _highlight.tags.heading4],
|
|
124
|
+
fontWeight: 'bold',
|
|
125
|
+
color: '#fabd2f'
|
|
126
|
+
}, {
|
|
127
|
+
tag: [_highlight.tags.heading5, _highlight.tags.heading6],
|
|
128
|
+
color: '#fabd2f'
|
|
129
|
+
}, {
|
|
130
|
+
tag: [_highlight.tags.atom, _highlight.tags.bool, _highlight.tags.special(_highlight.tags.variableName)],
|
|
131
|
+
color: '#d3869b'
|
|
132
|
+
}, {
|
|
133
|
+
tag: [_highlight.tags.processingInstruction, _highlight.tags.inserted],
|
|
134
|
+
color: '#83a598'
|
|
135
|
+
}, {
|
|
136
|
+
tag: [_highlight.tags.contentSeparator],
|
|
137
|
+
color: '#fb4934'
|
|
138
|
+
}, {
|
|
139
|
+
tag: _highlight.tags.invalid,
|
|
140
|
+
color: '#fe8019',
|
|
141
|
+
borderBottom: "1px dotted #fb4934d"
|
|
142
|
+
}];
|
|
143
|
+
var gruvboxDarkInit = exports.gruvboxDarkInit = function gruvboxDarkInit(options) {
|
|
144
|
+
var _ref = options || {},
|
|
145
|
+
_ref$theme = _ref.theme,
|
|
146
|
+
theme = _ref$theme === void 0 ? 'dark' : _ref$theme,
|
|
147
|
+
_ref$settings = _ref.settings,
|
|
148
|
+
settings = _ref$settings === void 0 ? {} : _ref$settings,
|
|
149
|
+
_ref$styles = _ref.styles,
|
|
150
|
+
styles = _ref$styles === void 0 ? [] : _ref$styles;
|
|
151
|
+
return (0, _codemirrorThemes.createTheme)({
|
|
152
|
+
theme: theme,
|
|
153
|
+
settings: (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, defaultSettingsGruvboxDark), settings),
|
|
154
|
+
styles: [].concat(gruvboxDarkStyle, (0, _toConsumableArray2["default"])(styles))
|
|
155
|
+
});
|
|
156
|
+
};
|
|
157
|
+
var gruvboxDark = exports.gruvboxDark = gruvboxDarkInit();
|
|
158
|
+
var defaultSettingsGruvboxLight = exports.defaultSettingsGruvboxLight = {
|
|
159
|
+
background: '#fbf1c7',
|
|
160
|
+
foreground: '#3c3836',
|
|
161
|
+
caret: '#af3a03',
|
|
162
|
+
selection: '#bdae9391',
|
|
163
|
+
selectionMatch: '#bdae9391',
|
|
164
|
+
lineHighlight: '#a37f2238',
|
|
165
|
+
gutterBackground: '#ebdbb2',
|
|
166
|
+
gutterForeground: '#665c54',
|
|
167
|
+
gutterBorder: 'transparent'
|
|
168
|
+
};
|
|
169
|
+
var gruvboxLightInit = exports.gruvboxLightInit = function gruvboxLightInit(options) {
|
|
170
|
+
var _ref2 = options || {},
|
|
171
|
+
_ref2$theme = _ref2.theme,
|
|
172
|
+
theme = _ref2$theme === void 0 ? 'light' : _ref2$theme,
|
|
173
|
+
_ref2$settings = _ref2.settings,
|
|
174
|
+
settings = _ref2$settings === void 0 ? {} : _ref2$settings,
|
|
175
|
+
_ref2$styles = _ref2.styles,
|
|
176
|
+
styles = _ref2$styles === void 0 ? [] : _ref2$styles;
|
|
177
|
+
return (0, _codemirrorThemes.createTheme)({
|
|
178
|
+
theme: theme,
|
|
179
|
+
settings: (0, _objectSpread2["default"])((0, _objectSpread2["default"])({}, defaultSettingsGruvboxLight), settings),
|
|
180
|
+
styles: [{
|
|
181
|
+
tag: _highlight.tags.keyword,
|
|
182
|
+
color: '#9d0006'
|
|
183
|
+
}, {
|
|
184
|
+
tag: [_highlight.tags.name, _highlight.tags.deleted, _highlight.tags.character, _highlight.tags.propertyName, _highlight.tags.macroName],
|
|
185
|
+
color: '#427b58'
|
|
186
|
+
}, {
|
|
187
|
+
tag: [_highlight.tags.variableName],
|
|
188
|
+
color: '#076678'
|
|
189
|
+
}, {
|
|
190
|
+
tag: [_highlight.tags["function"](_highlight.tags.variableName)],
|
|
191
|
+
color: '#79740e',
|
|
192
|
+
fontStyle: 'bold'
|
|
193
|
+
}, {
|
|
194
|
+
tag: [_highlight.tags.labelName],
|
|
195
|
+
color: '#3c3836'
|
|
196
|
+
}, {
|
|
197
|
+
tag: [_highlight.tags.color, _highlight.tags.constant(_highlight.tags.name), _highlight.tags.standard(_highlight.tags.name)],
|
|
198
|
+
color: '#8f3f71'
|
|
199
|
+
}, {
|
|
200
|
+
tag: [_highlight.tags.definition(_highlight.tags.name), _highlight.tags.separator],
|
|
201
|
+
color: '#3c3836'
|
|
202
|
+
}, {
|
|
203
|
+
tag: [_highlight.tags.brace],
|
|
204
|
+
color: '#3c3836'
|
|
205
|
+
}, {
|
|
206
|
+
tag: [_highlight.tags.annotation],
|
|
207
|
+
color: '#9d0006'
|
|
208
|
+
}, {
|
|
209
|
+
tag: [_highlight.tags.number, _highlight.tags.changed, _highlight.tags.annotation, _highlight.tags.modifier, _highlight.tags.self, _highlight.tags.namespace],
|
|
210
|
+
color: '#8f3f71'
|
|
211
|
+
}, {
|
|
212
|
+
tag: [_highlight.tags.typeName, _highlight.tags.className],
|
|
213
|
+
color: '#b57614'
|
|
214
|
+
}, {
|
|
215
|
+
tag: [_highlight.tags.operator, _highlight.tags.operatorKeyword],
|
|
216
|
+
color: '#9d0006'
|
|
217
|
+
}, {
|
|
218
|
+
tag: [_highlight.tags.tagName],
|
|
219
|
+
color: '#427b58',
|
|
220
|
+
fontStyle: 'bold'
|
|
221
|
+
}, {
|
|
222
|
+
tag: [_highlight.tags.squareBracket],
|
|
223
|
+
color: '#af3a03'
|
|
224
|
+
}, {
|
|
225
|
+
tag: [_highlight.tags.angleBracket],
|
|
226
|
+
color: '#076678'
|
|
227
|
+
}, {
|
|
228
|
+
tag: [_highlight.tags.attributeName],
|
|
229
|
+
color: '#427b58'
|
|
230
|
+
}, {
|
|
231
|
+
tag: [_highlight.tags.regexp],
|
|
232
|
+
color: '#427b58'
|
|
233
|
+
}, {
|
|
234
|
+
tag: [_highlight.tags.quote],
|
|
235
|
+
color: '#928374'
|
|
236
|
+
}, {
|
|
237
|
+
tag: [_highlight.tags.string],
|
|
238
|
+
color: '#3c3836'
|
|
239
|
+
}, {
|
|
240
|
+
tag: _highlight.tags.link,
|
|
241
|
+
color: '#7c6f64',
|
|
242
|
+
textDecoration: 'underline',
|
|
243
|
+
textUnderlinePosition: 'under'
|
|
244
|
+
}, {
|
|
245
|
+
tag: [_highlight.tags.url, _highlight.tags.escape, _highlight.tags.special(_highlight.tags.string)],
|
|
246
|
+
color: '#8f3f71'
|
|
247
|
+
}, {
|
|
248
|
+
tag: [_highlight.tags.meta],
|
|
249
|
+
color: '#b57614'
|
|
250
|
+
}, {
|
|
251
|
+
tag: [_highlight.tags.comment],
|
|
252
|
+
color: '#928374',
|
|
253
|
+
fontStyle: 'italic'
|
|
254
|
+
}, {
|
|
255
|
+
tag: _highlight.tags.strong,
|
|
256
|
+
fontWeight: 'bold',
|
|
257
|
+
color: '#af3a03'
|
|
258
|
+
}, {
|
|
259
|
+
tag: _highlight.tags.emphasis,
|
|
260
|
+
fontStyle: 'italic',
|
|
261
|
+
color: '#79740e'
|
|
262
|
+
}, {
|
|
263
|
+
tag: _highlight.tags.strikethrough,
|
|
264
|
+
textDecoration: 'line-through'
|
|
265
|
+
}, {
|
|
266
|
+
tag: _highlight.tags.heading,
|
|
267
|
+
fontWeight: 'bold',
|
|
268
|
+
color: '#79740e'
|
|
269
|
+
}, {
|
|
270
|
+
tag: [_highlight.tags.heading1, _highlight.tags.heading2],
|
|
271
|
+
fontWeight: 'bold',
|
|
272
|
+
color: '#79740e'
|
|
273
|
+
}, {
|
|
274
|
+
tag: [_highlight.tags.heading3, _highlight.tags.heading4],
|
|
275
|
+
fontWeight: 'bold',
|
|
276
|
+
color: '#b57614'
|
|
277
|
+
}, {
|
|
278
|
+
tag: [_highlight.tags.heading5, _highlight.tags.heading6],
|
|
279
|
+
color: '#b57614'
|
|
280
|
+
}, {
|
|
281
|
+
tag: [_highlight.tags.atom, _highlight.tags.bool, _highlight.tags.special(_highlight.tags.variableName)],
|
|
282
|
+
color: '#8f3f71'
|
|
283
|
+
}, {
|
|
284
|
+
tag: [_highlight.tags.processingInstruction, _highlight.tags.inserted],
|
|
285
|
+
color: '#076678'
|
|
286
|
+
}, {
|
|
287
|
+
tag: [_highlight.tags.contentSeparator],
|
|
288
|
+
color: '#9d0006'
|
|
289
|
+
}, {
|
|
290
|
+
tag: _highlight.tags.invalid,
|
|
291
|
+
color: '#af3a03',
|
|
292
|
+
borderBottom: "1px dotted #9d0006"
|
|
293
|
+
}].concat((0, _toConsumableArray2["default"])(styles))
|
|
294
|
+
});
|
|
295
|
+
};
|
|
296
|
+
var gruvboxLight = exports.gruvboxLight = gruvboxLightInit();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"commonjs"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { type CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
2
|
+
export declare const defaultSettingsGruvboxDark: CreateThemeOptions['settings'];
|
|
3
|
+
export declare const gruvboxDarkStyle: CreateThemeOptions['styles'];
|
|
4
|
+
export declare const gruvboxDarkInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
|
|
5
|
+
export declare const gruvboxDark: import("@codemirror/state").Extension;
|
|
6
|
+
export declare const defaultSettingsGruvboxLight: CreateThemeOptions['settings'];
|
|
7
|
+
export declare const gruvboxLightInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
|
|
8
|
+
export declare const gruvboxLight: import("@codemirror/state").Extension;
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
/**
|
|
3
|
+
* @name gruvbox-dark
|
|
4
|
+
* @author morhetz
|
|
5
|
+
* Name: Gruvbox
|
|
6
|
+
* From github.com/codemirror/codemirror5/blob/master/theme/gruvbox-dark.css
|
|
7
|
+
*/
|
|
8
|
+
import { tags as t } from '@lezer/highlight';
|
|
9
|
+
import { createTheme } from '@uiw/codemirror-themes';
|
|
10
|
+
export var defaultSettingsGruvboxDark = {
|
|
11
|
+
background: '#282828',
|
|
12
|
+
foreground: '#ebdbb2',
|
|
13
|
+
caret: '#ebdbb2',
|
|
14
|
+
selection: '#b99d555c',
|
|
15
|
+
selectionMatch: '#b99d555c',
|
|
16
|
+
lineHighlight: '#baa1602b',
|
|
17
|
+
gutterBackground: '#282828',
|
|
18
|
+
gutterForeground: '#7c6f64'
|
|
19
|
+
};
|
|
20
|
+
export var gruvboxDarkStyle = [{
|
|
21
|
+
tag: t.keyword,
|
|
22
|
+
color: '#fb4934'
|
|
23
|
+
}, {
|
|
24
|
+
tag: [t.name, t.deleted, t.character, t.propertyName, t.macroName],
|
|
25
|
+
color: '#8ec07c'
|
|
26
|
+
}, {
|
|
27
|
+
tag: [t.variableName],
|
|
28
|
+
color: '#83a598'
|
|
29
|
+
}, {
|
|
30
|
+
tag: [t.function(t.variableName)],
|
|
31
|
+
color: '#b8bb26',
|
|
32
|
+
fontStyle: 'bold'
|
|
33
|
+
}, {
|
|
34
|
+
tag: [t.labelName],
|
|
35
|
+
color: '#ebdbb2'
|
|
36
|
+
}, {
|
|
37
|
+
tag: [t.color, t.constant(t.name), t.standard(t.name)],
|
|
38
|
+
color: '#d3869b'
|
|
39
|
+
}, {
|
|
40
|
+
tag: [t.definition(t.name), t.separator],
|
|
41
|
+
color: '#ebdbb2'
|
|
42
|
+
}, {
|
|
43
|
+
tag: [t.brace],
|
|
44
|
+
color: '#ebdbb2'
|
|
45
|
+
}, {
|
|
46
|
+
tag: [t.annotation],
|
|
47
|
+
color: '#fb4934d'
|
|
48
|
+
}, {
|
|
49
|
+
tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace],
|
|
50
|
+
color: '#d3869b'
|
|
51
|
+
}, {
|
|
52
|
+
tag: [t.typeName, t.className],
|
|
53
|
+
color: '#fabd2f'
|
|
54
|
+
}, {
|
|
55
|
+
tag: [t.operator, t.operatorKeyword],
|
|
56
|
+
color: '#fb4934'
|
|
57
|
+
}, {
|
|
58
|
+
tag: [t.tagName],
|
|
59
|
+
color: '#8ec07c',
|
|
60
|
+
fontStyle: 'bold'
|
|
61
|
+
}, {
|
|
62
|
+
tag: [t.squareBracket],
|
|
63
|
+
color: '#fe8019'
|
|
64
|
+
}, {
|
|
65
|
+
tag: [t.angleBracket],
|
|
66
|
+
color: '#83a598'
|
|
67
|
+
}, {
|
|
68
|
+
tag: [t.attributeName],
|
|
69
|
+
color: '#8ec07c'
|
|
70
|
+
}, {
|
|
71
|
+
tag: [t.regexp],
|
|
72
|
+
color: '#8ec07c'
|
|
73
|
+
}, {
|
|
74
|
+
tag: [t.quote],
|
|
75
|
+
color: '#928374'
|
|
76
|
+
}, {
|
|
77
|
+
tag: [t.string],
|
|
78
|
+
color: '#ebdbb2'
|
|
79
|
+
}, {
|
|
80
|
+
tag: t.link,
|
|
81
|
+
color: '#a89984',
|
|
82
|
+
textDecoration: 'underline',
|
|
83
|
+
textUnderlinePosition: 'under'
|
|
84
|
+
}, {
|
|
85
|
+
tag: [t.url, t.escape, t.special(t.string)],
|
|
86
|
+
color: '#d3869b'
|
|
87
|
+
}, {
|
|
88
|
+
tag: [t.meta],
|
|
89
|
+
color: '#fabd2f'
|
|
90
|
+
}, {
|
|
91
|
+
tag: [t.comment],
|
|
92
|
+
color: '#928374',
|
|
93
|
+
fontStyle: 'italic'
|
|
94
|
+
}, {
|
|
95
|
+
tag: t.strong,
|
|
96
|
+
fontWeight: 'bold',
|
|
97
|
+
color: '#fe8019'
|
|
98
|
+
}, {
|
|
99
|
+
tag: t.emphasis,
|
|
100
|
+
fontStyle: 'italic',
|
|
101
|
+
color: '#b8bb26'
|
|
102
|
+
}, {
|
|
103
|
+
tag: t.strikethrough,
|
|
104
|
+
textDecoration: 'line-through'
|
|
105
|
+
}, {
|
|
106
|
+
tag: t.heading,
|
|
107
|
+
fontWeight: 'bold',
|
|
108
|
+
color: '#b8bb26'
|
|
109
|
+
}, {
|
|
110
|
+
tag: [t.heading1, t.heading2],
|
|
111
|
+
fontWeight: 'bold',
|
|
112
|
+
color: '#b8bb26'
|
|
113
|
+
}, {
|
|
114
|
+
tag: [t.heading3, t.heading4],
|
|
115
|
+
fontWeight: 'bold',
|
|
116
|
+
color: '#fabd2f'
|
|
117
|
+
}, {
|
|
118
|
+
tag: [t.heading5, t.heading6],
|
|
119
|
+
color: '#fabd2f'
|
|
120
|
+
}, {
|
|
121
|
+
tag: [t.atom, t.bool, t.special(t.variableName)],
|
|
122
|
+
color: '#d3869b'
|
|
123
|
+
}, {
|
|
124
|
+
tag: [t.processingInstruction, t.inserted],
|
|
125
|
+
color: '#83a598'
|
|
126
|
+
}, {
|
|
127
|
+
tag: [t.contentSeparator],
|
|
128
|
+
color: '#fb4934'
|
|
129
|
+
}, {
|
|
130
|
+
tag: t.invalid,
|
|
131
|
+
color: '#fe8019',
|
|
132
|
+
borderBottom: "1px dotted #fb4934d"
|
|
133
|
+
}];
|
|
134
|
+
export var gruvboxDarkInit = options => {
|
|
135
|
+
var {
|
|
136
|
+
theme = 'dark',
|
|
137
|
+
settings = {},
|
|
138
|
+
styles = []
|
|
139
|
+
} = options || {};
|
|
140
|
+
return createTheme({
|
|
141
|
+
theme: theme,
|
|
142
|
+
settings: _extends({}, defaultSettingsGruvboxDark, settings),
|
|
143
|
+
styles: [...gruvboxDarkStyle, ...styles]
|
|
144
|
+
});
|
|
145
|
+
};
|
|
146
|
+
export var gruvboxDark = gruvboxDarkInit();
|
|
147
|
+
export var defaultSettingsGruvboxLight = {
|
|
148
|
+
background: '#fbf1c7',
|
|
149
|
+
foreground: '#3c3836',
|
|
150
|
+
caret: '#af3a03',
|
|
151
|
+
selection: '#bdae9391',
|
|
152
|
+
selectionMatch: '#bdae9391',
|
|
153
|
+
lineHighlight: '#a37f2238',
|
|
154
|
+
gutterBackground: '#ebdbb2',
|
|
155
|
+
gutterForeground: '#665c54',
|
|
156
|
+
gutterBorder: 'transparent'
|
|
157
|
+
};
|
|
158
|
+
export var gruvboxLightInit = options => {
|
|
159
|
+
var {
|
|
160
|
+
theme = 'light',
|
|
161
|
+
settings = {},
|
|
162
|
+
styles = []
|
|
163
|
+
} = options || {};
|
|
164
|
+
return createTheme({
|
|
165
|
+
theme: theme,
|
|
166
|
+
settings: _extends({}, defaultSettingsGruvboxLight, settings),
|
|
167
|
+
styles: [{
|
|
168
|
+
tag: t.keyword,
|
|
169
|
+
color: '#9d0006'
|
|
170
|
+
}, {
|
|
171
|
+
tag: [t.name, t.deleted, t.character, t.propertyName, t.macroName],
|
|
172
|
+
color: '#427b58'
|
|
173
|
+
}, {
|
|
174
|
+
tag: [t.variableName],
|
|
175
|
+
color: '#076678'
|
|
176
|
+
}, {
|
|
177
|
+
tag: [t.function(t.variableName)],
|
|
178
|
+
color: '#79740e',
|
|
179
|
+
fontStyle: 'bold'
|
|
180
|
+
}, {
|
|
181
|
+
tag: [t.labelName],
|
|
182
|
+
color: '#3c3836'
|
|
183
|
+
}, {
|
|
184
|
+
tag: [t.color, t.constant(t.name), t.standard(t.name)],
|
|
185
|
+
color: '#8f3f71'
|
|
186
|
+
}, {
|
|
187
|
+
tag: [t.definition(t.name), t.separator],
|
|
188
|
+
color: '#3c3836'
|
|
189
|
+
}, {
|
|
190
|
+
tag: [t.brace],
|
|
191
|
+
color: '#3c3836'
|
|
192
|
+
}, {
|
|
193
|
+
tag: [t.annotation],
|
|
194
|
+
color: '#9d0006'
|
|
195
|
+
}, {
|
|
196
|
+
tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace],
|
|
197
|
+
color: '#8f3f71'
|
|
198
|
+
}, {
|
|
199
|
+
tag: [t.typeName, t.className],
|
|
200
|
+
color: '#b57614'
|
|
201
|
+
}, {
|
|
202
|
+
tag: [t.operator, t.operatorKeyword],
|
|
203
|
+
color: '#9d0006'
|
|
204
|
+
}, {
|
|
205
|
+
tag: [t.tagName],
|
|
206
|
+
color: '#427b58',
|
|
207
|
+
fontStyle: 'bold'
|
|
208
|
+
}, {
|
|
209
|
+
tag: [t.squareBracket],
|
|
210
|
+
color: '#af3a03'
|
|
211
|
+
}, {
|
|
212
|
+
tag: [t.angleBracket],
|
|
213
|
+
color: '#076678'
|
|
214
|
+
}, {
|
|
215
|
+
tag: [t.attributeName],
|
|
216
|
+
color: '#427b58'
|
|
217
|
+
}, {
|
|
218
|
+
tag: [t.regexp],
|
|
219
|
+
color: '#427b58'
|
|
220
|
+
}, {
|
|
221
|
+
tag: [t.quote],
|
|
222
|
+
color: '#928374'
|
|
223
|
+
}, {
|
|
224
|
+
tag: [t.string],
|
|
225
|
+
color: '#3c3836'
|
|
226
|
+
}, {
|
|
227
|
+
tag: t.link,
|
|
228
|
+
color: '#7c6f64',
|
|
229
|
+
textDecoration: 'underline',
|
|
230
|
+
textUnderlinePosition: 'under'
|
|
231
|
+
}, {
|
|
232
|
+
tag: [t.url, t.escape, t.special(t.string)],
|
|
233
|
+
color: '#8f3f71'
|
|
234
|
+
}, {
|
|
235
|
+
tag: [t.meta],
|
|
236
|
+
color: '#b57614'
|
|
237
|
+
}, {
|
|
238
|
+
tag: [t.comment],
|
|
239
|
+
color: '#928374',
|
|
240
|
+
fontStyle: 'italic'
|
|
241
|
+
}, {
|
|
242
|
+
tag: t.strong,
|
|
243
|
+
fontWeight: 'bold',
|
|
244
|
+
color: '#af3a03'
|
|
245
|
+
}, {
|
|
246
|
+
tag: t.emphasis,
|
|
247
|
+
fontStyle: 'italic',
|
|
248
|
+
color: '#79740e'
|
|
249
|
+
}, {
|
|
250
|
+
tag: t.strikethrough,
|
|
251
|
+
textDecoration: 'line-through'
|
|
252
|
+
}, {
|
|
253
|
+
tag: t.heading,
|
|
254
|
+
fontWeight: 'bold',
|
|
255
|
+
color: '#79740e'
|
|
256
|
+
}, {
|
|
257
|
+
tag: [t.heading1, t.heading2],
|
|
258
|
+
fontWeight: 'bold',
|
|
259
|
+
color: '#79740e'
|
|
260
|
+
}, {
|
|
261
|
+
tag: [t.heading3, t.heading4],
|
|
262
|
+
fontWeight: 'bold',
|
|
263
|
+
color: '#b57614'
|
|
264
|
+
}, {
|
|
265
|
+
tag: [t.heading5, t.heading6],
|
|
266
|
+
color: '#b57614'
|
|
267
|
+
}, {
|
|
268
|
+
tag: [t.atom, t.bool, t.special(t.variableName)],
|
|
269
|
+
color: '#8f3f71'
|
|
270
|
+
}, {
|
|
271
|
+
tag: [t.processingInstruction, t.inserted],
|
|
272
|
+
color: '#076678'
|
|
273
|
+
}, {
|
|
274
|
+
tag: [t.contentSeparator],
|
|
275
|
+
color: '#9d0006'
|
|
276
|
+
}, {
|
|
277
|
+
tag: t.invalid,
|
|
278
|
+
color: '#af3a03',
|
|
279
|
+
borderBottom: "1px dotted #9d0006"
|
|
280
|
+
}, ...styles]
|
|
281
|
+
});
|
|
282
|
+
};
|
|
283
|
+
export var gruvboxLight = gruvboxLightInit();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"module"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@uiw/codemirror-theme-gruvbox-dark",
|
|
3
|
+
"version": "4.25.9",
|
|
4
|
+
"description": "Theme gruvbox-dark for CodeMirror.",
|
|
5
|
+
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/gruvbox/dark",
|
|
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
|
+
"gruvbox",
|
|
40
|
+
"syntax",
|
|
41
|
+
"ide",
|
|
42
|
+
"code"
|
|
43
|
+
],
|
|
44
|
+
"jest": {
|
|
45
|
+
"coverageReporters": [
|
|
46
|
+
"lcov",
|
|
47
|
+
"json-summary"
|
|
48
|
+
]
|
|
49
|
+
}
|
|
50
|
+
}
|