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")))))