branch: elpa/material-theme
commit 8c6182f8588f09605ebbe063c3f21bdc4ae06378
Author: Maximilian Nickel <[email protected]>
Commit: Maximilian Nickel <[email protected]>

    Better readability for guide-key
---
 material-light-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 39169fe..b55f045 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -402,8 +402,8 @@
 
    ;; guide-key
    `(guide-key/key-face ((,class (:foreground ,foreground ))))
-   `(guide-key/highlight-command-face ((,class (:foreground ,yellow ))))
-   `(guide-key/prefix-command-face ((,class (:foreground ,aqua ))))
+   `(guide-key/highlight-command-face ((,class (:foreground ,orange ))))
+   `(guide-key/prefix-command-face ((,class (:foreground ,blue ))))
 
    ;; which-key
    `(which-key-key-face ((,class (:foreground ,foreground  :weight bold))))

Reply via email to