From c79798815489030b2228aed1905bdcfaf5753104 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Thu, 4 Aug 2011 03:34:37 -0500 Subject: [PATCH] Change the colors up so there's not too much going on in welcome message. --- StarTip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.9.5