I found here :), I can set a particular GTK3 theme per-application basis : GTK - Enable/set dark theme on a per-application basis
Now I want to force :
- A particular icon theme per-application basis
- A particular window decorator per-application basis
The point is having a completely darked application (theme + icon special dark + window decoration)
Thanks for your help
edit:
For information I use cinnamon in linux mint 18.2
Further step about icon theme, i can fake it with the env variable XDG_DATA_DIRS :
- First create dir icons,
- Put your desired icon pack
- Rename icon pack as current system icon pack
- Add parent path of your freshly created icons dir into XDG_DATA_DIRS XDG_DATA_DIRS=/parent/of/iconsdir/:$XDG_DATA_DIRS