Skip to content

Commit f38ee28

Browse files
committed
update repooc's text
1 parent 9515250 commit f38ee28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ElvUI/Core/Modules/Chat/Chat.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ do --this can save some main file locals
309309
local MelColors = function(t) return specialText(t, 0.98,0.31,0.43, 0.97,0.78,0.13, 0.31,0.76,0.43, 0.49,0.48,0.97, 0.07,0.69,0.92) end
310310
--Thradex: summer without you
311311
local ThradexColors = function(t) return specialText(t, 0.00,0.60,0.09, 0.22,0.65,0.90, 0.22,0.65,0.90, 1.00,0.74,0.27, 1.00,0.66,0.00, 1.00,0.50,0.20, 0.92,0.31,0.23) end
312-
--Repooc: Monk, Demon Hunter, Paladin, Warlock colors
313-
local PoocsColors = function(t) return specialText(t, 0,1,0.6, 0.64,0.19,0.79, 0.96,0.55,0.73, 0.53,0.53,0.93) end
312+
--Repooc: Something to change it up a little
313+
local PoocsColors = function(t) return specialText(t, 0.90, 0.8, 0.50) end
314314

315315
itsSimpy = function() return ElvSimpy, SimpyColors end
316316
itsElv = function() return ElvBlue, ElvColors end

0 commit comments

Comments
 (0)