A while ago I played around with some mind mapping application. I think it was Freeplane. I selected a color theme and it asked me if I wanted it do adapt my system settings accordingly.
I stupidly agreed and since then all applications are in light theme. I can enable dark mode in the quick settings, the settings → appearance menu or dconf, but none of it has an effect.
It seems like the application changed some setting in a way that is honored by everything, but can’t be changed or isn’t officially supported.
I tried resetting the appearance settings in gnome-tweaks as well as in dconf to no avail.
Anyone got an idea where that setting might be hiding?
No. Those files exist, but both only import their respective colors.css, which holds the colors defined by KDE to match its theme. I switch between DEs now and then.
rm -vfr .config/gtk* didn’t solve it, I’m afraid. I also checked with Freeplane, they don’t offer such a functionality.
Additionally I tried reproducing the issue in a VM, so I might be able to easily diff two snapshots to find where the change is made, but so far I haven’t been able to reproduce the behaviour with Freeplane or FreeMind.
Checking Nautilus with the inspector got me this:
Not sure if the unset GTK theme could be cause of effect of the lack of a dark theme. It’s not like that in a fresh install, at least. Any idea how to fix it?
That was the hint I needed. I had a GTK_THEME variable set in a config file in .config/environment.d. Once I deleted the file and restarted gnome the dark theme started working again.