diff --git a/neofetch b/neofetch index f98a2e0c..01e1c52b 100755 --- a/neofetch +++ b/neofetch @@ -2470,10 +2470,15 @@ get_distro_colors() { set_colors 2 1 ;; - "Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "Minix"* | "antiX"*) + "Debian"* | "Ubuntu"* | "DragonFly"* | "PacBSD"* | "Oracle"* | "BlankOn"* | "DracOS"* | "Peppermint"* | "Minix"*) set_colors 1 7 3 ;; + "antiX"*) + set_colors 1 7 3 + ascii_Distro="antix" + ;; + "FreeBSD"* | "PCBSD"*) set_colors 1 7 3 ascii_distro="freebsd"