From 922fea0c18a369935a45c160d31566f42623486e Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Wed, 27 Oct 2021 16:28:07 -0700 Subject: [PATCH] cli: use bright color for the current checkout's description too --- src/formatter.rs | 4 ++++ 1 file changed, 4 insertions(+) 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(