Try bold yellow for channel fingerprint color

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Aaron D. Lee
2026-01-08 00:04:36 -05:00
parent 55e78d0503
commit 03e8e3a840

View File

@@ -857,7 +857,7 @@ def info(ctx, full):
# Channel # Channel
if channel_fingerprint: if channel_fingerprint:
masked = f"{channel_fingerprint[:4]}••••••••{channel_fingerprint[-4:]}" masked = f"{channel_fingerprint[:4]}••••••••{channel_fingerprint[-4:]}"
click.echo(f" Channel: \033[38;5;208m{masked}\033[0m") # Orange for private channel click.echo(f" Channel: \033[1;33m{masked}\033[0m") # Bold yellow/orange for private channel
else: else:
click.echo(" Channel: \033[33mpublic\033[0m") click.echo(" Channel: \033[33mpublic\033[0m")