From: Lars Ingebrigtsen Date: Sun, 28 Jul 2019 15:22:16 +0000 (+0200) Subject: Tweak tango-dark-theme X-Git-Tag: emacs-27.0.90~1817^2~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21827ac8c83ee3541eb0c25d72d3cdf1ee2a3489;p=emacs.git Tweak tango-dark-theme * etc/themes/tango-dark-theme.el: Add a lighter background color to `header-line' (bug#23359). --- 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))))