22 lines
No EOL
529 B
Python
22 lines
No EOL
529 B
Python
|
|
from hyfetch.distro import AsciiArt
|
|
|
|
bonsai = AsciiArt(match=r'''"bonsai"*''', color='6 2 3', ascii=r"""
|
|
${c2} ,####,
|
|
${c2}#######, ${c2},#####,
|
|
${c2}#####',# ${c2}'######
|
|
${c2}''###'${c3}';,,,'${c2}###'
|
|
${c3} ,; ''''
|
|
${c3} ;;; ${c2},#####,
|
|
${c3} ;;;' ,,;${c2};;###
|
|
${c3} ';;;;''${c2}'####'
|
|
${c3} ;;;
|
|
${c3} ,.;;';'',,,
|
|
${c3} ' '
|
|
${c1} #
|
|
# O
|
|
##, ,##,',##, ,## ,#, ,
|
|
# # # # #''# #,, # # #
|
|
'#' '##' # # ,,# '##;, #
|
|
""")
|
|
|