Please visit my github page to download the custom CSS that would make your vivaldi browser look even cooler.
I would recommend turning on device's dark mode and using the extensions like "Dark Reader" or turning on "auto dark mode for webcontents" in vivaldi://flags
this will force all the webpages you view to be in dark mode.
For arch users if want to force vivaldi to use dark mode go to ~/.config
and create a file called vivaldi-stable.conf
and enter these lines:
--force-dark-mode
--enable-features=WebUIDarkMode
and save.
Comments
This theme is meant to be high contrast dark theme but since the vivaldi/chromium update a year or so ago the white border it was supposed to create around address bar has disappeard so I wrote custom CSS for it feel free to try it.
.SearchField, .UrlBar-AddressField { border-radius: var(--radius); border: 1px solid var(--colorBorder); color: var(--colorFg); background-color: var(--colorBgIntenser); align-items: center; display: flex; }
panels-container {
display: flex; flex: 0 0 auto; max-width: 61.8%; overflow: visible; position: relative; color: var(--colorFg); border: 0px solid var(--colorBorder); border-right: 1px solid var(--colorBorder); background-color: var(--colorBgAlphaBlur); z-index: 1; }
I would recommend turning on device's dark mode and using the extensions like "Dark Reader" or turning on "auto dark mode for webcontents" in vivaldi://flags this will force all the webpages you view to be in dark mode.
For arch users if want to force vivaldi to use dark mode go to ~/.config and create a file called vivaldi-stable.conf and enter these lines:
--force-dark-mode --enable-features=WebUIDarkMode
and save.
For those who don't know how to use custom CSS in vivaldi:
Well that didn't go well I never realised vivaldi would use markdown my comment. let me try again:
I would recommend turning on device's dark mode and using the extensions like "Dark Reader" or turning on "auto dark mode for webcontents" in
vivaldi://flags
this will force all the webpages you view to be in dark mode.For arch users if want to force vivaldi to use dark mode go to ~/.config and create a file called vivaldi-stable.conf and enter these lines:
and save.
A new update brings us a new broken theme. I just decided to create a github repo and update my css script there. @siddharthkumarjha