From c1d351fe32194d71853c6cb7692127a7a6571b87 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Sun, 24 Jul 2016 11:43:18 +0200 Subject: [PATCH] Add bold as color --- include/consts | 2 ++ include/functions | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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=""