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)