From b146375353c6db762780990022cb213c0d2b08bc Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 22 Jun 2025 12:08:14 +0200 Subject: [PATCH] giti - Improved background for reduced available colors --- giti | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/giti b/giti index a7d0dcc..4b38fff 100755 --- a/giti +++ b/giti @@ -2,8 +2,8 @@ # # DEFINITIONS ##################################################################################### -COLOR_BACKGROUND="\033[48;2;50;80;150m" # RGB BACKGROUND -COLOR_FOR_AS_BACKGROUND="\033[38;2;50;80;150m" # RGB FOREGROUND +COLOR_BACKGROUND="\033[48;2;64;64;64m" # RGB BACKGROUND +COLOR_FOR_AS_BACKGROUND="\033[38;2;64;64;64m" # RGB FOREGROUND COLOR_WHITE="\033[00m" COLOR_CYAN="\033[1;36m" COLOR_RED="\033[1;31m"