diff --git a/include/consts b/include/consts index 0bbde60c..b29c4d67 100644 --- a/include/consts +++ b/include/consts @@ -349,7 +349,8 @@ unset LANG ################################################################################# # - # Normal color names + # Normal color names (BG will color background) + BG_BLUE="$(printf '\033[0;44m')" CYAN="$(printf '\033[0;36m')" BLUE="$(printf '\033[0;34m')" BROWN="$(printf '\033[0;33m')" @@ -363,15 +364,13 @@ unset LANG YELLOW="$(printf '\033[1;33m')" WHITE="$(printf '\033[1;37m')" - # Markup + # Special markup BOLD="${WHITE}" - - # With background - BG_BLUE="$(printf '\033[0;44m')" + NORMAL="$(printf '\033[0m')" # Semantic names + BG_WARNING="$(printf '\033[30;43m')" # Yellow background with grey text HEADER="${WHITE}" - NORMAL="$(printf '\033[0m')" WARNING="${RED}" SECTION="${YELLOW}" NOTICE="${YELLOW}"