Add support for PAREN-FACE

This commit is contained in:
Protesilaos Stavrou 2019-12-18 15:54:41 +02:00
parent fb73db6371
commit a8728a56a3
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 5 additions and 0 deletions

View File

@ -222,6 +222,7 @@ the "full support" may not be 100% true…
+ neotree
+ org-mode*
+ outline-mode
+ paren-face
+ pass
+ persp-mode
+ perspective

View File

@ -1229,6 +1229,8 @@ between foreground and background is >= 7:1)."
`(outline-6 ((,class (:inherit org-level-6))))
`(outline-7 ((,class (:inherit org-level-7))))
`(outline-8 ((,class (:inherit org-level-8))))
;;;; paren-face
`(parenthesis ((,class (:foreground ,fg-alt))))
;;;; pass
`(pass-mode-directory-face ((,class (:foreground ,fg-special-cold :weight bold))))
`(pass-mode-entry-face ((,class (:inherit default))))

View File

@ -1229,6 +1229,8 @@ between foreground and background is >= 7:1)."
`(outline-6 ((,class (:inherit org-level-6))))
`(outline-7 ((,class (:inherit org-level-7))))
`(outline-8 ((,class (:inherit org-level-8))))
;;;; paren-face
`(parenthesis ((,class (:foreground ,fg-alt))))
;;;; pass
`(pass-mode-directory-face ((,class (:foreground ,fg-special-cold :weight bold))))
`(pass-mode-entry-face ((,class (:inherit default))))