You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever a row is highlighted it seems that all following rows receive the HighlightedBackground color?
To illustrate, here I have row 5 highlighted:
There is no difference among modules, all that have row highlighting act the same.
Any idea what can cause this?
For info: I just cloned the repo and built it, ran bin/wtfutil.
Also, adding something like colors: background: red
to the config will change the background color, but adding this: colors: highlight: fore: red back: red
does not change any of the colors.
The text was updated successfully, but these errors were encountered:
Using git bisect, I've narrowed it down to the following. Unfortunately compile errors mean on most of these mean that I couldn't get a clean exact commit. e72dcda (changes to highlight and textwidget) d3357e9 (probably not, as gitlab update) 9bba717 (Upgrade to tcell2, seems possible) d7ccba4 (Golang ci change, so unlikely) 4ef88b4 (Godo upgrade, so unlikely) bb31254 (Go-pretty upgrade, which also seems possible culprit). Verified not culprit
Whenever a row is highlighted it seems that all following rows receive the HighlightedBackground color?
To illustrate, here I have row 5 highlighted:
There is no difference among modules, all that have row highlighting act the same.
Any idea what can cause this?
For info: I just cloned the repo and built it, ran bin/wtfutil.
Also, adding something like
colors: background: red
to the config will change the background color, but adding this:
colors: highlight: fore: red back: red
does not change any of the colors.
The text was updated successfully, but these errors were encountered: