branch: elpa/moe-theme
commit 67c523b38661df9a41a2b349a8371ab532252080
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>

    More clear (maybe) matching-paren-highlight in moe-dark.
---
 moe-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 924402e546..d543b9045a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -54,7 +54,7 @@ Moe, moe, kyun!")
    `(isearch ((,class (:foreground ,white-1 :background ,orange-3))))
    `(lazy-highlight ((,class (:background ,magenta-3 :foreground ,white-1))))
    `(trailing-whitespace ((,class (:background ,red-3))))
-   `(show-paren-match ((,class (:background ,black-6))))
+   `(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
    `(header-line ((,class (:background ,blue-0 :foreground ,black-4 :underline 
nil))))
 
    ;; Mode line & frames' faces

Reply via email to