roster theme names first letter small
This commit is contained in:
parent
61d6692a8d
commit
69a42c1da5
|
@ -670,7 +670,7 @@ class Preferences_window:
|
||||||
|
|
||||||
# Roster colors / font
|
# Roster colors / font
|
||||||
self.theme_default = {
|
self.theme_default = {
|
||||||
'Green': {
|
'green': {
|
||||||
'accounttextcolor': '#ffffff',
|
'accounttextcolor': '#ffffff',
|
||||||
'grouptextcolor': '#0000ff',
|
'grouptextcolor': '#0000ff',
|
||||||
'usertextcolor': '#000000',
|
'usertextcolor': '#000000',
|
||||||
|
@ -681,7 +681,7 @@ class Preferences_window:
|
||||||
'groupfont': 'Sans Italic 10',
|
'groupfont': 'Sans Italic 10',
|
||||||
'userfont': 'Sans 10',
|
'userfont': 'Sans 10',
|
||||||
},
|
},
|
||||||
'Cyan': {
|
'cyan': {
|
||||||
'accounttextcolor': '#ff0000',
|
'accounttextcolor': '#ff0000',
|
||||||
'grouptextcolor': '#0000ff',
|
'grouptextcolor': '#0000ff',
|
||||||
'usertextcolor': '#000000',
|
'usertextcolor': '#000000',
|
||||||
|
@ -706,8 +706,8 @@ class Preferences_window:
|
||||||
if gajim.config.get('roster_theme') == t:
|
if gajim.config.get('roster_theme') == t:
|
||||||
theme_combobox.set_active(i)
|
theme_combobox.set_active(i)
|
||||||
i += 1
|
i += 1
|
||||||
model.append(['Custom'])
|
model.append(['custom'])
|
||||||
if gajim.config.get('roster_theme') == 'Custom':
|
if gajim.config.get('roster_theme') == 'custom':
|
||||||
theme_combobox.set_active(i)
|
theme_combobox.set_active(i)
|
||||||
self.on_theme_combobox_changed(theme_combobox)
|
self.on_theme_combobox_changed(theme_combobox)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue