various _fallback and default theme changes from Midi and myself

This commit is contained in:
AJ Kelly
2010-04-14 18:47:38 -05:00
parent 7fd68582c4
commit b549260c75
15 changed files with 6 additions and 8 deletions
@@ -85,7 +85,8 @@ local t = Def.ActorFrame {
c.Number:diffuse(color("#a4ff00"));
c.Number:stopeffect();
elseif param.Combo then
c.Number:diffuse(PlayerColor(player));
c.Number:diffuse(Color("White"));
-- c.Number:diffuse(PlayerColor(player));
c.Number:stopeffect();
(cmd(diffuse,Color("White");diffusebottomedge,color("0.5,0.5,0.5,1")))(c.Label);
else