summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/theming.py')
-rw-r--r--src/theming.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index c2c8950f..8e394a40 100644
--- a/src/theming.py
+++ b/src/theming.py
@@ -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),