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

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

[nongnu] elpa/apropospriate-theme f39586f 050/118: don't inverse match f


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme f39586f 050/118: don't inverse match font face
Date: Thu, 21 Oct 2021 18:02:20 -0400 (EDT)

branch: elpa/apropospriate-theme
commit f39586f0c49c4497957e59b9f5177508644d4568
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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))))



reply via email to

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