branch: elpa/material-theme
commit 248513ba451541011c926dfbb39515332d889ff7
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    improved smartparens highlighting
---
 material-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-theme.el b/material-theme.el
index c96349a..ed891b4 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -225,7 +225,7 @@
    `(show-paren-mismatch-face ((,class (:background "red1" :foreground 
"white"))))
 
    ;; Smartparens paren matching
-   `(sp-show-pair-match-face ((,class (:foreground nil :background nil 
:inherit show-paren-match))))
+   `(sp-show-pair-match-face ((,class (:foreground "black" :background ,aqua 
:inherit show-paren-match))))
    `(sp-show-pair-mismatch-face ((,class (:foreground nil :background nil 
:inherit show-paren-mismatch))))
 
    ;; Parenthesis matching (mic-paren)

Reply via email to