A dark theme with high contrast. The colours are based on the gruvbox colour scheme by morhetz. The code base is adapted from gruber-darker theme.
Download the theme to your local directory. You can do it through `git clone` command:
git clone https://github.com/0xhenrique/pache-dark-theme.gitThen add path to pache-dark-theme to custom-theme-load-path list — add the following to your emacs config file somewhere (.emacs, init.el, whatever):
(add-to-list 'custom-theme-load-path
"/path/to/pache-dark-theme/")
(load-theme 'pache-dark :noconfirm)You can install `pache-dark-theme` from MELPA. You can just `M-x package-install RET pache-dark-theme` and then add the following to your Emacs’ config:
(load-theme 'pache-dark :noconfirm)