mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
Grey color
This commit is contained in:
parent
18d8c6025f
commit
dfd6f7e958
@ -35,6 +35,7 @@ colors_lst = {
|
|||||||
'PINK' :'\x1b[35m',
|
'PINK' :'\x1b[35m',
|
||||||
'BLUE' :'\x1b[01;34m',
|
'BLUE' :'\x1b[01;34m',
|
||||||
'CYAN' :'\x1b[36m',
|
'CYAN' :'\x1b[36m',
|
||||||
|
'GREY' :'\x1b[37m',
|
||||||
'NORMAL':'\x1b[0m',
|
'NORMAL':'\x1b[0m',
|
||||||
'cursor_on' :'\x1b[?25h',
|
'cursor_on' :'\x1b[?25h',
|
||||||
'cursor_off' :'\x1b[?25l',
|
'cursor_off' :'\x1b[?25l',
|
||||||
|
Loading…
Reference in New Issue
Block a user