hyfetch/tools/distros/lunar.py
2022-08-20 09:43:52 -04:00

19 lines
No EOL
541 B
Python

from hyfetch.distro import AsciiArt
lunar = AsciiArt(match=r'''"Lunar"*''', color='4 7 3', ascii=r"""
${c1}`-. `-.
-ohys/-` `:+shy/`
-omNNdyo/` :+shmNNy/`
${c3} -
/mMmo
hMMMN`
.NMMs
${c1} -:+oooo+//: ${c3}/MN${c1}. -///oooo+/-`
/:.` ${c3}/${c1} `.:/`
${c3} __
| | _ _ ___ ___ ___
| |__| | | | .'| _|
|_____|___|_|_|__,|_|
""")