branch: elpa/spacemacs-theme
commit 67e3d4bb0ccc177a3b62474326cbeaad705b18c0
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Added Readme
---
 README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000000..d79875017a
--- /dev/null
+++ b/README.md
@@ -0,0 +1,20 @@
+# Spacemacs-theme
+
+![spacemacs-theme](http://www.nass3r.com/spacemacs-theme-screenshot.png)
+
+# How to install it in spacemacs
+
+* Clone the repo into `~/.emacs.d/private/`
+
+```
+cd ~/.emacs.d/private
+git clone https://github.com/nashamri/spacemacs-theme
+```
+
+* Add this into your `.spacemacs`
+
+```
+(add-to-list 'custom-theme-load-path "~/.emacs.d/private/spacemacs-theme")
+```
+
+* Select the light or dark version by `SPC T h`

Reply via email to