emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ample-theme 8bee578 136/137: docs


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 8bee578 136/137: docs
Date: Thu, 21 Oct 2021 18:00:33 -0400 (EDT)

branch: elpa/ample-theme
commit 8bee578e8b4f22b3fd8a561caaa5a50e48de3e01
Author: jordonbiondo <jordonbiondo@gmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]