emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme a28c903 067/118: add org level and org


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme a28c903 067/118: add org level and org ellipsis faces
Date: Thu, 21 Oct 2021 18:02:24 -0400 (EDT)

branch: elpa/apropospriate-theme
commit a28c903076241b10b43896101dc5d10394a5ac26
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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

[Prev in Thread] Current Thread [Next in Thread]