When I select dark mode, the sidebars are dark but the backgrounds are light. This persists across a number of applications. When steps can I take to remedy this? Thanks!
It would seem to me that you have some customization in place.
Check if:
- the environment variable
GTK_THEMEis being set. If so, unset it. - the file
~/.config/gtk-4.0/gtk.cssexists. If so, delete it.
What distribution are you using, and is it the defaults or have you changed anything with regard to the theme or similar?
Deleting gtk.css fixed it, thanks!
