termui
termui copied to clipboard
List: Color Doesn't work for the First Items
No matter what order I put in for Rows in widgets.List, the color wouldn't work for the first items. The first item would display normally, but in the default white color even if I put something like
"[text](fg:green)"
any news on this?
@meox I'm switched to awesome-gocui because this issue makes this library unviable for me. I don't think this repo is being maintained anymore though...
I found the problem ... the SelectedRowStyle override your color!
Is it possible to disable the SelectedRow or SelectedRowStyle to solve this?