Action bar colour

Is there an addon to make my action bars pink? xD I really want pink oness, thanks xx
If you don't find one, this will tint the default actionbar artwork to light red. You can play with the rgb values near the end to try to get it pinker:

local t={
MainMenuBarLeftEndCap, MainMenuBarRightEndCap,
MainMenuBarTexture0, MainMenuBarTexture1,
MainMenuBarTexture2, MainMenuBarTexture3,
MainMenuMaxLevelBar0, MainMenuMaxLevelBar1,
MainMenuMaxLevelBar2, MainMenuMaxLevelBar3,
MainMenuXPBarTextureLeftCap, MainMenuXPBarTextureRightCap,
MainMenuXPBarTextureMid,
ReputationWatchBarTexture0, ReputationWatchBarTexture1, --?
ReputationWatchBarTexture2, ReputationWatchBarTexture3, --?
ReputationXPBarTexture0, ReputationXPBarTexture1,
ReputationXPBarTexture2, ReputationXPBarTexture3
}
-- change these rgb values to change the color of the
-- default action bar background artwork
local red = 1.0
local green = 0.5
local blue = 0.5

for i=1,#t do
t[i]:SetDesaturated(true)
t[i]:SetVertexColor(red,green,blue)
end


To turn that into an addon, paste the above into http://addon.bool.no/
Oohhh wow, thank you so much
This is amazing!!! Thank you for asking this and thank you Ro for answering and figuring that out. I wanted Pink as well!
does this still work? i cant seem to get it to work, aswell as someone elses code i found thats supposed to do the same thing, kinda frustrating. i just want my gryphons and my hotbar to be blue haha
The default bars were changed in BFA so it's likely that a lot of the code related to them prior to this xpac is broken.
...which is why we don't necro four-year-old posts even if a search engine says "most relevant" (most is a comparative term - a rotten potato and a rotten onion - by comparison the onion is the 'most delicious' of the two - I still wouldn't eat either one).

Please pay attention to post dates before replying to them.

https://us.battle.net/forums/en/wow/topic/20752671773

Second post, fifth bullet point.