A soothing grey color theme for GNU Emacs 24
Emacs Lisp
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
ChangeLog added company mode highlighting Mar 7, 2016
README.md documentation has been updated to production status Jul 31, 2015
arjen-grey-theme.el Add a Maintainer pseudo tag May 22, 2017
screenshot.png

README.md

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