add Arranger::is_first_row/is_last_row for arrow focus

This commit is contained in:
🪞👃🪞 2024-09-01 22:22:49 +03:00
parent a4bd99c117
commit 7bd2a70e85
6 changed files with 81 additions and 27 deletions

View file

@ -135,10 +135,10 @@ pub const NOT_DIM: Style = Style {
};
pub const NOT_DIM_GREEN: Style = Style {
fg: Some(Color::Green),
bg: None,
fg: Some(Color::Rgb(96, 255, 32)),
bg: Some(COLOR_BG1),
underline_color: None,
add_modifier: Modifier::BOLD,
add_modifier: Modifier::empty(),
sub_modifier: Modifier::DIM,
};