Emacs Theme
Emacs Lisp
Switch branches/tags
Nothing to show
Latest commit b4cd855 Oct 7, 2017 @MaxSt MaxSt Fix sp-pair overlay face
Permalink
Failed to load latest commit information.
LICENCE init Apr 2, 2017
README.md Fix screenshots Sep 15, 2017
challenger-deep-theme.el Fix sp-pair overlay face Oct 7, 2017

README.md

Challenger Deep

Screenshots

Screenshot elisp

Screenshot javascript

Screenshot org-mode

Install using MELPA

M-x package-install <RET> challenger-deep-theme

Install manually

Add the emacs theme files to ~/.emacs.d/themes.

To load a theme add the following to your init.el

(add-to-list 'custom-theme-load-path "~/.emacs.d/themes")
(load-theme 'challenger-deep t)

Load Theme

First make sure no other themes are enabled with M-x disable-theme. To load the theme type M-x load-theme RET challenger-deep RET.

To load the theme at startup at the following to your init.el:

(load-theme 'challenger-deep t)