Add a default color for “Warning” messages
This commit is contained in:
parent
17d0527cf8
commit
c04fbadf2f
1 changed files with 1 additions and 0 deletions
|
@ -203,6 +203,7 @@ class Theme(object):
|
|||
INFO_COLORS = {
|
||||
'info': (5, -1),
|
||||
'error': (16, 1),
|
||||
'warning': (1, 16),
|
||||
'roster': (2, 16),
|
||||
'headline': (11, -1, 'b'),
|
||||
'default': (7, -1),
|
||||
|
|
Loading…
Reference in a new issue