From ac195a65281bed6ac894a9c9e904d56d375ce05e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 16 Sep 2022 23:36:11 -0700 Subject: [PATCH] Make isearch results brighter I've been noticing for a while that I've been having trouble seeing the results of an isearch command. --- yoshi-theme.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/yoshi-theme.el b/yoshi-theme.el index 135a6e4..6e64086 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -317,8 +317,9 @@ `(ido-subdir ((t (:foreground ,fgred)))) ;; Isearch - `(isearch ((t (:background ,bgyellow :foreground unspecified)))) - `(isearch-fail ((t (:background ,bgred)))) + `(isearch ((t (:background ,fgorange :foreground ,yoshi-1)))) + `(isearch-fail ((t (:background ,fgred :foreground ,yoshi-1)))) + `(lazy-highlight ((t (:background ,fgblue :foreground ,yoshi-1)))) ;; Ivy `(ivy-current-match ((t (:background ,yoshi-2 :foreground ,yoshi-6))))