do not hardcode white in roster themes
This commit is contained in:
parent
84b4aecce3
commit
33b9218ba1
2 changed files with 9 additions and 10 deletions
|
@ -369,20 +369,20 @@ class Config:
|
|||
|
||||
themes_default = {
|
||||
# sorted alphanum
|
||||
_('green'): [ '#ffffff', '#94aa8c', '', 'B', '#0000ff', '#eff3e7',
|
||||
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||
_('green'): [ '', '#94aa8c', '', 'B', '#0000ff', '#eff3e7',
|
||||
'', 'I', '#000000', '', '', '', '',
|
||||
'#94aa8c' ],
|
||||
|
||||
_('grocery'): [ '#ffffff', '#6bbe18', '', 'B', '#12125a', '#ceefad',
|
||||
'', 'I', '#000000', '#efb26b', '', '', '#ffffff',
|
||||
_('grocery'): [ '', '#6bbe18', '', 'B', '#12125a', '#ceefad',
|
||||
'', 'I', '#000000', '#efb26b', '', '', '',
|
||||
'#108abd' ],
|
||||
|
||||
_('human'): [ '#ffffff', '#996442', '', 'B', '#ab5920', '#e3ca94',
|
||||
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||
_('human'): [ '', '#996442', '', 'B', '#ab5920', '#e3ca94',
|
||||
'', 'I', '#000000', '', '', '', '',
|
||||
'#996442' ],
|
||||
|
||||
_('marine'): [ '#ffffff', '#918caa', '', 'B', '#0000ff', '#e9e7f3',
|
||||
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||
_('marine'): [ '', '#918caa', '', 'B', '', '#e9e7f3',
|
||||
'', 'I', '#000000', '', '', '', '',
|
||||
'#918caa' ],
|
||||
|
||||
_('plain'): [ '', '', '', 'B', '', '','', 'I', '', '', '', '', '','' ],
|
||||
|
|
|
@ -1245,8 +1245,7 @@ class RosterWindow:
|
|||
|
||||
event_button = self.get_possible_button_event(event)
|
||||
|
||||
menu.popup(None, self.tree, None, event_button,
|
||||
event.time)
|
||||
menu.popup(None, self.tree, None, event_button, event.time)
|
||||
menu.show_all()
|
||||
|
||||
def on_add_to_roster(self, widget, contact, account):
|
||||
|
|
Loading…
Add table
Reference in a new issue