fix(jj): fix the color of working copy bookmarks

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent d3a90ef67e
commit ac1b188f4f
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -29,6 +29,12 @@ backend = "gpg"
"working_copy commit_id" = "blue"
"working_copy change_id" = "magenta"
"working_copy timestamp" = "cyan"
"working_copy bookmark" = "magenta"
"working_copy bookmarks" = "magenta"
"working_copy local_bookmarks" = "magenta"
"working_copy remote_bookmarks" = "magenta"
"working_copy tag" = "bright magenta"
"working_copy tags" = "bright magenta"
"tag" = "bright magenta"
"tags" = "bright magenta"
"elided" = "bright green"