jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
900 stars 77 forks source link

gtk3: Eliminate duplicate code for asset generation #139

Closed nathan818fr closed 2 years ago

nathan818fr commented 3 years ago

Duplicate code for asset generation is no longer duplicated.

This can make it easier to add or remove some DPIs (of course this would potentially involve updating the sass). In the future, using an sass mixin or function to include assets urls would be a good idea, since this would allow to easily add/remove DPIs or switch extension, etc.