branch: elpa/ample-theme
commit f5a163626e04abda2d3c168f703c3f330f302a7c
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
am I stupid?
---
README.org | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index d1170ba..eae7b00 100644
--- a/README.org
+++ b/README.org
@@ -33,9 +33,9 @@
(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"))))))
+ '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