branch: externals/ef-themes
commit 1ebf36f643c0520f8b6079526ae61a543378e21b
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Fix styling in Org agenda
    
    The previous colour mappings could contribute to imperfect colour
    combinations.
---
 ef-themes.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index a73ea57ec4..4f205a8888 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 ,ef-themes-height-2)))
+    `(org-agenda-date ((,c :foreground ,date :height ,ef-themes-height-3)))
     `(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,8 +860,8 @@ 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 
,ef-themes-height-1)))
-    `(org-agenda-structure-filter ((,c :inherit (bold org-agenda-structure) 
:foreground ,rainbow-1)))
+    `(org-agenda-structure ((,c :height ,ef-themes-height-0)))
+    `(org-agenda-structure-filter ((,c :inherit (warning 
org-agenda-structure))))
     `(org-agenda-structure-secondary ((,c :foreground ,rainbow-1)))
     `(org-archived ((,c :background ,bg-alt :foreground ,fg-alt)))
     `(org-block ((,c :background ,bg-inactive :extend t)))

Reply via email to