Skip to content

sheldonldev/vim-gruvdark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gruvdark

This is a color scheme for vim/nvim.

Origin

Features

  • Refined for higher contrast, feels a little diffrent from the origin gruvbox, but still very harmonious;
  • Well-tuned integrated color groups, for both gui and 256, and for both vim and nvim. Of course, gui and nvim are more featured than 256 and vim;
  • Well tuned to work with the integrated tools such as explorer Netrw, statusline and tabline;
  • Very lean, no color group for more specific language or plugins, but well tuned to work with vim-polyglot and vim-buftabline;

Installation

  • 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

Hacking

  • You can check all highlight by :highlight command;
  • You can hack the *.colortemplate, and generate new colorscheme with vim-colortemplate;

Gallery

  • Markdown: mardown in vim mardown in nvim

  • Vimscript vimscript in vim vimscript in nvim

My Very Lean vim/nvim Configuration

TODO

Feel free to leave comment in the issues channel if you have any suggestion.

About

Color scheme for vim/nvim originated from gruvbox. This version is lean but well-tuned, only for dark hard.

Resources

License

Stars

3 stars

Watchers

1 watching

Forks

Contributors