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

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

[nongnu] elpa/ample-theme 12f3273 108/137: add guide-key to flat and lig


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 12f3273 108/137: add guide-key to flat and light
Date: Thu, 21 Oct 2021 18:00:27 -0400 (EDT)

branch: elpa/ample-theme
commit 12f3273b7e793842190cc72f646e21e4cb2f15ec
Author: jordonbiondo <biondoj@mail.gvsu.edu>
Commit: jordonbiondo <biondoj@mail.gvsu.edu>

    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

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