Polishing the background of many Details! window, they all now share the same color, the color can be set with Details:SetWindowColor(r, g, b, a)

This commit is contained in:
Tercio Jose
2024-03-05 21:41:39 -03:00
parent a155ec56a3
commit 9c23a8a8af
4 changed files with 67 additions and 89 deletions
@@ -95,7 +95,7 @@ local createOptionsPanel = function()
colorTable[2] = normalizedGreen
colorTable[3] = normalizedBlue
colorTable[4] = normalizedAlpha
Details:SetBreakdownWindowColor(normalizedRed, normalizedGreen, normalizedBlue, normalizedAlpha)
Details:SetWindowColor(normalizedRed, normalizedGreen, normalizedBlue, normalizedAlpha)
end,
name = "Background Color",
desc = "Background Color",