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

    Removed foreground for show-paren faces.
---
 gruber-darker-theme.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gruber-darker-theme.el b/gruber-darker-theme.el
index 7b0655d34e..0ddb631e2e 100644
--- a/gruber-darker-theme.el
+++ b/gruber-darker-theme.el
@@ -216,10 +216,8 @@
                                        :background gruber-darker-sea-wave))))
 
    ;; Show Paren
-   `(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))))
+   `(show-paren-match-face ((t ,(list :background gruber-darker-bg+4))))
+   `(show-paren-mismatch-face ((t ,(list :background gruber-darker-red-1))))
    ))
 
 ;;;###autoload

Reply via email to