From 0a29ef841f9e61add7fa01c91b41f6e3a6b667a0 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 8 Jan 2023 09:45:26 -0800 Subject: [PATCH] colors: simplify now that we have auto-labeling of methods --- src/config/colors.toml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/config/colors.toml b/src/config/colors.toml index 670c73e62..955e2c21e 100644 --- a/src/config/colors.toml +++ b/src/config/colors.toml @@ -8,10 +8,8 @@ "commit_id" = "blue" "change_id" = "magenta" -"author" = "yellow" -"author timestamp" = "cyan" -"committer" = "yellow" -"committer timestamp" = "cyan" +"email" = "yellow" +"timestamp" = "cyan" "working_copies" = "magenta" "branch" = "magenta" "branches" = "magenta" @@ -28,10 +26,8 @@ "working_copy commit_id" = "bright blue" "working_copy change_id" = "bright magenta" -"working_copy author" = "bright yellow" -"working_copy author timestamp" = "bright cyan" -"working_copy committer" = "bright yellow" -"working_copy committer timestamp" = "bright cyan" +"working_copy email" = "bright yellow" +"working_copy timestamp" = "bright cyan" "working_copy working_copies" = "bright magenta" "working_copy branch" = "bright magenta" "working_copy branches" = "bright magenta"