rgb highlights

This commit is contained in:
🪞👃🪞 2024-07-06 23:25:43 +03:00
parent 6724f3848d
commit f9fa24de0d
5 changed files with 203 additions and 109 deletions

View file

@ -25,6 +25,11 @@ impl<'a> Render for ChainView<'a> {
Some(Style::default().dim().bold())
);
}
fill_bg(buf, area, if self.focused {
Color::Rgb(20, 45, 5)
} else {
Color::Reset
});
lozenge_left(buf, x, y, height, style);
let (area, _plugins) = if self.track.is_some() {
if self.vertical {