twilight-emacs

by inkel

My customized version crafterm Twilight Theme for Emacs.

Dependencies

Installation

Download the file in one of your load-path directories:

$ cd ~/.emacs.d/site-lisp/
$ wget https://github.com/inkel/twilight-emacs/raw/master/color-theme-twilight.el

And add to your Emacs initialization file:

(require 'color-theme)
(color-theme-initialize)
(load-file "~/.emacs.d/site-lisp/color-theme-twilight.el")
(color-theme-twilight)

License

MIT License

Authors

Screenshot

screenshot
Click to see in full size (1920x1080 pixels)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/inkel/twilight-emacs

Fork me on GitHub