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

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

[nongnu] elpa/monokai-theme 430f6d9d6e 04/16: Add support for `corfu`


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 430f6d9d6e 04/16: Add support for `corfu`
Date: Wed, 11 Sep 2024 07:00:28 -0400 (EDT)

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

    Add support for `corfu`
---
 monokai-theme.el | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index f7eee5802e..28150f5baf 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -1400,7 +1400,21 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:background ,monokai-highlight-line
                                    :foreground ,monokai-blue))
       (,monokai-256-class (:background ,monokai-256-highlight-line
-                                        :foreground ,monokai-256-blue))))
+                                       :foreground ,monokai-256-blue))))
+   
+   ;; corfu
+   `(corfu-current
+     ((,monokai-class (:background ,monokai-highlight))
+      (,monokai-256-class (:background ,monokai-256-highlight))))
+
+   `(corfu-default
+     ((,monokai-class (:foreground ,monokai-foreground
+                                   :background ,monokai-background))
+      (,monokai-256-class (:foreground ,monokai-256-foreground
+                                       :background ,monokai-256-background))))
+   `(corfu-annotations
+     ((,monokai-class (:foreground ,monokai-green))
+      (,monokai-256-class (:foreground ,monokai-256-green))))
 
    ;; compilation
    `(compilation-column-face



reply via email to

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