Commit 333aeb1
fix(cli): improve contrast for dim phase rows in acpctl TUI (#1578)
## Summary
- `PhaseColor()` used color `240` (very dark gray) for
idle/completed/cancelled/default phases, making entire table rows nearly
invisible on dark terminal backgrounds
- Bumped to color `245` (~60% gray) which is readable while still
looking subdued compared to active/running phases
## Test plan
- [ ] Run `acpctl` TUI and verify idle/completed agent and session rows
are readable on dark backgrounds
- [ ] Verify active/running rows still stand out visually from idle rows
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Style**
* Updated phase status colors in the terminal interface for improved
visibility. Succeeded, completed, cancelled, idle, and default phase
states now display with brighter coloring, enhancing readability and
making status indicators more visually distinct during terminal
operations.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 824b2fa commit 333aeb1
1 file changed
Lines changed: 5 additions & 5 deletions
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments