eighters-theme

Eighters gonna eight.
git clone https://git.kevinlegouguec.net/eighters-theme
Log | Files | Refs | README | LICENSE

commit 3a165b192daa310687ef2b40ab665deeaec293c5
parent 1edf256ee3f47bf98dc8b7a45ec8f2e1753db14e
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Wed, 12 Oct 2016 07:45:21 +0200

Make regexp grouping characters stand out more

Diffstat:
Meighters-theme.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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"))))