1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-02-23 19:21:43 +01:00

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.
This commit is contained in:
Tom Willemse 2021-07-12 21:55:16 -07:00
parent 4aa2a0d0c3
commit 06a6bcfc58
Signed by: ryuslash
GPG key ID: 7D5C407B435025C1

View file

@ -121,7 +121,7 @@
`(company-tooltip-common ((t (:foreground ,fgcyan)))) `(company-tooltip-common ((t (:foreground ,fgcyan))))
`(company-tooltip-search ((t (:background ,bgyellow :inherit unspecified)))) `(company-tooltip-search ((t (:background ,bgyellow :inherit unspecified))))
`(company-tooltip-search-selection ((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
`(compilation-info ((t (:foreground ,fgblue :inherit unspecified)))) `(compilation-info ((t (:foreground ,fgblue :inherit unspecified))))
@ -314,7 +314,7 @@
`(isearch-fail ((t (:background ,bgred)))) `(isearch-fail ((t (:background ,bgred))))
;; Ivy ;; 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-1 ((t (:background unspecified :underline t))))
`(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold)))) `(ivy-minibuffer-match-face-2 ((t (:background unspecified :weight bold))))
`(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold)))) `(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold))))