branch: elpa/apropospriate-theme
commit a28c903076241b10b43896101dc5d10394a5ac26
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>

    add org level and org ellipsis faces
---
 apropospriate.el | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index e961e6e..e659c47 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -545,7 +545,16 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(neo-expand-btn-face ((,class (:foreground ,base02))))
      `(neo-header-face ((,class (:inherit header-line))))
      `(neo-file-link-face ((,class (:foreground ,base03))))
-     `(neo-root-dir-face ((,class (:foregroud ,base02)))))
+     `(neo-root-dir-face ((,class (:foregroud ,base02))))
+     `(org-ellipsis ((,class (:inherit font-lock-keyword-face))))
+     `(org-level-1 ((,class (:inherit header-line :height 1.3))))
+     `(org-level-2 ((,class (:inherit header-line :height 1.2))))
+     `(org-level-3 ((,class (:inherit header-line :height 1.1))))
+     `(org-level-4 ((,class (:inherit header-line))))
+     `(org-level-5 ((,class (:inherit header-line))))
+     `(org-level-6 ((,class (:inherit header-line))))
+     `(org-level-7 ((,class (:inherit header-line))))
+     `(org-level-8 ((,class (:inherit header-line)))))
 
     (custom-theme-set-variables
      theme-name

Reply via email to