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:
authormboelen <michael@cisofy.com>2016-04-12 22:58:01 +0300
committermboelen <michael@cisofy.com>2016-04-12 22:58:01 +0300
commitaf13d322b9d149afc57b9f27740b13248c878d4d (patch)
tree0500f4c2332cc6986b4feba0b653ff1fd55c1130 /include/consts
parentc0228b8e48b897b5cc1bc1b8d81ae2f02dfd5acd (diff)
Updated colors
Diffstat (limited to 'include/consts')
-rw-r--r--include/consts17
1 files changed, 10 insertions, 7 deletions
diff --git a/include/consts b/include/consts
index 3c9a81d2..2df132c8 100644
--- a/include/consts
+++ b/include/consts
@@ -230,15 +230,18 @@ unset LANG
BAD="" # Bad (red)
# Normal color names
- YELLOW=""
- WHITE=""
- GREEN=""
- RED=""
- PURPLE=""
- MAGENTA=""
- BROWN=""
CYAN=""
BLUE=""
+ BROWN=""
+ DARKGRAY=""
+ GRAY=""
+ GREEN=""
+ MAGENTA=""
+ PURPLE=""
+ RED=""
+ YELLOW=""
+ WHITE=""
+
#
#################################################################################
#