Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mswift42/sunny-day-theme

emacs24 theme.
https://github.com/mswift42/sunny-day-theme

Last synced: about 2 months ago
JSON representation

emacs24 theme.

Awesome Lists containing this project

README

        

sunny-day-theme
===============

emacs24 theme with a light yellow background

![Screenshot](https://github.com/mswift42/sunny-day-theme/raw/master/Screenshot.png)

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** sunny-day-theme

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

(load-theme 'sunny-day)