naysayer-theme.el
naysayer-theme.el copied to clipboard
Emacs theme inspired by Jonathan Blow's compiler livestreams
naysayer-theme.el
Emacs theme inspired by Jonathan Blow's compiler livestreams
Screenshots
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