branch: elpa/material-theme
commit 22872e31585f168370b3ca737865553a04f8fc23
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
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))))