branch: externals/ef-themes commit d150230f6ac0449c4ac97e13d8b3e169cac9dfaf Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Refine org agenda heading (see 12051b2) --- ef-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 8a3324021f..70be22fc26 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -544,7 +544,7 @@ When called from Lisp, THEME is a symbol." `(org-agenda-clocking ((,c :background ,bg-alt :foreground ,red-warmer))) `(org-agenda-column-dateline ((,c :background ,bg-alt))) `(org-agenda-current-time ((,c :foreground ,variable))) - `(org-agenda-date ((,c :foreground ,date))) + `(org-agenda-date ((,c :foreground ,date :height 1.4))) `(org-agenda-date-today ((,c :inherit org-agenda-date :underline t))) `(org-agenda-date-weekend ((,c :inherit org-agenda-date))) `(org-agenda-date-weekend-today ((,c :inherit org-agenda-date-today))) @@ -556,9 +556,9 @@ When called from Lisp, THEME is a symbol." `(org-agenda-filter-regexp ((,c :inherit success))) `(org-agenda-filter-tags ((,c :inherit success))) `(org-agenda-restriction-lock ((,c :background ,bg-dim :foreground ,fg-dim))) - `(org-agenda-structure ((,c :foreground ,rainbow-1))) + `(org-agenda-structure ((,c :foreground ,rainbow-0 :height 1.7))) `(org-agenda-structure-filter ((,c :inherit org-agenda-structure :foreground ,info))) - `(org-agenda-structure-secondary ((,c :foreground ,rainbow-2))) + `(org-agenda-structure-secondary ((,c :foreground ,rainbow-1))) `(org-archived ((,c :background ,bg-alt :foreground ,fg-alt))) `(org-block (( ))) `(org-block-begin-line ((,c :inherit shadow)))