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

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

[elpa] externals/modus-operandi-theme abafe51 13/99: Use more appropriat


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme abafe51 13/99: Use more appropriate styles for 'org-warning'
Date: Fri, 31 Jul 2020 09:25:17 -0400 (EDT)

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

    Use more appropriate styles for 'org-warning'
    
    Older versions of the themes used an intense blue because it was the
    best colour at the time for coping with the uses of this face, namely:
    
    * To highlight the keys in the export dispatcher.
    * To show pending deadlines in the agenda.
    
    In recent commits, the red side of each theme's spectrum has been
    refined, so it is now finally possible to use more semantically correct
    colours.
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index d0fdab3..b622d11 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -2780,7 +2780,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-upcoming-distant-deadline ((,class :foreground ,red-nuanced)))
    `(org-verbatim ((,class :inherit fixed-pitch :background ,bg-alt 
:foreground ,fg-special-calm)))
    `(org-verse ((,class :inherit org-quote)))
-   `(org-warning ((,class :foreground ,blue-intense)))
+   `(org-warning ((,class :foreground ,red-alt-other :weight bold)))
    ;;;; org-journal
    `(org-journal-calendar-entry-face ((,class :foreground ,yellow-alt-other 
:slant ,modus-theme-slant)))
    `(org-journal-calendar-scheduled-face ((,class :foreground ,red-alt-other 
:slant ,modus-theme-slant)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index a8128ad..896fe3b 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -2780,7 +2780,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-upcoming-distant-deadline ((,class :foreground ,red-nuanced)))
    `(org-verbatim ((,class :inherit fixed-pitch :background ,bg-alt 
:foreground ,fg-special-calm)))
    `(org-verse ((,class :inherit org-quote)))
-   `(org-warning ((,class :foreground ,blue-intense)))
+   `(org-warning ((,class :foreground ,red-alt-other :weight bold)))
    ;;;; org-journal
    `(org-journal-calendar-entry-face ((,class :foreground ,yellow-alt-other 
:slant ,modus-theme-slant)))
    `(org-journal-calendar-scheduled-face ((,class :foreground ,red-alt-other 
:slant ,modus-theme-slant)))



reply via email to

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