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

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

[nongnu] elpa/cyberpunk-theme fae79cc 063/132: Fixed company-preview-com


From: ELPA Syncer
Subject: [nongnu] elpa/cyberpunk-theme fae79cc 063/132: Fixed company-preview-common face being unreadable
Date: Thu, 21 Oct 2021 18:03:50 -0400 (EDT)

branch: elpa/cyberpunk-theme
commit fae79cc97398c51d72efef083fb4b3e61c6527aa
Author: Kevin <nivekuil@gmail.com>
Commit: Kevin <nivekuil@gmail.com>

    Fixed company-preview-common face being unreadable
---
 cyberpunk-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index d0da1e4..79af6e4 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -257,7 +257,7 @@
    `(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]