branch: elpa/spacemacs-theme
commit fb75d303ed1288a53707957c1dc0a7b1a1550be0
Author: Jordan Wade <[email protected]>
Commit: Jordan Wade <[email protected]>

    Add dim paren faces for parinfer.el and parinfer-rust-mode.el
---
 spacemacs-common.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 269f6b3452..868049a326 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -789,6 +789,12 @@ to 'auto, tags may not be properly aligned. "
      `(outline-7 ((,class (:inherit org-level-7))))
      `(outline-8 ((,class (:inherit org-level-8))))
 
+;;;;; parinfer
+     `(parinfer-pretty-parens:dim-paren-face ((,class (:foreground 
,base-dim))))
+
+;;;;; parinfer-rust-mode
+     `(parinfer-rust-dim-parens ((,class (:foreground ,base-dim))))
+
 ;;;;; perspective
      `(persp-selected-face ((,class (:inherit bold :foreground ,func))))
 

Reply via email to