branch: elpa/apropospriate-theme commit 781fdb354dee083aa301cb4494996b3668125073 Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
add color mappings for transient --- README.md | 1 + apropospriate.el | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 9923ec6..2b8ee1d 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,5 @@ Apropospriate supports all the usual `prog-mode` derived packages as well as som * Tab-line * VC-Annotate * Window Divider Mode +* Transient * Transient Posframe Mode diff --git a/apropospriate.el b/apropospriate.el index e1ae9fc..0fc0905 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -267,6 +267,13 @@ Set to `1.0' or nil to prevent font size manipulation." `(lsp-face-highlight-textual ((,class (:inherit highlight-symbol-face)))) `(lsp-face-highlight-write ((,class (:inherit highlight-symbol-face :background ,base00+2)))) `(transient-separator ((,class (:background ,base00-2)))) + `(transient-red ((,class (:foreground ,red)))) + `(transient-blue ((,class (:foreground ,blue)))) + `(transient-amaranth ((,class (:foreground ,purple)))) + `(transient-pink ((,class (:foreground ,pink)))) + `(transient-teal ((,class (:foreground ,teal)))) + `(transient-enabled-suffix ((,class (:foreground ,green :background ,base00-2)))) + `(transient-disabled-suffix ((,class (:foreground ,red :background ,base00-2)))) `(transient-posframe ((,class (:background ,base00-2)))) `(transient-posframe-border ((,class (:background ,base00-2)))) `(ivy-posframe ((,class :background ,base00-2 :foreground ,base03)))