From 60b7e611e24a440ff6e9de0d1c37634639caf440 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Tue, 22 May 2018 23:10:18 +0200 Subject: [PATCH] Tweak regexp display based on string changes --- fae-fire-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fae-fire-theme.el b/fae-fire-theme.el index b873738..9552c5f 100644 --- a/fae-fire-theme.el +++ b/fae-fire-theme.el @@ -200,8 +200,8 @@ Kathleen Kayeme’s story “The Fairy Tree”. See URL `(font-lock-keyword-face ((t (:foreground ,c087)))) `(font-lock-negation-char-face ((t nil))) `(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) - `(font-lock-regexp-grouping-backslash ((t :foreground ,c066))) - `(font-lock-regexp-grouping-construct ((t :foreground ,c066))) + `(font-lock-regexp-grouping-backslash ((t :foreground ,c109))) + `(font-lock-regexp-grouping-construct ((t :foreground ,c109))) `(font-lock-string-face ((t (:foreground ,c090)))) `(font-lock-type-face ((t (:foreground ,c089)))) `(font-lock-variable-name-face ((t (:foreground ,c105)))) -- 2.20.1