commit: fe84b33eab31d9c0d818677bf30fd518acb2615f
parent: 8441e8658a08ca2c10c28bf0dc63b07e7e3bcf8c
author: Chris Noxz <chris@noxz.tech>
date: Tue, 28 Dec 2021 21:22:49 +0100
change foreground colors
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build b/build
@@ -57,14 +57,14 @@ awk_safe() {
print_loading() {
>&2 printf '[%s*%s] %-.100s ' \
- "$(tput setaf 12)" \
+ "$(tput setaf 4)" \
"$(tput sgr 0)" \
"${1} $(for _ in $(seq 1 100); do printf '.'; done)"
}
print_done() {
>&2 printf '[%sdone%s]\n' \
- "$(tput setaf 10)" \
+ "$(tput setaf 2)" \
"$(tput sgr 0)"
}