GTK Theme for Specific Application
From Birnam Designs Wiki
You can run an application with a specific GTK theme by wrapping the executable with a script that creates and environment variable first:
- rename application to application_bin
#!/bin/sh env GTK2_RC_FILES=/usr/share/themes/THEME_NAME/gtk-2.0/gtkrc application_bin "$@"
(does not seem to work for all applications)