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

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

[elpa] externals/modus-operandi-theme e039129 38/99: Refine Org agenda m


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e039129 38/99: Refine Org agenda modeline filter faces
Date: Fri, 31 Jul 2020 09:25:22 -0400 (EDT)

branch: externals/modus-operandi-theme
commit e039129f069cb44a683f117070f4765a698ea8c8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine Org agenda modeline filter faces
    
    It is now easier to tell that a filter is in effect.
---
 modus-operandi-theme.el | 8 ++++----
 modus-vivendi-theme.el  | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 0c92e97..86e5c8b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2804,10 +2804,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-agenda-diary ((,class :foreground ,fg-main)))
    `(org-agenda-dimmed-todo-face ((,class :inherit 
modus-theme-subtle-neutral)))
    `(org-agenda-done ((,class ,@(modus-operandi-theme-org-todo-block 
green-nuanced-bg green-nuanced green))))
-   `(org-agenda-filter-category ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(org-agenda-filter-effort ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(org-agenda-filter-regexp ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(org-agenda-filter-tags ((,class :background ,bg-active :foreground 
,fg-main :box t)))
+   `(org-agenda-filter-category ((,class :foreground ,magenta-active :weight 
bold)))
+   `(org-agenda-filter-effort ((,class :foreground ,magenta-active :weight 
bold)))
+   `(org-agenda-filter-regexp ((,class :foreground ,magenta-active :weight 
bold)))
+   `(org-agenda-filter-tags ((,class :foreground ,magenta-active :weight 
bold)))
    `(org-agenda-restriction-lock ((,class :background ,bg-dim :foreground 
,fg-dim)))
    `(org-agenda-structure ((,class :inherit ,modus-theme-variable-pitch
                                    :foreground ,fg-special-mild
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index cb90582..b0339ad 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2804,10 +2804,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-agenda-diary ((,class :foreground ,fg-main)))
    `(org-agenda-dimmed-todo-face ((,class :inherit 
modus-theme-subtle-neutral)))
    `(org-agenda-done ((,class ,@(modus-vivendi-theme-org-todo-block 
green-nuanced-bg green-nuanced green))))
-   `(org-agenda-filter-category ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(org-agenda-filter-effort ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(org-agenda-filter-regexp ((,class :background ,bg-active :foreground 
,fg-main :box t)))
-   `(org-agenda-filter-tags ((,class :background ,bg-active :foreground 
,fg-main :box t)))
+   `(org-agenda-filter-category ((,class :foreground ,magenta-active :weight 
bold)))
+   `(org-agenda-filter-effort ((,class :foreground ,magenta-active :weight 
bold)))
+   `(org-agenda-filter-regexp ((,class :foreground ,magenta-active :weight 
bold)))
+   `(org-agenda-filter-tags ((,class :foreground ,magenta-active :weight 
bold)))
    `(org-agenda-restriction-lock ((,class :background ,bg-dim :foreground 
,fg-dim)))
    `(org-agenda-structure ((,class :inherit ,modus-theme-variable-pitch
                                    :foreground ,fg-special-mild



reply via email to

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