ASCII: Fixed Gentoo ASCII not appearing on distro_shorthand=off

This commit is contained in:
Muhammad Herdiansyah 2016-12-28 15:10:03 +07:00
parent f2f50f2b7e
commit 0386551664
1 changed files with 6 additions and 1 deletions

View File

@ -2576,10 +2576,15 @@ get_distro_colors() {
set_colors 4 3
;;
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"* | "Gentoo"* | "Funtoo"* | "SteamOS"* | "Devuan"*)
"NetBSD"* | "Parabola"* | "Tails"* | "BLAG"* | "Funtoo"* | "SteamOS"* | "Devuan"*)
set_colors 5 7
;;
"Gentoo"*)
set_colors 5 7
ascii_distro="gentoo"
;;
"OpenBSD"* | "GuixSD"* | "Pardus"*)
set_colors 3 7 6 1 8
;;