From 90b4e6a526d4740b17b93385918e79c253fc3a4d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 15 Nov 2016 21:53:48 +0100 Subject: Add header-line face --- yoshi-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/yoshi-theme.el b/yoshi-theme.el index 2b25f85..08b4f2e 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -67,6 +67,7 @@ `(font-lock-variable-name-face ((t (:foreground ,fgyellow)))) `(font-lock-warning-face ((t (:foreground ,fgorange :inherit unspecified :weight bold)))) `(fringe ((t (:background unspecified :inherit default)))) + `(header-line ((t (:background ,bgblue :foreground ,fgbright :box (:color ,bgblue :line-width 5 :style nil))))) `(highlight ((t (:background ,bgcyan)))) `(italic ((t (:slant italic)))) `(link ((t (:foreground ,fgorange :underline t)))) -- cgit v1.3-2-g0d8e