testing colors again

This commit is contained in:
pika 2025-05-19 11:06:08 +02:00
parent 8c9480d788
commit bf44699dd0

View file

@ -107,15 +107,15 @@ echo_pkg() {
}
echo_info() {
echo "${BOLD}${BLUE}INFO:${BRIGHT_BLUE} $1 ${NC}"
echo "${BOLD}${BLUE}INFO:${NC}${BRIGHT_BLUE} $1 ${NC}"
}
echo_warning() {
echo "${BOLD}${YELLOW}WARNING:${BRIGHT_YELLOW} $1 ${NC}"
echo "${BOLD}${YELLOW}WARNING:${NC}${BRIGHT_YELLOW} $1 ${NC}"
}
echo_note() {
echo "${BOLD}${GREEN}NOTE:${BRIGHT_GREEN} $1 ${NC}"
echo "${BOLD}${GREEN}NOTE:${NC}${BRIGHT_GREEN} $1 ${NC}"
}
# ─< Check if the given command exists silently >─────────────────────────────────────────