testing colors again
This commit is contained in:
parent
8c9480d788
commit
bf44699dd0
1 changed files with 3 additions and 3 deletions
|
@ -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 >─────────────────────────────────────────
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue