feat: update color settings for fetch
This commit is contained in:
parent
189d6374d3
commit
7f64fa6c10
@ -56,16 +56,16 @@ if [ -x "$(command -v tput)" ]; then
|
|||||||
blue="$(tput setaf 4)"
|
blue="$(tput setaf 4)"
|
||||||
magenta="$(tput setaf 5)"
|
magenta="$(tput setaf 5)"
|
||||||
cyan="$(tput setaf 6)"
|
cyan="$(tput setaf 6)"
|
||||||
white="$(tput setaf 7)"
|
white="$(tput setaf 15)"
|
||||||
reset="$(tput sgr0)"
|
reset="$(tput sgr0)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# you can change these
|
# you can change these
|
||||||
lc="${bold}${green}" # labels
|
lc="${bold}${green}" # labels
|
||||||
nc="${bold}${red}" # user and hostname
|
nc="${bold}${red}" # user and hostname
|
||||||
ic="${reset}${yellow}" # info
|
ic="${white}" # info
|
||||||
a0="${reset}${blue}" # first arch color
|
a0="${blue}" # first arch color
|
||||||
a1="${reset}${cyan}" # second arch color
|
a1="${cyan}" # second arch color
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
${a0} ${nc}${USER}${ic}@${nc}${host}
|
${a0} ${nc}${USER}${ic}@${nc}${host}
|
||||||
|
Reference in New Issue
Block a user