Add support for textsec

This commit is contained in:
Protesilaos Stavrou 2022-08-16 12:22:45 +03:00
parent 640327009f
commit 2ece77b6ee
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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)))