spacemacs/contrib/themes-megapack
2014-12-09 23:50:48 -05:00
..
packages.el Add package exclusion empty variable to some contrib layers 2014-11-11 23:02:50 -05:00
README.md Fix defvar instead of setq in readme 2014-12-09 23:50:48 -05:00

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> h t.

Install

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

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