mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 03:15:52 +01:00
Make isearch results brighter
I've been noticing for a while that I've been having trouble seeing the results of an isearch command.
This commit is contained in:
parent
ccc748b56b
commit
ac195a6528
1 changed files with 3 additions and 2 deletions
|
@ -317,8 +317,9 @@
|
||||||
`(ido-subdir ((t (:foreground ,fgred))))
|
`(ido-subdir ((t (:foreground ,fgred))))
|
||||||
|
|
||||||
;; Isearch
|
;; Isearch
|
||||||
`(isearch ((t (:background ,bgyellow :foreground unspecified))))
|
`(isearch ((t (:background ,fgorange :foreground ,yoshi-1))))
|
||||||
`(isearch-fail ((t (:background ,bgred))))
|
`(isearch-fail ((t (:background ,fgred :foreground ,yoshi-1))))
|
||||||
|
`(lazy-highlight ((t (:background ,fgblue :foreground ,yoshi-1))))
|
||||||
|
|
||||||
;; Ivy
|
;; Ivy
|
||||||
`(ivy-current-match ((t (:background ,yoshi-2 :foreground ,yoshi-6))))
|
`(ivy-current-match ((t (:background ,yoshi-2 :foreground ,yoshi-6))))
|
||||||
|
|
Loading…
Reference in a new issue