branch: externals/ef-themes commit 2ece77b6ee7d5760304de57935bf8f250ec72b23 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for textsec --- ef-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index be80e289e9..4a1039912f 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -824,6 +824,8 @@ When called from Lisp, THEME is a symbol." `(term-color-white ((,c :background "white" :foreground "white"))) `(term-color-yellow ((,c :background ,yellow :foreground ,yellow))) `(term-underline ((,c :underline t))) +;;;; textsec + `(textsec-suspicious (( ))) ;;;; transient `(transient-active-infix ((,c :background ,bg-hover-alt :foreground ,fg-intense))) `(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer)))