emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 21827ac: Tweak tango-dark-theme


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 21827ac: Tweak tango-dark-theme
Date: Sun, 28 Jul 2019 11:22:26 -0400 (EDT)

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

    Tweak tango-dark-theme
    
    * etc/themes/tango-dark-theme.el: Add a lighter background color
    to `header-line' (bug#23359).
---
 etc/themes/tango-dark-theme.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/etc/themes/tango-dark-theme.el b/etc/themes/tango-dark-theme.el
index bd99790..87a5048 100644
--- a/etc/themes/tango-dark-theme.el
+++ b/etc/themes/tango-dark-theme.el
@@ -57,6 +57,7 @@ Semantic, and Ansi-Color faces are included.")
              (,class
               (:foreground ,alum-1 :background "black"))))
    `(cursor ((,class (:background ,butter-1))))
+   `(header-line ((,class (:background "#666"))))
    ;; Highlighting faces
    `(fringe ((,class (:background ,alum-7))))
    `(highlight ((,class (:foreground ,alum-6 :background ,butter-2))))



reply via email to

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