Change the colors up so there's not too much going on in welcome message.
Scott Sibley [08-04-11 - 08:34]
Change the colors up so there's not too much going on in welcome message.
diff --git a/StarTip.lua b/StarTip.lua
index fd7de33..93eae6a 100644
--- a/StarTip.lua
+++ b/StarTip.lua
@@ -727,7 +727,7 @@ function StarTip:OnEnable()
local plugin = {}
LibStub("LibScriptablePluginColor-1.0"):New(plugin)
if self.db.profile.message then
- ChatFrame1:AddMessage("|cff202585" .. L["Welcome to "] .. "|r" .. StarTip.notes .. plugin.Colorize(L[" Type /startip to open config. Alternatively you could press escape and choose the addons menu. Or you can choose to show a minimap icon. You can turn off this message under Settings."], 1, 1, 0))
+ ChatFrame1:AddMessage("|cff751f82" .. L["Welcome to "] .. "|r" .. StarTip.notes .. plugin.Colorize(L[" Type /startip to open config. Alternatively you could press escape and choose the addons menu. Or you can choose to show a minimap icon. You can turn off this message under Settings."], 1, 1, 0))
end
end