]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak tango-dark-theme
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 28 Jul 2019 15:22:16 +0000 (17:22 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 28 Jul 2019 15:22:16 +0000 (17:22 +0200)
* etc/themes/tango-dark-theme.el: Add a lighter background color
to `header-line' (bug#23359).

etc/themes/tango-dark-theme.el

index bd99790f452f371597c785922bd3f7b526eaea5e..87a5048634c800b3840132d485527b98b2f8617f 100644 (file)
@@ -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))))