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

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

[nongnu] elpa/annotate db489ad5c0 111/372: - changed secondary color.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate db489ad5c0 111/372: - changed secondary color.
Date: Fri, 4 Feb 2022 16:58:23 -0500 (EST)

branch: elpa/annotate
commit db489ad5c06d432ae4afc09f94f43ce41c0a7987
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - changed secondary color.
---
 annotate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index 7ad1e48da6..fc06e1624f 100644
--- a/annotate.el
+++ b/annotate.el
@@ -83,7 +83,7 @@
   :group 'annotate)
 
 (defface annotate-highlight-secondary
-  '((t (:underline "turquoise")))
+  '((t (:underline "khaki")))
   "Face for secondary annotation highlights."
   :group 'annotate)
 
@@ -93,7 +93,7 @@
   :group 'annotate)
 
 (defface annotate-annotation-secondary
-  '((t (:background "turquoise" :foreground "black")))
+  '((t (:background "khaki" :foreground "black")))
   "Face for secondary annotations."
   :group 'annotate)
 



reply via email to

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