diff --git a/include/consts b/include/consts index 84c2143f..d8486d26 100644 --- a/include/consts +++ b/include/consts @@ -260,6 +260,8 @@ unset LANG YELLOW="" WHITE="" + BOLD="${WHITE}" + # With background BG_BLUE="" # diff --git a/include/functions b/include/functions index 65a91aba..b47cad7b 100644 --- a/include/functions +++ b/include/functions @@ -1860,7 +1860,8 @@ SECTION="" NOTICE="" OK="" - BAD= + BAD="" + BOLD="" # Normal color names CYAN=""