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
1 changed files with 1 additions and 0 deletions

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',