Help me find the right place in this addons code ElvUI
https://codeload.github.com/ElvUI-Wo...s/heads/master
Im using this version of ElvUI
This is a screenshot from the game: https://ibb.co/HDmj7Qs
Please tell me where in the code are the variables for chainging the border of the totems icon.
The border is red because im in a duel with this shaman.
If I show friendly players totems nameplate it will be green instead like this: https://ibb.co/GkPKHkL
I want to change the border to invisable or black. I cannot find where to change it because Im not at all familiar with code even though I have searched alot inside all of the lua.files. Im familiar with some terms and Im looking for the term "border" or "icon" but I cannot find somewhere to change the border of the icon.
In simplier addons there usually is just a custom design to make a border for any icon and it has the usual: (1, 1, 1, 1) Red, blue, green, opacity.
This addon is more complexe and reference its texture and icons to some kind of general database.
I guess its red for enemy and green for friendly because of some kind of default blizzard thing but I dont know.