B00merang-Project/macOS-Dark

Chromium download bar color

Closed this issue · 4 comments

My Chromium download bar background is white and font color too, how can I fix it?

will check, I don't have the latest version installed and last try I gave at updating the VM everything broke, so this may take some time

This has been like this for me on every single theme over three different Linux operating systems since latest chrome update so they changed something.

@Elbullazul @freefreeno I found a "solution", maybe themporary:

cp /usr/share/applications/chromium-browser.desktop ~/.local/share/applications

perl -i -pe 's/(Exec=chromium-browser)/$1 --enable-features=WebUIDarkMode --force-dark-mode/g' ~/.local/share/applications/chromium-browser.desktop

seems it has been fixed upstream