View Single Post
06-04-10, 01:49 AM   #2423
Led ++
A Frostmaul Preserver
 
Led ++'s Avatar
AddOn Author - Click to view addons
Join Date: Jan 2009
Posts: 254
Originally Posted by sacrife View Post
I can recreate the unitframes easily. However can you tell me what buffbar and action bar addon you use? Oh and if possible paste the color combinations for your class colors?
actionbar is Dominos
buffs and debuffs are Satrinas Buff Frames
for colors I use a little addon !colors (also from Nin I think) which has the color codes:

["HUNTER"] = { r = 0.58, g = 0.86, b = 0.49 },
["WARLOCK"] = { r = 0.6, g = 0.47, b = 0.85 },
["PRIEST"] = { r = 0.8, g = 0.94, b = 1 },
["PALADIN"] = { r = 1, g = 0.22, b = 0.52 },
["MAGE"] = { r = 0, g = 0.76, b = 1 },
["ROGUE"] = { r = 1, g = 0.91, b = 0 },
["DRUID"] = { r = 255/255, g = 102/255, b = 51/255 };
["SHAMAN"] = { r = 000/255, g = 153/255, b = 153/255 };
["WARRIOR"] = { r = 1, g = 0.7, b = 0.49 },
["DEATHKNIGHT"] = { r = 1, g = 0 , b = 0.38 },

in it.

And the Bloom mod makes the colors more vibrant ofcourse.
__________________