[scripts] feat: fix white colorschme for fetch
This commit is contained in:
parent
618f657d4b
commit
cc37b384aa
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user