Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-02T19:02:47.000Z (11 months ago)
- Last Synced: 2024-10-15T03:05:23.291Z (3 months ago)
- Topics: vscode-extension, zed
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=degreat.theme-to-zed
- Size: 1.64 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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)
![Screenshot](assets/zed-with-monokai.png)
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.