Add faces for company-mode
cryon opened this issue · 2 comments
cryon commented
Subatomic needs faces for company-mode's completion box.
company-tooltip
company-scrollbar-bg
company-scrollbar-fg
company-tooltip-selection
company-tooltip-common
cryon commented
Complete list of faces:
company-tooltip - Face used for the tooltip
company-tooltip-selection - Face used for the selection in the tooltip
company-tooltip-search - Face used for the search string in the tooltip
company-tooltip-mouse - Face used for the tooltip item under the mouse
company-tooltip-common - Face used for the common completion in the tooltip
company-tooltip-common-selection - Face used for the selected common completion in the tooltip
company-tooltip-annotation - Face used for the annotation in the tooltip
company-scrollbar-fg - Face used for the tooltip scrollbar thumb
company-scrollbar-bg - Face used for the tooltip scrollbar background
company-preview - Face used for the completion preview
company-preview-common - Face used for the common part of the completion preview
company-preview-search - Face used for the search string in the completion preview
company-echo - Face used for completions in the echo area
company-echo-common - Face used for the common part of completions in the echo area
cryon commented
Added the ones that I can find a use for so far.