remove final instance of tui_style!

This commit is contained in:
🪞👃🪞 2024-11-02 20:57:50 +02:00
parent 2f904ed78b
commit 1ab1b695a4
2 changed files with 7 additions and 10 deletions

View file

@ -15,9 +15,13 @@ submod! {
/// FIXME: use PPQ value from global timebase
pub const PPQ: usize = 96;
pub const CORNERS: CornersTall = CornersTall(CORNERS_STYLE);
tui_style!(CORNERS_STYLE =
Some(Color::Rgb(96, 255, 32)), None, None, Modifier::empty(), Modifier::DIM);
pub const CORNERS: CornersTall = CornersTall(Style {
fg: Some(Color::Rgb(96, 255, 32)),
bg: None,
underline_color: None,
add_modifier: Modifier::empty(),
sub_modifier: Modifier::DIM
});
/// Octave number (from -1 to 9)
pub const NTH_OCTAVE: [&'static str;11] = [