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

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

[nongnu] elpa/apropospriate-theme c3ad2d3 015/118: add support for show-


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme c3ad2d3 015/118: add support for show-smartparens-mode
Date: Thu, 21 Oct 2021 18:02:13 -0400 (EDT)

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

    add support for show-smartparens-mode
---
 apropospriate.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/apropospriate.el b/apropospriate.el
index f249887..ee3390a 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -249,11 +249,13 @@
               (helm-ls-git-renamed-modified-face :foreground ,orange-1)
               (helm-ls-git-untracked-face :foreground ,blue)
 
-              (show-paren-match :underline (:style line :color ,pink))
+              (show-paren-match :background unspecified :underline (:style 
line :color ,pink))
               (show-paren-mismatch :background unspecified :foreground ,red 
:inverse-video t
                                    :underline (:style line :color ,red))
               (highlight-symbol-face :foreground unspecified :background 
unspecified
                                      :underline (:style line :color ,base02))
+              (sp-show-pair-match-face :inherit show-paren-match)
+              (sp-show-pair-mismatch-face :inherit show-paren-mismatch)
 
               (rainbow-delimiters-depth-1-face :foreground ,purple-1)
               (rainbow-delimiters-depth-2-face :foreground ,indigo-1)



reply via email to

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