diff options
| author | 2022-09-16 23:36:11 -0700 | |
|---|---|---|
| committer | 2022-09-16 23:38:32 -0700 | |
| commit | ac195a65281bed6ac894a9c9e904d56d375ce05e (patch) | |
| tree | 97dd8acd3d9abd9418e6c3522c7affabaeeab4c8 | |
| parent | ccc748b56b600f5973adbda6dbe25fac914cadac (diff) | |
| download | yoshi-theme-ac195a65281bed6ac894a9c9e904d56d375ce05e.tar.gz yoshi-theme-ac195a65281bed6ac894a9c9e904d56d375ce05e.zip | |
Make isearch results brighter
I've been noticing for a while that I've been having trouble seeing the results
of an isearch command.
| -rw-r--r-- | yoshi-theme.el | 5 |
1 files 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)))) |
