From c095f801ea5a863a7786e259d10ed56c2511485f Mon Sep 17 00:00:00 2001 From: Nicolas Camenisch Date: Tue, 12 Jan 2021 14:41:32 +0100 Subject: [PATCH] Fix incorrect colours for Apple ASCII logo --- pfetch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pfetch b/pfetch index 039a898..40bd963 100755 --- a/pfetch +++ b/pfetch @@ -1394,11 +1394,11 @@ get_ascii() { ([Mm]ac[Oo][Ss]*|[Dd]arwin*) read_ascii 1 <<-EOF - ${c1} .:' - ${c1} _ :'_ - ${c2} .'\`_\`-'_\`\`. - ${c2}:________.-' - ${c3}:_______: + ${c2} .:' + ${c2} _ :'_ + ${c3} .'\`_\`-'_\`\`. + ${c1}:________.-' + ${c1}:_______: ${c4} :_______\`-; ${c5} \`._.-._.' EOF