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

    docs
---
 README.org | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.org b/README.org
index a4636f9..d1170ba 100644
--- a/README.org
+++ b/README.org
@@ -25,18 +25,18 @@
         :ensure t)
     #+END_SRC
 ** Easy Customization
-    #+BEGIN_SRC emacs-lisp
-      You can use the following example to customize ample theme in a way that 
won't affect other themes.
+   You can use the following example to customize ample theme in a way that 
won't affect other themes.
 
-      For example, some users prefer to use a different color for strings or 
the region for more contrast.
+   For example, some users prefer to use a different color for strings or the 
region for more contrast.
 
-      (with-eval-after-load "ample-theme"
-       ;; add one of these blocks for each of the themes you want to customize
-       (custom-theme-set-faces
-        'ample
-        ;; this will overwride the color of strings just for ample-theme
-        '(font-lock-string-face ((t (:foreground "#bdba81"))))))
-    #+END_SRC
+   #+BEGIN_SRC emacs-lisp
+     (with-eval-after-load "ample-theme"
+       ;; add one of these blocks for each of the themes you want to customize
+       (custom-theme-set-faces
+       'ample
+       ;; this will overwride the color of strings just for ample-theme
+       '(font-lock-string-face ((t (:foreground "#bdba81"))))))
+   #+END_SRC
 ** If you get ugly colors in terminal:
    #+BEGIN_SRC shell-script
      # throw this in your ~/.bash_profile

Reply via email to