Use appropriate faces for transient highlights

This commit is contained in:
Protesilaos Stavrou 2022-12-01 10:09:14 +02:00
parent 58cfe1b145
commit af84ab4a14
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -4071,7 +4071,7 @@ C1 and C2 are color values written in hexadecimal RGB."
`(transient-amaranth ((,c :inherit bold :foreground ,yellow-warmer)))
;; Placate the compiler for what is a spurious warning. We also
;; have to do this with `eldoc-highlight-function-argument'.
(list 'transient-argument `((,c :inherit (bold modus-themes-subtle-cyan))))
(list 'transient-argument `((,c :inherit (bold modus-themes-mark-alt))))
`(transient-blue ((,c :inherit bold :foreground ,blue)))
`(transient-disabled-suffix ((,c :inherit modus-themes-intense-red)))
`(transient-enabled-suffix ((,c :inherit modus-themes-subtle-cyan)))
@ -4087,7 +4087,7 @@ C1 and C2 are color values written in hexadecimal RGB."
`(transient-teal ((,c :inherit bold :foreground ,cyan-cooler)))
`(transient-unreachable ((,c :inherit shadow)))
`(transient-unreachable-key ((,c :inherit shadow)))
`(transient-value ((,c :inherit (bold modus-themes-subtle-yellow))))
`(transient-value ((,c :inherit (bold modus-themes-mark-sel))))
;;;;; trashed
`(trashed-deleted ((,c :inherit modus-themes-mark-del)))
`(trashed-directory ((,c :foreground ,accent-0)))