How to make a plugin that changes a file icon?

Hello!
I’m going to be developing a plugin, and I need to change a specific file icon. How can I achieve this?

See com.intellij.ide.FileIconProvider extension point.

Ohh, that’s what I’m missing.
What do I need to do for that to work?

Found a repo, that solved my issue