Which theme are you using?
If you're comfortable with messing around in LUA, you could edit the
theme's function.lua file. In Neon, for example, there's a function
called "HealthColorDelegate". You could add the following code...
if unit.type = "PLAYER" and unit.reaction == "FRIENDLY" then return
r,g,b end
... where r, g, b are the values (from 0.0 to 1.0) for the color you
want. For green, you'd use this: 0, 1, 0
On Jan 22, 11:53 am, Timoteus Dahlberg <
timoteus.dahlb...@gmail.com>
wrote:
> I love Tidy Plates!
>
> I do wonder though, friendly NPCs are green but friendly Players are
> blue (very much alike the class-coloured mage and shamans). Is there a
> way to change the friendly human player nameplates colour to green
> aswell?
>
> Cheers.