From 1655b5728bfd42166bc931058892e5b3fe45991e Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Tue, 5 Jul 2016 19:56:38 +0200 Subject: [PATCH] Disable color status and clear blue color --- include/parameters | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/parameters b/include/parameters index 2b115e06..032c8f55 100644 --- a/include/parameters +++ b/include/parameters @@ -235,7 +235,8 @@ # Don't use colors --no-colors | --nocolors) - NORMAL=""; WARNING=""; SECTION=""; NOTICE=""; OK=""; BAD=""; CYAN=""; MAGENTA=""; PURPLE=""; YELLOW=""; WHITE=""; GREEN=""; RED="" + COLORS=0 + NORMAL=""; WARNING=""; SECTION=""; NOTICE=""; OK=""; BAD=""; BLUE=""; CYAN=""; MAGENTA=""; PURPLE=""; YELLOW=""; WHITE=""; GREEN=""; RED="" ;; # Disable logging @@ -287,6 +288,7 @@ # Strip the colors which aren't clearly visible on light backgrounds --reverse-colors) + BLUE="${NORMAL}"; SECTION="${NORMAL}"; NOTICE="${NORMAL}"; CYAN="${NORMAL}";