From f2c717a5d73bc4c1336b26c176916d16bbc82597 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 23 Feb 2016 21:20:36 +1100 Subject: [PATCH] Reduced size of distro colors --- fetch | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/fetch b/fetch index 4a1ea346..77100f8d 100755 --- a/fetch +++ b/fetch @@ -1983,10 +1983,6 @@ colors () { setcolors 4 8 ;; - "KaOS"*) - setcolors 4 7 1 - ;; - "Mac"* | "Manjaro"* | "Deepin"*) setcolors 2 3 1 1 5 4 ;; @@ -2024,12 +2020,8 @@ colors () { setcolors 2 7 ;; - "PCLinuxOS"* | "Slackware"*) - setcolors 4 7 - ;; - - "Raspbian"*) - setcolors 2 1 + "PCLinuxOS"* | "Slackware"* | "KaOS") + setcolors 4 7 1 ;; "Scientific"*) @@ -2057,7 +2049,7 @@ colors () { setcolors 1 2 4 3 ;; - *) + "Raspbian"* | *) setcolors 2 1 ;; esac