Set background color for company completions to make more readable

This commit is contained in:
Adam Goldsmith 2018-07-31 02:30:21 +01:00
parent 5559b31e36
commit 1fc2349b90
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
'(company-tooltip ((t (:background "#0f0f0f"))))
'(company-scrollbar-bg ((t (:background "#232323"))))
'(company-scrollbar-fg ((t (:background "#161616"))))
'(company-tooltip-selection ((t (:inherit font-lock-function-name-face))))
'(company-tooltip-selection ((t (:background "#433323"))))
'(company-tooltip-common ((t (:inherit font-lock-constant-face))))
'(ivy-current-match ((t (:foreground "#1BFFFF" :weight bold))))