solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit aefde0f3d568c62e83dd7ccdcb9eabc1be76ebf1
parent 991f99fd33646fb6d904ffa0fed70e3b101cd21f
Author: Bozhidar Batsov <bozhidar.batsov@gmail.com>
Date:   Sun,  4 Dec 2011 00:46:35 +0200

added a short section on marmalade

Diffstat:
MREADME.md | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -19,10 +19,10 @@ _solarized-dark_ or _solarized-light_. ## Stand-alone installation -Download `solarized-core.el`, `solarized-dark-theme.el` and +Download `solarized-theme.el`, `solarized-dark-theme.el` and `solarized-light-theme.el`. -Place `solarized-core.el` is a folder that's on your Emacs' `load-path`. +Place `solarized-theme.el` is a folder that's on your Emacs' `load-path`. Afterward place `solarized-dark-theme.el` and `solarized-light-theme.el` in `~/.emacs.d/themes` (or some other folder if you prefer so). Add this your @@ -32,6 +32,16 @@ folder if you prefer so). Add this your Now you can load the theme with the interactive function `load-theme`. +## Marmalade + +Solarized for Emacs is available for installation via the Marmalade +repo: + +`M-x package-install solarized-theme` + +Afterwards - business as usual, just load one of the theme variants +with `M-x load-theme`. + # Bugs & Improvements Please, report any problems that you find on the projects integrated