[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
- [nongnu] elpa/monokai-theme 65b76f937a 02/16: Enable lexical binding, (continued)
- [nongnu] elpa/monokai-theme 65b76f937a 02/16: Enable lexical binding, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme a65b289518 06/16: Enhance support for `corfu`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 24e9e34cc2 07/16: Disable `distant-foreground` for highlight, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 4febada5bb 15/16: Add support for `corfu-popupinfo`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 883c81314c 08/16: Add face for `child-frame-border`, `lsp-ui-doc-background`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme dacd9d8a88 16/16: Update `org-remark-highlighter`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 82a0a4e578 10/16: Add support for `org-remark-highlighter`, `highlight-indent-guides`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 1ea6ea3613 14/16: Add support for `eldoc-box`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 7743e4f3f7 09/16: Add support for `doom-modeline-bar`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme e963aa87ad 03/16: Improve the appearance of `tab-line`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme b88d09a6fe 11/16: Add support for `tty-menu`, `eshell-prompt-extras`,
ELPA Syncer <=
- [nongnu] elpa/monokai-theme eeb90f8f37 12/16: Add support for `custom-button`, `eww`, `shr`, `widget`, ELPA Syncer, 2024/09/11
- [nongnu] elpa/monokai-theme 7b51beafca 13/16: Add support for `flymake-popon`, `lsp-ui-doc-border`, ELPA Syncer, 2024/09/11