diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-10-12 07:45:21 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2016-10-12 07:45:21 +0200 |
| commit | 3a165b192daa310687ef2b40ab665deeaec293c5 (patch) | |
| tree | 4fc594c2ae632cbe16bd2c1868491f7b9a6b9180 /eighters-theme.el | |
| parent | 1edf256ee3f47bf98dc8b7a45ec8f2e1753db14e (diff) | |
| download | eighters-theme-3a165b192daa310687ef2b40ab665deeaec293c5.tar.xz | |
Make regexp grouping characters stand out more
Diffstat (limited to 'eighters-theme.el')
| -rw-r--r-- | eighters-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
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")))) |
