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

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

[nongnu] elpa/alect-themes 35252b6 216/269: Make cursor colors for dark/


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 35252b6 216/269: Make cursor colors for dark/black themes a bit darker
Date: Thu, 21 Oct 2021 17:59:22 -0400 (EDT)

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

    Make cursor colors for dark/black themes a bit darker
---
 alect-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alect-themes.el b/alect-themes.el
index 77ed5e9..111d03a 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -251,7 +251,7 @@ Evaluate it and reload an alect-theme to see the 
difference."
 (defcustom alect-colors
   (alect-generate-colors
    '(light dark black)
-   '((cursor    "#1074cd" "#ffec8b" "#d1e357")
+   '((cursor    "#1074cd" "#d0d060" "#b1c721")
      (gray-2    "#fafafa" "#e9e9e9" "#dedede")
      (gray-1    "#adadad" "#c0c0c0" "#bababa")
      (gray      "#909090" "#9f9f9f" "#9b9b9b")



reply via email to

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