mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
rgb highlights
This commit is contained in:
parent
6724f3848d
commit
f9fa24de0d
5 changed files with 203 additions and 109 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue