Duplicate theme files are confusing

Duplicate theme files are confusing

Hi,
I think we should remove all the duplicate ui.[widget].css files in the /themes/default/ folder and link everything to /themes/base/.
From what I could see the only difference between /themes/base/ and
/themes/default/ are images and ui.theme.css. And ui.theme.css is
the only place where we reference images and colours.
Which means we could reduce /themes/default/ to the following:
/images/
ui.all.css
ui.theme.css
And in ui.all.css we could change the import references to:
@import url(../base/ui.core.css);
@import url(ui.theme.css);
@import url(../base/ui.allplugins.css);
Am I missing something?
--
Ca-Phun Ung
+ <a href="http://yelotofu.com">http://yelotofu.com</a>
+ hongkong, zce, jquery, php, css, html