cli: use bright color for the current checkout's description too

This commit is contained in:
Martin von Zweigbergk 2021-10-27 16:28:07 -07:00
parent 18f450e530
commit 922fea0c18

View file

@ -151,6 +151,10 @@ fn config_colors(user_settings: &UserSettings) -> HashMap<String, String> {
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(