diff options
| author | 2016-11-15 21:53:48 +0100 | |
|---|---|---|
| committer | 2016-11-15 21:53:48 +0100 | |
| commit | 90b4e6a526d4740b17b93385918e79c253fc3a4d (patch) | |
| tree | 618845d15795f787c3dd0f32a165368d237eb094 | |
| parent | 09ce91530896f6443b5b45409bd67b5a449651c9 (diff) | |
| download | yoshi-theme-90b4e6a526d4740b17b93385918e79c253fc3a4d.tar.gz yoshi-theme-90b4e6a526d4740b17b93385918e79c253fc3a4d.zip | |
Add header-line face
| -rw-r--r-- | yoshi-theme.el | 1 |
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)))) |
