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

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

[nongnu] elpa/monokai-theme 16337f5 112/207: Add ivy faces


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 16337f5 112/207: Add ivy faces
Date: Thu, 21 Oct 2021 18:07:43 -0400 (EDT)

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

    Add ivy faces
---
 monokai-theme.el | 34 ++++++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 8f98ba3..94af5cb 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2959,6 +2959,40 @@ Also affects 'linum-mode' background."
      ((,class (:height ,monokai-height-plus-1))
       (,terminal-class (:height ,monokai-height-plus-1))))
 
+   ;; ivy
+   `(ivy-current-match
+     ((,class (:background highlight
+                           :inherit bold))
+      (,terminal-class (:background highlight
+                                    :inherit bold))))
+
+   `(ivy-minibuffer-match-face-1
+     ((,class (:inherit bold))
+      (,terminal-class (:inherit bold))))
+
+   `(ivy-minibuffer-match-face-2
+     ((,class (:foreground ,monokai-violet
+                           :underline t))
+      (,terminal-class (:foreground ,terminal-monokai-violet
+                                    :underline t))))
+
+   `(ivy-minibuffer-match-face-3
+     ((,class (:foreground ,monokai-green
+                           :underline t))
+      (,terminal-class (:foreground ,terminal-monokai-green
+                                    :underline t))))
+
+   `(ivy-minibuffer-match-face-4
+     ((,class (:foreground ,monokai-yellow
+                           :underline t))
+      (,terminal-class (:foreground ,terminal-monokai-yellow
+                                    :underline t))))
+
+   `(ivy-remote
+     ((,class (:foreground ,monokai-blue))
+      (,terminal-class (:foreground ,terminal-monokai-blue))))
+
+   ;; jabber
    `(jabber-activity-face
      ((,class (:weight bold
                        :foreground ,monokai-red))



reply via email to

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