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)"
|
||||
magenta="$(tput setaf 5)"
|
||||
cyan="$(tput setaf 6)"
|
||||
white="$(tput setaf 7)"
|
||||
white="$(tput setaf 15)"
|
||||
reset="$(tput sgr0)"
|
||||
fi
|
||||
|
||||
# you can change these
|
||||
lc="${bold}${green}" # labels
|
||||
nc="${bold}${red}" # user and hostname
|
||||
ic="${reset}${yellow}" # info
|
||||
a0="${reset}${blue}" # first arch color
|
||||
a1="${reset}${cyan}" # second arch color
|
||||
ic="${white}" # info
|
||||
a0="${blue}" # first arch color
|
||||
a1="${cyan}" # second arch color
|
||||
|
||||
cat <<EOF
|
||||
${a0} ${nc}${USER}${ic}@${nc}${host}
|
||||
|
Reference in New Issue
Block a user