hyfetch/tools/distros/DarkOs.py

27 lines
2.7 KiB
Python
Raw Normal View History

2022-08-20 07:30:23 -06:00
from hyfetch.distro import AsciiArt
DarkOs = AsciiArt(match=""""DarkOs"""", color='1 6 5 3 2', ascii="""
${c3}
${c1}
${c5}
${c6}
${c2}
${c1}
${c4}
${c5}
${c2}
${c3}
${c1}
${c6}
${c5}
${c3}
${c2}
${c6}
${c1}
${c4}
${c3}
${c5}
""")