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

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

[elpa] externals/modus-themes 284433625e: Use more appropriate colours f


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 284433625e: Use more appropriate colours for appt-notification
Date: Tue, 26 Sep 2023 12:58:51 -0400 (EDT)

branch: externals/modus-themes
commit 284433625ed7cd3b19d2e34589c3041e16dd0deb
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Use more appropriate colours for appt-notification
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 34130a0551..7d47d91e20 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1760,7 +1760,7 @@ FG and BG are the main colors."
     `(tool-bar ((,c :background ,bg-dim :foreground ,fg-main)))
     `(vertical-border ((,c :foreground ,border)))
 ;;;;; basic and/or ungrouped styles
-    `(appt-notification ((,c :inherit error)))
+    `(appt-notification ((,c :inherit bold :foreground ,modeline-err)))
     `(blink-matching-paren-highlight-offscreen ((,c :background 
,bg-paren-match)))
     `(bold ((,c :weight bold)))
     `(bold-italic ((,c :inherit (bold italic))))



reply via email to

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