Fausto-Korpsvart / Tokyonight-GTK-Theme

A GTK theme based on the Tokyo Night colour palette.
https://www.pling.com/p/1681315/
GNU General Public License v3.0
472 stars 30 forks source link

Remove invalid property values #11

Closed IndecisionTree closed 2 years ago

IndecisionTree commented 2 years ago

transparent is not a valid value for -gtk-icon-source (source) and results in warnings when GTK tries to parse the themes.

gtk_warnings

This PR just fixes those warnings by removing the invalid lines.

Fausto-Korpsvart commented 2 years ago

IndecisionTree

@IndecisionTree, and it makes sense, as the value should be the path to the icon file, thanks. This week I will update the other issues to fix the bug, thanks for the support and PR.