From: Joe Wreschnig Date: Tue, 22 May 2018 21:10:18 +0000 (+0200) Subject: Tweak regexp display based on string changes X-Git-Url: https://git.korewanetadesu.com/?p=fae-fire-theme.git;a=commitdiff_plain;h=60b7e611e24a440ff6e9de0d1c37634639caf440 Tweak regexp display based on string changes --- 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))))