branch: elpa/cyberpunk-theme
commit 319cf0ca7a54f62ae5a8ea74946609b1793704e7
Merge: 928f655 b326bd5
Author: Nicholas M. Van Horn <[email protected]>
Commit: Nicholas M. Van Horn <[email protected]>
Merge pull request #11 from martintrojer/master
Good catch. Thanks again!
---
cyberpunk-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/cyberpunk-theme.el b/cyberpunk-theme.el
index 1c79ec5..ecf7d8a 100644
--- a/cyberpunk-theme.el
+++ b/cyberpunk-theme.el
@@ -254,6 +254,7 @@
`(company-tooltip-annotation ((,class (:foreground ,cyberpunk-black-3))))
`(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))))
;; diff
`(diff-added ((,class (:foreground ,cyberpunk-green))))