diff --git a/ascii/distro/alpine_small b/ascii/distro/alpine_small new file mode 100644 index 00000000..9949011c --- /dev/null +++ b/ascii/distro/alpine_small @@ -0,0 +1,6 @@ +${c1} /\\ /\\ + /${c2}/ ${c1}\\ \\ + /${c2}/ ${c1}\\ \\ +/${c2}// ${c1}\\ \\ +${c2}// ${c1}\\ \\ + \\ diff --git a/neofetch b/neofetch index 0dd96f3c..e6ac8c40 100755 --- a/neofetch +++ b/neofetch @@ -2498,11 +2498,17 @@ get_distro_colors() { # # $ascii_distro is the same as $distro. case "$ascii_distro" in + "alpine_small") + set_colors 4 7 + ascii_file="alpine_small" + ;; + "Alpine"*) set_colors 4 5 7 6 ascii_file="alpine" ;; + "Android"*) set_colors 2 7 ascii_file="android"