Skip to content

Commit

Permalink
feat: sync elvui chat
Browse files Browse the repository at this point in the history
  • Loading branch information
fang2hou committed Aug 25, 2024
1 parent 0cdf3b3 commit 7992c71
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions Modules/Social/ChatText.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,25 +152,28 @@ do --this can save some main file locals
return t
end

--Simpys: Spring Green (2EFF7E), Vivid Sky Blue (52D9FF), Medium Purple (8D63DB), Ticke Me Pink (FF8EB6), Yellow Orange (FFAF53)
--Simpys: Turquoise (49CAF5), Sea Green (80C661), Khaki (FFF461), Salmon (F6885F), Orchid (CD84B9), Light Sky Blue (58CCF5)
local SimpyColors = function(t)
return specialText(
t,
0.18,
1.00,
0.49,
0.32,
0.85,
1.00,
0.55,
0.28,
0.79,
0.96,
0.50,
0.77,
0.38,
0.85,
1.00,
0.55,
0.71,
1.00,
0.68,
0.32
0.95,
0.38,
0.96,
0.53,
0.37,
0.80,
0.51,
0.72,
0.34,
0.80,
0.96
)
end
--Detroit Lions: Honolulu Blue to Silver [Elv: I stoles it @Simpy]
Expand Down Expand Up @@ -322,6 +325,7 @@ do --this can save some main file locals
z["Sliceoflife-Andorhal"] = itsPooc -- [Horde] Rogue
-- Simpy (1168: Cenarius, 125: Cenarion Circle)
z["Player-1168-069A1283"] = itsSimpy -- Hunter: Arieva
z["Player-1168-0AD89000"] = itsSimpy -- Hunter: Nibble
z["Player-1168-0698394A"] = itsSimpy -- Rogue: Buddercup
z["Player-1168-069A3A12"] = itsSimpy -- Paladin: Cutepally
z["Player-1168-0AD0F035"] = itsSimpy -- DH: Puddle
Expand Down Expand Up @@ -1448,7 +1452,6 @@ function CT:ChatFrame_MessageEventHandler(
end
end
)

return
else
local linkDisplayText = format(noBrackets and "%s" or "[%s]", arg2)
Expand Down

0 comments on commit 7992c71

Please sign in to comment.