https://github.com/blackmann/theme-to-zed
Export themes from VS Code directly to Zed
https://github.com/blackmann/theme-to-zed
vscode-extension zed
Last synced: about 1 year ago
JSON representation
Export themes from VS Code directly to Zed
- Host: GitHub
- URL: https://github.com/blackmann/theme-to-zed
- Owner: blackmann
- License: mit
- Created: 2024-02-01T16:40:38.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T19:02:47.000Z (over 2 years ago)
- Last Synced: 2025-04-15T12:12:32.584Z (about 1 year ago)
- Topics: vscode-extension, zed
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=degreat.theme-to-zed
- Size: 1.64 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# theme-to-zed
Export VSCode themes to Zed.
⚠️ Zed works for just Mac at the moment. So this extension is only useful for Mac users.
Marketplace link: [degreat.theme-to-zed](https://marketplace.visualstudio.com/items?itemName=degreat.theme-to-zed)

Zed with Monokai exported from VSCode
## How to use
After installing from the Marketplace, run the command `Export Theme to Zed` from the command palette. You may be asked to install `theme_importer` if it's not already installed. This process may take a while.
Restart Zed (Preview) to see the theme.
If you're on an Intel Mac, you may need to supply the path to `theme_importer` in `settings.json`.
```json
{
...,
"theme-to-zed.theme_importer": "/usr/local/bin/theme_importer"
}
```
⚠️ Note that, not all themes may work properly. The `theme_importer` is still under development. You may need to update periodically.
🌵 The installation of `theme_importer` will only happen once.
🏄🏽 Run `Update Zed theme_importer` periodically to update the binary of `theme_importer` to latest.