How to use gtk themed icons #671
Unanswered
ryan-griffin
asked this question in
Q&A
Replies: 1 comment 4 replies
-
It took me some time, but at the end I managed to find a solution. I made a simple wrapper to make it easier to use:
You can use it like this:
Icon is properly changed on icon theme change. As a side note, if you want to find all icons you can use look in |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the symbolic icons provided by the gtk icon theme. I am not sure how I would achieve this other than using the image widget with a path to the svg located in
/usr/share/icons/
. The problem with this is that the icon will always be black and won't use the color defined by the gtk theme (ex. A dark gtk theme should have light colored icons).Beta Was this translation helpful? Give feedback.
All reactions