2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 01:46:15 +01:00

Grey color

This commit is contained in:
Thomas Nagy 2015-06-16 07:35:46 +02:00
parent 18d8c6025f
commit dfd6f7e958
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -35,6 +35,7 @@ colors_lst = {
'PINK' :'\x1b[35m',
'BLUE' :'\x1b[01;34m',
'CYAN' :'\x1b[36m',
'GREY' :'\x1b[37m',
'NORMAL':'\x1b[0m',
'cursor_on' :'\x1b[?25h',
'cursor_off' :'\x1b[?25l',