Matcha-gtk-theme
Matcha-gtk-theme copied to clipboard
High DPI support for XFCE
Using this theme in Manjaro XFCE on a high-DPI screen, window scaling. Widgets respect the window scaling setting, but the title bar doesn't. There are high-dpi themes that do have a larger title bar, I assume they just scale the assets up. It might be useful to have the dpi or a scale factor available as an option on the install script.

Hi,
I solved it with my friend at some point. If you have ImageMagick package, go to your matcha dir which for me is cd ~/.themes/Matcha-dark-sea/xfwm4 and then execute convert "*.png[200%]" -set filename:base "%[basename]" "%[filename:base].png", which will scale all the icons 2 times. It's not the best solution, I believe it would be much better to change rendering of .svg files in this repo, but I didn't want to bother.
*edit:
Actually, you can render those icons with higher dpi, I used 210, with the render_assets.sh. To change dpi go to render_assets.sh and add --export-dpi=210 to inkscape options.
Regards, Błażej
I'll fix this