hyfetch/tools/distros/Itc.py

17 lines
603 B
Python
Raw Normal View History

2022-08-20 09:30:23 -04:00
from hyfetch.distro import AsciiArt
Itc = AsciiArt(match=""""Itc"*""", color='1', ascii="""
${c1}....................-==============+...
${c1}....................-==============:...
${c1}...:===========-....-==============:...
${c1}...-===========:....-==============-...
${c1}....*==========+........-::********-...
${c1}....*===========+.:*====**==*+-.-......
${c1}....:============*+-..--:+**====*---...
${c1}......::--........................::...
${c1}..+-:+-.+::*:+::+:-++::++-.:-.*.:++:++.
${c1}..:-:-++++:-::--:+::-::.:++-++:++--:-:.
""")