mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Local explorer color changed to Yellow, since barely visible on some terminals (such as windows dos)
This commit is contained in:
@@ -1873,7 +1873,7 @@ impl FileTransferActivity {
|
||||
.borders(Borders::ALL)
|
||||
.border_style(match self.input_field {
|
||||
InputField::Explorer => match self.tab {
|
||||
FileExplorerTab::Local => Style::default().fg(Color::LightYellow),
|
||||
FileExplorerTab::Local => Style::default().fg(Color::Yellow),
|
||||
_ => Style::default(),
|
||||
},
|
||||
_ => Style::default(),
|
||||
@@ -1883,7 +1883,7 @@ impl FileTransferActivity {
|
||||
.start_corner(Corner::TopLeft)
|
||||
.highlight_style(
|
||||
Style::default()
|
||||
.fg(Color::LightYellow)
|
||||
.fg(Color::Yellow)
|
||||
.add_modifier(Modifier::BOLD),
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user