EliverLara / Nordic

:snowflake: Dark Gtk3.20+ theme created using the awesome Nord color pallete.
GNU General Public License v3.0
2.26k stars 112 forks source link

XFWM HiDPI Theme #92

Open speltriao opened 3 years ago

speltriao commented 3 years ago

Hello, great theme. I use XFCE 4.14 and the XFWM theme for now doesn't support HiDPI, which make the windows buttons and borders really small. Please, add a HiDPI XFMW theme.

Screenshot from 2020-10-20 22-11-52

Theme example on HiDPI display

sarvasana commented 3 years ago

I would also appreciate that very much!

m-fila commented 3 years ago

FYI, you can render hidpi from assets

for i in xfwm4/assets/*.svg; do
   inkscape --export-dpi 180 --export-filename=xfwm4/$(basename $i .svg).png $i
done