vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 -- Other then for button text, and the default line colour of the
2 -- tooltip, this file is no longer used. The rest of the tooltip
3 -- colours are defined in your localisation file, in the TooltipFormat
4 -- table. They're in the format #cr,g,b#
5  
6 -- Button text and default line colour still come from here, as R, G, B.
7 -- Red, Green and Blue range from 0 -> 1 in WoW.
8 -- 1, 1, 1 is white, 0, 1, 0 is green.
9  
10 TheoryCraft_Colours = {}
11  
12 TheoryCraft_Colours["SmallButtonTextFirst"] = { 1, 1, 1 }
13 TheoryCraft_Colours["LargeButtonTextFirst"] = { 1, 1, 1 }
14 TheoryCraft_Colours["SmallButtonTextSecond"] = { 1, 1, 1 } -- By modifying these values you can have your heal
15 TheoryCraft_Colours["LargeButtonTextSecond"] = { 1, 1, 1 } -- button text show in a different colour
16 TheoryCraft_Colours["AddedLine"] = { 1, 1, 0.1 }