All Projects → mswift42 → soft-charcoal-theme

mswift42 / soft-charcoal-theme

Licence: other
Emacs24 theme with a charcoal background.

Programming Languages

emacs lisp
2029 projects

soft-charcoal-theme

Emacs24 theme with a charcoal 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-charcoal-theme

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

(load-theme 'soft-charcoal)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].