mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Selected file has now colourful background, instead of foreground, for a better readability
This commit is contained in:
@@ -191,7 +191,8 @@ impl FileTransferActivity {
|
||||
.start_corner(Corner::TopLeft)
|
||||
.highlight_style(
|
||||
Style::default()
|
||||
.fg(Color::Yellow)
|
||||
.fg(Color::Black)
|
||||
.bg(Color::LightYellow)
|
||||
.add_modifier(Modifier::BOLD),
|
||||
)
|
||||
}
|
||||
@@ -231,7 +232,8 @@ impl FileTransferActivity {
|
||||
.start_corner(Corner::TopLeft)
|
||||
.highlight_style(
|
||||
Style::default()
|
||||
.fg(Color::LightBlue)
|
||||
.bg(Color::LightBlue)
|
||||
.fg(Color::Black)
|
||||
.add_modifier(Modifier::BOLD),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user