emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme 781fdb3 2/2: add color mappings for tr


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 781fdb3 2/2: add color mappings for transient
Date: Thu, 11 Nov 2021 14:57:32 -0500 (EST)

branch: elpa/apropospriate-theme
commit 781fdb354dee083aa301cb4494996b3668125073
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]