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

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

[nongnu] elpa/monokai-theme 186526c 010/207: Correct typo in auto-comple


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 186526c 010/207: Correct typo in auto-complete method which caused black text to be used instead of grey in the popup.
Date: Thu, 21 Oct 2021 18:07:21 -0400 (EDT)

branch: elpa/monokai-theme
commit 186526c0965c8c375c3d83d353e50881f06f4b60
Author: Kelvin Smith <ksmith@thoughtworks.com>
Commit: Kelvin Smith <ksmith@thoughtworks.com>

    Correct typo in auto-complete method which caused black text to be used 
instead of grey in the popup.
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index e2540ea..87974d1 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -205,7 +205,7 @@ foreground ,monokai-fg-1
    `(font-latex-sedate ((t (:foreground ,monokai-fg-1 :weight bold ))))
    `(font-latex-title-4 ((t (:inherit variable-pitch :weight bold))))
 ;;;;; auto-complete
-   `(ac-candidate-face ((t (:background ,monokai-bg+1 :force-exit 
,monokai-fg-1))))
+   `(ac-candidate-face ((t (:background ,monokai-bg+1 :foreground 
,monokai-fg-1))))
    `(ac-selection-face ((t (:background ,monokai-bg+2 :foreground 
,monokai-orange))))
    `(popup-tip-face ((t (:background ,monokai-bg+2 :foreground 
,monokai-orange))))
    `(popup-scroll-bar-foreground-face ((t (:background ,monokai-fg-1))))



reply via email to

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