From 9a5d8fb97105b2a8ae399bd573d0f12c9a873ee6 Mon Sep 17 00:00:00 2001 From: "Horst G. Burkhardt" Date: Thu, 30 Nov 2023 07:53:19 +0000 Subject: [PATCH] =?UTF-8?q?colourise=20Ad=C3=A9lie=20Linux=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neofetch | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 ;;