branch: externals/ef-themes commit 12051b2ad6636d19c88f458585a2306af7225be3 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))