Ascii: Fix ascii art

This commit is contained in:
dylan araps 2017-04-25 12:44:41 +10:00
parent e021d30d1e
commit 36203d1919
3 changed files with 41 additions and 41 deletions

View file

@ -2831,16 +2831,16 @@ get_distro_colors() {
ascii_file="archbox"
;;
"Arch"*)
set_colors 6 6 7 1
ascii_file="arch"
;;
"ARCHlabs"*)
set_colors 6 6 7 1
ascii_file="archlabs"
;;
"Arch"*)
set_colors 6 6 7 1
ascii_file="arch"
;;
"Bitrig"*)
set_colors 2 7
ascii_file="bitrig"