Lighter blue to be more readable

This commit is contained in:
Mats391
2025-09-13 00:14:39 +02:00
parent 4d4c2be7be
commit e6340d9ac9
+2 -2
View File
@@ -198,9 +198,9 @@ pfUI:RegisterModule("turtle-wow", "vanilla", function ()
-- pick color for zone time based on day/night
local zoneColor
if zh >= 6 and zh < 18 then
zoneColor = "|cffffbb00" -- yellow (day)
zoneColor = "|cffffbb00" -- orange (day)
else
zoneColor = "|cff0000ea" -- dark blue (night)
zoneColor = "|cff0074FF" -- blue (night)
end
-- create the tooltip