21 lines
No EOL
660 B
Python
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}@@@@@@@@@@@@@@@@@@
|
|
@@@@@@@@@@@@
|
|
@@@@@@@
|
|
""")
|
|
|