diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-11-14 15:13:40 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2018-11-14 15:13:40 +0100 |
| commit | e6a2304bcc910af7e60d862330832166d62e8b5f (patch) | |
| tree | 5e5159bdffe7271fa5610ea213d628c26216d095 | |
| parent | 6c841e780ba8c1c3c839057a34f1c00b4c2e3816 (diff) | |
| download | eighters-theme-e6a2304bcc910af7e60d862330832166d62e8b5f.tar.xz | |
Customize a bunch of Org faces
| -rw-r--r-- | eighters-theme.el | 12 |
1 files changed, 12 insertions, 0 deletions
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))))) |
