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

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

[nongnu] elpa/material-theme 22872e3 029/118: region no longer changes f


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 22872e3 029/118: region no longer changes foreground color
Date: Thu, 21 Oct 2021 18:06:13 -0400 (EDT)

branch: elpa/material-theme
commit 22872e31585f168370b3ca737865553a04f8fc23
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    region no longer changes foreground color
---
 material-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-theme.el b/material-theme.el
index ddfe3e3..21630a4 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -205,7 +205,7 @@
    `(mode-line-emphasis ((,class (:foreground ,foreground :slant italic))))
    `(mode-line-highlight ((,class (:foreground ,purple :box nil))))
    `(minibuffer-prompt ((,class (:foreground ,blue))))
-   `(region ((,class (:background ,selection :foreground ,background))))
+   `(region ((,class (:background ,selection))))
    `(secondary-selection ((,class (:background ,secondary-selection))))
 
    `(header-line ((,class (:inherit mode-line :foreground ,purple :background 
nil))))



reply via email to

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