branch: elpa/cyberpunk-theme
commit 59b76a13f042652b4e253ee7e99a133ca0cc8202
Merge: 1697261 5bfe70f
Author: Nicholas M. Van Horn <[email protected]>
Commit: Nicholas M. Van Horn <[email protected]>
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))))