mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 20:26:42 +01:00
implement bold modifier
This commit is contained in:
parent
794460b2e4
commit
581b0f5f3b
2 changed files with 23 additions and 1 deletions
|
|
@ -34,7 +34,9 @@ impl Content for ArrangerStatusBar {
|
|||
Self::PhrasePool => "Phrases",
|
||||
Self::PhraseEditor => "Sequencer",
|
||||
};
|
||||
TuiStyle::bg(format!(" {label} "), Color::Rgb(150, 160, 90)).fg(Color::Rgb(0, 0, 0))
|
||||
TuiStyle::bg(format!(" {label} "), Color::Rgb(150, 160, 90))
|
||||
.fg(Color::Rgb(0, 0, 0))
|
||||
.bold(true)
|
||||
}
|
||||
}
|
||||
impl Content for Arrangement<Tui> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue