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

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

[nongnu] elpa/alect-themes 6a12d8e 065/269: Update example of modifying


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 6a12d8e 065/269: Update example of modifying palette
Date: Thu, 21 Oct 2021 17:58:50 -0400 (EDT)

branch: elpa/alect-themes
commit 6a12d8e52c47d466aab4b671d93e64f5e71d76c5
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Update example of modifying palette
    
    `red+1' is not bright anymore.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f887855..cde7267 100644
--- a/README.md
+++ b/README.md
@@ -82,15 +82,15 @@ be added (it's planned), you may not notice that.  So you 
can use
 another approach if you want to modify only some colors.
 
 Let's say, you don't like `cyan-2` color for the light theme as it's too
-light and `red+1` color for the dark theme as it's too bright (and it
-burns your eyes).  You can change those colors by putting this into your
+light and `bg-1` color for the dark theme as you prefer black color for
+the background.  You can change those colors by putting this into your
 `.emacs` (before loading an alect-theme if you use it on Emacs start):
 
 ```lisp
 (eval-after-load 'alect-themes
   '(progn
      (alect-set-color 'light 'cyan-2 "#00a8a8")
-     (alect-set-color 'dark 'red+1 "#f03333")))
+     (alect-set-color 'dark 'bg-1 "black")))
 ```
 
 The function `alect-set-color` is just a convenient way for modifying



reply via email to

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