Pretty much all graphical apps that dont have thier own theming option (like firefox) are always just the white background default theme. No matter wether it’s qt or gtk. Wich files would i need to edit to change that? Searching on the internet only told me that i should change an environment variable bit doing so changed nothing even though i have the themes installed

  • Hellfire103
    link
    English
    1210 months ago

    There are normally config files for GTK at ~/.gtkrc-2.0 and ~/.config/gtk-3.0/settings.ini.

    Qt themes are configured differently. For Qt5 and Qt6, set the environment variable QT_STYLE_OVERRIDE. If you still use Qt4 for anything, config is done in ~/.config/Trolltech.conf. Refer to the ArchWiki for help.

    I personally prefer GUIs, though, so I’d recommend the following:

    • For GTK 2 & 3: LXAppearance
    • For GTK 3 & 4: Gradience
    • For Qt: qt5ct, qt6ct, and/or Kvantum