branch: externals/ef-themes
commit a6e285590207f5b6c524f505a4c95b4bd0d59141
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Tweak regexp group foreground
---
ef-themes.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ef-themes.el b/ef-themes.el
index 8fcfee4bc9..b5c3cb6681 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -227,7 +227,7 @@
`(font-lock-negation-char-face ((,c :inherit bold)))
`(font-lock-preprocessor-face ((,c :foreground ,preprocessor)))
`(font-lock-regexp-grouping-backslash ((,c :inherit bold :foreground
,info)))
- `(font-lock-regexp-grouping-construct ((,c :inherit bold :foreground
,warning)))
+ `(font-lock-regexp-grouping-construct ((,c :inherit bold :foreground
,err)))
`(font-lock-string-face ((,c :foreground ,string)))
`(font-lock-type-face ((,c :foreground ,type)))
`(font-lock-variable-name-face ((,c :foreground ,variable)))