Skip to content
Snippets Groups Projects
Commit 61f27f12 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

improve XEP-184 mark colors. see #7476

parent 18007d21
No related branches found
No related tags found
No related merge requests found
......@@ -306,10 +306,10 @@ class ConversationTextview(gobject.GObject):
self.displaymarking_tags = {}
tag = buffer_.create_tag('xep0184-warning')
tag.set_property('foreground', 'red')
tag.set_property('foreground', '#cc0000')
tag = buffer_.create_tag('xep0184-received')
tag.set_property('foreground', 'green')
tag.set_property('foreground', '#73d216')
# One mark at the begining then 2 marks between each lines
size = gajim.config.get('max_conversation_lines')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment