vinceliuice / Graphite-gtk-theme

Graphite gtk theme
GNU General Public License v3.0
1.06k stars 52 forks source link

Wrong icon theme for darker version #129

Closed RaulMurillo closed 9 months ago

RaulMurillo commented 9 months ago

When installing with the --tweaks nord darker option, a warning message appears when applying the theme, as it can not find the "Tela-circle-Dark". The problem is that Tela icon theme is installed in the "Tela-circle-dark" directory (note the lowercase).

The problem is thus produced by the following line: https://github.com/vinceliuice/Graphite-gtk-theme/blob/de5299c63d4a25134f8349bd854dc471f8b9daf4/install.sh#L138 as ELSE_DARKstart with uppercase.

I could solve it by just modifying the corresponding line from ~/.themes/Graphite-Dark-nord/index.theme, but fixing the install.sh would be preferable.

I have not tried, but I am afraid other configurations would also be affected by this issue.