From 3a165b192daa310687ef2b40ab665deeaec293c5 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 12 Oct 2016 07:45:21 +0200 Subject: Make regexp grouping characters stand out more --- eighters-theme.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'eighters-theme.el') diff --git a/eighters-theme.el b/eighters-theme.el index bfc1681..e0f5a5b 100644 --- a/eighters-theme.el +++ b/eighters-theme.el @@ -17,6 +17,8 @@ '(font-lock-keyword-face ((t (:foreground "cyan" :weight bold)))) '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) '(font-lock-string-face ((t (:foreground "lime green" :slant italic)))) + '(font-lock-regexp-grouping-backslash ((t (:foreground "olivedrab4")))) + '(font-lock-regexp-grouping-construct ((t (:foreground "olivedrab2" :weight bold)))) '(font-lock-type-face ((t (:foreground "green3" :slant italic)))) '(font-lock-variable-name-face ((t (:foreground "gold")))) '(link ((t (:underline t :foreground "steelblue1")))) -- cgit v1.2.3