branch: elpa/alect-themes
commit 1ccf42c1e5aecea2b810d8f7d2d6b9832edd3ff4
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add font lock faces for regexp groups
---
alect-themes.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index a2f51cd..ae4a0ed 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -565,6 +565,8 @@ For INVERT, see `alect-get-color'."
(font-lock-type-face ((t :foreground ,(gc 'magenta+2))))
(font-lock-variable-name-face ((t :foreground ,(gc 'yellow+2))))
(font-lock-warning-face ((t :foreground ,(gc 'red) :weight
bold)))
+ (font-lock-regexp-grouping-backslash ((t :foreground ,(gc 'red+2))))
+ (font-lock-regexp-grouping-construct ((t :foreground ,(gc 'yellow-1))))
;; git-commit
(git-commit-summary-face ((t :weight bold)))