mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
foreground, background -> fg, bg
This commit is contained in:
parent
49c892328a
commit
ad39376659
2 changed files with 3 additions and 3 deletions
|
|
@ -1431,7 +1431,7 @@ impl Content for Sequencer<Tui> {
|
|||
row!(toolbar, content)
|
||||
.fill_x()
|
||||
//.inset_x(1)
|
||||
.background(Color::Rgb(40,50,30))
|
||||
.bg(Color::Rgb(40,50,30))
|
||||
.border(Lozenge(Style::default()
|
||||
.bg(Color::Rgb(40,50,30))
|
||||
.fg(Color::Rgb(70,80,50))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue