hyfetch/tools/distros/soda.py
2022-08-20 09:43:52 -04:00

21 lines
No EOL
660 B
Python

from hyfetch.distro import AsciiArt
soda = AsciiArt(match=r'''"Soda"*''', color='1 7', ascii=r"""
${c2} @&&&&${c1} *'*,
${c2}@@@@@@@&&&${c1} ** '*,
${c2}@@@@@@@@@@@&&&&
@&@@@@@@@@@@@@@@@&&&
${c1}******${c2}@@@@@@@@@@@@@@@&&&&
${c1}************${c2}@@@@@@@@@@@@@@
${c1}*****************${c2}@@@@@@@@@
${c1}**********************${c2}@@@
@@@@@${c1}********************
${c2}@@@@@@@@@${c1}***************
${c2}@@@@@@@@@@@@@@@${c1}*********
${c2}@@@@@@@@@@@@@@@@@@${c1}****
${c2}@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@
@@@@@@@
""")