Skip to content

fix(list): use orange for default branch indicator and tighten first column#272

Merged
avihut merged 1 commit intomasterfrom
fix/list-style
Feb 25, 2026
Merged

fix(list): use orange for default branch indicator and tighten first column#272
avihut merged 1 commit intomasterfrom
fix/list-style

Conversation

@avihut
Copy link
Owner

@avihut avihut commented Feb 25, 2026

Summary

  • Change the default branch indicator (◉) color from dim to daft orange (256-color 208)
  • Reduce first column width from 3 to 2 characters by removing trailing padding
  • Add orange color constant and helper to the styles module

Test plan

  • mise run fmt — no changes
  • mise run clippy — zero warnings
  • mise run test:unit — all tests pass
  • Visual check: run daft list in a repo with a default branch worktree and verify the ◉ indicator is orange
  • Visual check: verify the current worktree > column is tighter (2 chars instead of 3)

🤖 Generated with Claude Code

…column

- Change the default branch indicator (◉) color from dim to orange (daft
  brand color)
- Reduce the first column width from 3 to 2 characters by removing
  trailing padding
- Add orange color constant and helper to styles module

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@avihut avihut added this to the v1.1.0 milestone Feb 25, 2026
@avihut avihut added the fix Bug fix label Feb 25, 2026
@avihut avihut self-assigned this Feb 25, 2026
@avihut avihut merged commit b2bbca2 into master Feb 25, 2026
6 checks passed
@avihut avihut deleted the fix/list-style branch February 25, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Bug fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant