diff --git a/view.go b/view.go index 248f158a..c4fc0a28 100644 --- a/view.go +++ b/view.go @@ -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 {