Skip to content

Improve logo banner with gradient coloring#34

Merged
josecsotomorales merged 6 commits intomainfrom
style/improve-logo
Mar 20, 2026
Merged

Improve logo banner with gradient coloring#34
josecsotomorales merged 6 commits intomainfrom
style/improve-logo

Conversation

@Hitsu-360
Copy link
Copy Markdown
Contributor

@Hitsu-360 Hitsu-360 commented Mar 20, 2026

Summary

  • Extract logo ASCII art into its own qualytics/cli/logo.py module
  • Apply a horizontal gradient to the Q icon: #B83200#F96719#FF9933 → light warm tone
  • Wordmark uses the terminal's default foreground color (works on both dark and light themes)
  • Use rich.text.Text with per-character styling for the gradient, and rich.console.Console for rendering
image image

Compact version only for small terminals

image

🤖 Generated with Claude Code

Q icon in brand orange, wordmark in default foreground so it
works on both dark and light terminal themes.
Per-character gradient across the Q icon columns:
#B83200 → #F96719 → #FF9933 → light warm tone, fading into
the terminal's default foreground for the wordmark.
@Hitsu-360 Hitsu-360 self-assigned this Mar 20, 2026
Full-word "qualytics" in 3-line block letters (~37 cols) shown
when terminal is narrower than 89 columns. Update tests to
accept either logo variant.
@Hitsu-360 Hitsu-360 marked this pull request as ready for review March 20, 2026 18:25
@josecsotomorales josecsotomorales merged commit 44a0f6d into main Mar 20, 2026
7 checks passed
@josecsotomorales josecsotomorales deleted the style/improve-logo branch March 20, 2026 18:27
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