Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

40 lines (21 loc) · 973 Bytes

warm-night-theme

emacs24 theme with a dark background and warm colors.

Created with Emacs Theme Creator.

Screenshots:

Code samples of go and Org-mode:

Screenshot

Javascript and Common Lisp:

Screenshot

Installation Instructions

add the following lines to your init.el (only if you have not done so already):

(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
                         ("melpa" . "http://melpa.org/packages/")))
(package-initialize)

This will add the gnu and melpa repos to your emacs setup.

To install the theme:

M-x package-install warm-night-theme

To use the warm-night theme when starting emacs, add this to your init.el:

(load-theme 'warm-night)