From f0ae6a5d5020fad6bc952b0bbf3a11b94f7efcd7 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 4 Feb 2019 10:41:58 +0100 Subject: [PATCH] Change the outline header faces so it stands out more --- customizations.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customizations.el b/customizations.el index db0b60b..fdb8d97 100644 --- a/customizations.el +++ b/customizations.el @@ -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")))))