Skip to content

Commit

Permalink
Merge branch 'style'
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Aug 22, 2021
2 parents 58bcf90 + 019e4cb commit 5904630
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/interactive/widgets/mark.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ impl MarkPane {
Paragraph::new(Text::from(Spans::from(vec![
#[cfg(feature = "trash-move")]
Span::styled(
" Ctrl + t",
" Ctrl + t ",
Style {
fg: Color::White.into(),
bg: Color::Black.into(),
Expand All @@ -374,9 +374,10 @@ impl MarkPane {
#[cfg(feature = "trash-move")]
Span::styled(" to trash or ", default_style),
Span::styled(
" Ctrl + r",
" Ctrl + r ",
Style {
fg: Color::LightRed.into(),
bg: Color::Black.into(),
add_modifier: default_style.add_modifier | Modifier::RAPID_BLINK,
..default_style
},
Expand Down

0 comments on commit 5904630

Please sign in to comment.