style: use orange color for [no changes] status in thinning message

This commit is contained in:
Dhanji R. Prasanna
2026-01-17 04:53:42 +05:30
parent 74b1b9bea3
commit b8193bf9f9

View File

@@ -713,7 +713,7 @@ Format this as a detailed but concise summary that can be used to resume the con
ThinScope::All => " (full)",
};
let msg = format!(
"\x1b[1;32mg3:\x1b[0m thinning context{} ... {}% ... \x1b[1;32m[no changes]\x1b[0m",
"\x1b[1;32mg3:\x1b[0m thinning context{} ... {}% ... \x1b[38;5;208m[no changes]\x1b[0m",
scope_desc, current_percentage
);
return (msg, 0);