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

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

[elpa] externals/ef-themes 12051b2ad6 109/281: Add height to Org heading


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 12051b2ad6 109/281: Add height to Org headings (TENTATIVE)
Date: Tue, 16 Aug 2022 16:58:23 -0400 (EDT)

branch: externals/ef-themes
commit 12051b2ad6636d19c88f458585a2306af7225be3
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add height to Org headings (TENTATIVE)
    
    The plan is to make this more flexible.
---
 ef-themes.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index d5a465f4f7..8a3324021f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -575,7 +575,7 @@ When called from Lisp, THEME is a symbol."
     `(org-dispatcher-highlight ((,c :inherit (bold highlight))))
     `(org-document-info ((,c :foreground ,rainbow-1)))
     `(org-document-info-keyword ((,c :inherit shadow)))
-    `(org-document-title ((,c :foreground ,rainbow-0)))
+    `(org-document-title ((,c :foreground ,rainbow-0 :height 2.2)))
     `(org-done ((,c :foreground ,info)))
     `(org-drawer ((,c :inherit shadow)))
     `(org-ellipsis (())) ; inherits from the heading's color
@@ -587,14 +587,14 @@ When called from Lisp, THEME is a symbol."
     `(org-indent ((,c :inherit org-hide)))
     `(org-imminent-deadline ((,c :inherit bold :foreground ,err)))
     `(org-latex-and-related ((,c :foreground ,type)))
-    `(org-level-1 ((,c :inherit bold :foreground ,rainbow-1)))
-    `(org-level-2 ((,c :inherit bold :foreground ,rainbow-2)))
-    `(org-level-3 ((,c :inherit bold :foreground ,rainbow-3)))
-    `(org-level-4 ((,c :inherit bold :foreground ,rainbow-4)))
-    `(org-level-5 ((,c :inherit bold :foreground ,rainbow-5)))
-    `(org-level-6 ((,c :inherit bold :foreground ,rainbow-6)))
-    `(org-level-7 ((,c :inherit bold :foreground ,rainbow-7)))
-    `(org-level-8 ((,c :inherit bold :foreground ,rainbow-8)))
+    `(org-level-1 ((,c :inherit bold :foreground ,rainbow-1 :height 1.7)))
+    `(org-level-2 ((,c :inherit bold :foreground ,rainbow-2 :height 1.6)))
+    `(org-level-3 ((,c :inherit bold :foreground ,rainbow-3 :height 1.5)))
+    `(org-level-4 ((,c :inherit bold :foreground ,rainbow-4 :height 1.4)))
+    `(org-level-5 ((,c :inherit bold :foreground ,rainbow-5 :height 1.3)))
+    `(org-level-6 ((,c :inherit bold :foreground ,rainbow-6 :height 1.3)))
+    `(org-level-7 ((,c :inherit bold :foreground ,rainbow-7 :height 1.1)))
+    `(org-level-8 ((,c :inherit bold :foreground ,rainbow-8 :height 1.0)))
     `(org-link ((,c :inherit link)))
     `(org-list-dt ((,c :inherit bold)))
     `(org-macro ((,c :foreground ,keyword)))



reply via email to

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