From e6340d9ac916e76d2d46d3e4c5e35e6351eb2d60 Mon Sep 17 00:00:00 2001 From: Mats391 Date: Sat, 13 Sep 2025 00:14:39 +0200 Subject: [PATCH] Lighter blue to be more readable --- modules/turtle-wow.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/turtle-wow.lua b/modules/turtle-wow.lua index b6f8392a..cffce9db 100644 --- a/modules/turtle-wow.lua +++ b/modules/turtle-wow.lua @@ -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