Glass themes with color options for Zed Code Editor.
- macOS
- Windows
-
Auto: In the root of the project, using the GNU/Make utility run the following command:
macOS:
make mac-install
Windows:
make win-install
-
Manual: Copy the file ./themes/softglass.json to the directory: ~/.config/zed/themes
macOS:
yes | cp -rf ./themes/softglass.json ~/.config/zed/themes/softglass.json
Windows:
yes | cp -rf ./themes/softglass.json ~/AppData/Roaming/Zed/themes/softglass.json