diff --git a/src/formatter.rs b/src/formatter.rs index 656760a84..5be86b87e 100644 --- a/src/formatter.rs +++ b/src/formatter.rs @@ -151,6 +151,10 @@ fn config_colors(user_settings: &UserSettings) -> HashMap { String::from("checkout conflict"), String::from("bright red"), ); + result.insert( + String::from("checkout description"), + String::from("bright white"), + ); result.insert(String::from("diff header"), String::from("yellow")); result.insert(