// terminal_identity for refhub.io
ansi-colored ascii art logo for refhub — rendered in the terminal with a purple→pink gradient matching the refhub neon palette.
print the logo directly to your terminal:
cat logo_ascii.txtpipe it anywhere that supports ansi escape codes — shell scripts, startup banners, cli tools.
| file | description |
|---|---|
logo_ascii.txt |
ansi-escaped ascii render • purple→pink gradient |
colors match the refhub visual identity:
rgb(181, 82, 228)— purple startrgb(236, 72, 153)— pink end
gradient flows diagonally, top-left → bottom-right.
requires a terminal with true-color (24-bit) ansi support. most modern terminals qualify — kitty, wezterm, iterm2, windows terminal, and gnome-terminal all work out of the box.
no dependencies • no build step • just cat