branch: elpa/ample-theme
commit 25e2663d1070ea078d3da79cbc185faa68241d45
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    readme with all three
---
 README.org | 36 +++++++++++++++++-------------------
 1 file changed, 17 insertions(+), 19 deletions(-)

diff --git a/README.org b/README.org
index 65cb4ed..79c4fe0 100644
--- a/README.org
+++ b/README.org
@@ -1,27 +1,25 @@
-* ample-theme.el
-  - A Light and Dark pair of themes for Emacs.
-  - Full colored gui and 256 color support only for now
+* Ample Themes
+  - A Triplet of themey goodness.
+  - Full colored gui and modern 256 color terminal support only.
 ** Installation
-    If MELPA is set up: 
+    Ample Theme is on Melpa, ensure that Melpa is added to your package 
archives, then use M-x package-install ample-theme.
     #+BEGIN_SRC emacs-lisp
-      (package-install 'ample-theme)
-      
+      ;; then in your init:
+      ;; do for either ample, ample-light, or ample-flat
       (load-theme 'ample t)
+      (enable-theme 'ample)
     #+END_SRC
 ** If you get ugly colors in terminal:
-#+BEGIN_SRC shell-script
-  # throw this in your ~/.bash_profile
-  export TERM="xterm-256color"
-#+END_SRC
-** Ample-light-theme vs Ample-theme
-    [[http://i.imgur.com/86VLSV9.png]]
+   #+BEGIN_SRC shell-script
+     # throw this in your ~/.bash_profile
+     export TERM="xterm-256color"
+   #+END_SRC
+** All Three Themes:
+   [[http://i.imgur.com/WZjJty6.png]]
 
-** Ample-theme in Emacs.app on osx
+** Old Screenshots:
+*** Ample-theme in Emacs.app on osx
     [[http://i.imgur.com/5AYS8EA.png]]
 
-** Ample-theme in Terminal.app on osx
-   [[http://i.imgur.com/p15i1QM.png]]
-
-** Ample-light-theme on the latest Windows build:
-   [[http://i.imgur.com/kEpzllk.png]]
-
+*** Ample-theme in Terminal.app on osx
+    [[http://i.imgur.com/p15i1QM.png]]

Reply via email to