From a111e7169405778d95f7a1e61a7d197ca1217edf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 25 Oct 2021 17:35:45 +0200 Subject: Fixed background color for company mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index f885382..b480f04 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -471,7 +471,7 @@ The theme has to be reloaded after changing anything in this group." ((,class (:background ,soria-darkgray)))) `(company-tooltip-selection - ((,class (:inherit helm-selection)))) + ((,class (:background ,soria-linegray)))) `(company-tooltip-common ((,class (:foreground ,soria-green)))) -- cgit v1.2.3