branch: externals/ef-themes
commit 4c1c23b8bd76159f0e9dd77a9594cbcf528ddd04
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Add variable to remaining :height attributes
Continues from commit 773354a.
---
ef-themes.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ef-themes.el b/ef-themes.el
index daa2adb9d7..a73ea57ec4 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -848,7 +848,7 @@ Helper function for `ef-themes-preview-colors'."
`(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 :height 1.4)))
+ `(org-agenda-date ((,c :foreground ,date :height ,ef-themes-height-2)))
`(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)))
@@ -860,7 +860,7 @@ Helper function for `ef-themes-preview-colors'."
`(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-0 :height 1.7)))
+ `(org-agenda-structure ((,c :foreground ,rainbow-0 :height
,ef-themes-height-1)))
`(org-agenda-structure-filter ((,c :inherit (bold org-agenda-structure)
:foreground ,rainbow-1)))
`(org-agenda-structure-secondary ((,c :foreground ,rainbow-1)))
`(org-archived ((,c :background ,bg-alt :foreground ,fg-alt)))
@@ -879,7 +879,7 @@ Helper function for `ef-themes-preview-colors'."
`(org-dispatcher-highlight ((,c :inherit (bold secondary-selection))))
`(org-document-info ((,c :foreground ,rainbow-1)))
`(org-document-info-keyword ((,c :inherit shadow)))
- `(org-document-title ((,c :foreground ,rainbow-0 :height 1.8)))
+ `(org-document-title ((,c :foreground ,rainbow-0 :height
,ef-themes-height-0)))
`(org-done ((,c :foreground ,info)))
`(org-drawer ((,c :inherit shadow)))
`(org-ellipsis (( ))) ; inherits from the heading's color