style(config): change the color for unknown sections

This commit is contained in:
Orhun Parmaksız 2021-12-19 22:17:54 +03:00
parent 9315d2df82
commit 13faab0d91
No known key found for this signature in database
GPG key ID: F83424824B3E4B90

View file

@ -46,7 +46,7 @@ impl Default for Config {
Section::Sunrpc => Color::Yellow,
Section::User => Color::Cyan,
Section::Vm => Color::BrightRed,
Section::Unknown => Color::BrightBlack
Section::Unknown => Color::White
},
default_color: Color::BrightBlack,
display_type: DisplayType::default(),