nickav / naysayer-theme.el

Emacs theme inspired by Jonathan Blow's compiler livestreams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Emacs theme inspired by Jonathan Blow's compiler livestreams

License:Other


Languages

Language:Emacs Lisp 100.0%