added proxy65.unstable.nl to list of our
proxies. Theme fonts have new property: XXX_fontattrs
This commit is contained in:
parent
c4c34bee9f
commit
69557c85d7
1 changed files with 15 additions and 11 deletions
|
@ -211,13 +211,16 @@ class Config:
|
||||||
'themes': ({
|
'themes': ({
|
||||||
'accounttextcolor': [ opt_color, 'white' ],
|
'accounttextcolor': [ opt_color, 'white' ],
|
||||||
'accountbgcolor': [ opt_color, 'black' ],
|
'accountbgcolor': [ opt_color, 'black' ],
|
||||||
'accountfont': [ opt_str, 'Sans 10' ],
|
'accountfont': [ opt_str, '' ],
|
||||||
|
'accountfontattrs': [ opt_str, '' ],
|
||||||
'grouptextcolor': [ opt_color, 'white' ],
|
'grouptextcolor': [ opt_color, 'white' ],
|
||||||
'groupbgcolor': [ opt_color, 'black' ],
|
'groupbgcolor': [ opt_color, 'black' ],
|
||||||
'groupfont': [ opt_str, 'Sans 10' ],
|
'groupfont': [ opt_str, '' ],
|
||||||
|
'groupfontattr': [ opt_str, '' ],
|
||||||
'contacttextcolor': [ opt_color, 'white' ],
|
'contacttextcolor': [ opt_color, 'white' ],
|
||||||
'contactbgcolor': [ opt_color, 'black' ],
|
'contactbgcolor': [ opt_color, 'black' ],
|
||||||
'contactfont': [ opt_str, 'Sans 10' ],
|
'contactfont': [ opt_str, '' ],
|
||||||
|
'contactfontattrs': [ opt_str, '' ],
|
||||||
'bannertextcolor': [ opt_color, 'white' ],
|
'bannertextcolor': [ opt_color, 'white' ],
|
||||||
'bannerbgcolor': [ opt_color, 'black' ],
|
'bannerbgcolor': [ opt_color, 'black' ],
|
||||||
|
|
||||||
|
@ -316,17 +319,17 @@ class Config:
|
||||||
}
|
}
|
||||||
|
|
||||||
themes_default = {
|
themes_default = {
|
||||||
'green': [ '#ffffff', '#94aa8c', 'Sans Bold 10', '#0000ff', '#eff3e7',
|
'green': [ '#ffffff', '#94aa8c', '', 'B', '#0000ff', '#eff3e7',
|
||||||
'Sans Italic 10', '#000000', '#ffffff', 'Sans 10', '#ffffff',
|
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||||
'#94aa8c' ],
|
'#94aa8c' ],
|
||||||
'cyan': [ '#ff0000', '#9fdfff', 'Sans Bold 10', '#0000ff', '#ffffff',
|
'cyan': [ '#ff0000', '#9fdfff', '', 'B', '#0000ff', '#ffffff',
|
||||||
'Sans Italic 10', '#000000', '#ffffff', 'Sans 10', '#ffffff',
|
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||||
'#9fdfff' ],
|
'#9fdfff' ],
|
||||||
'marine': [ '#ffffff', '#918caa', 'Sans Bold 10', '#0000ff', '#e9e7f3',
|
'marine': [ '#ffffff', '#918caa', '', 'B', '#0000ff', '#e9e7f3',
|
||||||
'Sans Italic 10', '#000000', '#ffffff', 'Sans 10', '#ffffff',
|
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||||
'#918caa' ],
|
'#918caa' ],
|
||||||
'human': [ '#ffffff', '#996442', 'Sans Bold 10', '#ab5920', '#e3ca94',
|
'human': [ '#ffffff', '#996442', '', 'B', '#ab5920', '#e3ca94',
|
||||||
'Sans Italic 10', '#000000', '#ffffff', 'Sans 10', '#ffffff',
|
'', 'I', '#000000', '#ffffff', '', '', '#ffffff',
|
||||||
'#996442' ],
|
'#996442' ],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -335,6 +338,7 @@ class Config:
|
||||||
'proxy65.jabber.autocom.pl': ['213.134.161.52', '7777', 'proxy65.jabber.autocom.pl'],
|
'proxy65.jabber.autocom.pl': ['213.134.161.52', '7777', 'proxy65.jabber.autocom.pl'],
|
||||||
'proxy.jabber.cd.chalmers.se': ['129.16.79.37', '7777', 'proxy.jabber.cd.chalmers.se'],
|
'proxy.jabber.cd.chalmers.se': ['129.16.79.37', '7777', 'proxy.jabber.cd.chalmers.se'],
|
||||||
'proxy.netlab.cz': ['82.119.241.3', '7777', 'proxy.netlab.cz'],
|
'proxy.netlab.cz': ['82.119.241.3', '7777', 'proxy.netlab.cz'],
|
||||||
|
'proxy65.unstable.nl': ['84.107.143.192', '7777', 'proxy65.unstable.nl']
|
||||||
}
|
}
|
||||||
|
|
||||||
def foreach(self, cb, data = None):
|
def foreach(self, cb, data = None):
|
||||||
|
|
Loading…
Add table
Reference in a new issue