diff --git a/cli/src/config/colors.toml b/cli/src/config/colors.toml index df74742cf..2be8a32bd 100644 --- a/cli/src/config/colors.toml +++ b/cli/src/config/colors.toml @@ -22,6 +22,8 @@ "working_copies" = "magenta" "branch" = "magenta" "branches" = "magenta" +"local_branches" = "magenta" +"remote_branches" = "magenta" "tags" = "magenta" "git_refs" = "green" "git_head" = "green" @@ -45,6 +47,8 @@ "working_copy working_copies" = "bright magenta" "working_copy branch" = "bright magenta" "working_copy branches" = "bright magenta" +"working_copy local_branches" = "bright magenta" +"working_copy remote_branches" = "bright magenta" "working_copy tags" = "bright magenta" "working_copy git_refs" = "bright green" "working_copy divergent" = "bright red"