Better support for company in terminal

This commit is contained in:
calve 2014-09-23 14:54:50 +02:00
parent f5d42cc41b
commit ae3e0429c1
1 changed files with 2 additions and 2 deletions

View File

@ -586,8 +586,8 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(company-tooltip (,@fg-base00 ,@bg-base02))
(company-tooltip-selection (,@fg-base1 ,@bg-base02))
(company-tooltip-mouse (,@fg-base1 ,@bg-base02))
(company-tooltip-common (,@fg-base1 ,@bg-base02))
(company-tooltip-common-selection (,@fg-base1 ,@bg-base02))
(company-tooltip-common (,@fg-blue ,@bg-base02))
(company-tooltip-common-selection (,@fg-blue ,@bg-base01))
(company-tooltip-annotation (,@fg-yellow ,@bg-base02))
(company-scrollbar-fg (,@bg-base0))
(company-scrollbar-bg (,@bg-base02))