diff --git a/Omen.lua b/Omen.lua index d015a58..2ecfc9f 100644 --- a/Omen.lua +++ b/Omen.lua @@ -1098,6 +1098,8 @@ do bar.texture:SetTexture(LSM:Fetch("statusbar", db.Bar.Texture)) bar.texture:SetPoint("TOPLEFT", bar, "TOPLEFT") bar.texture:SetPoint("BOTTOMLEFT", bar, "BOTTOMLEFT") + color = db.Bar.InvertColors and db.Bar.FontColor or db.Bar.BarColor + bar.texture:SetVertexColor(color.r, color.g, color.b, color.a) bar.animations = {} bar.animationCursor = 0