hyfetch/tools/distros/elementary_small.py

12 lines
211 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
elementary_small = AsciiArt(match=""""elementary_small"*""", color='4 7 1', ascii="""
${c2} _______
/ ____ \\
/ | / /\\
|__\\ / / |
\\ /__/ /
\\_______/
""")