mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 18:27:38 +00:00
cli: use bright color for the current checkout's description too
This commit is contained in:
parent
18f450e530
commit
922fea0c18
1 changed files with 4 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue