Skip to content

Conversation

@linyows
Copy link
Owner

@linyows linyows commented Jan 21, 2026

Summary

  • Split usage.txt into separate files (logo.txt, desc.txt, usage.txt) for better color control
  • Display ASCII art logo in gold color (ANSI 256 color 178) for better visibility on both light and dark backgrounds
  • Display description text in dim color for subtle appearance

Test plan

  • zig build succeeds
  • zig build test passes all 44 tests
  • draft help displays logo in gold and description in dim

🤖 Generated with Claude Code

Split usage.txt into separate files for better color control:
- logo.txt: ASCII art logo (displayed in gold)
- desc.txt: Description text (displayed in dim)
- usage.txt: Usage instructions (no color)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@linyows linyows merged commit c1881e5 into main Jan 21, 2026
3 checks passed
@linyows linyows deleted the feature/colorize-cli-logo branch January 21, 2026 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants