24 lines
No EOL
677 B
Python
24 lines
No EOL
677 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
dahlia = AsciiArt(match=r'''"dahlia"*''', color='1 7 3', ascii=r"""
|
|
${c1}
|
|
.#.
|
|
*%@@@%*
|
|
.,,,,,(&@@@@@@@&/,,,,,.
|
|
,#@@@@@@@@@@@@@@@@@@@@@#.
|
|
,#@@@@@@@&#///#&@@@@@@@#.
|
|
,/%&@@@@@%/, .,(%@@@@@&#/.
|
|
*#&@@@@@@#,. .*#@@@@@@&#,
|
|
.&@@@@@@@@@( .(@@@@@@@@@&&.
|
|
#@@@@@@@@@@( )@@@@@@@@@@@#
|
|
°@@@@@@@@@@( .(@@@@@@@@@@@°
|
|
*%@@@@@@@(. ,#@@@@@@@%*
|
|
,(&@@@@@@%*. ./%@@@@@@%(,
|
|
,#@@@@@@@&(***(&@@@@@@@#.
|
|
,#@@@@@@@@@@@@@@@@@@@@@#.
|
|
,*****#&@@@@@@@&(*****,
|
|
,/%@@@%/.
|
|
,#,
|
|
""")
|
|
|