This is a color scheme for vim/nvim.
- This color scheme is inspired by gruvbox, gruvbox8 and gruvbit;
- This color scheme is generated by vim-colortemplate;
- Refined for higher contrast, feels a little diffrent from the origin gruvbox, but still very harmonious;
- Well-tuned integrated color groups, for both
guiand256, and for bothvimandnvim. Of course,guiandnvimare more featured than256andvim; - Well tuned to work with the integrated tools such as explorer
Netrw,statuslineandtabline; - Very lean, no color group for more specific language or plugins, but well tuned to work with vim-polyglot and vim-buftabline;
-
Use any plugin installation method for vim/nvim, or simply copy the gruvdark.vim to runtime path:
# vim cd ~ && curl -fLo .vim/colors/gruvdark.vim --create-dirs https://raw.githubusercontent.com/sheldonldev/vim-gruvdark/main/colors/gruvdark.vim # nvim cd ~ && curl -fLo .config/nvim/colors/gruvdark.vim --create-dirs https://raw.githubusercontent.com/sheldonldev/vim-gruvdark/main/colors/gruvdark.vim
-
Add the following code to your vim runtime like
.vimrc:set t_Co=256 set termguicolors set background=dark colorscheme gruvdark
- You can check all highlight by
:highlightcommand; - You can hack the
*.colortemplate, and generate new colorscheme with vim-colortemplate;
Feel free to leave comment in the issues channel if you have any suggestion.



