emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme fb75d303ed 319/336: Add dim paren faces fo


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme fb75d303ed 319/336: Add dim paren faces for parinfer.el and parinfer-rust-mode.el
Date: Fri, 14 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/spacemacs-theme
commit fb75d303ed1288a53707957c1dc0a7b1a1550be0
Author: Jordan Wade <jordan@jwade.net>
Commit: Jordan Wade <jordan@jwade.net>

    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

[Prev in Thread] Current Thread [Next in Thread]