From e6a2304bcc910af7e60d862330832166d62e8b5f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 14 Nov 2018 15:13:40 +0100 Subject: Customize a bunch of Org faces --- eighters-theme.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index 01cd672..788fe23 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -78,6 +78,18 @@ '(sh-heredoc ((t (:foreground "gold")))) '(erc-input-face ((t (:foreground "brown1")))) '(erc-my-nick-face ((t (:foreground "brown1" :weight bold)))) + '(outline-1 ((t (:height 2.0 :inherit (font-lock-function-name-face))))) + '(outline-2 ((t (:height 1.7 :inherit (font-lock-function-name-face))))) + '(outline-3 ((t (:height 1.4 :inherit (font-lock-function-name-face))))) + '(outline-4 ((t (:height 1.1 :inherit (font-lock-function-name-face))))) + '(outline-5 ((t (:height 1.0 :inherit (font-lock-function-name-face))))) + '(outline-6 ((t (:height 1.0 :inherit (font-lock-function-name-face))))) + '(outline-7 ((t (:height 1.0 :inherit (font-lock-function-name-face))))) + '(outline-8 ((t (:height 1.0 :inherit (font-lock-function-name-face))))) + '(org-block ((t (:inherit (highlight))))) + '(org-date ((t (:inherit (font-lock-string-face))))) + '(org-special-keyword ((t (:weight bold :inherit (font-lock-comment-face))))) + '(org-todo ((t (:inherit (error))))) '(magit-blame-highlight ((t (:inherit (highlight shadow))))) '(magit-diff-added ((t (:inherit (diff-added))))) '(magit-diff-added-highlight ((t (:inherit (diff-added))))) -- cgit v1.2.3