This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/contrib/themes-megapack/README.md

15 lines
385 B
Markdown
Raw Normal View History

# 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`
```elisp
(defvar dotspacemacs-configuration-layers '(themes-megapack)
"List of contribution to load."
)
```