diff options
-rw-r--r-- | emacs.d/init.el | 1 |
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")))) |