branch: elpa/monokai-theme
commit 66320eb2c73635247dfc3fe543e7de3e07b9b6f8
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>

    Update guide-key faces
---
 monokai-theme.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index ee2889e..bf45e16 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2278,12 +2278,12 @@ Also affects 'linum-mode' background."
       (,terminal-class (:foreground ,terminal-monokai-blue))))
 
    `(guide-key/key-face
-     ((,class (:foreground ,monokai-comments))
-      (,terminal-class (:foreground ,terminal-monokai-comments))))
+     ((,class (:foreground ,monokai-orange))
+      (,terminal-class (:foreground ,terminal-monokai-orange))))
 
    `(guide-key/prefix-command-face
-     ((,class (:foreground ,monokai-green))
-      (,terminal-class (:foreground ,terminal-monokai-green))))
+     ((,class (:foreground ,monokai-violet))
+      (,terminal-class (:foreground ,terminal-monokai-violet))))
 
    ;; gnus
    `(gnus-group-mail-1

Reply via email to