Skip to content

[BUG] Style: The table header is hard to see when the terminal backgroud is White/Light. #59

@wcbing

Description

@wcbing

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

Image

Additional context

.header(
Row::new(["Name", "Active", "State", "Load", "Description"]).style(
Style::default()
.fg(Color::White)
.add_modifier(Modifier::BOLD),
),
)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions