branch: elpa/ujelly-theme
commit f5facea40304f9ccd46470c7bbafac1ae2b88761
Author: asok <[email protected]>
Commit: asok <[email protected]>

    Add font-lock-regexp-grouping-\\(construct\\|backslash\\) faces.
---
 ujelly-theme.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 970ec4d..765560e 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -75,6 +75,8 @@
        `(font-lock-type-face ((,class (:foreground ,ujelly-orange-0))))
        `(font-lock-variable-name-face ((,class (:foreground ,ujelly-red-0))))
        `(font-lock-warning-face ((,class (:foreground ,ujelly-red-1))))
+       `(font-lock-regexp-grouping-construct ((t (:foreground ,ujelly-yellow-0 
:bold t))))
+       `(font-lock-regexp-grouping-backslash ((t (:foreground ,ujelly-red-0 
:bold t))))
        `(git-commit-comment-file-face ((,class (:foreground ,ujelly-fg))))
        `(git-commit-comment-heading-face ((,class (:foreground 
,ujelly-yellow-0))))
        `(git-commit-summary-face ((,class (:foreground ,ujelly-fg))))

Reply via email to