editor-bootstrap/vim-bootstrap

Gruvbox theme

marcelned opened this issue · 1 comments

How would go about adding gruvbox as a theme?

To add a new theme you can:

  • Create a folder called gruvbox inside vim-bootstrap/generate/vim_template/themes/;
  • inside the folder, add a file called gruvbox.vim with colorscheme instruction (optionally other configs);
  • add another file gruvbox.bundle with installation instructions;
  • submit a PR, when approved new theme was added.