From 8917a72f52557dbaee80972aaf740d7d69a713c1 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Mon, 13 Mar 2023 07:56:18 +0200 Subject: Remove bold weight from regexp constructs --- ef-themes.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index e8de392..dbfbf24 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -1265,8 +1265,8 @@ Optional prefix argument MAPPINGS has the same meaning as for `(font-lock-keyword-face ((,c :inherit bold :foreground ,keyword))) `(font-lock-negation-char-face ((,c :inherit bold))) `(font-lock-preprocessor-face ((,c :foreground ,preprocessor))) - `(font-lock-regexp-grouping-backslash ((,c :inherit bold :foreground ,rx-escape))) - `(font-lock-regexp-grouping-construct ((,c :inherit bold :foreground ,rx-construct))) + `(font-lock-regexp-grouping-backslash ((,c :foreground ,rx-escape))) + `(font-lock-regexp-grouping-construct ((,c :foreground ,rx-construct))) `(font-lock-string-face ((,c :foreground ,string))) `(font-lock-type-face ((,c :foreground ,type))) `(font-lock-variable-name-face ((,c :foreground ,variable))) -- cgit v1.0