From 14f49a15a600df0a5accf544fd2a403d073a39fe Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 19 Apr 2016 03:22:08 -0400 Subject: [PATCH] narf-dark: bold regexp chars --- private/themes/narf-dark-theme.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/private/themes/narf-dark-theme.el b/private/themes/narf-dark-theme.el index 11a04138f..26be7529a 100644 --- a/private/themes/narf-dark-theme.el +++ b/private/themes/narf-dark-theme.el @@ -141,10 +141,10 @@ `(font-lock-type-face ((,c (:foreground ,type)))) `(font-lock-variable-name-face ((,c (:foreground ,variables)))) `(font-lock-warning-face ((,c (:foreground ,red)))) - `(font-lock-negation-char-face ((,c (:foreground ,operators)))) - `(font-lock-preprocessor-char-face ((,c (:foreground ,operators)))) - `(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators)))) - `(font-lock-regexp-grouping-construct ((,c (:foreground ,operators)))) + `(font-lock-negation-char-face ((,c (:foreground ,operators :bold t)))) + `(font-lock-preprocessor-char-face ((,c (:foreground ,operators :bold t)))) + `(font-lock-regexp-grouping-backslash ((,c (:foreground ,operators :bold t)))) + `(font-lock-regexp-grouping-construct ((,c (:foreground ,operators :bold t)))) `(bold ((,c (:weight bold :foreground ,white)))) `(italic ((,c (:slant italic :foreground ,subtle))))