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

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

[nongnu] elpa/ample-theme 9585742 135/137: customization docs


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

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

    customization docs
---
 README.org | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.org b/README.org
index acb9944..a4636f9 100644
--- a/README.org
+++ b/README.org
@@ -24,6 +24,19 @@
         :defer t
         :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.
+
+      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
 ** 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]