Fix company-mode selected tooltip

The old one had such low contrast that it was invisible. This new scheme
matches the scheme used by ido-mode, and is more readable.
This commit is contained in:
Bradley Wright 2015-05-21 22:00:21 +01:00
parent cf2d7d7d5a
commit a1b15aa9bd
1 changed files with 3 additions and 3 deletions

View File

@ -732,10 +732,10 @@ the \"Gen RGB\" column in solarized-definitions.el to improve them further."
(term-color-white (,@fg-base00))
;; company
(company-tooltip (,@fg-base00 ,@bg-base02))
(company-tooltip-selection (,@fg-base1 ,@bg-base02))
(company-tooltip-selection (,@fg-green ,@bg-base02))
(company-tooltip-mouse (,@fg-base1 ,@bg-base02))
(company-tooltip-common (,@fg-blue ,@bg-base02))
(company-tooltip-common-selection (,@fg-blue ,@bg-base01))
(company-tooltip-common (,@fg-blue ,@bg-base02 ,@fmt-undr))
(company-tooltip-common-selection (,@fg-green ,@bg-base02 ,@fmt-undr))
(company-tooltip-annotation (,@fg-yellow ,@bg-base02))
(company-scrollbar-fg (,@bg-base0))
(company-scrollbar-bg (,@bg-base02))