branch: elpa/gruber-darker-theme
commit 0378e86df5846deee6810fee761df8b8c7e9007c
Author: rexim <[email protected]>
Commit: rexim <[email protected]>

    Returned original show-paren faces.
---
 gruber-darker-theme.el | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 39e3357270..6d41529a6e 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -219,12 +219,10 @@
                                        :background gruber-darker-sea-wave))))
 
    ;; Show Paren
-   `(show-paren-match-face ((t ,(list :background gruber-darker-bg
-                                      :foreground gruber-darker-green
-                                      :weight 'bold))))
-   `(show-paren-mismatch-face ((t ,(list :background gruber-darker-bg
-                                         :foreground gruber-darker-red
-                                         :weight 'bold))))
+   `(show-paren-match-face ((t ,(list :background gruber-darker-bg+4
+                                      :foreground gruber-darker-fg+1))))
+   `(show-paren-mismatch-face ((t ,(list :background gruber-darker-red-1
+                                         :foreground gruber-darker-fg+1))))
    ))
 
 ;;;###autoload

Reply via email to