diff --git a/neofetch b/neofetch index 26247a7a..e3fe9188 100755 --- a/neofetch +++ b/neofetch @@ -3428,6 +3428,11 @@ get_distro_colors() { ascii_file="apricity" ;; + "ArcoLinux"*) + set_colors 7 4 + ascii_file="arcolinux" + ;; + "arch_small") set_colors 6 7 1 ascii_file="arch_small" @@ -3729,6 +3734,11 @@ get_distro_colors() { ascii_file="lede" ;; + "Linux Lite"*) + set_colors fg 8 3 + ascii_file="linuxlite" + ;; + "Linux") set_colors fg 8 3 ascii_file="linux"