An open API service indexing awesome lists of open source software.

https://github.com/tokiory/zed-gruvbox-material

🎨 💫 Gruvbox Material Theme for the Zed Editor
https://github.com/tokiory/zed-gruvbox-material

Last synced: about 1 year ago
JSON representation

🎨 💫 Gruvbox Material Theme for the Zed Editor

Awesome Lists containing this project

README

          



Gruvbox Material for Zed Editor

This project is a port of the popular Gruvbox Material theme for the Zed Editor. It brings the beautiful and consistent color scheme of Gruvbox Material to your Zed Editor setup, enhancing your coding experience with a soothing and productive environment.

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Special thanks to [sainnhe](https://github.com/sainnhe) for the original [Gruvbox Material](https://github.com/sainnhe/gruvbox-material) theme.

![Group 1](https://github.com/user-attachments/assets/99a181b7-66e8-49eb-a8fb-d0f4ff4c8bdc)

## Installation
This repo uses [`just`](https://github.com/casey/just) to build everything. Run the following command to build colorscheme:

```bash
just
```

> [!TIP]
> You may need [Go](https://go.dev/) >=1.21.0 to build everything