diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-13 07:56:18 +0200 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2023-03-13 07:56:18 +0200 |
| commit | 8917a72f52557dbaee80972aaf740d7d69a713c1 (patch) | |
| tree | efd6de8229beb2902d9b506b434be4fa9b7adb9c /ef-themes.el | |
| parent | 955c2986daaa0d08f109050d64db4faa15383754 (diff) | |
Remove bold weight from regexp constructs
Diffstat (limited to 'ef-themes.el')
| -rw-r--r-- | ef-themes.el | 4 |
1 files 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))) |
