Themes/default: Fix header alignment, make the background checkboard less gaudy

Themes/: remove anything we don't ship with.
This commit is contained in:
Jonathan Payne
2013-10-20 21:57:50 -07:00
parent 702f091ea1
commit 2e240a38c7
5 changed files with 14 additions and 6 deletions
@@ -3,6 +3,6 @@ return Def.ActorFrame {
InitCommand=cmd(diffusebottomedge,Color("Orange"));
};
LoadActor(THEME:GetPathG("_icon","Sort")) .. {
InitCommand=cmd(x,-60;shadowlength,1;diffuse,Color("Orange");diffusetopedge,Color("Yellow"));
InitCommand=cmd(x,-60;shadowlength,1;);
};
};