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:
parent
4aa2a0d0c3
commit
06a6bcfc58
1 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@
|
|||
`(company-tooltip-common ((t (:foreground ,fgcyan))))
|
||||
`(company-tooltip-search ((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-info ((t (:foreground ,fgblue :inherit unspecified))))
|
||||
|
@ -314,7 +314,7 @@
|
|||
`(isearch-fail ((t (:background ,bgred))))
|
||||
|
||||
;; 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-2 ((t (:background unspecified :weight bold))))
|
||||
`(ivy-minibuffer-match-face-3 ((t (:background unspecified :weight bold))))
|
||||
|
|
Loading…
Add table
Reference in a new issue