Change the outline header faces so it stands out more

This commit is contained in:
Gergely Polonkai 2019-02-04 10:41:58 +01:00
parent f197b35369
commit f0ae6a5d50
1 changed files with 3 additions and 0 deletions

View File

@ -216,5 +216,8 @@
'(default ((t (:family "Hack" :foundry "simp" :slant normal :weight normal :height 98 :width normal))))
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 2.0))))
'(hl-line ((t (:inherit nil :background "gray25"))))
'(outline-1 ((t (:inherit font-lock-function-name-face :overline t :weight bold :height 1.2))))
'(outline-2 ((t (:inherit font-lock-variable-name-face :overline t :weight bold :height 1.1))))
'(outline-3 ((t (:inherit font-lock-keyword-face :overline t :weight bold))))
'(trailing-whitespace ((t (:inherit nil :background "red1"))))
'(whitespace-line ((t (:inherit nil :background "orange4")))))