branch: externals/doric-themes commit cb578f8dd92e0200a47663080757b4a4260d70ff Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for re-builder faces --- doric-themes.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doric-themes.el b/doric-themes.el index 2bdab19b03..78eb83b752 100644 --- a/doric-themes.el +++ b/doric-themes.el @@ -892,6 +892,8 @@ the list becomes the last. Do not modify THEMES in the process." outline-8 proced-emacs-pid proced-sort-header + reb-regexp-grouping-backslash + reb-regexp-grouping-construct sh-escaped-newline sh-quoted-exec shortdoc-heading @@ -1370,6 +1372,11 @@ the list becomes the last. Do not modify THEMES in the process." `(org-block-end-line ((t :inherit org-block-begin-line))) `(org-hide ((t :background ,bg-main))) + `(reb-match-0 ((t :background ,bg-accent :foreground ,fg-main))) + `(reb-match-1 ((t :background ,bg-shadow-subtle :foreground ,fg-shadow-subtle))) + `(reb-match-2 ((t :background ,bg-accent :foreground ,fg-accent))) + `(reb-match-3 ((t :background ,bg-shadow-intense :foreground ,fg-shadow-intense))) + `(spacious-padding-subtle-mode-line-active ((t :foreground ,fg-accent))) `(spacious-padding-subtle-mode-line-inactive ((t :foreground ,bg-accent)))