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

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

[nongnu] elpa/monokai-theme 1ea6ea3613 14/16: Add support for `eldoc-box


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 1ea6ea3613 14/16: Add support for `eldoc-box`
Date: Wed, 11 Sep 2024 07:00:30 -0400 (EDT)

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

    Add support for `eldoc-box`
---
 monokai-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/monokai-theme.el b/monokai-theme.el
index 3bbe6ef370..c43c4c11da 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -3512,6 +3512,14 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:background ,monokai-highlight-alt))
       (,monokai-256-class (:background ,monokai-256-highlight-alt))))
 
+   `(eldoc-box-body
+     ((,monokai-class (:background ,monokai-gray-d))
+      (,monokai-256-class (:background ,monokai-256-gray-d))))
+
+   `(eldoc-box-border
+     ((,monokai-class (:background ,monokai-highlight-alt))
+      (,monokai-256-class (:background ,monokai-256-highlight-alt))))
+
    ;; lusty-explorer
    `(lusty-directory-face
      ((,monokai-class (:inherit dimonokai-red-directory))



reply via email to

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