branch: elpa/apropospriate-theme
commit 8eb6f7728c3d8b705fa72e0846adc6e3b04c2c09
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
update README for MELPA
---
README.md | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 4db7042..df46220 100644
--- a/README.md
+++ b/README.md
@@ -6,20 +6,25 @@ This theme started as a Frakenstein mash-up of
`base16-eighties-theme` and `sola
### Screenshots ###
+##### `apropospriate-dark-theme` #####
+

+
+##### `apropospriate-light-theme` #####
+

### Install & Usage ###
-Download the directory somewhere and add it both `load-path` and
`custom-theme-load-path`.
+The recommended and easiest way to install is through
[MELPA](http://melpa.org) via `package.el`:
-<!-- You can always download and add it to your load path manually, but the
easiest way to install is through [MELPA](http://melpa.org) via `package.el`:
-->
+```
+M-x package-install apropospriate-theme
+```
-<!-- ``` -->
-<!-- M-x package-install apropospriate-theme -->
-<!-- ``` -->
+Or you can always manually download the directory somewhere and add it both
`load-path` and `custom-theme-load-path`.
-Once installed, load either theme with `M-x load-theme` or in your config:
+Once installed, load either theme variant with `M-x load-theme` or in your
config:
``` elisp
(load-theme 'apropospriate-dark t)