cli: render HEAD@git in green instead of bright green

To me, green looks less distracting. Also, we mostly use bright colors for
the working copy commit.

This follows up on #1844.
This commit is contained in:
Ilya Grigoriev 2023-07-10 22:57:25 -07:00 committed by Austin Seipp
parent 2bed9c9112
commit df6d953116
2 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@
"branch" = "magenta"
"branches" = "magenta"
"tags" = "magenta"
"git_refs" = "bright green"
"git_head" = "bright green"
"git_refs" = "green"
"git_head" = "green"
"divergent" = "red"
"divergent change_id"="red"
"conflict" = "red"

View File

@ -281,7 +281,7 @@ fn test_log_git_head() {
insta::assert_snapshot!(stdout, @r###"
@ rlvkpnrzqnoo test.user@example.com 2001-02-03 04:05:09.000 +07:00 50aaf4754c1e
initial
qpvuntsmwlqt test.user@example.com 2001-02-03 04:05:07.000 +07:00 master HEAD@git 230dd059e1b0
qpvuntsmwlqt test.user@example.com 2001-02-03 04:05:07.000 +07:00 master HEAD@git 230dd059e1b0
(empty) (no description set)
zzzzzzzzzzzz 1970-01-01 00:00:00.000 +00:00 000000000000
(empty) (no description set)