From 9c4688efb33851802ffebe5acf579a4c6f88cf2c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Oct 2015 21:58:22 -0400 Subject: Make header line match mode line --- emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 2f9cc5a..01634f1 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -125,6 +125,7 @@ '(font-lock-variable-name-face ((t (:foreground "white")))) '(font-lock-warning-face ((((class color) (min-colors 88) (background dark)) (:foreground "#D30102" :weight bold)))) '(fringe ((((class color) (background dark)) (:background "grey25")))) + '(header-line ((t (:inherit mode-line)))) '(link ((((class color) (min-colors 88) (background dark)) (:foreground "#268BD2" :inverse-video nil :underline t)))) '(link-visited ((default (:inherit link)) (((class color) (background dark)) (:foreground "#6C71C4")))) '(magit-diff-added ((t (:foreground "#657900")))) -- cgit v1.2.1