1

I use Kubuntu 19.10 and when I open GNOME apps like Nautilus or Gedit as root, they do not show in theme (Qogir-dark) that I choose for GNOME apps, but in some strange black and white theme.

I tried to put Qogir folder to /.themes, but nothing (currently it is in /usr/share/themes). How can I correct that?

pomsky
  • 68,507

1 Answers1

0

Make sure you have the Qogir theme in /usr/share/themes/. Then use the following command to run an application

sudo -H GTK_THEME=Qogir <app name>

In general if the theme supports variants (light/dark), you can use the following

sudo -H GTK_THEME=<Theme-Name>:<Theme-variant> <app name>
pomsky
  • 68,507