mirror of https://github.com/CISOfy/lynis.git
Updated colors
This commit is contained in:
parent
c0228b8e48
commit
af13d322b9
|
@ -230,15 +230,18 @@ unset LANG
|
|||
BAD="[1;31m" # Bad (red)
|
||||
|
||||
# Normal color names
|
||||
YELLOW="[1;33m"
|
||||
WHITE="[1;37m"
|
||||
GREEN="[1;32m"
|
||||
RED="[1;31m"
|
||||
PURPLE="[0;35m"
|
||||
MAGENTA="[1;35m"
|
||||
BROWN="[0;33m"
|
||||
CYAN="[0;36m"
|
||||
BLUE="[0;34m"
|
||||
BROWN="[0;33m"
|
||||
DARKGRAY="[0;30m"
|
||||
GRAY="[0;37m"
|
||||
GREEN="[1;32m"
|
||||
MAGENTA="[1;35m"
|
||||
PURPLE="[0;35m"
|
||||
RED="[1;31m"
|
||||
YELLOW="[1;33m"
|
||||
WHITE="[1;37m"
|
||||
|
||||
#
|
||||
#################################################################################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue