wip: refactor pt.29: 12 errors

This commit is contained in:
🪞👃🪞 2024-11-14 20:56:23 +01:00
parent ceead4131c
commit ab85a86b6b
27 changed files with 1890 additions and 1865 deletions

View file

@ -15,7 +15,7 @@ impl TuiTheme {
pub fn separator_fg (_: bool) -> Color {
Color::Rgb(0, 0, 0)
}
pub fn hotkey_fg () -> Color {
pub const fn hotkey_fg () -> Color {
Color::Rgb(255, 255, 0)
}
pub fn mode_bg () -> Color {