Change download bar bg to black

This commit is contained in:
Florian Bruhin 2014-06-13 07:42:53 +02:00
parent 4dc33102b7
commit c9f60caa12

View File

@ -900,7 +900,7 @@ DATA = OrderedDict([
"Foreground color for downloads."),
('downloads.bg.bar',
SettingValue(types.Color(), '#555555'),
SettingValue(types.Color(), 'black'),
"Background color for the download bar."),
('downloads.bg.start',