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

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

[nongnu] elpa/ample-theme f4b887d 107/137: guide-key support


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme f4b887d 107/137: guide-key support
Date: Thu, 21 Oct 2021 18:00:27 -0400 (EDT)

branch: elpa/ample-theme
commit f4b887dc147d3a77428e30f65e5d640b95017f5f
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    guide-key support
---
 ample-theme.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 9f3fbef..f277de7 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -687,6 +687,11 @@
    `(font-latex-superscript-face          ((t (:height 0.8))))
    `(font-latex-warning-face              ((t (:inherit 
font-lock-warning-face))))
 
+   ;; guide-key
+   `(guide-key/prefix-command-face    ((t (:foreground ,ample/green))))
+   `(guide-key/highlight-command-face ((t (:foreground ,ample/blue))))
+   `(guide-key/key-face               ((t (:foreground ,ample/gray))))
+
    ) ;; end of custom-theme-set-faces
 
   (custom-theme-set-variables



reply via email to

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