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

    Add binding to terminal class for diary face
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 958af25..402d4a3 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -553,7 +553,7 @@ Also affects 'linum-mode' background."
    ;; diary
    `(diary
      ((,class (:foreground ,monokai-yellow))
-      (,class (:foreground ,terminal-monokai-yellow))))
+      (,terminal-class (:foreground ,terminal-monokai-yellow))))
 
    ;; dired
    `(dired-directory

Reply via email to