diff --git a/cli/src/config/colors.toml b/cli/src/config/colors.toml index 4a165e3c2..2eb1e1231 100644 --- a/cli/src/config/colors.toml +++ b/cli/src/config/colors.toml @@ -82,6 +82,8 @@ "diff added" = { fg = "green" } "diff token" = { underline = true } "diff modified" = "cyan" +"diff renamed" = "cyan" +"diff copied" = "green" "diff access-denied" = { bg = "red" } "op_log id" = "blue" diff --git a/cli/tests/test_commit_template.rs b/cli/tests/test_commit_template.rs index e63c0f7cc..44b3372bf 100644 --- a/cli/tests/test_commit_template.rs +++ b/cli/tests/test_commit_template.rs @@ -1017,7 +1017,7 @@ fn test_log_diff_predefined_formats() { === summary === M file1 M file2 - R {rename-source => rename-target} + R {rename-source => rename-target} "###); // color labels @@ -1063,7 +1063,7 @@ fn test_log_diff_predefined_formats() { <> <> <> - < rename-target}>> + < rename-target}>> "###); // cwd != workspace root