branch: elpa/gruber-darker-theme commit a92688dfb41ed398fa367fe0e85018e0aa6f846c Author: rexim <rexim...@gmail.com> Commit: rexim <rexim...@gmail.com>
Added installation instructions. --- README.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/README.md b/README.md index a2cc493e42..53f3bfd7a1 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,45 @@ Gruber Darker color theme for Emacs by Jason Blevins. A darker variant of the Gruber Dark theme for BBEdit by John Gruber. Adapted for deftheme by Alexey Kutepov a.k.a. rexim. +# Installation + +You can use built-in package manager (package.el) or do all by your +hands. + +## Package.el + +Enable marmalade package repo if needed --- add the following to your +emacs config file (.emacs, init.el, whatever): + +``` +(require 'package) +(add-to-list 'package-archives + '("marmalade" . "http://marmalade-repo.org/packages/") t) +``` + +Then use `M-x package-install RET gruber-darker-theme RET` to install +the theme. Use `M-x customize-themes` to change your current theme. + +## Manual + +Download the theme to a local directory. You can do it through `git +clone` command: + +``` +git clone git://github.com/rexim/gruber-darker-theme.git +``` + +Then add path to gruber-darker-theme to custom-theme-load-path list +--- add the following to your emacs config file (.emacs, init.el, +whatever): + +``` +(add-to-list 'custom-theme-load-path + "/path/to/gruber-darker-theme/") +``` + +Use `M-x customize-themes` to change your current theme. + # Screenshot 