branch: elpa/ample-theme
commit f962232778abe378f9b81e2dae511eaafe261b31
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>
show-paren
---
ample-theme.el | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ample-theme.el b/ample-theme.el
index 6533c31..bac5c71 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -163,6 +163,10 @@
`(undo-tree-visualizer-current-face ((t (:foreground ,ample/red :background
nil))))
`(undo-tree-visualizer-unmodified-face ((t (:foreground ,ample/purple
:background nil))))
+ ;;show paren
+ `(show-paren-match ((t (:foreground nil :background ,ample/dark-gray))))
+ `(show-paren-mismatch ((t (:inherit error))))
+
;; error
`(error ((t (:foreground "red"))))