branch: elpa/ample-theme
commit 12f3273b7e793842190cc72f646e21e4cb2f15ec
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    add guide-key to flat and light
---
 ample-flat-theme.el  | 5 +++++
 ample-light-theme.el | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/ample-flat-theme.el b/ample-flat-theme.el
index 2bba35c..724648e 100644
--- a/ample-flat-theme.el
+++ b/ample-flat-theme.el
@@ -696,6 +696,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
diff --git a/ample-light-theme.el b/ample-light-theme.el
index f36514e..538db46 100644
--- a/ample-light-theme.el
+++ b/ample-light-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