summaryrefslogtreecommitdiff
path: root/poezio/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-15 18:44:22 +0200
committermathieui <mathieui@mathieui.net>2021-04-15 18:44:22 +0200
commita17e5a456b9bf1a949d9ed1d0d1df90013c69e6d (patch)
treecff15b765af64f8aed4ed860580a2c7d26c9bd38 /poezio/theming.py
parent56bab711924cd7a660c874abf40fd545693f8d98 (diff)
downloadpoezio-a17e5a456b9bf1a949d9ed1d0d1df90013c69e6d.tar.gz
poezio-a17e5a456b9bf1a949d9ed1d0d1df90013c69e6d.tar.bz2
poezio-a17e5a456b9bf1a949d9ed1d0d1df90013c69e6d.tar.xz
poezio-a17e5a456b9bf1a949d9ed1d0d1df90013c69e6d.zip
internal: add a different class for UI messages
Diffstat (limited to 'poezio/theming.py')
-rwxr-xr-xpoezio/theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/theming.py b/poezio/theming.py
index c5df114e..32763c66 100755
--- a/poezio/theming.py
+++ b/poezio/theming.py
@@ -368,7 +368,7 @@ class Theme:
# Info messages color (the part before the ">")
INFO_COLORS = {
'info': (5, -1),
- 'error': (16, 1),
+ 'error': (9, 7, 'b'),
'warning': (1, -1),
'roster': (2, -1),
'help': (10, -1),