From a1b15aa9bdb8a3829f8662eb77fbfa5d0d1cd639 Mon Sep 17 00:00:00 2001 From: Bradley Wright Date: Thu, 21 May 2015 22:00:21 +0100 Subject: [PATCH] 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. --- solarized-definitions.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/solarized-definitions.el b/solarized-definitions.el index 4fdbf5d..97705c8 100644 --- a/solarized-definitions.el +++ b/solarized-definitions.el @@ -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))