hyfetch/tools/distros/orchid_small.py

19 lines
839 B
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
orchid_small = AsciiArt(match=""""orchid_small"*""", color='255 127', ascii="""
${c2} :##:
-#${c1}@@@@${c2}#-
#${c1}@@${c2}=..=${c1}@@${c2}#
+${c1}@@${c2}- -${c1}@@${c2}+
-#${c1}@@${c2}*..*${c1}@${c2}..${c1}@${c2}*..*${c1}@@${c2}#-
:#${c1}@@${c2}*+%${c1}@${c2}= . . =${c1}@${c2}%+*${c1}@@${c2}#:
+${c1}@@@${c2}: :-. .-: :${c1}@@@${c2}+
:#${c1}@@${c2}*+%${c1}@${c2}= . . =${c1}@${c2}%+*${c1}@@${c2}#:
-#${c1}@@${c2}*..*${c1}@${c2}..${c1}@${c2}*..*${c1}@@${c2}#-
+${c1}@@${c2}- -${c1}@@${c2}+
#${c1}@@${c2}=..=${c1}@@${c2}#
-#${c1}@@@@${c2}#-
:##:
""")