Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-07-11 21:06:46 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-07-11 21:06:46 +0300
commitc090e73ca139398e254f18a1365f69cab3945cf9 (patch)
tree46c9449b63c1c7a7eef9d131766d905ee399dd98 /include/consts
parent38e6ff18d45081ef6d9185802a6db8656779a412 (diff)
Add blue colors for tips
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/consts b/include/consts
index 37943017..c8d17e1b 100644
--- a/include/consts
+++ b/include/consts
@@ -253,12 +253,15 @@ unset LANG
DARKGRAY=""
GRAY=""
GREEN=""
+ LIGHTBLUE=""
MAGENTA=""
PURPLE=""
RED=""
YELLOW=""
WHITE=""
+ # With background
+ BG_BLUE=""
#
#################################################################################
#