Skip to content
Snippets Groups Projects
Commit 006c277b authored by Dicson's avatar Dicson
Browse files

chatstate. change default colors

parent 95441c70
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ class ChatstatePlugin(GajimPlugin):
self.events_handlers = {'raw-message-received' :
(ged.POSTCORE, self.raw_pres_received),}
self.config_default_values = {
'active': ('darkblue',''),
'active': ('darkred',''),
'composing': ('darkgreen', ''),
'inactive': ('#675B5B',''),
'paused': ('darkred', ''),}
'paused': ('darkblue', ''),}
self.compose = ('active', 'composing', 'gone', 'inactive', 'paused')
self.active = None
......
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