colors: simplify now that we have auto-labeling of methods

This commit is contained in:
Martin von Zweigbergk 2023-01-08 09:45:26 -08:00 committed by Martin von Zweigbergk
parent ff94725361
commit 0a29ef841f

View file

@ -8,10 +8,8 @@
"commit_id" = "blue" "commit_id" = "blue"
"change_id" = "magenta" "change_id" = "magenta"
"author" = "yellow" "email" = "yellow"
"author timestamp" = "cyan" "timestamp" = "cyan"
"committer" = "yellow"
"committer timestamp" = "cyan"
"working_copies" = "magenta" "working_copies" = "magenta"
"branch" = "magenta" "branch" = "magenta"
"branches" = "magenta" "branches" = "magenta"
@ -28,10 +26,8 @@
"working_copy commit_id" = "bright blue" "working_copy commit_id" = "bright blue"
"working_copy change_id" = "bright magenta" "working_copy change_id" = "bright magenta"
"working_copy author" = "bright yellow" "working_copy email" = "bright yellow"
"working_copy author timestamp" = "bright cyan" "working_copy timestamp" = "bright cyan"
"working_copy committer" = "bright yellow"
"working_copy committer timestamp" = "bright cyan"
"working_copy working_copies" = "bright magenta" "working_copy working_copies" = "bright magenta"
"working_copy branch" = "bright magenta" "working_copy branch" = "bright magenta"
"working_copy branches" = "bright magenta" "working_copy branches" = "bright magenta"