From 380d9c140d7b0ad4e035f3d53fd96269d3811484 Mon Sep 17 00:00:00 2001 From: fgprodigal Date: Tue, 8 Sep 2020 12:40:51 +0800 Subject: [PATCH] Update Install --- Core/Install.lua | 44 ++++++++++++++++++++++++++++---------------- 1 file changed, 28 insertions(+), 16 deletions(-) diff --git a/Core/Install.lua b/Core/Install.lua index 19e3737..70d3633 100644 --- a/Core/Install.lua +++ b/Core/Install.lua @@ -154,30 +154,32 @@ function RayUI:SetupChat() --[[---------------------------------- -- ProfileDB - Chat --]]---------------------------------- + E.db["chat"]["customTimeColor"]["b"] = 0.98 + E.db["chat"]["customTimeColor"]["g"] = 0.75 + E.db["chat"]["customTimeColor"]["r"] = 0 + E.db["chat"]["editBoxPosition"] = "ABOVE_CHAT" + E.db["chat"]["font"] = E.Libs.LSM.DefaultMedia["font"] + E.db["chat"]["fontOutline"] = "OUTLINE" E.db["chat"]["fontSize"] = 12 - E.db["chat"]["tabFontOutline"] = "OUTLINE" + E.db["chat"]["keywords"] = "%MYNAME%, ElvUI, MerathilisUI, RayUI" E.db["chat"]["keywordSound"] = "Whisper Alert" - E.db["chat"]["tabFontSize"] = 12 - E.db["chat"]["editBoxPosition"] = "ABOVE_CHAT" + E.db["chat"]["panelHeight"] = 174 + E.db["chat"]["panelHeightRight"] = 174 E.db["chat"]["panelTabTransparency"] = true - E.db["chat"]["fontOutline"] = "OUTLINE" + E.db["chat"]["panelWidth"] = 400 E.db["chat"]["panelWidthRight"] = 400 E.db["chat"]["socialQueueMessages"] = true - E.db["chat"]["customTimeColor"]["r"] = 0 - E.db["chat"]["customTimeColor"]["g"] = 0.75 - E.db["chat"]["customTimeColor"]["b"] = 0.98 - E.db["chat"]["keywords"] = "%MYNAME%, ElvUI, MerathilisUI, RayUI" - E.db["chat"]["panelHeightRight"] = 174 - E.db["chat"]["panelHeight"] = 174 - E.db["chat"]["timeStampFormat"] = "%H:%M " + E.db["chat"]["tabFont"] = E.Libs.LSM.DefaultMedia["font"] + E.db["chat"]["tabFontOutline"] = "OUTLINE" + E.db["chat"]["tabFontSize"] = 12 + E.db["chat"]["tabSelector"] = 'NONE' + E.db["chat"]["tabSelector"] = "NONE" E.db["chat"]["tapFontSize"] = 12 - E.db["chat"]["panelWidth"] = 400 - E.db["mui"]["chat"]["panelHeight"] = 174 - E.db["mui"]["chat"]["hidePlayerBrackets"] = false + E.db["chat"]["timeStampFormat"] = "%H:%M " E.db["mui"]["chat"]["chatButton"] = false + E.db["mui"]["chat"]["hidePlayerBrackets"] = false E.db["mui"]["chat"]["isExpanded"] = false - E.db["chat"]["font"] = E.Libs.LSM.DefaultMedia["font"] - E.db["chat"]["tabFont"] = E.Libs.LSM.DefaultMedia["font"] + E.db["mui"]["chat"]["panelHeight"] = 174 self:SetMoverPosition("LeftChatMover", "BOTTOMLEFT", E.UIParent, "BOTTOMLEFT", 10, 50) self:SetMoverPosition("RightChatMover", "BOTTOMRIGHT", E.UIParent, "BOTTOMRIGHT", -10, 50) @@ -1770,6 +1772,16 @@ function RayUI:SetupVariables(colorMode) E.db["mui"]["smb"]["moveTracker"] = true E.db["mui"]["tooltip"]["roleIcon"] = false E.db["mui"]["unitframes"]["healPrediction"] = true + E.db["mui"]["CombatAlert"]["style"]["font_color_enter"] = { + ["r"] = 0, + ["g"] = 1, + ["b"] = 0, + } + E.db["mui"]["CombatAlert"]["style"]["font_color_leave"] = { + ["r"] = 1, + ["g"] = 0, + ["b"] = 0, + } --[[---------------------------------- -- ProfileDB - Cooldown -- GitLab