Add light theme

This commit is contained in:
sparkyx 2003-10-24 22:22:25 +00:00
parent c38b461276
commit 8e3f26b1a8
2 changed files with 223 additions and 0 deletions

View file

@ -28,3 +28,5 @@ create table theme (
values ('Aqua','style-aqua.css',null);
insert into theme (the_name,the_filestyle,the_filebutton)
values ('Elegant','style-elegant.css',null);
insert into theme (the_name,the_filestyle,the_filebutton)
values ('Light','style-light.css',null);