From 1fc2349b90b375f1a002764741827a2b800ca5a3 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 31 Jul 2018 02:30:21 +0100 Subject: [PATCH] Set background color for company completions to make more readable --- .emacs.d/fred-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/fred-theme.el b/.emacs.d/fred-theme.el index 39e4d5c..c2dbc27 100644 --- a/.emacs.d/fred-theme.el +++ b/.emacs.d/fred-theme.el @@ -48,7 +48,7 @@ '(company-tooltip ((t (:background "#0f0f0f")))) '(company-scrollbar-bg ((t (:background "#232323")))) '(company-scrollbar-fg ((t (:background "#161616")))) - '(company-tooltip-selection ((t (:inherit font-lock-function-name-face)))) + '(company-tooltip-selection ((t (:background "#433323")))) '(company-tooltip-common ((t (:inherit font-lock-constant-face)))) '(ivy-current-match ((t (:foreground "#1BFFFF" :weight bold))))