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

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

[nongnu] elpa/gotham-theme c883f2897f 086/214: Add faces for hydra


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme c883f2897f 086/214: Add faces for hydra
Date: Fri, 7 Jan 2022 17:58:44 -0500 (EST)

branch: elpa/gotham-theme
commit c883f2897fa521d83ee0cbb8897b5614433f9e13
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add faces for hydra
    
    This closes #14.
---
 gotham-theme.el | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/gotham-theme.el b/gotham-theme.el
index 874bc87520..06c09ec6d8 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -453,8 +453,14 @@ depending on DISPLAY for keys which are either :foreground 
or
    (helm-time-zone-home :foreground red)
    (helm-visible-mark :inherit secondary-selection)
 
+   ;; hydra
+   (hydra-face-red :foreground red :bold t)
+   (hydra-face-blue :foreground cyan :bold t)
+   (hydra-face-teal :foreground green :bold t)
+   (hydra-face-pink :foreground orange :bold t)
+   (hydra-face-amaranth :foreground magenta :bold t)
+
    ;; jabber
-   ;; TODO
    (jabber-activity-face :foreground green)
    (jabber-activity-personal-face :foreground cyan)
    (jabber-chat-error :inherit error)



reply via email to

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