update secondary selection head color

This commit is contained in:
alice pellerin
2026-04-11 18:58:27 -05:00
parent 383cc4ea8e
commit c65e2bf134
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ impl App {
fn tab_for(buffer: &Buffer, is_active: bool) -> Span<'static> {
let background = if is_active {
Color::select_grey()
Color::selection_tail_grey()
} else {
Color::ui_grey()
};