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

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

[nongnu] elpa/monokai-theme b88d09a6fe 11/16: Add support for `tty-menu`


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme b88d09a6fe 11/16: Add support for `tty-menu`, `eshell-prompt-extras`
Date: Wed, 11 Sep 2024 07:00:30 -0400 (EDT)

branch: elpa/monokai-theme
commit b88d09a6fe088c62bf05d043e90322ae7de32943
Author: coco24 <1281299809@qq.com>
Commit: Kelvin Smith <onekelvinsmith@gmail.com>

    Add support for `tty-menu`, `eshell-prompt-extras`
---
 monokai-theme.el | 38 ++++++++++++++++++++++++++++++++++++--
 1 file changed, 36 insertions(+), 2 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index 704b520095..7f2a1c05f9 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2058,7 +2058,7 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:foreground ,monokai-blue
                                    :inherit bold))
       (,monokai-256-class (:foreground ,monokai-256-blue
-                                        :inherit bold))))
+                                       :inherit bold))))
 
    `(eshell-ls-archive
      ((,monokai-class (:foreground ,monokai-red
@@ -2108,7 +2108,28 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:foreground ,monokai-cyan
                                    :inherit bold))
       (,monokai-256-class (:foreground ,monokai-256-cyan
-                                        :inherit bold))))
+                                       :inherit bold))))
+
+   ;; eshell-prompt-extras
+   `(epe-pipeline-delimiter-face
+     ((,monokai-class (:foreground ,monokai-green))
+      (,monokai-256-class (:foreground ,monokai-256-green))))
+   
+   `(epe-pipeline-user-face
+     ((,monokai-class (:foreground ,monokai-red))
+      (,monokai-256-class (:foreground ,monokai-256-red))))
+
+   `(epe-pipeline-time-face
+     ((,monokai-class (:foreground ,monokai-yellow))
+      (,monokai-256-class (:foreground ,monokai-256-yellow))))
+
+   `(epe-pipeline-host-face
+     ((,monokai-class (:foreground ,monokai-orange))
+      (,monokai-256-class (:foreground ,monokai-256-orange))))
+
+   `(epe-git-dir-face
+     ((,monokai-class (:foreground ,monokai-yellow-d))
+      (,monokai-256-class (:foreground ,monokai-256-yellow-d))))
 
    ;; evil-ex-substitute
    `(evil-ex-substitute-matches
@@ -3091,6 +3112,19 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:background ,monokai-highlight-line))
       (,monokai-256-class (:background ,monokai-256-highlight-line))))
 
+   ;; tty-menu
+   `(tty-menu-enabled-face
+     ((,monokai-class (:background ,monokai-gray-d))
+      (,monokai-256-class (:background ,monokai-256-gray-d))))
+
+   `(tty-menu-disabled-face
+     ((,monokai-class (:foreground ,monokai-comments :background 
,monokai-gray-d))
+      (,monokai-256-class (:foreground ,monokai-256-comments :background 
,monokai-256-gray-d))))
+
+   `(tty-menu-selected-face
+     ((,monokai-class (:background ,monokai-highlight))
+      (,monokai-256-class (:background ,monokai-256-highlight))))
+
    ;; ido-mode
    `(ido-first-match
      ((,monokai-class (:foreground ,monokai-yellow



reply via email to

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