13 lines
292 B
Python
13 lines
292 B
Python
|
|
||
|
from hyfetch.distro import AsciiArt
|
||
|
|
||
|
crux_small = AsciiArt(match=""""crux_small" | KISS*""", color='4 5 7 6', ascii="""
|
||
|
${c1} ___
|
||
|
(${c3}.· ${c1}|
|
||
|
(${c2}<> ${c1}|
|
||
|
/ ${c3}__ ${c1}\\
|
||
|
( ${c3}/ \\ ${c1}/|
|
||
|
${c2}_${c1}/\\ ${c3}__)${c1}/${c2}_${c1})
|
||
|
${c2}\/${c1}-____${c2}\/
|
||
|
""")
|
||
|
|