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

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

[nongnu] elpa/monokai-theme 66320eb 099/207: Update guide-key faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 66320eb 099/207: Update guide-key faces
Date: Thu, 21 Oct 2021 18:07:40 -0400 (EDT)

branch: elpa/monokai-theme
commit 66320eb2c73635247dfc3fe543e7de3e07b9b6f8
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    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

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