A port of the gruvbox colour scheme for Vim: https://github.com/morhetz/gruvbox
I'm no longer keeping this up to date
For an alternative version that is being maintained, point your browsers to Greduan/emacs-theme-gruvbox and submit any issues/pull requests there
-
Download
gruvbox-theme.el
, and put it in~/.emacs.d/themes
. For example:curl https://raw.github.com/leemachin/emacs-gruvbox-theme/master/gruvbox-theme.el > ~/.emacs.d/themes/gruvbox-theme.el
-
Tell Emacs where to find themes in your
init.el
or.emacs
file:(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
-
Enable the theme:
M-x load-theme RET gruvbox