mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
Bump gocui
This improves the contrast of highlighted search results by setting the foreground color to black.
This commit is contained in:
parent
0b524293e1
commit
050a91b7d1
43 changed files with 421 additions and 23 deletions
1
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
1
vendor/github.com/jesseduffield/gocui/view.go
generated
vendored
|
@ -523,6 +523,7 @@ func (v *View) setRune(x, y int, ch rune, fgColor, bgColor Attribute) {
|
|||
}
|
||||
|
||||
if matched, selected := v.isPatternMatchedRune(x, y); matched {
|
||||
fgColor = ColorBlack
|
||||
if selected {
|
||||
bgColor = ColorCyan
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue