summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-18 21:58:22 -0400
committerDavid Robillard <d@drobilla.net>2015-10-18 21:58:22 -0400
commit9c4688efb33851802ffebe5acf579a4c6f88cf2c (patch)
tree809f9bc0a65da1d01503c9c32719988ca4d86795
parentd09a7d2b4f165f51d9b1b288987af79b57adfe58 (diff)
downloaddotfiles-9c4688efb33851802ffebe5acf579a4c6f88cf2c.tar.gz
dotfiles-9c4688efb33851802ffebe5acf579a4c6f88cf2c.tar.bz2
dotfiles-9c4688efb33851802ffebe5acf579a4c6f88cf2c.zip
Make header line match mode line
-rw-r--r--emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
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"))))