From cc37b384aabe8350beeb0821a9c222b6e8b8a06b Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 11 Nov 2022 15:24:11 +0100 Subject: [PATCH] [scripts] feat: fix white colorschme for fetch --- .local/bin/fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/fetch b/.local/bin/fetch index 487a8ab..6440b85 100755 --- a/.local/bin/fetch +++ b/.local/bin/fetch @@ -57,7 +57,7 @@ if [ -x "$(command -v tput)" ]; then blue="$(tput setaf 4)" magenta="$(tput setaf 5)" cyan="$(tput setaf 6)" - white="$(tput setaf 15)" + white="$(tput setaf 7)" reset="$(tput sgr0)" fi