1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-17 00:18:05 +02:00

Bump gocui

This improves the contrast of highlighted search results by setting the
foreground color to black.
This commit is contained in:
Stefan Haller
2025-02-07 14:20:49 +01:00
parent 0b524293e1
commit 050a91b7d1
43 changed files with 421 additions and 23 deletions

View File

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