Skip to content

Commit b05ace8

Browse files
ryan-williamsclaude
andcommitted
Use magenta for missing (?) to distinguish from stale (✗ red)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 327614c commit b05ace8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dvx/cli/status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def status(targets, with_deps, jobs, verbose, as_json, no_transitive, as_yaml):
300300
status_style = {
301301
"fresh": ("✓", "green"),
302302
"stale": ("✗", "red"),
303-
"missing": ("?", "red"),
303+
"missing": ("?", "magenta"),
304304
"error": ("!", "red"),
305305
"transitive": ("⚠", "yellow"),
306306
}

0 commit comments

Comments
 (0)