branch: elpa/cyberpunk-theme
commit fae79cc97398c51d72efef083fb4b3e61c6527aa
Author: Kevin <[email protected]>
Commit: Kevin <[email protected]>
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))))