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,94 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import { tags as t } from '@lezer/highlight';
|
|
3
|
+
import { createTheme } from '@uiw/codemirror-themes';
|
|
4
|
+
import { config as c } from "./dark-color.js";
|
|
5
|
+
export var defaultSettingsSolarizedDark = {
|
|
6
|
+
background: c.background,
|
|
7
|
+
foreground: c.foreground,
|
|
8
|
+
caret: c.cursor,
|
|
9
|
+
selection: c.selection,
|
|
10
|
+
selectionMatch: c.selection,
|
|
11
|
+
gutterBackground: c.background,
|
|
12
|
+
gutterForeground: c.foreground,
|
|
13
|
+
gutterBorder: 'transparent',
|
|
14
|
+
lineHighlight: c.activeLine
|
|
15
|
+
};
|
|
16
|
+
export var solarizedDarkStyle = [{
|
|
17
|
+
tag: t.keyword,
|
|
18
|
+
color: c.keyword
|
|
19
|
+
}, {
|
|
20
|
+
tag: [t.name, t.deleted, t.character, t.macroName],
|
|
21
|
+
color: c.variable
|
|
22
|
+
}, {
|
|
23
|
+
tag: [t.propertyName],
|
|
24
|
+
color: c.function
|
|
25
|
+
}, {
|
|
26
|
+
tag: [t.processingInstruction, t.string, t.inserted, t.special(t.string)],
|
|
27
|
+
color: c.string
|
|
28
|
+
}, {
|
|
29
|
+
tag: [t.function(t.variableName), t.labelName],
|
|
30
|
+
color: c.function
|
|
31
|
+
}, {
|
|
32
|
+
tag: [t.color, t.constant(t.name), t.standard(t.name)],
|
|
33
|
+
color: c.constant
|
|
34
|
+
}, {
|
|
35
|
+
tag: [t.definition(t.name), t.separator],
|
|
36
|
+
color: c.variable
|
|
37
|
+
}, {
|
|
38
|
+
tag: [t.className],
|
|
39
|
+
color: c.class
|
|
40
|
+
}, {
|
|
41
|
+
tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace],
|
|
42
|
+
color: c.number
|
|
43
|
+
}, {
|
|
44
|
+
tag: [t.typeName],
|
|
45
|
+
color: c.type,
|
|
46
|
+
fontStyle: c.type
|
|
47
|
+
}, {
|
|
48
|
+
tag: [t.operator, t.operatorKeyword],
|
|
49
|
+
color: c.keyword
|
|
50
|
+
}, {
|
|
51
|
+
tag: [t.url, t.escape, t.regexp, t.link],
|
|
52
|
+
color: c.regexp
|
|
53
|
+
}, {
|
|
54
|
+
tag: [t.meta, t.comment],
|
|
55
|
+
color: c.comment
|
|
56
|
+
}, {
|
|
57
|
+
tag: t.tagName,
|
|
58
|
+
color: c.tag
|
|
59
|
+
}, {
|
|
60
|
+
tag: t.strong,
|
|
61
|
+
fontWeight: 'bold'
|
|
62
|
+
}, {
|
|
63
|
+
tag: t.emphasis,
|
|
64
|
+
fontStyle: 'italic'
|
|
65
|
+
}, {
|
|
66
|
+
tag: t.link,
|
|
67
|
+
textDecoration: 'underline'
|
|
68
|
+
}, {
|
|
69
|
+
tag: t.heading,
|
|
70
|
+
fontWeight: 'bold',
|
|
71
|
+
color: c.heading
|
|
72
|
+
}, {
|
|
73
|
+
tag: [t.atom, t.bool, t.special(t.variableName)],
|
|
74
|
+
color: c.variable
|
|
75
|
+
}, {
|
|
76
|
+
tag: t.invalid,
|
|
77
|
+
color: c.invalid
|
|
78
|
+
}, {
|
|
79
|
+
tag: t.strikethrough,
|
|
80
|
+
textDecoration: 'line-through'
|
|
81
|
+
}];
|
|
82
|
+
export var solarizedDarkInit = options => {
|
|
83
|
+
var {
|
|
84
|
+
theme = 'dark',
|
|
85
|
+
settings = {},
|
|
86
|
+
styles = []
|
|
87
|
+
} = options || {};
|
|
88
|
+
return createTheme({
|
|
89
|
+
theme: theme,
|
|
90
|
+
settings: _extends({}, defaultSettingsSolarizedDark, settings),
|
|
91
|
+
styles: [...solarizedDarkStyle, ...styles]
|
|
92
|
+
});
|
|
93
|
+
};
|
|
94
|
+
export var solarizedDark = solarizedDarkInit();
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export declare const config: {
|
|
2
|
+
background: string;
|
|
3
|
+
foreground: string;
|
|
4
|
+
selection: string;
|
|
5
|
+
selectionMatch: string;
|
|
6
|
+
cursor: string;
|
|
7
|
+
dropdownBackground: string;
|
|
8
|
+
dropdownBorder: string;
|
|
9
|
+
activeLine: string;
|
|
10
|
+
matchingBracket: string;
|
|
11
|
+
keyword: string;
|
|
12
|
+
storage: string;
|
|
13
|
+
variable: string;
|
|
14
|
+
parameter: string;
|
|
15
|
+
function: string;
|
|
16
|
+
string: string;
|
|
17
|
+
constant: string;
|
|
18
|
+
type: string;
|
|
19
|
+
class: string;
|
|
20
|
+
number: string;
|
|
21
|
+
comment: string;
|
|
22
|
+
heading: string;
|
|
23
|
+
invalid: string;
|
|
24
|
+
regexp: string;
|
|
25
|
+
tag: string;
|
|
26
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export var config = {
|
|
2
|
+
background: '#FDF6E3',
|
|
3
|
+
foreground: '#657B83',
|
|
4
|
+
selection: '#EEE8D5',
|
|
5
|
+
selectionMatch: '#EEE8D5',
|
|
6
|
+
cursor: '#657B83',
|
|
7
|
+
dropdownBackground: '#EEE8D5',
|
|
8
|
+
dropdownBorder: '#D3AF86',
|
|
9
|
+
activeLine: '#3d392d11',
|
|
10
|
+
matchingBracket: '#EEE8D5',
|
|
11
|
+
keyword: '#859900',
|
|
12
|
+
storage: '#586E75',
|
|
13
|
+
variable: '#268BD2',
|
|
14
|
+
parameter: '#268BD2',
|
|
15
|
+
function: '#268BD2',
|
|
16
|
+
string: '#2AA198',
|
|
17
|
+
constant: '#CB4B16',
|
|
18
|
+
type: '#859900',
|
|
19
|
+
class: '#268BD2',
|
|
20
|
+
number: '#D33682',
|
|
21
|
+
comment: '#93A1A1',
|
|
22
|
+
heading: '#268BD2',
|
|
23
|
+
invalid: '#DC322F',
|
|
24
|
+
regexp: '#DC322F',
|
|
25
|
+
tag: '#268BD2'
|
|
26
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
2
|
+
export declare const defaultSettingsSolarizedLight: CreateThemeOptions['settings'];
|
|
3
|
+
export declare const solarizedLightStyle: CreateThemeOptions['styles'];
|
|
4
|
+
export declare const solarizedLightInit: (options?: Partial<CreateThemeOptions>) => import("@codemirror/state").Extension;
|
|
5
|
+
export declare const solarizedLight: import("@codemirror/state").Extension;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
import { tags as t } from '@lezer/highlight';
|
|
3
|
+
import { createTheme } from '@uiw/codemirror-themes';
|
|
4
|
+
import { config as c } from "./light-color.js";
|
|
5
|
+
export var defaultSettingsSolarizedLight = {
|
|
6
|
+
background: c.background,
|
|
7
|
+
foreground: c.foreground,
|
|
8
|
+
caret: c.cursor,
|
|
9
|
+
selection: c.selection,
|
|
10
|
+
selectionMatch: c.selectionMatch,
|
|
11
|
+
gutterBackground: c.background,
|
|
12
|
+
gutterForeground: c.foreground,
|
|
13
|
+
gutterBorder: 'transparent',
|
|
14
|
+
lineHighlight: c.activeLine
|
|
15
|
+
};
|
|
16
|
+
export var solarizedLightStyle = [{
|
|
17
|
+
tag: t.keyword,
|
|
18
|
+
color: c.keyword
|
|
19
|
+
}, {
|
|
20
|
+
tag: [t.name, t.deleted, t.character, t.macroName],
|
|
21
|
+
color: c.variable
|
|
22
|
+
}, {
|
|
23
|
+
tag: [t.propertyName],
|
|
24
|
+
color: c.function
|
|
25
|
+
}, {
|
|
26
|
+
tag: [t.processingInstruction, t.string, t.inserted, t.special(t.string)],
|
|
27
|
+
color: c.string
|
|
28
|
+
}, {
|
|
29
|
+
tag: [t.function(t.variableName), t.labelName],
|
|
30
|
+
color: c.function
|
|
31
|
+
}, {
|
|
32
|
+
tag: [t.color, t.constant(t.name), t.standard(t.name)],
|
|
33
|
+
color: c.constant
|
|
34
|
+
}, {
|
|
35
|
+
tag: [t.definition(t.name), t.separator],
|
|
36
|
+
color: c.variable
|
|
37
|
+
}, {
|
|
38
|
+
tag: [t.className],
|
|
39
|
+
color: c.class
|
|
40
|
+
}, {
|
|
41
|
+
tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace],
|
|
42
|
+
color: c.number
|
|
43
|
+
}, {
|
|
44
|
+
tag: [t.typeName],
|
|
45
|
+
color: c.type,
|
|
46
|
+
fontStyle: c.type
|
|
47
|
+
}, {
|
|
48
|
+
tag: [t.operator, t.operatorKeyword],
|
|
49
|
+
color: c.keyword
|
|
50
|
+
}, {
|
|
51
|
+
tag: [t.url, t.escape, t.regexp, t.link],
|
|
52
|
+
color: c.regexp
|
|
53
|
+
}, {
|
|
54
|
+
tag: [t.meta, t.comment],
|
|
55
|
+
color: c.comment
|
|
56
|
+
}, {
|
|
57
|
+
tag: t.tagName,
|
|
58
|
+
color: c.tag
|
|
59
|
+
}, {
|
|
60
|
+
tag: t.strong,
|
|
61
|
+
fontWeight: 'bold'
|
|
62
|
+
}, {
|
|
63
|
+
tag: t.emphasis,
|
|
64
|
+
fontStyle: 'italic'
|
|
65
|
+
}, {
|
|
66
|
+
tag: t.link,
|
|
67
|
+
textDecoration: 'underline'
|
|
68
|
+
}, {
|
|
69
|
+
tag: t.heading,
|
|
70
|
+
fontWeight: 'bold',
|
|
71
|
+
color: c.heading
|
|
72
|
+
}, {
|
|
73
|
+
tag: [t.atom, t.bool, t.special(t.variableName)],
|
|
74
|
+
color: c.variable
|
|
75
|
+
}, {
|
|
76
|
+
tag: t.invalid,
|
|
77
|
+
color: c.invalid
|
|
78
|
+
}, {
|
|
79
|
+
tag: t.strikethrough,
|
|
80
|
+
textDecoration: 'line-through'
|
|
81
|
+
}];
|
|
82
|
+
export var solarizedLightInit = options => {
|
|
83
|
+
var {
|
|
84
|
+
theme = 'light',
|
|
85
|
+
settings = {},
|
|
86
|
+
styles = []
|
|
87
|
+
} = options || {};
|
|
88
|
+
return createTheme({
|
|
89
|
+
theme: theme,
|
|
90
|
+
settings: _extends({}, defaultSettingsSolarizedLight, settings),
|
|
91
|
+
styles: [...solarizedLightStyle, ...styles]
|
|
92
|
+
});
|
|
93
|
+
};
|
|
94
|
+
export var solarizedLight = solarizedLightInit();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"type":"module"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
declare module '@uiw/codemirror-theme-solarized/light' {
|
|
2
|
+
import { CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
3
|
+
export const defaultSettingsSolarizedLight: CreateThemeOptions['settings'];
|
|
4
|
+
export const solarizedLightInit: (options?: Partial<CreateThemeOptions>) => import('@codemirror/state').Extension;
|
|
5
|
+
export const solarizedLight: import('@codemirror/state').Extension;
|
|
6
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@uiw/codemirror-theme-solarized",
|
|
3
|
+
"version": "4.25.9",
|
|
4
|
+
"description": "Theme solarized for CodeMirror.",
|
|
5
|
+
"homepage": "https://uiwjs.github.io/react-codemirror/#/theme/data/solarized",
|
|
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
|
+
"./README.md": "./README.md",
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./esm/index.js",
|
|
15
|
+
"types": "./cjs/index.d.ts",
|
|
16
|
+
"require": "./cjs/index.js"
|
|
17
|
+
},
|
|
18
|
+
"./light": {
|
|
19
|
+
"import": "./esm/light.js",
|
|
20
|
+
"types": "./cjs/light.d.ts",
|
|
21
|
+
"require": "./cjs/light.js"
|
|
22
|
+
},
|
|
23
|
+
"./dark": {
|
|
24
|
+
"import": "./esm/dark.js",
|
|
25
|
+
"types": "./cjs/dark.d.ts",
|
|
26
|
+
"require": "./cjs/dark.js"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"watch": "tsbb watch src/*.ts --use-babel",
|
|
31
|
+
"build": "tsbb build src/*.ts --use-babel && npm run setmodule",
|
|
32
|
+
"setmodule": "echo '{\"type\":\"module\"}' > esm/package.json && echo '{\"type\":\"commonjs\"}' > cjs/package.json"
|
|
33
|
+
},
|
|
34
|
+
"repository": {
|
|
35
|
+
"type": "git",
|
|
36
|
+
"url": "https://github.com/uiwjs/react-codemirror.git"
|
|
37
|
+
},
|
|
38
|
+
"files": [
|
|
39
|
+
"dark.d.ts",
|
|
40
|
+
"light.d.ts",
|
|
41
|
+
"src",
|
|
42
|
+
"esm",
|
|
43
|
+
"cjs"
|
|
44
|
+
],
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"@uiw/codemirror-themes": "4.25.9"
|
|
47
|
+
},
|
|
48
|
+
"keywords": [
|
|
49
|
+
"codemirror",
|
|
50
|
+
"codemirror6",
|
|
51
|
+
"theme",
|
|
52
|
+
"solarized",
|
|
53
|
+
"syntax",
|
|
54
|
+
"ide",
|
|
55
|
+
"code"
|
|
56
|
+
],
|
|
57
|
+
"jest": {
|
|
58
|
+
"coverageReporters": [
|
|
59
|
+
"lcov",
|
|
60
|
+
"json-summary"
|
|
61
|
+
]
|
|
62
|
+
}
|
|
63
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
background: '#002B36',
|
|
3
|
+
foreground: '#839496',
|
|
4
|
+
selection: '#004454AA',
|
|
5
|
+
selectionMatch: '#005A6FAA',
|
|
6
|
+
cursor: '#D30102',
|
|
7
|
+
dropdownBackground: '#00212B',
|
|
8
|
+
dropdownBorder: '#2AA19899',
|
|
9
|
+
activeLine: '#00cafe11',
|
|
10
|
+
matchingBracket: '#073642',
|
|
11
|
+
keyword: '#859900',
|
|
12
|
+
storage: '#93A1A1',
|
|
13
|
+
variable: '#268BD2',
|
|
14
|
+
parameter: '#268BD2',
|
|
15
|
+
function: '#268BD2',
|
|
16
|
+
string: '#2AA198',
|
|
17
|
+
constant: '#CB4B16',
|
|
18
|
+
type: '#859900',
|
|
19
|
+
class: '#268BD2',
|
|
20
|
+
number: '#D33682',
|
|
21
|
+
comment: '#586E75',
|
|
22
|
+
heading: '#268BD2',
|
|
23
|
+
invalid: '#DC322F',
|
|
24
|
+
regexp: '#DC322F',
|
|
25
|
+
tag: '#268BD2',
|
|
26
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { tags as t } from '@lezer/highlight';
|
|
2
|
+
import { createTheme, type CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
3
|
+
import { config as c } from './dark-color';
|
|
4
|
+
|
|
5
|
+
export const defaultSettingsSolarizedDark: CreateThemeOptions['settings'] = {
|
|
6
|
+
background: c.background,
|
|
7
|
+
foreground: c.foreground,
|
|
8
|
+
caret: c.cursor,
|
|
9
|
+
selection: c.selection,
|
|
10
|
+
selectionMatch: c.selection,
|
|
11
|
+
gutterBackground: c.background,
|
|
12
|
+
gutterForeground: c.foreground,
|
|
13
|
+
gutterBorder: 'transparent',
|
|
14
|
+
lineHighlight: c.activeLine,
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const solarizedDarkStyle: CreateThemeOptions['styles'] = [
|
|
18
|
+
{ tag: t.keyword, color: c.keyword },
|
|
19
|
+
{ tag: [t.name, t.deleted, t.character, t.macroName], color: c.variable },
|
|
20
|
+
{ tag: [t.propertyName], color: c.function },
|
|
21
|
+
{ tag: [t.processingInstruction, t.string, t.inserted, t.special(t.string)], color: c.string },
|
|
22
|
+
{ tag: [t.function(t.variableName), t.labelName], color: c.function },
|
|
23
|
+
{ tag: [t.color, t.constant(t.name), t.standard(t.name)], color: c.constant },
|
|
24
|
+
{ tag: [t.definition(t.name), t.separator], color: c.variable },
|
|
25
|
+
{ tag: [t.className], color: c.class },
|
|
26
|
+
{ tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace], color: c.number },
|
|
27
|
+
{ tag: [t.typeName], color: c.type, fontStyle: c.type },
|
|
28
|
+
{ tag: [t.operator, t.operatorKeyword], color: c.keyword },
|
|
29
|
+
{ tag: [t.url, t.escape, t.regexp, t.link], color: c.regexp },
|
|
30
|
+
{ tag: [t.meta, t.comment], color: c.comment },
|
|
31
|
+
{ tag: t.tagName, color: c.tag },
|
|
32
|
+
{ tag: t.strong, fontWeight: 'bold' },
|
|
33
|
+
{ tag: t.emphasis, fontStyle: 'italic' },
|
|
34
|
+
{ tag: t.link, textDecoration: 'underline' },
|
|
35
|
+
{ tag: t.heading, fontWeight: 'bold', color: c.heading },
|
|
36
|
+
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: c.variable },
|
|
37
|
+
{ tag: t.invalid, color: c.invalid },
|
|
38
|
+
{ tag: t.strikethrough, textDecoration: 'line-through' },
|
|
39
|
+
];
|
|
40
|
+
|
|
41
|
+
export const solarizedDarkInit = (options?: Partial<CreateThemeOptions>) => {
|
|
42
|
+
const { theme = 'dark', settings = {}, styles = [] } = options || {};
|
|
43
|
+
return createTheme({
|
|
44
|
+
theme: theme,
|
|
45
|
+
settings: {
|
|
46
|
+
...defaultSettingsSolarizedDark,
|
|
47
|
+
...settings,
|
|
48
|
+
},
|
|
49
|
+
styles: [...solarizedDarkStyle, ...styles],
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export const solarizedDark = solarizedDarkInit();
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
background: '#FDF6E3',
|
|
3
|
+
foreground: '#657B83',
|
|
4
|
+
selection: '#EEE8D5',
|
|
5
|
+
selectionMatch: '#EEE8D5',
|
|
6
|
+
cursor: '#657B83',
|
|
7
|
+
dropdownBackground: '#EEE8D5',
|
|
8
|
+
dropdownBorder: '#D3AF86',
|
|
9
|
+
activeLine: '#3d392d11',
|
|
10
|
+
matchingBracket: '#EEE8D5',
|
|
11
|
+
keyword: '#859900',
|
|
12
|
+
storage: '#586E75',
|
|
13
|
+
variable: '#268BD2',
|
|
14
|
+
parameter: '#268BD2',
|
|
15
|
+
function: '#268BD2',
|
|
16
|
+
string: '#2AA198',
|
|
17
|
+
constant: '#CB4B16',
|
|
18
|
+
type: '#859900',
|
|
19
|
+
class: '#268BD2',
|
|
20
|
+
number: '#D33682',
|
|
21
|
+
comment: '#93A1A1',
|
|
22
|
+
heading: '#268BD2',
|
|
23
|
+
invalid: '#DC322F',
|
|
24
|
+
regexp: '#DC322F',
|
|
25
|
+
tag: '#268BD2',
|
|
26
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { tags as t } from '@lezer/highlight';
|
|
2
|
+
import { createTheme, type CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
3
|
+
import { config as c } from './light-color';
|
|
4
|
+
|
|
5
|
+
export const defaultSettingsSolarizedLight: CreateThemeOptions['settings'] = {
|
|
6
|
+
background: c.background,
|
|
7
|
+
foreground: c.foreground,
|
|
8
|
+
caret: c.cursor,
|
|
9
|
+
selection: c.selection,
|
|
10
|
+
selectionMatch: c.selectionMatch,
|
|
11
|
+
gutterBackground: c.background,
|
|
12
|
+
gutterForeground: c.foreground,
|
|
13
|
+
gutterBorder: 'transparent',
|
|
14
|
+
lineHighlight: c.activeLine,
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export const solarizedLightStyle: CreateThemeOptions['styles'] = [
|
|
18
|
+
{ tag: t.keyword, color: c.keyword },
|
|
19
|
+
{ tag: [t.name, t.deleted, t.character, t.macroName], color: c.variable },
|
|
20
|
+
{ tag: [t.propertyName], color: c.function },
|
|
21
|
+
{ tag: [t.processingInstruction, t.string, t.inserted, t.special(t.string)], color: c.string },
|
|
22
|
+
{ tag: [t.function(t.variableName), t.labelName], color: c.function },
|
|
23
|
+
{ tag: [t.color, t.constant(t.name), t.standard(t.name)], color: c.constant },
|
|
24
|
+
{ tag: [t.definition(t.name), t.separator], color: c.variable },
|
|
25
|
+
{ tag: [t.className], color: c.class },
|
|
26
|
+
{ tag: [t.number, t.changed, t.annotation, t.modifier, t.self, t.namespace], color: c.number },
|
|
27
|
+
{ tag: [t.typeName], color: c.type, fontStyle: c.type },
|
|
28
|
+
{ tag: [t.operator, t.operatorKeyword], color: c.keyword },
|
|
29
|
+
{ tag: [t.url, t.escape, t.regexp, t.link], color: c.regexp },
|
|
30
|
+
{ tag: [t.meta, t.comment], color: c.comment },
|
|
31
|
+
{ tag: t.tagName, color: c.tag },
|
|
32
|
+
{ tag: t.strong, fontWeight: 'bold' },
|
|
33
|
+
{ tag: t.emphasis, fontStyle: 'italic' },
|
|
34
|
+
{ tag: t.link, textDecoration: 'underline' },
|
|
35
|
+
{ tag: t.heading, fontWeight: 'bold', color: c.heading },
|
|
36
|
+
{ tag: [t.atom, t.bool, t.special(t.variableName)], color: c.variable },
|
|
37
|
+
{ tag: t.invalid, color: c.invalid },
|
|
38
|
+
{ tag: t.strikethrough, textDecoration: 'line-through' },
|
|
39
|
+
];
|
|
40
|
+
|
|
41
|
+
export const solarizedLightInit = (options?: Partial<CreateThemeOptions>) => {
|
|
42
|
+
const { theme = 'light', settings = {}, styles = [] } = options || {};
|
|
43
|
+
return createTheme({
|
|
44
|
+
theme: theme,
|
|
45
|
+
settings: {
|
|
46
|
+
...defaultSettingsSolarizedLight,
|
|
47
|
+
...settings,
|
|
48
|
+
},
|
|
49
|
+
styles: [...solarizedLightStyle, ...styles],
|
|
50
|
+
});
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export const solarizedLight = solarizedLightInit();
|
|
@@ -0,0 +1,147 @@
|
|
|
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
|
+
# Sublime Theme
|
|
43
|
+
|
|
44
|
+
<!--rehype:ignore:end-->
|
|
45
|
+
|
|
46
|
+
[](https://jaywcjlove.github.io/#/sponsor)
|
|
47
|
+
[](https://www.npmjs.com/package/@uiw/codemirror-theme-sublime)
|
|
48
|
+
|
|
49
|
+
<a href="https://uiwjs.github.io/react-codemirror/#/theme/data/sublime">
|
|
50
|
+
<img width="436" alt="codemirror-theme-sublime" src="https://user-images.githubusercontent.com/1680273/176572314-cc296f81-0763-485c-8fa2-7d61b24ad09b.png">
|
|
51
|
+
</a>
|
|
52
|
+
|
|
53
|
+
## Install
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
npm install @uiw/codemirror-theme-sublime --save
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
```js
|
|
60
|
+
import { EditorState } from '@codemirror/state';
|
|
61
|
+
import { javascript } from '@codemirror/lang-javascript';
|
|
62
|
+
import { sublime } from '@uiw/codemirror-theme-sublime';
|
|
63
|
+
|
|
64
|
+
const state = EditorState.create({
|
|
65
|
+
doc: 'my source code',
|
|
66
|
+
extensions: [sublime, javascript({ jsx: true })],
|
|
67
|
+
});
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
Using in React:
|
|
71
|
+
|
|
72
|
+
```jsx
|
|
73
|
+
import { sublime, sublimeInit } from '@uiw/codemirror-theme-sublime';
|
|
74
|
+
|
|
75
|
+
<CodeMirror theme={sublime} />
|
|
76
|
+
<CodeMirror
|
|
77
|
+
theme={sublimeInit({
|
|
78
|
+
settings: {
|
|
79
|
+
caret: '#c6c6c6',
|
|
80
|
+
fontFamily: 'monospace',
|
|
81
|
+
}
|
|
82
|
+
})}
|
|
83
|
+
/>
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## API
|
|
87
|
+
|
|
88
|
+
```tsx
|
|
89
|
+
import { CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
90
|
+
export declare const defaultSettingsSublime: CreateThemeOptions['settings'];
|
|
91
|
+
export declare function sublimeInit(options?: Partial<CreateThemeOptions>): import('@codemirror/state').Extension;
|
|
92
|
+
export declare const sublime: import('@codemirror/state').Extension;
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
## Usage
|
|
96
|
+
|
|
97
|
+
```jsx
|
|
98
|
+
import CodeMirror from '@uiw/react-codemirror';
|
|
99
|
+
import { sublime } from '@uiw/codemirror-theme-sublime';
|
|
100
|
+
import { javascript } from '@codemirror/lang-javascript';
|
|
101
|
+
|
|
102
|
+
function App() {
|
|
103
|
+
return (
|
|
104
|
+
<CodeMirror
|
|
105
|
+
value="console.log('hello world!');"
|
|
106
|
+
height="200px"
|
|
107
|
+
theme={sublime}
|
|
108
|
+
extensions={[javascript({ jsx: true })]}
|
|
109
|
+
onChange={(value, viewUpdate) => {
|
|
110
|
+
console.log('value:', value);
|
|
111
|
+
}}
|
|
112
|
+
/>
|
|
113
|
+
);
|
|
114
|
+
}
|
|
115
|
+
export default App;
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
```js
|
|
119
|
+
import { EditorView } from '@codemirror/view';
|
|
120
|
+
import { EditorState } from '@codemirror/state';
|
|
121
|
+
import { javascript } from '@codemirror/lang-javascript';
|
|
122
|
+
import { sublime } from '@uiw/codemirror-theme-sublime';
|
|
123
|
+
|
|
124
|
+
const state = EditorState.create({
|
|
125
|
+
doc: 'my source code',
|
|
126
|
+
extensions: [sublime, javascript({ jsx: true })],
|
|
127
|
+
});
|
|
128
|
+
|
|
129
|
+
const view = new EditorView({
|
|
130
|
+
parent: document.querySelector('#editor'),
|
|
131
|
+
state,
|
|
132
|
+
});
|
|
133
|
+
```
|
|
134
|
+
|
|
135
|
+
## Contributors
|
|
136
|
+
|
|
137
|
+
As always, thanks to our amazing contributors!
|
|
138
|
+
|
|
139
|
+
<a href="https://github.com/uiwjs/react-codemirror/graphs/contributors">
|
|
140
|
+
<img src="https://uiwjs.github.io/react-codemirror/CONTRIBUTORS.svg" />
|
|
141
|
+
</a>
|
|
142
|
+
|
|
143
|
+
Made with [github-action-contributors](https://github.com/jaywcjlove/github-action-contributors).
|
|
144
|
+
|
|
145
|
+
## License
|
|
146
|
+
|
|
147
|
+
Licensed under the MIT License.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type CreateThemeOptions } from '@uiw/codemirror-themes';
|
|
2
|
+
export declare const defaultSettingsSublime: CreateThemeOptions['settings'];
|
|
3
|
+
export declare const sublimeDarkStyle: CreateThemeOptions['styles'];
|
|
4
|
+
export declare function sublimeInit(options?: Partial<CreateThemeOptions>): import("@codemirror/state").Extension;
|
|
5
|
+
export declare const sublime: import("@codemirror/state").Extension;
|