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

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

[elpa] externals/ef-themes e9205d5d5e 130/281: Tweak height of headings


From: ELPA Syncer
Subject: [elpa] externals/ef-themes e9205d5d5e 130/281: Tweak height of headings
Date: Tue, 16 Aug 2022 16:58:26 -0400 (EDT)

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

    Tweak height of headings
    
    Remember that this is all a work-in-progress.
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 8d3ecc6239..448a1cac20 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -617,7 +617,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 :height 2.2)))
+    `(org-document-title ((,c :foreground ,rainbow-0 :height 1.8)))
     `(org-done ((,c :foreground ,info)))
     `(org-drawer ((,c :inherit shadow)))
     `(org-ellipsis (())) ; inherits from the heading's color
@@ -634,7 +634,7 @@ When called from Lisp, THEME is a symbol."
     `(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-6 ((,c :inherit bold :foreground ,rainbow-6 :height 1.2)))
     `(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)))



reply via email to

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