From 2ece77b6ee7d5760304de57935bf8f250ec72b23 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 16 Aug 2022 12:22:45 +0300 Subject: [PATCH] Add support for textsec --- ef-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index be80e28..4a10399 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)))