aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-15 21:53:48 +0100
committerGravatar Tom Willemse2016-11-15 21:53:48 +0100
commit90b4e6a526d4740b17b93385918e79c253fc3a4d (patch)
tree618845d15795f787c3dd0f32a165368d237eb094
parent09ce91530896f6443b5b45409bd67b5a449651c9 (diff)
downloadyoshi-theme-90b4e6a526d4740b17b93385918e79c253fc3a4d.tar.gz
yoshi-theme-90b4e6a526d4740b17b93385918e79c253fc3a4d.zip
Add header-line face
-rw-r--r--yoshi-theme.el1
1 files changed, 1 insertions, 0 deletions
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))))