branch: elpa/spacemacs-theme
commit 6b26508a6050f425775087efa8263528f8b12b23
Merge: e39254159a fb75d303ed
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #174 from jordanwade90/master
    
    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