Describe the bug
The font color of table header is white, and no backgroud color, it's hard to see when the terminal backgroud is White/Light.
To Reproduce
Run systemd-manager-tui when the terminal background is White/Light.
Screenshots
Additional context
|
.header( |
|
Row::new(["Name", "Active", "State", "Load", "Description"]).style( |
|
Style::default() |
|
.fg(Color::White) |
|
.add_modifier(Modifier::BOLD), |
|
), |
|
) |