branch: elpa/ample-theme
commit f4b887dc147d3a77428e30f65e5d640b95017f5f
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    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