fix(tui): replace violet accent with banner green - #40
Conversation
Use the banner's #1F4945 green and contrasting focus backing. Update palette assertions, headless checks and theme documentation. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Greptile SummaryThis change introduces two focused-control readability regressions. Selected labels in several pickers now use a dark green foreground on a dark selection bar, and active question tabs use theme accents on a fixed near-white backing that is unreadable in Ocean Dark and Monokai. Merge safety: not safe to merge until these focused controls use accessible color pairings. Confidence Score: 3/5The change is not safe to merge because two independently reproduced display defects make focused interactive choices difficult to read. Two independent, execution-confirmed failures affect visible keyboard-navigation controls. Files Needing Attention: src/cortex-core/src/style.rs and src/cortex-tui/src/views/question_prompt.rs need accessible focused-state color treatments.
What T-Rex did
Reviews (1): Last reviewed commit: "fix(tui): replace violet accent with ban..." | Re-trigger Greptile |
Remove source-quality regressions without changing the banner green palette or its accessible focus backing. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Use readable backing for selected labels and derive themed focus backing from accent luminance. Cover focused cells across built-in themes. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Summary
Test plan
Attestation
Risk
Dark banner green needs a light focus backing for readable contrast. No release/version change. CI is not awaited and this PR is not auto-merged, per user request.