Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 787 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 787 Bytes

naysayer-theme.el

MELPA

Emacs theme inspired by Jonathan Blow's compiler livestreams

Screenshots

Naysayer Theme

Includes support for rainbow-delimeters-mode.

Install

With package.el

Naysayer is available on MELPA.

You can install naysayer-theme with: M-x package-install naysayer-theme

Then add this to your init file:

(load-theme 'naysayer t)

Manual

Download naysayer-theme.el to the directory ~/.emacs.d/themes/, then add this to your .emacs:

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

Now you can load the theme with: M-x load-theme RET naysayer