1
0
Fork 0
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:
Tom Willemse 2022-09-16 23:36:11 -07:00
parent ccc748b56b
commit ac195a6528

View file

@ -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))))