spacemacs/contrib/themes-megapack/README.md
2015-01-01 01:01:38 -05:00

391 B

Themes Megapack contribution layer for Spacemacs

This simple contribution layer is an example. It installs around 100 themes for Emacs. You can try them easily by invoking helm-themes with: <SPC> T h.

Install

To use this contribution add it to your ~/.spacemacs

(setq-default dotspacemacs-configuration-layers '(themes-megapack)
  "List of contribution to load."
)