emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master d70bf3a: Tweak tango-dark-theme hightlight face


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master d70bf3a: Tweak tango-dark-theme hightlight face
Date: Sat, 3 Aug 2019 10:10:38 -0400 (EDT)

branch: master
commit d70bf3a1269281c8ae3315f2ae0684b945d5d680
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Tweak tango-dark-theme hightlight face
    
    * etc/themes/tango-dark-theme.el (class): Make highlight a bit
    less yellow to make the cursor visible on it (bug#19189).
---
 etc/themes/tango-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index 87a5048..9125620 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -60,7 +60,7 @@ Semantic, and Ansi-Color faces are included.")
    `(header-line ((,class (:background "#666"))))
    ;; Highlighting faces
    `(fringe ((,class (:background ,alum-7))))
-   `(highlight ((,class (:foreground ,alum-6 :background ,butter-2))))
+   `(highlight ((,class (:foreground ,alum-6 :background "#c0c000"))))
    `(region ((,class (:background ,alum-5))))
    `(secondary-selection ((,class (:background ,blue-3))))
    `(isearch ((,class (:foreground ,alum-1 :background ,orange-3))))



reply via email to

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