diff --git a/neofetch b/neofetch index d3f35012..a4d6da0e 100755 --- a/neofetch +++ b/neofetch @@ -3287,6 +3287,11 @@ get_distro_colors() { ascii_file="ubuntu_old" ;; + "Ubuntu-Studio") + set_colors 6 7 + ascii_file="ubuntu-studio" + ;; + "Ubuntu"*) set_colors 1 7 3 ascii_file="ubuntu"