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