branch: externals/ef-themes commit c5db8685bc37b6ae2093806248f0ed31402d6d6b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the 'trailing-whitespace' face --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 36be067cc1..e30ff34e8a 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -97,6 +97,7 @@ When called from Lisp, THEME is a symbol." `(button ((,c :foreground ,link :underline ,border))) `(link ((,c :foreground ,link :underline ,border))) `(shadow ((,c :foreground ,fg-dim))) + `(trailing-whitespace ((,c :background ,bg-red :foreground ,fg-intense))) `(tooltip ((,c :background ,bg-active :foreground ,fg-intense))) ;;;; ansi-color `(ansi-color-black ((,c :background "black" :foreground "black")))