hex color update

This commit is contained in:
Crum
2018-10-06 21:38:02 -05:00
parent 426d8f7893
commit f896eca368
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -140,11 +140,11 @@ function E:ColorizedName(name, colon)
for i = 1, length do
local letter = sub(name, i, i)
if i == 1 then
colorizedName = format("|cffA11313%s", letter)
colorizedName = format("|cff175581%s", letter)
elseif i == 2 then
colorizedName = format("%s|r|cffC4C4C4%s", colorizedName, letter)
elseif i == length and colon then
colorizedName = format("%s%s|r|cffA11313:|r", colorizedName, letter)
colorizedName = format("%s%s|r|cff175581:|r", colorizedName, letter)
else
colorizedName = colorizedName..letter
end
+1 -1
View File
@@ -1,7 +1,7 @@
## Interface: 11200
## Author: Elv, Bunny
## Version: 0.50
## Title: |cffA11313E|r|cffC4C4C4lvUI|r
## Title: |cff175581E|r|cffC4C4C4lvUI|r
## Notes: User Interface replacement AddOn for World of Warcraft.
## SavedVariables: ElvDB, ElvPrivateDB
## SavedVariablesPerCharacter: ElvCharacterDB