ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: make hints cyan instead of blue

It's hard to read dark blue on black, at least with iTerm2's default
color scheme. Cyan makes it much more readable. That's the color
`cargo` uses. We could also consider coloring only the "Hint:" part
like `cargo` does. For errors, `cargo` colors the "Error:" part red
and uses bold/bright white for select parts of the message.
This commit is contained in:
Martin von Zweigbergk 2023-02-03 22:19:29 -08:00 committed by Martin von Zweigbergk
parent 0625a26121
commit 24bc34a0e9

View file

@ -1,7 +1,7 @@
[colors]
"error" = "red"
"warning" = "yellow"
"hint" = "blue"
"hint" = "cyan"
"conflict_description" = "yellow"
"conflict_description difficult" = "red"