Quantcast

some new defaults

Darthpred [04-11-15 - 18:01]
some new defaults
Filename
ElvUI_SLE/defaults/profile.lua
diff --git a/ElvUI_SLE/defaults/profile.lua b/ElvUI_SLE/defaults/profile.lua
index f13d985..9c02280 100644
--- a/ElvUI_SLE/defaults/profile.lua
+++ b/ElvUI_SLE/defaults/profile.lua
@@ -374,6 +374,13 @@ P['sle'] = {
 			['flag'] = true,
 			['xoffset'] = -10,
 			['yoffset'] = 0,
+			['colors'] = {
+				['lfr'] = {r = 0.32,g = 0.91,b = 0.25 },
+				['normal'] = {r = 0.09,g = 0.51,b = 0.82 },
+				['heroic'] = {r = 0.82,g = 0.42,b = 0.16 },
+				['challenge'] = {r = 0.9,g = 0.89,b = 0.27 },
+				['mythic'] = {r = 0.9,g = 0.14,b = 0.15 },
+			},
 		},
 	},