Wish List

- You should add 3d target models like archud used to do. http://wow.curse.com/downloads/wow-addons/details/ice-hud.aspx
- Different colors for CastBar and EnemyCastBar, it can be very confusing if you have both cast bars shown, both in the same color. http://wow.curse.com/downloads/wow-addons/details/ice-hud.aspx
- A possibility to add background colors to text fields. Particularly on TargetInfo I could REALLY use a background since it's difficult to read text on transparent background in heated situations http://wow.curse.com/downloads/wow-addons/details/ice-hud.aspx
- For high resolution screens there is alot of Font shadows that make much of the text illegible especially the RangeFinder
To fix:
IceElement.lua
line 260
FROM fontString:SetShadowOffset(1.0, -1.0)
TO fontString:SetShadowOffset(0.5, -0.5)
(Parnic note: this tends to make the font less readable at lower res. need to find a happy medium or add a shadow offset toggle somewhere)