branch: elpa/ujelly-theme
commit 1055417eaff7a9d7a846eeb7edb26958efcd3bed
Merge: c3685dc f5facea
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
Merge pull request #7 from asok/font-lock-regexp-grouping-faces
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))))