From 21827ac8c83ee3541eb0c25d72d3cdf1ee2a3489 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 28 Jul 2019 17:22:16 +0200 Subject: [PATCH] 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 bd99790f452..87a5048634c 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)))) -- 2.39.2