branch: elpa/spacemacs-theme
commit 93938cfb21e62783f6073b87f9513f066aecc7d1
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>

    Support transient
---
 spacemacs-theme.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/spacemacs-theme.el b/spacemacs-theme.el
index c9ab3153ed..8d533a0fd7 100644
--- a/spacemacs-theme.el
+++ b/spacemacs-theme.el
@@ -977,6 +977,15 @@ to `auto', tags may not be properly aligned. "
 ;;;;; tide
      `(tide-hl-identifier-face ((,class (:foreground ,yellow :background 
,yellow-bg))))
 
+;;;;; transient
+     `(transient-key ((,class (:foreground ,keyword))))
+     `(transient-key-exit ((,class (:foreground ,type))))
+     `(transient-key-noop ((,class (:foreground ,base-dim))))
+     `(transient-key-recurse ((,class (:foreground ,blue))))
+     `(transient-key-return ((,class (:foreground ,mat))))
+     `(transient-key-stack ((,class (:foreground ,func))))
+     `(transient-key-stay ((,class (:foreground ,green))))
+
 ;;;;; treemacs
      `(treemacs-git-added-face ((,class (:foreground ,green :background 
,green-bg))))
      `(treemacs-git-conflict-face ((,class (:foreground ,red :background 
,red-bg))))

Reply via email to