Skip to content

mswift42/silkworm-theme

Repository files navigation

silkworm-theme

Light Emacs theme with low contrast colors.

Created with ThemeCreator.

Screenshots

Org-mode / Clojure: Screenshot

Python / Ruby: Screenshot

Installation:

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/")
                         ("melpa" . "http://melpa.org/packages/")))
(package-initialize)

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

To install the theme:

M-x package-install silkworm-theme

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

(load-theme 'silkworm t)