branch: elpa/material-theme
commit 66594eda3138c4dcc5d196b5fdf46548ea1ddec1
Author: Brandon Carrell <[email protected]>
Commit: Brandon Carrell <[email protected]>

    Fix wrong-type-argument error in `show-paren-match-face'
    
    * material-theme.el (class): Eval `aqua' var
---
 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