cbrnix / Newaita

Linux icon theme
386 stars 16 forks source link

Partial Installation #144

Closed 73 closed 4 years ago

73 commented 4 years ago

Hi. I think Newaita is gorgeous. Thank you for your hard work. I use Newaita on all my computers that run GNOME and keep up with master. However, recently new icons appeared for actions, emblems, and places.

They appear way too thin for my taste and in combination with Thunderbird Icons etc. Is it possible to install only the rest of Newaita? And if so, what would be the preferred workflow?

cbrnix commented 4 years ago

At the moment, icons for gnome have links to the same (not symbolic) ones. Later I will make separate icons. So far this is a temporary measure. Unfortunately, the developers of different DE have their own approaches.

cbrnix commented 4 years ago

You can go to the Newaita directory, find through the search all the 'symbolic' icons and delete them. The theme will use Adwaita icons for this

73 commented 4 years ago

Thank you for getting back to me that quickly. I am not sure I understand. I tried:

rm -rf actions/symbolic/*
rm -rf places/symbolic/*
rm -rf emblems/symbolic/*

which yielded: image

But I guess that is not what you had in mind.

cbrnix commented 4 years ago

I meant that you need to delete all files containing the name "-symbolic"

73 commented 4 years ago

Okay. I tried deleting all this files using find . -name "*-symbolic*" -delete yielded the same result.

cbrnix commented 4 years ago

gtk-update-icon-cache ./ in directory

cbrnix commented 4 years ago

Oh. Inherits=Adwaita On index file

73 commented 4 years ago

Perfect! Thanks a lot.

Inherits=Adwaita

in the index.theme does not seem needed: image