cli: change workspace@ symbol color to green (the color of HEAD@git)

I think it makes sense because workspace@ is similar to HEAD@git. They are
symbols that aren't branches nor tags.
This commit is contained in:
Yuya Nishihara 2024-02-15 21:41:23 +09:00
parent a9278f50b1
commit 5b9f422d1d

View file

@ -19,7 +19,7 @@
"email" = "yellow"
"username" = "yellow"
"timestamp" = "cyan"
"working_copies" = "magenta"
"working_copies" = "green"
"branch" = "magenta"
"branches" = "magenta"
"local_branches" = "magenta"
@ -45,7 +45,7 @@
# https://github.com/martinvonz/jj/issues/528
"working_copy email" = "yellow"
"working_copy timestamp" = "bright cyan"
"working_copy working_copies" = "bright magenta"
"working_copy working_copies" = "bright green"
"working_copy branch" = "bright magenta"
"working_copy branches" = "bright magenta"
"working_copy local_branches" = "bright magenta"