summaryrefslogtreecommitdiff
path: root/eighters-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'eighters-theme.el')
-rw-r--r--eighters-theme.el12
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)))))