Port of the default Visual Studio Code themes, Modern Dark and Modern Light, for Zed.
In the future I hope to get this extension on the Zed extension store, but for now you can install it manually:
- Clone this repository.
- Open Zed and press Ctrl + Shift + X to open the extension manager.
- Click on "Install Dev Extension" and select this repository's folder.
You can now select the Modern Dark and Modern Light themes using Ctrl + K Ctrl + T.
Thanks for considering contributing! If you want to make color changes:
- Fork this repository.
- Make your changes in the
themes
folder. - Update the
CUSTOMIZATIONS.md
file with your changes. - Submit a pull request.
VS Code Modern Themes is licensed under the MIT license, like VS Code is.
- kcamcam for suggesting making my own light theme port
- Zed for providing the theme_importer tool, which made this all possible
- Microsoft for VS Code and the original themes