branch: elpa/apropospriate-theme
commit f39586f0c49c4497957e59b9f5177508644d4568
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
don't inverse match font face
it's too visually intense
---
apropospriate.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apropospriate.el b/apropospriate.el
index 7b34fcf..cdf4aae 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -160,7 +160,7 @@
`(spaceline-unmodified ((,class (:background ,orange-1 :foreground
,base00))))
`(spaceline-modified ((,class (:background ,cyan-1 :foreground ,base00))))
`(spaceline-read-only ((,class (:background ,purple :foreground
,base00))))
- `(match ((,class (:foreground ,yellow :background ,base00+1
:inverse-video t :weight bold))))
+ `(match ((,class (:foreground ,yellow :background ,base00+1 :weight
bold))))
`(isearch ((,class (:inherit match))))
`(query-replace ((,class (:inherit isearch))))
`(anzu-replace-to ((,class (:foreground ,yellow :background ,base00+1))))