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."),
|
||||
|
||||
('downloads.bg.bar',
|
||||
SettingValue(types.Color(), '#555555'),
|
||||
SettingValue(types.Color(), 'black'),
|
||||
"Background color for the download bar."),
|
||||
|
||||
('downloads.bg.start',
|
||||
|
Loading…
Reference in New Issue
Block a user