From 06a6bcfc58d1f1cd8815c674c9fcbbf193bba0a9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 12 Jul 2021 21:55:16 -0700 Subject: [PATCH] Lighten the selection backgrounds for ivy and company The dark blue color seems too dark to make out what exactly is being selected sometimes. This is especially a problem with ivy, which shows some candidates in blue. --- yoshi-theme.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 9707338..7963137 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -121,7 +121,7 @@ `(company-tooltip-common ((t (:foreground ,fgcyan)))) `(company-tooltip-search ((t (:background ,bgyellow :inherit unspecified)))) `(company-tooltip-search-selection ((t (:background ,bgyellow :inherit unspecified)))) - `(company-tooltip-selection ((t (:background ,bgblue)))) + `(company-tooltip-selection ((t (:background ,yoshi-2)))) ;; Compilation `(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) @@ -314,7 +314,7 @@ `(isearch-fail ((t (:background ,bgred)))) ;; Ivy - `(ivy-current-match ((t (:background ,bgblue :foreground ,yoshi-6)))) + `(ivy-current-match ((t (:background ,yoshi-2 :foreground ,yoshi-6)))) `(ivy-minibuffer-match-face-1 ((t (:background unspecified :underline t)))) `(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold)))) `(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold))))