ASCII: Add mac_small

This commit is contained in:
Muhammad Herdiansyah 2017-07-22 21:48:27 +07:00
parent de108fec2b
commit bc549ce075
2 changed files with 13 additions and 0 deletions

8
ascii/distro/mac_small Normal file
View File

@ -0,0 +1,8 @@
${c1} .:'
_ :'_
${c2} .'`_`-'_``.
:________.-'
${c3}:_______:
:_______:
${c4} :_______`-;
${c5} `._.-._.'

View File

@ -3187,6 +3187,11 @@ get_distro_colors() {
ascii_file="lubuntu"
;;
"mac"*"_small")
set_colors 2 3 1 5 4
ascii_file="mac_small"
;;
"mac" | "Darwin")
set_colors 2 3 1 1 5 4
ascii_file="mac"