gandalf-theme

https://github.com/ptrv/gandalf-theme-emacs.git

git clone 'git://github.com/ptrv/gandalf-theme-emacs.git'
5

Gandalf theme

Gandalf color theme for the emacs 24+ built-in color theme support. The theme is a slightly modified version of the overtone/emacs-live theme of the same name (designed originally for the color-theme package).

Installation

Manual

Add gandalf-theme.el to color-theme-load-path:

(add-to-list 'custom-theme-load-path "~/path/to/gandalf-theme.el")

Package.el

Gandalf theme is available in MELPA or in Marmalade. To add MELPA to your package archive list, you can put the following command in your init file:

(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)

Once set up, you can install gandalf using the following command:

M-x package-install gandalf-theme

or, by alternatively running the command list-packages, marking the cyberpunk-theme package with the command “i” and running the execute execute command “x”.

Usage

You can load the theme by M-x load-theme RET gandalf RET.

To load the theme on startup add the following to your .emacs file:

(load-theme 'gandalf t)

Screenshot

screenshot