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

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

[elpa] externals/modus-themes 410a09e938 05/13: Make erc-dangerous-host-


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 410a09e938 05/13: Make erc-dangerous-host-face inherit from 'error'
Date: Wed, 17 May 2023 02:58:51 -0400 (EDT)

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

    Make erc-dangerous-host-face inherit from 'error'
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index a8cdc88e4d..f69296f284 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2374,7 +2374,7 @@ FG and BG are the main colors."
     `(erc-button ((,c :inherit button)))
     `(erc-command-indicator-face ((,c :inherit bold :foreground ,accent-3)))
     `(erc-current-nick-face ((,c :inherit match)))
-    `(erc-dangerous-host-face ((,c :inherit modus-themes-intense-red)))
+    `(erc-dangerous-host-face ((,c :inherit error)))
     `(erc-direct-msg-face ((,c :inherit shadow)))
     `(erc-error-face ((,c :inherit error)))
     `(erc-fool-face ((,c :inherit shadow)))



reply via email to

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