From bde9cda9156df6ed402ce900fcd5d111cec4dae0 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Thu, 11 Jan 2024 11:01:26 +0900 Subject: [PATCH] cli: colorize local/remote_branches keywords This is a follow up for 0e14a1f04ded "templater: add local/remote_branches keywords." --- cli/src/config/colors.toml | 4 ++++ 1 file changed, 4 insertions(+) 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"