diff --git a/neofetch b/neofetch
index 4467ed8b..c8762cc3 100755
--- a/neofetch
+++ b/neofetch
@@ -6856,25 +6856,25 @@ get_distro_ascii() {
     #
     # $ascii_distro is the same as $distro.
     case $(trim "$ascii_distro") in
-        "Adélie"*)
-	    set_colors 4 6 12 14
+        "Adélie"* | "Adelie"*)
+	    set_colors 4 7 6
 	    read -rd '' ascii_data <<'EOF'
-${c1}                  ///\\\\\\\\\\>   
-                /\\\\\\///
-refined.       /\\\\\\\\//
-reliable.     /\\\\\\///
-ready.       /\\\\/////\\
+${c1}                 ${c3} ,-^-___
+${c3}                /\\\\\\///
+${c2}refined.${c1}       /\\\\\\\\//
+${c2}reliable.${c1}     /\\\\\\///
+${c2}ready.${c1}       /\\\\/////\\
         __///\\\\\\\\/////\\
-     _//////\\\\\\\\\\\\\\////
-   ///////\\\\\\\\\\\\\\\\\\\\//
-          //////\\\\\\\\\\/
+${c3}     _//////\\\\\\\\\\\\\\////
+${c1}   ///////${c3}\\\\\\\\\\\\\\\\\\\\//
+          //////${c1}\\\\\\\\\\/
           /////\\\\\\\\\\/
-          /////\\\\\\\\/
+          /////${c3}\\\\\\\\/
          /\\\\///\\\\\\/
-         /\\\\\\/\\\/
+         /\\\\\\/${c1}\\\/
          /\\\\\\\\//
         //////
-      /// \\\\\\\\\\
+      /// ${c3}\\\\\\\\\\
 EOF
 	;;