From a90c4c7a28911f5e17b87917b40bb67784813a56 Mon Sep 17 00:00:00 2001 From: Pakobbix Date: Fri, 10 Feb 2023 19:00:40 +0100 Subject: [PATCH] removed green and blue color.. no one likes them anyway --- notifier.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/notifier.sh b/notifier.sh index fdd102b..5de6399 100644 --- a/notifier.sh +++ b/notifier.sh @@ -3,8 +3,6 @@ red='\033[0;31m' # ${red} white='\033[0;37m' # ${white} yellow='\033[0;33m' # ${yellow} -green='\033[0;32m' # ${green} -blue='\033[0;34m' # ${blue} lblue='\033[1;34m' # ${lblue} cyan='\033[0;36m' # ${cyan} purple='\033[0;35m' # ${purple}