sirikid / arjen-grey-theme

A soothing grey color theme for GNU Emacs 24

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MELPA

About

This is the arjen-grey theme. It is based on the space grey theme for xcode.

screenshot

Installation

This package is part of the melpa archive. This means you can run M-x package-install RET arjen-grey-theme RET and the latest package will be installed.

If you are doing development on this package you will want to take the file and M-x eval-buffer it for the immediate effect. If you want to install it somewhat permenantly you can do the following:

M-x package-install-file RET /path/to/checkout/arjen-grey.el RET

In your init.el you can then load it using:

(load-theme 'arjen-grey t)

Status

This theme is currently very usable. I have been using it as my default theme since I started building it.

The base theme was built using the emacs theme editor. I used hue code to find some kick ass colors.

Happy coding!

Arjen

About

A soothing grey color theme for GNU Emacs 24


Languages

Language:Emacs Lisp 100.0%