diff --git a/neofetch b/neofetch index e7c89bec..53ab1ce4 100755 --- a/neofetch +++ b/neofetch @@ -2584,10 +2584,15 @@ get_distro_colors() { set_colors 3 7 6 1 8 ;; - *"SUSE"* | "Manjaro"* | "Deepin"* |"LMDE"* | "Chapeau"* | "Bitrig"*) + "Manjaro"* | "Deepin"* | "LMDE"* | "Chapeau"* | "Bitrig"*) set_colors 2 7 ;; + *"SUSE"*) + set_colors 2 7 + ascii_distro="suse" + ;; + "KDE"*) set_colors 2 7 ascii_distro="kde"