Ascii: Add ubuntu-mate ascii, closes #712

This commit is contained in:
Dylan Araps 2017-05-04 08:51:06 +10:00
parent 4718dedd31
commit 7646a76d02
2 changed files with 25 additions and 0 deletions

View file

@ -3329,6 +3329,11 @@ get_distro_colors() {
ascii_file="ubuntu-gnome"
;;
"Ubuntu-MATE"*)
set_colors 2 7
ascii_file="ubuntu-mate"
;;
"ubuntu_old")
set_colors 1 7 3
ascii_file="ubuntu_old"