https://github.com/jeronimobarea/helix_gruvbox_community
An extension of helix gruvbox theme based on gruvbox-community
https://github.com/jeronimobarea/helix_gruvbox_community
colorscheme gruvbox helix
Last synced: 3 months ago
JSON representation
An extension of helix gruvbox theme based on gruvbox-community
- Host: GitHub
- URL: https://github.com/jeronimobarea/helix_gruvbox_community
- Owner: jeronimobarea
- Created: 2023-07-05T19:24:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-09T21:16:56.000Z (over 1 year ago)
- Last Synced: 2025-02-03T22:29:55.952Z (5 months ago)
- Topics: colorscheme, gruvbox, helix
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helix gruvbox community
This theme is just an extension of the [default helix gruvbox theme](https://github.com/helix-editor/helix/blob/master/runtime/themes/gruvbox.toml)
that changes some small things to make it look more like the [gruvbox community vim theme](https://github.com/gruvbox-community/gruvbox)# setup
To use the plugin you can create a file in `.config/themes/{filename}.toml` and paste the content in it. \
My setup it's using stow so I clone the repo```bash
git clone https://github.com/jeronimobarea/helix_gruvbox_community.git ~/.config/helix/themes/custom/helix_gruvbox_community
```inside `.config/themes/custom/` and the just run `stow helix_gruvbox_community`
which will create a `symlink` in the `.config/themes` folder.