Skip to content

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.

License

Notifications You must be signed in to change notification settings

0xhenrique/pache-dark-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pache Dark

https://melpa.org/packages/pache-dark-theme-badge.svg

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.

./screenshot-2.png

Installation

From source

Download the theme to your local directory. You can do it through `git clone` command:

git clone https://github.com/0xhenrique/pache-dark-theme.git

Then 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)

With package.el

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)

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published