summaryrefslogtreecommitdiff
path: root/etc/themes
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-07-28 17:22:16 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-07-28 17:22:16 +0200
commit21827ac8c83ee3541eb0c25d72d3cdf1ee2a3489 (patch)
tree4351f712827b5062413f4112b1f2728a9e4fc53e /etc/themes
parentb5dc6c63dae54c24e70f60e7d5daa35d52d9aff6 (diff)
downloademacs-21827ac8c83ee3541eb0c25d72d3cdf1ee2a3489.tar.gz
Tweak tango-dark-theme
* etc/themes/tango-dark-theme.el: Add a lighter background color to `header-line' (bug#23359).
Diffstat (limited to 'etc/themes')
-rw-r--r--etc/themes/tango-dark-theme.el1
1 files changed, 1 insertions, 0 deletions
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))))