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

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

[elpa] externals/ef-themes 96aaab1265: Fix incorrect background for the


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 96aaab1265: Fix incorrect background for the message-separator face
Date: Fri, 22 Mar 2024 12:57:57 -0400 (EDT)

branch: externals/ef-themes
commit 96aaab126510bfd303558e2a9b85a745dab32f41
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix incorrect background for the message-separator face
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index dbe51fd23e..59f8262279 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -5,7 +5,7 @@
 ;; Author: Protesilaos Stavrou <info@protesilaos.com>
 ;; Maintainer: Protesilaos Stavrou <info@protesilaos.com>
 ;; URL: https://git.sr.ht/~protesilaos/ef-themes
-;; Version: 1.6.0
+;; Version: 1.6.1
 ;; Package-Requires: ((emacs "27.1"))
 ;; Keywords: faces, theme, accessibility
 
@@ -1790,7 +1790,7 @@ text should not be underlined as well) yet still blend 
in."
     `(message-header-xheader ((,c :inherit message-header-other)))
     `(message-header-other ((,c :foreground ,mail-other)))
     `(message-mml ((,c :foreground ,mail-part)))
-    `(message-separator ((,c :background ,bg-inactive :foreground ,fg-main)))
+    `(message-separator ((,c :background ,bg-dim :foreground ,fg-main)))
 ;;;; mode-line
     `(mode-line ((,c :inherit ef-themes-ui-variable-pitch :background 
,bg-mode-line :foreground ,fg-mode-line)))
     `(mode-line-active ((,c :inherit mode-line)))



reply via email to

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