aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))))