I have 3 fixes for Aero Fox, Maybe include them with the theme?
If not people can place it in profile/chrome/userChrome.css and it works
/* Fixes Vertical Toolbar image for AIOS */
#aios-toggle-toolbar,
#aios-toolbar,
#sidebar-splitter[orient="vertical"] {
background: #262626 url("chrome://global/skin/toolbar/vertical-toolbar.png") repeat-y left !important /* #E6E6E6 */;
}
/* Fixes Button Text Colors for AIOS */
#installFileButton, #checkUpdatesAllButton {
color: #FFFFFF !important;
}
/* Fixes Text the Middle Bar for Firebug */
.toolbar-text-button, .panelStatusLabel {
text-shadow: none !important;
color: #FFFFFF !important;
}