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

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

[nongnu] elpa/cyberpunk-theme 59b76a1 065/132: Merge pull request #15 fr


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme 59b76a1 065/132: Merge pull request #15 from nivekuil/master
Date: Thu, 21 Oct 2021 18:03:50 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit 59b76a13f042652b4e253ee7e99a133ca0cc8202
Merge: 1697261 5bfe70f
Author: Nicholas M. Van Horn <nemo1211@gmail.com>
Commit: Nicholas M. Van Horn <nemo1211@gmail.com>

    Merge pull request #15 from nivekuil/master
    
    Fix unreadable autocomplete with company-mode
---
 cyberpunk-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index d0da1e4..b9d75e8 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -257,7 +257,8 @@
    `(company-scrollbar-fg ((,class (:background ,cyberpunk-black-3))))
    `(company-scrollbar-bg ((,class (:background ,cyberpunk-gray-5))))
    `(company-preview ((,class (:foreground ,cyberpunk-gray :background 
,cyberpunk-pink-1))))
-
+   `(company-preview-common ((,class (:foreground ,cyberpunk-gray :background 
,cyberpunk-pink-1))))
+   
    ;; diff
    `(diff-added ((,class (:foreground ,cyberpunk-green))))
    `(diff-changed ((,class (:foreground ,cyberpunk-yellow))))



reply via email to

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