Emacs24 theme with a light background
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md Added load-theme . Sep 29, 2013
Screenshot.png Added Screenshot. Sep 15, 2013
soft-morning-theme.el add missing pound sign to powerline faces Sep 18, 2015

README.md

soft-morning-theme

Emacs24 theme with a light background

Screenshot

Available on Melpa.

Installation Instructions

add the following lines to your init.el (only if you have not done so already):

(setq package-archives '(("gnu" . "http://elpa.gnu.org/packages/")
                         ("marmalade" . "http://marmalade-repo.org/packages/")
                         ("melpa" . "http://melpa.milkbox.net/packages/")))

(package-initialize)

This will add the gnu, marmalade and melpa repos to your emacs setup.

To install the theme

M-x package-install soft-morning-theme

To use the soft-morning theme when starting emacs, add this to your init.el:

(load-theme 'soft-morning)