Change download bar bg to black
This commit is contained in:
parent
4dc33102b7
commit
c9f60caa12
@ -900,7 +900,7 @@ DATA = OrderedDict([
|
|||||||
"Foreground color for downloads."),
|
"Foreground color for downloads."),
|
||||||
|
|
||||||
('downloads.bg.bar',
|
('downloads.bg.bar',
|
||||||
SettingValue(types.Color(), '#555555'),
|
SettingValue(types.Color(), 'black'),
|
||||||
"Background color for the download bar."),
|
"Background color for the download bar."),
|
||||||
|
|
||||||
('downloads.bg.start',
|
('downloads.bg.start',
|
||||||
|
Loading…
Reference in New Issue
Block a user