mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-27 06:27:43 +00:00
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:
parent
a9278f50b1
commit
5b9f422d1d
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue