branch: elpa/material-theme
commit 61992d7465e04cdb181ae9975f500561d6a021bb
Merge: c4b8561 66594ed
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Merge pull request #6 from bcarrell/master
    
    Fix wrong-type-argument error in `show-paren-match-face'
---
 material-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/material-theme.el b/material-theme.el
index 7c4ca46..ddfe3e3 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -223,7 +223,7 @@
    `(whitespace-hspace ((,class (:background nil :foreground ,selection))))
 
    ;; Parenthesis matching (built-in)
-   `(show-paren-match-face ((,class (:background aqua :foreground "black"))))
+   `(show-paren-match-face ((,class (:background ,aqua :foreground "black"))))
    `(show-paren-mismatch-face ((,class (:background "red1" :foreground 
"white"))))
 
    ;; Smartparens paren matching

Reply via email to