Installing GTK themes

You can easily install new GTK themes, just follow this steps:

First download the theme and check that it contain xfwm folder, for example you can get my favorite one Raleigh, old but gold.

Now you should move the themes and icons folder to specific paths.

Enable the theme and also you can read more how to config gtk in ArchWiki.

$ gsettings set org.gnome.desktop.interface gtk-theme Raleigh-Dark

After cloning or extracting the compressed tag you should build and compile it:

$ mkdir build; cd build
$ meson setup . .. -D prefix=$HOME/.local -D buildtype=release
$ ninja install